@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      scroll-padding-top: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    html {
      scroll-padding-top: 120px; } }
  @media screen and (min-width: 1024px) {
    html {
      scroll-padding-top: 120px; } }

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-size: 100%;
  line-height: 150%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    line-height: 120%;
    transform: rotate(0.05deg); }
  body h1 {
    font-size: 4rem;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body h1 {
        font-size: 5rem;
        margin-bottom: 100px; } }
    @media screen and (min-width: 1024px) {
      body h1 {
        font-size: 5rem;
        margin-bottom: 100px; } }
  body h2 {
    font-size: calc(2rem * 1.25);
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body h2 {
        margin-bottom: 50px; } }
    @media screen and (min-width: 1024px) {
      body h2 {
        font-size: 4rem;
        margin-bottom: 50px; } }
  body h3 {
    font-size: 2rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body h3 {
        font-size: 3rem;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      body h3 {
        font-size: 3rem;
        margin-bottom: 30px; } }
  body h4 {
    font-size: 1.75rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body h4 {
        font-size: 2rem;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1024px) {
      body h4 {
        font-size: 2rem;
        margin-bottom: 20px; } }
  body h5 {
    font-size: 1.6rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      body h5 {
        font-size: 1.75rem; } }
  body h6 {
    font-size: 1.25rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      body h6 {
        font-size: 1.6rem; } }
  body p {
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      body p {
        font-size: 1.6rem;
        margin-bottom: 30px; } }
  body a {
    transition: all 0.5s; }
  body a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    transition: all 0.5s; }
  body ul {
    list-style-type: none; }
  body table {
    border-top: 1px solid #DDD;
    border-collapse: collapse;
    margin: 0 auto;
    position: relative;
    text-align: left;
    table-layout: fixed; }
    body table tr {
      background: #FFF; }
    body table th, body table td {
      border-top: 1px solid #DDD;
      border-collapse: collapse;
      word-break: break-all; }
      @media screen and (max-width: 767px) {
        body table th, body table td {
          padding: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body table th, body table td {
          padding: 10px; } }
      @media screen and (min-width: 1024px) {
        body table th, body table td {
          padding: 20px; } }
    body table th {
      background: #F3F3F3; }
    body table td span {
      margin-right: 0.875rem; }
      body table td span img {
        height: 20px;
        width: auto; }
  body input,
  body textarea,
  body select,
  body button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 20px; }
  body input[type="radio"],
  body input[type="checkbox"],
  body select,
  body button {
    cursor: pointer; }
  body input[type="radio"],
  body input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.75rem;
    padding-bottom: 20px;
    vertical-align: baseline; }
  body input[type="text"],
  body input[type="tel"],
  body input[type="url"],
  body input[type="email"] {
    background: #F9F9F9;
    border: 1px solid #DDD;
    padding: 0.875rem;
    width: 100%; }
  body textarea {
    background: #F9F9F9;
    border: 1px solid #DDD;
    padding: 1rem;
    width: 100%; }
  body select {
    background-image: url("../images/icn_select.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-color: #F9F9F9;
    border: 1px solid #DDD;
    padding: 0.875rem;
    padding-right: 4rem;
    text-align: left; }
  body ::-webkit-scrollbar {
    width: 1px; }
  body ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px; }
  body ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1); }
  body * {
    scrollbar-width: thin;
    scrollbar-color: #DDD #FFF; }
  body video:-internal-media-controls-download-button {
    display: none !important; }
  body video:-webkit-media-controls-enclosure {
    overflow: hidden !important; }
  body .wpcf7 input[type="submit"] {
    color: #FFF; }
  body .wpcf7-submit {
    transition: all 0.5s; }
    body .wpcf7-submit:hover {
      opacity: 0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      transition: all 0.5s; }
  body .wpcf7-form.invalid .wpcf7-response-output,
  body .wpcf7-form.sent .wpcf7-response-output {
    display: none; }
  body span.wpcf7-list-item {
    display: block; }
  body span.wpcf7-spinner {
    display: none; }

.scl {
  scrollbar-width: thin;
  scrollbar-color: #DDD #FFF; }

.display-mobile {
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .display-mobile {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .display-mobile {
      display: none; } }

.display-tab {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .display-tab {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .display-tab {
      display: none; } }

.display-pc {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .display-pc {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .display-pc {
      display: block; } }

.note {
  font-size: 1.6rem; }
  @media screen and (min-width: 1024px) {
    .note {
      font-size: 1.25rem; } }

.important {
  color: #E00; }

.grecaptcha-badge {
  visibility: hidden; }

.scroll {
  overflow-x: scroll;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .scroll::-webkit-scrollbar {
    display: none; }

.slide {
  -webkit-animation: slide-right 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s infinite both;
  animation: slide-right 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s infinite both; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slide {
      display: none; } }

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )"; }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )"; }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )"; } }
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )"; }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )"; }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )"; } }
.slideshow {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden; }
  .slideshow figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slideshow 40s linear infinite; }
    .slideshow figure:nth-child(1) {
      animation-delay: 0s; }
    .slideshow figure:nth-child(2) {
      animation-delay: 5s; }
    .slideshow figure:nth-child(3) {
      animation-delay: 10s; }
    .slideshow figure:nth-child(4) {
      animation-delay: 15s; }
    .slideshow figure:nth-child(5) {
      animation-delay: 20s; }
    .slideshow figure:nth-child(6) {
      animation-delay: 25s; }
    .slideshow figure:nth-child(7) {
      animation-delay: 30s; }
    .slideshow figure img {
      height: auto;
      width: 100%; }

@keyframes slideshow {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  15% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  transform: rotate(0.05deg); }
  .btn > * {
    background-color: #000;
    color: #FFF;
    display: block;
    line-height: 0;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .btn > * {
        height: 40px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .btn > * {
        padding: 10px;
        height: 40px;
        width: 330px; } }
    @media screen and (min-width: 1024px) {
      .btn > * {
        padding: 10px;
        height: 40px;
        width: 330px; } }
    .btn > * span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      white-space: nowrap; }

.btn-S {
  font-family: 'M PLUS 1p', sans-serif;
  display: block;
  width: 100%;
  transform: rotate(0.05deg); }
  .btn-S > * {
    background-color: #000;
    color: #FFF;
    display: block;
    height: 60px;
    line-height: 0;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .btn-S > * {
        height: 30px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .btn-S > * {
        padding: 10px;
        height: 30px; } }
    @media screen and (min-width: 1024px) {
      .btn-S > * {
        padding: 10px;
        height: 30px; } }
    .btn-S > * span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      white-space: nowrap; }

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%; }
  .tab li {
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.5s; }
    .tab li span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      text-align: center;
      width: 100%; }

.tab-wrap {
  display: none; }
  .tab-wrap.show {
    display: block; }

.videoWrap {
  display: inline-block; }
  .videoWrap .video {
    width: 100%;
    height: auto; }

.modal-wrap {
  background: rgba(255, 255, 255, 0.75);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000; }
  .modal-wrap .modal-cont {
    background: #FFF;
    border: 2px solid #5C9362;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .modal-wrap .modal-cont {
        width: 80%; } }
    @media screen and (min-width: 1024px) {
      .modal-wrap .modal-cont {
        width: 600px; } }
    .modal-wrap .modal-cont .inner {
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .modal-wrap .modal-cont .inner {
          padding: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal-wrap .modal-cont .inner {
          padding: 50px; } }
      @media screen and (min-width: 1024px) {
        .modal-wrap .modal-cont .inner {
          padding: 50px; } }
      .modal-wrap .modal-cont .inner .close {
        color: #000;
        cursor: pointer;
        line-height: 100%;
        position: absolute;
        z-index: 100; }
        @media screen and (max-width: 767px) {
          .modal-wrap .modal-cont .inner .close {
            font-size: calc(2rem * 1.0);
            top: 5px;
            right: 5px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .modal-wrap .modal-cont .inner .close {
            font-size: 4rem;
            top: 10px;
            right: 20px; } }
        @media screen and (min-width: 1024px) {
          .modal-wrap .modal-cont .inner .close {
            font-size: 4rem;
            top: 10px;
            right: 20px; } }
      @media screen and (max-width: 767px) {
        .modal-wrap .modal-cont .inner dl dt {
          font-size: 1.6rem;
          margin-bottom: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal-wrap .modal-cont .inner dl dt {
          font-size: 2rem;
          margin-bottom: 20px; } }
      @media screen and (min-width: 1024px) {
        .modal-wrap .modal-cont .inner dl dt {
          font-size: 2rem;
          margin-bottom: 20px; } }
      .modal-wrap .modal-cont .inner dl dt figure {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .modal-wrap .modal-cont .inner dl dt figure {
            margin-bottom: 20px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .modal-wrap .modal-cont .inner dl dt figure {
            margin-bottom: 30px; } }
        @media screen and (min-width: 1024px) {
          .modal-wrap .modal-cont .inner dl dt figure {
            margin-bottom: 30px; } }
        .modal-wrap .modal-cont .inner dl dt figure img {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          height: auto;
          width: 100%; }
      .modal-wrap .modal-cont .inner dl dd {
        line-height: 150%; }
        @media screen and (max-width: 767px) {
          .modal-wrap .modal-cont .inner dl dd {
            font-size: 1.25rem; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .modal-wrap .modal-cont .inner dl dd {
            font-size: 1.6rem; } }
        @media screen and (min-width: 1024px) {
          .modal-wrap .modal-cont .inner dl dd {
            font-size: 1.6rem; } }

.h {
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .h {
      padding-top: 50px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .h {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .h {
      padding-top: 30px; } }
  @media screen and (max-width: 767px) {
    .h h2 {
      letter-spacing: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .h h2 {
      letter-spacing: 0; } }
  @media screen and (min-width: 1024px) {
    .h h2 {
      letter-spacing: calc(1rem * 0.25); } }
  .h h2 span {
    display: inline-block;
    padding-bottom: 10px;
    position: relative; }
    .h h2 span:before, .h h2 span:after {
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: 0; }
    .h h2 span:before {
      background: #ffd100;
      width: 100%; }
    .h h2 span:after {
      background: #009ad7;
      width: 50%; }

.box, .box_02 {
  background: #FFF;
  position: relative; }
  @media screen and (max-width: 767px) {
    .box, .box_02 {
      margin: 0 0 30px;
      padding: 20px 5%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .box, .box_02 {
      margin: 0 0 30px;
      padding: 20px 5%; } }
  @media screen and (min-width: 1024px) {
    .box, .box_02 {
      margin: 0 0 50px;
      padding: 50px; } }

.box {
  background: #FFF; }

.box_02 {
  background: #F3F3F3; }

.pdf a:before {
  background-image: url("../images/icn_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  height: 30px;
  width: 30px; }

.blank a:after {
  background-image: url("../images/icn_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  height: 1.75rem;
  width: 1.75rem; }

@media screen and (max-width: 767px) {
  .navigation.pagination {
    margin-bottom: 50px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .navigation.pagination {
    margin-bottom: 100px; } }
@media screen and (min-width: 1024px) {
  .navigation.pagination {
    margin-bottom: 150px; } }
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 10px; }
  .navigation.pagination .nav-links .page-numbers {
    display: block;
    border: 1px solid #DDD;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center; }
    .navigation.pagination .nav-links .page-numbers.current {
      background: #F3F3F3; }
    @media screen and (max-width: 767px) {
      .navigation.pagination .nav-links .page-numbers {
        width: calc(20px * 1.5); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .navigation.pagination .nav-links .page-numbers {
        width: calc(30px * 1.5); } }
    @media screen and (min-width: 1024px) {
      .navigation.pagination .nav-links .page-numbers {
        width: calc(30px * 1.5); }
        .navigation.pagination .nav-links .page-numbers:hover {
          background: #F3F3F3; } }

#business-domain {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50% 4.5% 75% 2.5% / 8% 70% 5.5% 53%;
  font-family: 'M PLUS 1p', sans-serif;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    #business-domain {
      right: 2.5%;
      height: auto;
      width: 50%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #business-domain {
      height: 200px;
      width: 350px; } }
  @media screen and (min-width: 1024px) {
    #business-domain {
      height: 200px;
      width: 350px; } }
  #business-domain .inner {
    transform: rotate(0.05deg); }
    @media screen and (max-width: 767px) {
      #business-domain .inner {
        padding: calc(20px * 0.8);
        padding-top: calc(20px * 1.2); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #business-domain .inner {
        padding: calc(20px * 1.5); } }
    @media screen and (min-width: 1024px) {
      #business-domain .inner {
        padding: calc(20px * 1.5); } }
    #business-domain .inner p {
      font-weight: 700;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        #business-domain .inner p {
          font-size: calc(1.25rem * 0.8);
          margin-bottom: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #business-domain .inner p {
          font-size: calc(1.6rem * 1.0);
          margin-bottom: 10px; } }
      @media screen and (min-width: 1024px) {
        #business-domain .inner p {
          font-size: calc(1.6rem * 1.0);
          margin-bottom: 10px; } }
      #business-domain .inner p a {
        background-image: linear-gradient(90deg, #0072b2, #009fdc);
        font-weight: 500;
        width: 100%; }
        @media screen and (max-width: 767px) {
          #business-domain .inner p a {
            font-size: calc(1rem * 0.75);
            height: 30px;
            padding: calc(5px * 0.8); } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #business-domain .inner p a {
            font-size: calc(1.25rem * 1.0);
            height: 40px;
            padding: 5px; } }
        @media screen and (min-width: 1024px) {
          #business-domain .inner p a {
            font-size: calc(1.25rem * 1.0);
            height: 40px;
            padding: 5px; } }

header, section, footer {
  display: block;
  font-size: 1.25rem;
  line-height: 120%;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    header, section, footer {
      font-size: 1.6rem; } }
  header .inner, section .inner, footer .inner {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%; }

header {
  background: #FFF;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    header {
      height: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    header {
      height: 120px; } }
  @media screen and (min-width: 1024px) {
    header {
      height: 120px; } }
  header .inner {
    position: relative;
    padding: 0;
    width: 100%; }
    header .inner .logo {
      position: absolute;
      top: 20px;
      left: 5%;
      width: 200px;
      z-index: 1010; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        header .inner .logo {
          top: 30px;
          left: 30px;
          max-width: 300px;
          width: 35%; } }
      @media screen and (min-width: 1024px) {
        header .inner .logo {
          top: 30px;
          left: 30px;
          max-width: 300px;
          width: 25%; } }
      header .inner .logo img {
        width: 100%; }

/***** section *****/
section#local-nav {
  background: #F3F3F3;
  font-family: 'M PLUS 1p', sans-serif;
  padding: 0;
  position: relative;
  transform: rotate(0.05deg);
  z-index: 100; }
  section#local-nav.fixed {
    position: fixed;
    left: auto; }
    @media screen and (max-width: 767px) {
      section#local-nav.fixed {
        top: 80px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      section#local-nav.fixed {
        top: 120px; } }
    @media screen and (min-width: 1024px) {
      section#local-nav.fixed {
        top: 120px; } }
  section#local-nav nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    section#local-nav nav ul::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 767px) {
      section#local-nav nav ul {
        padding: 20px 5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      section#local-nav nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0; } }
    @media screen and (min-width: 1024px) {
      section#local-nav nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0; } }
    section#local-nav nav ul li {
      white-space: nowrap; }
      section#local-nav nav ul li a {
        background-color: #FFF; }
        @media screen and (max-width: 767px) {
          section#local-nav nav ul li a {
            font-size: 1.25rem;
            padding: 10px 20px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          section#local-nav nav ul li a {
            font-size: 1.6rem;
            padding: 10px 20px; } }
        @media screen and (min-width: 1024px) {
          section#local-nav nav ul li a {
            font-size: 1.6rem;
            padding: 10px 20px; } }
section#title {
  background-color: -webkit-gradient(linear, left top, right top, from(#009FDC), to(#FFD600));
  background-color: -webkit-linear-gradient(left, #009FDC, #FFD600);
  background-color: -moz-linear-gradient(left, #009FDC, #FFD600);
  background-color: -o-linear-gradient(left, #009FDC, #FFD600);
  background-color: linear-gradient(to right, #009FDC, #FFD600);
  display: block;
  font-family: 'M PLUS 1p', sans-serif;
  position: relative;
  z-index: 90;
  transform: rotate(0.05deg); }
  @media screen and (max-width: 767px) {
    section#title {
      margin-top: 80px;
      height: 15vh; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    section#title {
      margin-top: 120px;
      height: 300px; } }
  @media screen and (min-width: 1024px) {
    section#title {
      margin-top: 120px;
      height: 300px; } }
  section#title .inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative; }
    @media screen and (max-width: 767px) {
      section#title .inner {
        height: 15vh;
        margin-bottom: 100px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      section#title .inner {
        height: 300px;
        margin-bottom: 100px; } }
    @media screen and (min-width: 1024px) {
      section#title .inner {
        height: 300px;
        margin-bottom: 100px; } }
    section#title .inner h1 {
      color: #FFF;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      white-space: nowrap;
      z-index: 5; }
      @media screen and (max-width: 767px) {
        section#title .inner h1 {
          font-size: 3rem; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        section#title .inner h1 {
          font-size: 5rem; } }
      @media screen and (min-width: 1024px) {
        section#title .inner h1 {
          font-size: 5rem; } }
section#body {
  position: relative;
  z-index: 50; }
  section#body article {
    position: relative; }
    @media screen and (max-width: 767px) {
      section#body article {
        padding: 20px 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      section#body article {
        padding: 50px 0; } }
    @media screen and (min-width: 1024px) {
      section#body article {
        padding: 50px 0; } }
    section#body article h2 img {
      height: auto;
      width: 100%; }
    section#body article h3 img {
      height: auto;
      width: 100%; }
    section#body article.full {
      padding: 100px 0 50px;
      width: 100%; }
    section#body article.type01 {
      background: -webkit-gradient(linear, left top, right top, from(#BFE6F5), to(#FFF3BF));
      background: -webkit-linear-gradient(left, #BFE6F5, #FFF3BF);
      background: -moz-linear-gradient(left, #BFE6F5, #FFF3BF);
      background: -o-linear-gradient(left, #BFE6F5, #FFF3BF);
      background: linear-gradient(to right, #BFE6F5, #FFF3BF);
      position: relative; }
      section#body article.type01:before {
        content: '';
        display: block;
        height: 20px;
        width: 100%;
        position: absolute;
        top: 0; }
    section#body article .content {
      padding: 0 10%;
      width: 100%; }
      @media screen and (max-width: 767px) {
        section#body article .content {
          margin: 0 0 50px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        section#body article .content {
          margin: 0 0 50px; } }
      @media screen and (min-width: 1024px) {
        section#body article .content {
          margin: 0 auto 50px;
          padding: 0;
          width: 1000px; } }
      section#body article .content.full {
        width: 100%; }
        @media screen and (min-width: 1024px) {
          section#body article .content.full {
            margin: 0 0 50px;
            padding: 0 2.5%;
            width: 100%; } }

/***** footer *****/
footer .inner {
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    footer .inner {
      background: #000; } }
  @media screen and (min-width: 1024px) {
    footer .inner {
      background: #000; } }
  footer .inner .property-bnr {
    background-color: #F0F0F0; }
    @media screen and (max-width: 767px) {
      footer .inner .property-bnr {
        padding: 0 0 50px; }
        footer .inner .property-bnr .h {
          position: relative;
          padding: 50px 0;
          width: 100%; }
          footer .inner .property-bnr .h h2 {
            margin-bottom: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .inner .property-bnr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        footer .inner .property-bnr .h {
          position: relative;
          width: 30%; }
          footer .inner .property-bnr .h h2 {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            white-space: nowrap; } }
    @media screen and (min-width: 1024px) {
      footer .inner .property-bnr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        footer .inner .property-bnr .h {
          position: relative;
          width: 25%; }
          footer .inner .property-bnr .h h2 {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            white-space: nowrap; } }
    @media screen and (max-width: 767px) {
      footer .inner .property-bnr .wrap {
        padding: 0 5%;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .inner .property-bnr .wrap {
        padding: 30px;
        padding-right: 0;
        width: 70%; } }
    @media screen and (min-width: 1024px) {
      footer .inner .property-bnr .wrap {
        padding: 30px;
        padding-right: 0;
        width: 75%; } }
    footer .inner .property-bnr .wrap .property {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        footer .inner .property-bnr .wrap .property {
          column-gap: 10px;
          width: 600px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        footer .inner .property-bnr .wrap .property {
          column-gap: 20px;
          width: 600px; } }
      @media screen and (min-width: 1024px) {
        footer .inner .property-bnr .wrap .property {
          column-gap: 20px;
          padding-right: 50px; } }
      footer .inner .property-bnr .wrap .property figure {
        position: relative; }
        @media screen and (max-width: 767px) {
          footer .inner .property-bnr .wrap .property figure {
            padding-top: 120px;
            width: 120px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          footer .inner .property-bnr .wrap .property figure {
            padding-top: 150px;
            width: 150px; } }
        @media screen and (min-width: 1024px) {
          footer .inner .property-bnr .wrap .property figure {
            padding-top: 150px;
            width: 150px; } }
        footer .inner .property-bnr .wrap .property figure img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          object-fit: cover;
          height: 100%;
          width: 100%; }
      footer .inner .property-bnr .wrap .property dl {
        display: block; }
        @media screen and (max-width: 767px) {
          footer .inner .property-bnr .wrap .property dl {
            width: 200px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          footer .inner .property-bnr .wrap .property dl {
            width: 300px; } }
        @media screen and (min-width: 1024px) {
          footer .inner .property-bnr .wrap .property dl {
            width: 300px; } }
        footer .inner .property-bnr .wrap .property dl dt {
          font-family: 'M PLUS 1p', sans-serif;
          transform: rotate(0.05deg); }
          @media screen and (max-width: 767px) {
            footer .inner .property-bnr .wrap .property dl dt {
              font-size: 1.6rem;
              margin-bottom: 5px; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            footer .inner .property-bnr .wrap .property dl dt {
              font-size: 1.6rem;
              margin-bottom: 10px; } }
          @media screen and (min-width: 1024px) {
            footer .inner .property-bnr .wrap .property dl dt {
              font-size: 1.75rem;
              margin-bottom: 10px; } }
        footer .inner .property-bnr .wrap .property dl dd {
          line-height: 150%;
          margin-bottom: 5px; }
          @media screen and (max-width: 767px) {
            footer .inner .property-bnr .wrap .property dl dd {
              font-size: 1rem; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            footer .inner .property-bnr .wrap .property dl dd {
              font-size: 1.25rem; } }
          @media screen and (min-width: 1024px) {
            footer .inner .property-bnr .wrap .property dl dd {
              font-size: 1.25rem; } }
          footer .inner .property-bnr .wrap .property dl dd.nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            column-gap: 10px;
            padding-top: 10px; }
            footer .inner .property-bnr .wrap .property dl dd.nav .btn-S {
              font-weight: 700;
              width: 50%; }
              @media screen and (max-width: 767px) {
                footer .inner .property-bnr .wrap .property dl dd.nav .btn-S span {
                  font-size: 0.875rem; } }
              @media screen and (min-width: 768px) and (max-width: 1023px) {
                footer .inner .property-bnr .wrap .property dl dd.nav .btn-S span {
                  font-size: 1rem; } }
              @media screen and (min-width: 1024px) {
                footer .inner .property-bnr .wrap .property dl dd.nav .btn-S span {
                  font-size: 1.25rem; } }
  footer .inner .gnav {
    display: none; }
    @media screen and (min-width: 1024px) {
      footer .inner .gnav {
        display: block;
        padding: 30px; }
        footer .inner .gnav h3 {
          display: block;
          height: 20px;
          margin-bottom: 50px;
          width: auto; }
          footer .inner .gnav h3 img {
            height: 100%;
            width: auto; }
        footer .inner .gnav nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          column-gap: 20px;
          color: #FFF; }
          footer .inner .gnav nav > dl {
            border-left: 1px solid #333;
            margin-bottom: 50px;
            padding: 0 20px;
            min-width: 250px;
            width: 23%; }
            footer .inner .gnav nav > dl > dt {
              font-family: 'M PLUS 1p', sans-serif;
              margin-bottom: 10px;
              transform: rotate(0.05deg); }
            footer .inner .gnav nav > dl > dd {
              font-size: 1.25rem;
              line-height: 120%;
              margin-bottom: 5px;
              white-space: nowrap; }
              footer .inner .gnav nav > dl > dd > a:before {
                content: url("../images/icn_arw_rev.svg");
                display: inline-block;
                margin: 0 5px 5px 0;
                vertical-align: middle;
                height: 16px;
                width: 16px; }
              footer .inner .gnav nav > dl > dd > dl {
                margin-bottom: 20px; }
                footer .inner .gnav nav > dl > dd > dl > dd:before {
                  content: url("../images/icn_arw_rev.svg");
                  display: inline-block;
                  margin: 0 5px 5px 0;
                  vertical-align: middle;
                  height: 16px;
                  width: 16px; } }
    @media screen and (min-width: 1024px) {
      footer .inner .gnav nav > dl {
        min-width: auto;
        width: 33/3%; } }
    @media screen and (min-width: 1281px) {
      footer .inner .gnav nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        footer .inner .gnav nav > dl {
          min-width: auto;
          width: 15%; } }
  footer .inner .logo {
    position: relative; }
    @media screen and (max-width: 767px) {
      footer .inner .logo {
        background-color: #009AD7;
        height: 100px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .inner .logo {
        background-color: #009AD7;
        height: 140px; } }
    @media screen and (min-width: 1024px) {
      footer .inner .logo {
        background-color: #009AD7;
        height: 140px; } }
    footer .inner .logo nav {
      display: none; }
      @media screen and (min-width: 1024px) {
        footer .inner .logo nav {
          display: block;
          position: absolute;
          top: 50%;
          left: 30px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 10; } }
      footer .inner .logo nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 20px; }
        footer .inner .logo nav ul li {
          border-left: 1px solid #FFF;
          padding-left: 20px; }
          footer .inner .logo nav ul li:first-child {
            border-left: 0;
            padding-left: 0; }
          footer .inner .logo nav ul li a {
            color: #FFF;
            font-size: 1.25rem; }
    footer .inner .logo address {
      position: absolute;
      top: 50%;
      z-index: 10; }
      footer .inner .logo address a {
        display: block; }
        footer .inner .logo address a img {
          height: auto;
          width: 100%; }
      @media screen and (max-width: 767px) {
        footer .inner .logo address {
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          footer .inner .logo address a {
            margin: 0 auto;
            width: 75%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        footer .inner .logo address {
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          footer .inner .logo address a {
            margin: 0 auto;
            width: 75%; } }
      @media screen and (min-width: 1024px) {
        footer .inner .logo address {
          left: auto;
          right: 30px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          footer .inner .logo address a {
            width: 200px; } }
  footer .inner #backtotop {
    mix-blend-mode: diffelence;
    font-size: 2rem;
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 999; }
    @media screen and (min-width: 1024px) {
      footer .inner #backtotop {
        right: 20px;
        bottom: 0; } }

/***** .home *****/

@media screen and (max-width: 767px) {
  body.home section#main {
    margin-bottom: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.home section#main {
    margin-bottom: 50px; } }
@media screen and (min-width: 1024px) {
  body.home section#main {
    margin-bottom: 50px; } }
body.home section#main .fade-container {
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: .1s;
  height: auto;
  margin-top: 2.5%;
  position: relative;
  width: 100vw; }
  @media screen and (max-width: 767px) {
    body.home section#main .fade-container {
      padding-top: 130%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.home section#main .fade-container {
      margin-top: 5%;
      padding-top: 56.25%; } }
  @media screen and (min-width: 1024px) {
    body.home section#main .fade-container {
      margin-top: 5%;
      padding-top: 56.25%; } }
  @media screen and (min-width: 1281px) {
    body.home section#main .fade-container {
      margin-top: 2.5%;
      padding-top: 56.25%; } }
body.home section#main .fade-item {
  animation: fadeIn 1s ease-in-out forwards;
  position: absolute;
  opacity: 0;
  transition: all 1.0s; }
  body.home section#main .fade-item img {
    height: auto;
    width: 100%; }
  body.home section#main .fade-item a {
    animation: pulse 3s linear infinite; }
@keyframes pulse {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(1.25); }
  100% {
    filter: brightness(1); } }
  body.home section#main .fade-item#item00-01 {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%; }
  body.home section#main .fade-item#item01-01 {
    animation-delay: .1s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item01-01 {
        top: 32%;
        left: 11%;
        width: 8.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item01-01 {
        top: 26%;
        left: 12.5%;
        width: 5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item01-01 {
        top: 26%;
        left: 12.5%;
        width: 5%; } }
  body.home section#main .fade-item#item01-02 {
    animation-delay: 1.0s;
    z-index: 11; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item01-02 {
        top: 36%;
        left: 10%;
        width: 5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item01-02 {
        top: 32.5%;
        left: 11%;
        width: 3.25%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item01-02 {
        top: 32.5%;
        left: 11%;
        width: 3.25%; } }
  body.home section#main .fade-item#item01-03 {
    animation-delay: 1.1s;
    z-index: 11; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item01-03 {
        top: 32.5%;
        left: 17%;
        width: 3.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item01-03 {
        top: 29.5%;
        left: 17%;
        width: 2%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item01-03 {
        top: 29.5%;
        left: 17%;
        width: 2%; } }
  body.home section#main .fade-item#item02-01 {
    animation-delay: .2s;
    z-index: 20; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item02-01 {
        top: 45%;
        left: 0%;
        width: 10%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item02-01 {
        top: 40%;
        left: 0%;
        width: 8%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item02-01 {
        top: 40%;
        left: 0%;
        width: 8%; } }
  body.home section#main .fade-item#item02-02 {
    animation-delay: 1.2s;
    z-index: 21; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item02-02 {
        top: 55%;
        left: 1%;
        width: 6.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item02-02 {
        top: 52.5%;
        left: 0.5%;
        width: 5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item02-02 {
        top: 52.5%;
        left: 0.5%;
        width: 5%; } }
  body.home section#main .fade-item#item02-03 {
    animation-delay: 1.3s;
    z-index: 21; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item02-03 {
        top: 47%;
        left: 5.5%;
        width: 12.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item02-03 {
        top: 40%;
        left: 8%;
        width: 12.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item02-03 {
        top: 40%;
        left: 8%;
        width: 12.5%; } }
  body.home section#main .fade-item#item03-01 {
    animation-delay: .3s;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item03-01 {
        top: 37%;
        left: 24%;
        width: 8%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item03-01 {
        top: 27.5%;
        left: 31%;
        width: 5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item03-01 {
        top: 27.5%;
        left: 31%;
        width: 5%; } }
  body.home section#main .fade-item#item03-02 {
    animation-delay: 1.4s;
    z-index: 31; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item03-02 {
        top: 40.5%;
        left: 16%;
        width: 12.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item03-02 {
        top: 32.5%;
        left: 20%;
        width: 12%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item03-02 {
        top: 32.5%;
        left: 20%;
        width: 12%; } }
  body.home section#main .fade-item#item03-03 {
    animation-delay: 1.5s;
    z-index: 31; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item03-03 {
        top: 33%;
        left: 28.5%;
        width: 12.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item03-03 {
        top: 26%;
        left: 35%;
        width: 9.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item03-03 {
        top: 26%;
        left: 35%;
        width: 9.5%; } }
  body.home section#main .fade-item#item04-01 {
    animation-delay: .4s;
    z-index: 40; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item04-01 {
        top: 28%;
        left: 43%;
        width: 7.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item04-01 {
        top: 21%;
        left: 47%;
        width: 5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item04-01 {
        top: 21%;
        left: 47%;
        width: 5%; } }
  body.home section#main .fade-item#item04-02 {
    animation-delay: 1.6s;
    z-index: 41; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item04-02 {
        top: 32%;
        left: 39%;
        width: 7%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item04-02 {
        top: 25%;
        left: 43.5%;
        width: 4.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item04-02 {
        top: 25%;
        left: 43.5%;
        width: 4.5%; } }
  body.home section#main .fade-item#item04-03 {
    animation-delay: 1.7s;
    z-index: 51; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item04-03 {
        top: 26%;
        left: 48%;
        width: 16.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item04-03 {
        top: 21.5%;
        left: 51%;
        width: 15.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item04-03 {
        top: 21.5%;
        left: 51%;
        width: 15.5%; } }
  body.home section#main .fade-item#item05-01 {
    animation-delay: .5s;
    z-index: 50; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item05-01 {
        top: 26%;
        right: 24%;
        width: 14%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item05-01 {
        top: 19%;
        left: 64%;
        width: 12.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item05-01 {
        top: 19%;
        left: 64%;
        width: 12.5%; } }
  body.home section#main .fade-item#item05-02 {
    animation-delay: 1.8s;
    z-index: 51; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item05-02 {
        top: 27%;
        right: 22%;
        width: 5.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item05-02 {
        top: 22.5%;
        left: 74%;
        width: 3.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item05-02 {
        top: 22.5%;
        left: 74%;
        width: 3.5%; } }
  body.home section#main .fade-item#item05-03 {
    animation-delay: 1.9s;
    z-index: 51; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item05-03 {
        top: 35%;
        right: 24%;
        width: 25%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item05-03 {
        top: 32%;
        left: 56%;
        width: 18%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item05-03 {
        top: 32%;
        left: 56%;
        width: 18%; } }
  body.home section#main .fade-item#item06-01 {
    animation-delay: .6s;
    z-index: 60; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item06-01 {
        top: 40%;
        right: 5%;
        width: 12.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item06-01 {
        top: 37%;
        right: 8%;
        width: 7.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item06-01 {
        top: 37%;
        right: 8%;
        width: 7.5%; } }
  body.home section#main .fade-item#item06-02 {
    animation-delay: 2.0s;
    z-index: 61; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item06-02 {
        top: 40%;
        right: 12%;
        width: 10%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item06-02 {
        top: 37%;
        right: 13%;
        width: 5.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item06-02 {
        top: 37%;
        right: 13%;
        width: 5.5%; } }
  body.home section#main .fade-item#item07-01 {
    animation-delay: .7s;
    z-index: 70; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item07-01 {
        top: 52.5%;
        right: 15%;
        width: 15%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item07-01 {
        top: 50%;
        right: 20%;
        width: 9%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item07-01 {
        top: 50%;
        right: 20%;
        width: 9%; } }
  body.home section#main .fade-item#item07-02 {
    animation-delay: 2.1s;
    z-index: 71; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item07-02 {
        top: 51%;
        right: 25%;
        width: 10%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item07-02 {
        top: 48%;
        right: 26%;
        width: 6.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item07-02 {
        top: 48%;
        right: 26%;
        width: 6.5%; } }
  body.home section#main .fade-item#item07-03 {
    animation-delay: 2.2s;
    z-index: 71; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item07-03 {
        top: 53%;
        right: 13%;
        width: 6%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item07-03 {
        top: 50%;
        right: 18%;
        width: 3.8%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item07-03 {
        top: 50%;
        right: 18%;
        width: 3.8%; } }
  body.home section#main .fade-item#item08-01 {
    animation-delay: .8s;
    z-index: 80; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item08-01 {
        top: 54%;
        right: 0%;
        width: 10%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item08-01 {
        top: 45%;
        right: 0%;
        width: 8%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item08-01 {
        top: 45%;
        right: 0%;
        width: 8%; } }
  body.home section#main .fade-item#item08-02 {
    animation-delay: 2.3s;
    z-index: 81; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item08-02 {
        top: 58%;
        right: 3.5%;
        width: 48%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item08-02 {
        top: 52%;
        right: 4.5%;
        width: 46.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item08-02 {
        top: 52%;
        right: 4.5%;
        width: 46.5%; } }
  body.home section#main .fade-item#item09-01 {
    animation-delay: 2.4s;
    z-index: 90; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item09-01 {
        top: 28.5%;
        right: 0%;
        width: 15%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item09-01 {
        top: 23.5%;
        right: 0.25%;
        width: 14%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item09-01 {
        top: 23.5%;
        right: 0.25%;
        width: 14%; } }
  body.home section#main .fade-item#item10-01 {
    animation-delay: 2.5s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item10-01 {
        top: 23%;
        right: 15%;
        width: 12.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item10-01 {
        top: 20.5%;
        right: 14%;
        width: 8%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item10-01 {
        top: 20.5%;
        right: 14%;
        width: 8%; } }
  body.home section#main .fade-item#item11-01 {
    animation-delay: 2.6s;
    z-index: 80; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item11-01 {
        top: 17%;
        left: 43%;
        width: 22%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item11-01 {
        top: 11.5%;
        left: 45%;
        width: 16%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item11-01 {
        top: 11.5%;
        left: 45%;
        width: 16%; } }
  body.home section#main .fade-item#item12-01 {
    animation-delay: 2.7s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item12-01 {
        top: 26%;
        left: 24%;
        width: 15%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item12-01 {
        top: 23.5%;
        left: 26%;
        width: 12%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item12-01 {
        top: 23.5%;
        left: 26%;
        width: 12%; } }
  body.home section#main .fade-item#item12-02 {
    animation-delay: 2.8s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item12-02 {
        top: 30%;
        left: 2.5%;
        width: 7.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item12-02 {
        top: 22.5%;
        left: 3%;
        width: 7.5%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item12-02 {
        top: 22.5%;
        left: 3%;
        width: 7.5%; } }
  body.home section#main .fade-item#item13-01 {
    animation-delay: 2.9s;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item13-01 {
        top: 15%;
        right: 5%;
        width: 8%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item13-01 {
        top: 15%;
        right: 2.5%;
        width: 3.75%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item13-01 {
        top: 15%;
        right: 2.5%;
        width: 3.75%; } }
  body.home section#main .fade-item#item13-02 {
    animation-delay: 3.0s;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      body.home section#main .fade-item#item13-02 {
        top: 15%;
        left: 5%;
        width: 7.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main .fade-item#item13-02 {
        top: 15%;
        left: 2.5%;
        width: 3.75%; } }
    @media screen and (min-width: 1024px) {
      body.home section#main .fade-item#item13-02 {
        top: 15%;
        left: 2.5%;
        width: 3.75%; } }
body.home section#main #copy {
  animation-delay: 3.5s;
  z-index: 90;
  top: 60%;
  left: 15%; }
  @media screen and (max-width: 767px) {
    body.home section#main #copy {
      top: 65%;
      left: 5%; } }
  body.home section#main #copy h1 {
    color: #FFF;
    font-family: 'Klee One', sans-serif;
    font-size: 4rem;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: left;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: calc(1rem * 0.5);
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      body.home section#main #copy h1 {
        font-size: calc(1.6rem * 1.0);
        letter-spacing: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main #copy h1 {
        font-size: calc(2rem * 1.0);
        letter-spacing: 0; } }
    @media screen and (min-width: 1024px) {
      body.home section#main #copy h1 {
        font-size: calc(3rem * 0.8); } }
    @media screen and (min-width: 1281px) {
      body.home section#main #copy h1 {
        font-size: calc(4rem * 0.8); } }
    @media screen and (max-width: 767px) {
      body.home section#main #copy h1 span {
        font-size: calc(1.6rem * 1.2); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#main #copy h1 span {
        font-size: calc(2rem * 1.2); } }
    @media screen and (min-width: 1024px) {
      body.home section#main #copy h1 span {
        font-size: calc(3rem * 1.2); } }
    @media screen and (min-width: 1281px) {
      body.home section#main #copy h1 span {
        font-size: calc(4rem * 1.2); } }
  @media screen and (max-width: 767px) {
    body.home section#main #copy p {
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.home section#main #copy p {
      font-size: 1.6rem; } }
  @media screen and (min-width: 1024px) {
    body.home section#main #copy p {
      font-size: 1.75rem; } }
  body.home section#main #copy p a {
    border: 1px solid #FFF;
    color: #FFF;
    line-height: 0;
    padding: 10px 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
body.home section#body article#topics-index {
  margin-top: -50px; }
  body.home section#body article#topics-index .topics-wrap {
    margin: 0 0 50px;
    overflow-x: scroll;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.home section#body article#topics-index .topics-wrap {
        height: 300px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#body article#topics-index .topics-wrap {
        height: 500px; } }
    @media screen and (min-width: 1024px) {
      body.home section#body article#topics-index .topics-wrap {
        height: 500px; } }
    body.home section#body article#topics-index .topics-wrap ul {
      padding: 20px;
      width: 100%; }
      body.home section#body article#topics-index .topics-wrap ul:nth-child(even) {
        background: #F9F9F9; }
      body.home section#body article#topics-index .topics-wrap ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.home section#body article#topics-index .topics-wrap ul a li {
          line-height: 150%; }
          body.home section#body article#topics-index .topics-wrap ul a li.date {
            margin: 0 20px 10px 0;
            width: auto; }
          body.home section#body article#topics-index .topics-wrap ul a li.type {
            width: auto; }
            body.home section#body article#topics-index .topics-wrap ul a li.type span {
              background: #FFF;
              border: 1px solid #FFF;
              line-height: 0;
              text-align: center;
              width: 1.75rem; }
              @media screen and (max-width: 767px) {
                body.home section#body article#topics-index .topics-wrap ul a li.type span {
                  font-size: 1rem;
                  padding: 5px; } }
              @media screen and (min-width: 768px) and (max-width: 1023px) {
                body.home section#body article#topics-index .topics-wrap ul a li.type span {
                  font-size: 1rem;
                  padding: 5px; } }
              @media screen and (min-width: 1024px) {
                body.home section#body article#topics-index .topics-wrap ul a li.type span {
                  font-size: 1.25rem;
                  padding: 5px 10px; } }
              body.home section#body article#topics-index .topics-wrap ul a li.type span.news {
                border-color: #D02E00;
                color: #D02E00; }
              body.home section#body article#topics-index .topics-wrap ul a li.type span.event {
                border-color: #229922;
                color: #229922; }
              body.home section#body article#topics-index .topics-wrap ul a li.type span.property {
                border-color: #009FDC;
                color: #009FDC; }
              body.home section#body article#topics-index .topics-wrap ul a li.type span.column {
                border-color: #FFD600;
                color: #FFD600; }
              body.home section#body article#topics-index .topics-wrap ul a li.type span.company {
                border-color: #AAA;
                color: #AAA; }
              body.home section#body article#topics-index .topics-wrap ul a li.type span.general {
                border-color: #AAA;
                color: #AAA; }
          body.home section#body article#topics-index .topics-wrap ul a li.title {
            width: 100%; }
body.home section#body article#cont-bnr.full {
  padding: 0; }
body.home section#body article#cont-bnr nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  body.home section#body article#cont-bnr nav ul li {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.home section#body article#cont-bnr nav ul li {
        border-right: 1px solid #FFF; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home section#body article#cont-bnr nav ul li {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      body.home section#body article#cont-bnr nav ul li {
        width: 50%; } }
    @media screen and (min-width: 1281px) {
      body.home section#body article#cont-bnr nav ul li {
        width: 33.3%; } }
    body.home section#body article#cont-bnr nav ul li a {
      display: block;
      margin: 0 auto;
      position: relative;
      height: auto; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.home section#body article#cont-bnr nav ul li a {
          width: 100%; } }
      @media screen and (min-width: 1024px) {
        body.home section#body article#cont-bnr nav ul li a {
          width: 100%; } }
      body.home section#body article#cont-bnr nav ul li a figure img {
        height: auto;
        width: 100%; }
      body.home section#body article#cont-bnr nav ul li a dl {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%; }
        body.home section#body article#cont-bnr nav ul li a dl dt {
          font-size: calc(3rem * 0.8);
          margin-bottom: 20px; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.home section#body article#cont-bnr nav ul li a dl dt {
              font-size: 2rem;
              margin-bottom: 10px; } }
          @media screen and (min-width: 1024px) {
            body.home section#body article#cont-bnr nav ul li a dl dt {
              font-size: 3rem;
              margin-bottom: 20px; } }
          body.home section#body article#cont-bnr nav ul li a dl dt img {
            height: 2rem;
            width: auto; }
            @media screen and (min-width: 1024px) {
              body.home section#body article#cont-bnr nav ul li a dl dt img {
                height: calc(3rem * 0.8); } }
        body.home section#body article#cont-bnr nav ul li a dl dd {
          font-size: 1.25rem;
          line-height: 150%;
          margin-bottom: 20px; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.home section#body article#cont-bnr nav ul li a dl dd {
              font-size: 1.6rem;
              margin-bottom: 20px; } }
          @media screen and (min-width: 1024px) {
            body.home section#body article#cont-bnr nav ul li a dl dd {
              font-size: 1.6rem;
              margin-bottom: 20px; } }
          body.home section#body article#cont-bnr nav ul li a dl dd:last-child {
            margin-bottom: 0; }
          body.home section#body article#cont-bnr nav ul li a dl dd.btn > * {
            border: 1px solid #FFF;
            background: none;
            transition: all .5s; }
            @media screen and (max-width: 767px) {
              body.home section#body article#cont-bnr nav ul li a dl dd.btn > * {
                width: 40%; } }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              body.home section#body article#cont-bnr nav ul li a dl dd.btn > * {
                width: 200px; } }
            @media screen and (min-width: 1024px) {
              body.home section#body article#cont-bnr nav ul li a dl dd.btn > * {
                width: 200px; } }

/***** .topics *****/

body.topics section#title .inner {
  background-image: url("../images/topics/main_bg.png"); }
body.topics section#body article#topics-articles .topics-wrap {
  border-bottom: 1px solid #DDD;
  display: block;
  width: 100%;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    body.topics section#body article#topics-articles .topics-wrap {
      margin: -100px 0 50px;
      padding: 100px 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.topics section#body article#topics-articles .topics-wrap {
      margin: -100px 0 50px;
      padding: 100px 0 0; } }
  @media screen and (min-width: 1024px) {
    body.topics section#body article#topics-articles .topics-wrap {
      margin: -100px 0 50px;
      padding: 100px 0 0; } }
  body.topics section#body article#topics-articles .topics-wrap .topics {
    position: relative;
    z-index: 1; }
    body.topics section#body article#topics-articles .topics-wrap .topics .label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 10px; }
      body.topics section#body article#topics-articles .topics-wrap .topics .label .date {
        margin: 0 20px 10px 0;
        width: auto; }
      body.topics section#body article#topics-articles .topics-wrap .topics .label .type {
        width: auto; }
        body.topics section#body article#topics-articles .topics-wrap .topics .label .type span {
          background: #FFF;
          border: 1px solid #FFF;
          line-height: 0;
          text-align: center;
          width: 1.75rem; }
          @media screen and (max-width: 767px) {
            body.topics section#body article#topics-articles .topics-wrap .topics .label .type span {
              font-size: 1rem;
              padding: 5px; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.topics section#body article#topics-articles .topics-wrap .topics .label .type span {
              font-size: 1rem;
              padding: 5px; } }
          @media screen and (min-width: 1024px) {
            body.topics section#body article#topics-articles .topics-wrap .topics .label .type span {
              font-size: 1.25rem;
              padding: 5px 10px; } }
          body.topics section#body article#topics-articles .topics-wrap .topics .label .type span.news {
            border-color: #D02E00;
            color: #D02E00; }
          body.topics section#body article#topics-articles .topics-wrap .topics .label .type span.event {
            border-color: #229922;
            color: #229922; }
          body.topics section#body article#topics-articles .topics-wrap .topics .label .type span.property {
            border-color: #009FDC;
            color: #009FDC; }
          body.topics section#body article#topics-articles .topics-wrap .topics .label .type span.column {
            border-color: #FFD600;
            color: #FFD600; }
          body.topics section#body article#topics-articles .topics-wrap .topics .label .type span.company {
            border-color: #AAA;
            color: #AAA; }
          body.topics section#body article#topics-articles .topics-wrap .topics .label .type span.general {
            border-color: #AAA;
            color: #AAA; }
    body.topics section#body article#topics-articles .topics-wrap .topics .text {
      clear: both; }
      body.topics section#body article#topics-articles .topics-wrap .topics .text:after, body.topics section#body article#topics-articles .topics-wrap .topics .text:after {
        content: "";
        display: table; }
      body.topics section#body article#topics-articles .topics-wrap .topics .text:after {
        clear: both; }
      body.topics section#body article#topics-articles .topics-wrap .topics .text h3 {
        line-height: 120%;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          body.topics section#body article#topics-articles .topics-wrap .topics .text h3 {
            font-size: 2rem; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          body.topics section#body article#topics-articles .topics-wrap .topics .text h3 {
            font-size: 2rem; } }
        @media screen and (min-width: 1024px) {
          body.topics section#body article#topics-articles .topics-wrap .topics .text h3 {
            font-size: 3rem; } }
      body.topics section#body article#topics-articles .topics-wrap .topics .text p a {
        color: #009AD7;
        text-decoration: underline; }
      body.topics section#body article#topics-articles .topics-wrap .topics .text figure {
        margin-bottom: 20px; }
        body.topics section#body article#topics-articles .topics-wrap .topics .text figure.full-size {
          width: 100%; }
          body.topics section#body article#topics-articles .topics-wrap .topics .text figure.full-size img {
            height: auto;
            width: 100%; }
        body.topics section#body article#topics-articles .topics-wrap .topics .text figure.float-L {
          float: left;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            body.topics section#body article#topics-articles .topics-wrap .topics .text figure.float-L {
              width: 50%; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.topics section#body article#topics-articles .topics-wrap .topics .text figure.float-L {
              width: 50%; } }
          @media screen and (min-width: 1024px) {
            body.topics section#body article#topics-articles .topics-wrap .topics .text figure.float-L {
              width: 30%; } }
          body.topics section#body article#topics-articles .topics-wrap .topics .text figure.float-L span {
            display: block;
            position: relative;
            padding-top: 100%;
            width: 100%; }
            body.topics section#body article#topics-articles .topics-wrap .topics .text figure.float-L span img {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              object-fit: cover;
              height: 100%;
              width: 100%; }
    body.topics section#body article#topics-articles .topics-wrap .topics .tag-wrap {
      background-color: #F3F3F3;
      margin-bottom: 50px;
      padding: 20px; }
      body.topics section#body article#topics-articles .topics-wrap .topics .tag-wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        column-gap: 20px;
        margin-bottom: 0; }
        body.topics section#body article#topics-articles .topics-wrap .topics .tag-wrap ul:before {
          content: '関連タグ';
          display: inline-block;
          vertical-align: middle; }
        body.topics section#body article#topics-articles .topics-wrap .topics .tag-wrap ul li a {
          color: #777; }
          body.topics section#body article#topics-articles .topics-wrap .topics .tag-wrap ul li a:before {
            content: '#';
            display: inline-block;
            vertical-align: middle; }
body.topics section#body article#topics-index .topics-wrap {
  margin: 0 0 50px;
  width: 100%; }
  body.topics section#body article#topics-index .topics-wrap ul {
    border-bottom: 1px solid #DDD;
    padding: 20px;
    width: 100%; }
    body.topics section#body article#topics-index .topics-wrap ul:nth-child(even) {
      background: #F9F9F9; }
    body.topics section#body article#topics-index .topics-wrap ul a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.topics section#body article#topics-index .topics-wrap ul a li {
        line-height: 150%; }
        body.topics section#body article#topics-index .topics-wrap ul a li.date {
          margin: 0 20px 10px 0;
          width: auto; }
        body.topics section#body article#topics-index .topics-wrap ul a li.type {
          width: auto; }
          body.topics section#body article#topics-index .topics-wrap ul a li.type span {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #FFF;
            line-height: 0;
            text-align: center;
            width: 1.75rem; }
            @media screen and (max-width: 767px) {
              body.topics section#body article#topics-index .topics-wrap ul a li.type span {
                font-size: 1rem;
                padding: 5px; } }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              body.topics section#body article#topics-index .topics-wrap ul a li.type span {
                font-size: 1rem;
                padding: 5px; } }
            @media screen and (min-width: 1024px) {
              body.topics section#body article#topics-index .topics-wrap ul a li.type span {
                font-size: 1.25rem;
                padding: 5px 10px; } }
            body.topics section#body article#topics-index .topics-wrap ul a li.type span.news {
              background-color: #D02E00; }
            body.topics section#body article#topics-index .topics-wrap ul a li.type span.property {
              background-color: #009FDC; }
            body.topics section#body article#topics-index .topics-wrap ul a li.type span.column {
              background-color: #FFD600; }
            body.topics section#body article#topics-index .topics-wrap ul a li.type span.company {
              background-color: #AAA; }
            body.topics section#body article#topics-index .topics-wrap ul a li.type span.general {
              background-color: #AAA; }
        body.topics section#body article#topics-index .topics-wrap ul a li.title {
          width: 100%; }

/***** .company *****/

@media screen and (max-width: 767px) {
  body.company section#local-nav nav ul {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; } }
body.company section#title .inner {
  background-image: url("../images/company/main_bg.png"); }
body.company section#body article#philosophy .content h3 {
  background-image: linear-gradient(25deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.025));
  font-family: 'Klee One', sans-serif;
  line-height: 180%;
  position: relative;
  padding-top: calc(((9 / 16) * 100%));
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    body.company section#body article#philosophy .content h3 {
      font-size: 2rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.company section#body article#philosophy .content h3 {
      font-size: 3rem; } }
  @media screen and (min-width: 1024px) {
    body.company section#body article#philosophy .content h3 {
      font-size: 5rem; } }
  body.company section#body article#philosophy .content h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
body.company section#body article#greeting {
  background: #FFF9D9;
  position: relative; }
  body.company section#body article#greeting:before {
    background-image: url("../images/bg_scape.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    display: block;
    right: 0; }
    @media screen and (max-width: 767px) {
      body.company section#body article#greeting:before {
        padding-top: 12.6%;
        top: -45px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#greeting:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#greeting:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
  body.company section#body article#greeting ol {
    font-weight: 700;
    list-style-type: decimal;
    margin-left: 2rem; }
    @media screen and (max-width: 767px) {
      body.company section#body article#greeting ol {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#greeting ol {
        margin-bottom: 50px; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#greeting ol {
        margin-bottom: 50px; } }
    body.company section#body article#greeting ol li {
      margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    body.company section#body article#greeting .box dl {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.company section#body article#greeting .box dl {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    body.company section#body article#greeting .box dl {
      margin-bottom: 0; } }
  body.company section#body article#greeting .box dl dt {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    transform: rotate(0.05deg); }
    @media screen and (max-width: 767px) {
      body.company section#body article#greeting .box dl dt {
        font-size: 1.6rem; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#greeting .box dl dt {
        font-size: 1.75rem; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#greeting .box dl dt {
        font-size: 2rem; } }
    body.company section#body article#greeting .box dl dt span {
      display: inline-block;
      font-weight: 700;
      padding-left: 1.0rem; }
      @media screen and (max-width: 767px) {
        body.company section#body article#greeting .box dl dt span {
          font-size: calc(1.6rem * 1.5); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.company section#body article#greeting .box dl dt span {
          font-size: calc(1.75rem * 1.5); } }
      @media screen and (min-width: 1024px) {
        body.company section#body article#greeting .box dl dt span {
          font-size: calc(2rem * 1.5); } }
  body.company section#body article#greeting .box dl dd {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      body.company section#body article#greeting .box dl dd {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#greeting .box dl dd {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#greeting .box dl dd {
        width: 75%; } }
    body.company section#body article#greeting .box dl dd span {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        body.company section#body article#greeting .box dl dd span.date {
          width: 30%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.company section#body article#greeting .box dl dd span.date {
          width: 20%; } }
      @media screen and (min-width: 1024px) {
        body.company section#body article#greeting .box dl dd span.date {
          width: 20%; } }
      @media screen and (max-width: 767px) {
        body.company section#body article#greeting .box dl dd span.post {
          width: 70%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.company section#body article#greeting .box dl dd span.post {
          width: 80%; } }
      @media screen and (min-width: 1024px) {
        body.company section#body article#greeting .box dl dd span.post {
          width: 80%; } }
  @media screen and (max-width: 767px) {
    body.company section#body article#greeting .box figure {
      margin: 0 auto -20px;
      width: 60%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.company section#body article#greeting .box figure {
      margin: 0 auto -20px;
      width: 60%; } }
  @media screen and (min-width: 1024px) {
    body.company section#body article#greeting .box figure {
      position: absolute;
      right: 30px;
      bottom: 0;
      width: 330px; } }
  body.company section#body article#greeting .box figure img {
    width: 100%; }
body.company section#body article#outline .outline {
  border-top: 1px solid #DDD; }
  @media screen and (max-width: 767px) {
    body.company section#body article#outline .outline {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.company section#body article#outline .outline {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    body.company section#body article#outline .outline {
      margin-bottom: 30px; } }
  body.company section#body article#outline .outline dl {
    border-bottom: 1px solid #DDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.company section#body article#outline .outline dl dt, body.company section#body article#outline .outline dl dd {
        padding: calc(10px * 1.2); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#outline .outline dl dt, body.company section#body article#outline .outline dl dd {
        padding: 30px; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#outline .outline dl dt, body.company section#body article#outline .outline dl dd {
        padding: 30px; } }
    body.company section#body article#outline .outline dl dt {
      background: #F3F3F3; }
      @media screen and (max-width: 767px) {
        body.company section#body article#outline .outline dl dt {
          width: 30%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.company section#body article#outline .outline dl dt {
          width: 30%; } }
      @media screen and (min-width: 1024px) {
        body.company section#body article#outline .outline dl dt {
          width: 30%; } }
    @media screen and (max-width: 767px) {
      body.company section#body article#outline .outline dl dd {
        width: 70%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#outline .outline dl dd {
        width: 70%; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#outline .outline dl dd {
        width: 70%; } }
    body.company section#body article#outline .outline dl dd ul li {
      margin-bottom: 5px; }
      body.company section#body article#outline .outline dl dd ul li span {
        display: inline-block; }
        @media screen and (max-width: 767px) {
          body.company section#body article#outline .outline dl dd ul li span {
            display: block; } }
        @media screen and (min-width: 1024px) {
          body.company section#body article#outline .outline dl dd ul li span {
            display: inline-block;
            width: 18rem; } }
body.company section#body article#outline .date {
  text-align: right;
  margin-bottom: 0; }
body.company section#body article#group {
  background: #D9F1FA;
  position: relative; }
  body.company section#body article#group:before {
    background-image: url("../images/bg_scape_02.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    display: block;
    left: 0; }
    @media screen and (max-width: 767px) {
      body.company section#body article#group:before {
        padding-top: 12.6%;
        top: -45px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#group:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#group:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
  body.company section#body article#group .logo {
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      body.company section#body article#group .logo {
        margin-bottom: 30px;
        width: 80%; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#group .logo {
        margin-bottom: 50px;
        width: 60%; } }
    body.company section#body article#group .logo img {
      height: auto;
      width: 100%; }
  body.company section#body article#group .group-list {
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      body.company section#body article#group .group-list {
        background-image: url("../images/company/group_bg_m.svg");
        background-position: left 50% top 15%;
        background-size: 90%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#group .group-list {
        background-image: url("../images/company/group_bg.svg");
        background-position: left 50% bottom 25%;
        background-size: 95%; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#group .group-list {
        background-image: url("../images/company/group_bg.svg");
        background-position: left 50% bottom 25%;
        background-size: 95%; } }
    @media screen and (max-width: 767px) {
      body.company section#body article#group .group-list dt, body.company section#body article#group .group-list dd {
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#group .group-list dt, body.company section#body article#group .group-list dd {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#group .group-list dt, body.company section#body article#group .group-list dd {
        margin-bottom: 30px; } }
    body.company section#body article#group .group-list dt img, body.company section#body article#group .group-list dd img {
      height: auto;
      width: 100%; }
    body.company section#body article#group .group-list dt {
      width: 100%; }
      @media screen and (max-width: 767px) {
        body.company section#body article#group .group-list dt {
          margin-bottom: 150px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.company section#body article#group .group-list dt {
          margin-bottom: 30px; } }
      @media screen and (min-width: 1024px) {
        body.company section#body article#group .group-list dt {
          margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      body.company section#body article#group .group-list dd {
        width: 47.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.company section#body article#group .group-list dd {
        width: 30%; }
        body.company section#body article#group .group-list dd:nth-child(6), body.company section#body article#group .group-list dd:nth-child(8) {
          margin-left: 30%; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#group .group-list dd {
        width: 30%; }
        body.company section#body article#group .group-list dd:nth-child(6), body.company section#body article#group .group-list dd:nth-child(8) {
          margin-left: 30%; } }
body.company section#body article#access .map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; }
  @media screen and (max-width: 767px) {
    body.company section#body article#access .map-wrap {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.company section#body article#access .map-wrap {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    body.company section#body article#access .map-wrap {
      margin-bottom: 30px; } }
  body.company section#body article#access .map-wrap iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (max-width: 767px) {
  body.company section#body article#access .address {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.company section#body article#access .address {
    margin-bottom: 20px; } }
@media screen and (min-width: 1024px) {
  body.company section#body article#access .address {
    margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  body.company section#body article#access .address dt {
    margin-bottom: 10px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.company section#body article#access .address dt {
    margin-bottom: 10px; } }
@media screen and (min-width: 1024px) {
  body.company section#body article#access .address dt {
    margin-bottom: 20px; } }
body.company section#body article#access .address dt figure {
  display: block;
  width: auto; }
  @media screen and (max-width: 767px) {
    body.company section#body article#access .address dt figure {
      height: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.company section#body article#access .address dt figure {
      height: 30px; } }
  @media screen and (min-width: 1024px) {
    body.company section#body article#access .address dt figure {
      height: 30px; } }
  body.company section#body article#access .address dt figure img {
    height: 100%;
    width: auto; }
@media screen and (max-width: 767px) {
  body.company section#body article#access .by-train dt, body.company section#body article#access .by-train dd, body.company section#body article#access .by-car dt, body.company section#body article#access .by-car dd {
    margin-bottom: 5px; } }
@media screen and (min-width: 1024px) {
  body.company section#body article#access .by-train dt, body.company section#body article#access .by-train dd, body.company section#body article#access .by-car dt, body.company section#body article#access .by-car dd {
    margin-bottom: 10px; } }
body.company section#body article#access .by-train dt, body.company section#body article#access .by-car dt {
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.05deg); }
  @media screen and (max-width: 767px) {
    body.company section#body article#access .by-train dt, body.company section#body article#access .by-car dt {
      font-size: 1.6rem; } }
  @media screen and (min-width: 1024px) {
    body.company section#body article#access .by-train dt, body.company section#body article#access .by-car dt {
      font-size: 1.75rem; } }
  body.company section#body article#access .by-train dt i, body.company section#body article#access .by-car dt i {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      body.company section#body article#access .by-train dt i, body.company section#body article#access .by-car dt i {
        height: 1.6rem;
        width: 1.6rem; } }
    @media screen and (min-width: 1024px) {
      body.company section#body article#access .by-train dt i, body.company section#body article#access .by-car dt i {
        height: 1.75rem;
        width: 1.75rem; } }
body.company section#body article#access .by-train {
  margin-bottom: 30px; }
  body.company section#body article#access .by-train dt i:before {
    content: url("../images/company/access_icn_train.svg"); }
body.company section#body article#access .by-car dt i:before {
  content: url("../images/company/access_icn_car.svg"); }

/***** .business *****/

body.business section#title .inner {
  background-image: url("../images/business/main_bg.png");
  background-position: 50%; }
@media screen and (max-width: 767px) {
  body.business section#body article .main {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.business section#body article .main {
    margin-bottom: 20px; } }
@media screen and (min-width: 1024px) {
  body.business section#body article .main {
    margin-bottom: 30px; } }
body.business section#body article .main img {
  width: 100%; }
body.business section#body article#vision {
  padding-bottom: 0; }
  body.business section#body article#vision .content {
    margin-bottom: 0; }
  body.business section#body article#vision h3 {
    background-image: url("../images/business/vision_bg.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      body.business section#body article#vision h3 {
        height: 180px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.business section#body article#vision h3 {
        height: 360px; } }
    @media screen and (min-width: 1024px) {
      body.business section#body article#vision h3 {
        height: 560px; } }
    body.business section#body article#vision h3 span {
      color: #FFF;
      font-family: 'Klee One', sans-serif;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        body.business section#body article#vision h3 span {
          font-size: 1.6rem;
          line-height: 150%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.business section#body article#vision h3 span {
          font-size: 3rem;
          line-height: 150%; } }
      @media screen and (min-width: 1024px) {
        body.business section#body article#vision h3 span {
          font-size: 4rem;
          line-height: 180%; } }
body.business section#body article#thoughts .main {
  margin-bottom: 30px; }
body.business section#body article#thoughts .thumb-wrap {
  width: 100%; }
  @media screen and (max-width: 767px) {
    body.business section#body article#thoughts .thumb-wrap {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#thoughts .thumb-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      column-gap: 50px; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#thoughts .thumb-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      column-gap: 50px; } }
  body.business section#body article#thoughts .thumb-wrap dl {
    clear: both;
    display: block;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      body.business section#body article#thoughts .thumb-wrap dl {
        margin-bottom: 30px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.business section#body article#thoughts .thumb-wrap dl {
        width: 47.5%; } }
    @media screen and (min-width: 1024px) {
      body.business section#body article#thoughts .thumb-wrap dl {
        width: 30%; } }
    body.business section#body article#thoughts .thumb-wrap dl dt {
      margin-bottom: 10px; }
      body.business section#body article#thoughts .thumb-wrap dl dt figure img {
        height: auto;
        width: 100%; }
      body.business section#body article#thoughts .thumb-wrap dl dt.slideshow {
        background-image: url("../images/business/thoughts_pic_movie.png");
        background-repeat: no-repeat;
        background-size: cover; }
body.business section#body article#residence, body.business section#body article#solution {
  position: relative; }
  body.business section#body article#residence:before, body.business section#body article#solution:before {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    display: block; }
    @media screen and (max-width: 767px) {
      body.business section#body article#residence:before, body.business section#body article#solution:before {
        padding-top: 12.6%;
        top: -45px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.business section#body article#residence:before, body.business section#body article#solution:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
    @media screen and (min-width: 1024px) {
      body.business section#body article#residence:before, body.business section#body article#solution:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
  @media screen and (max-width: 767px) {
    body.business section#body article#residence .box, body.business section#body article#solution .box {
      padding-bottom: calc(50px * 1.5); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#residence .box, body.business section#body article#solution .box {
      padding-bottom: calc(50px * 1.5); } }
  @media screen and (max-width: 767px) {
    body.business section#body article#residence .box .outline, body.business section#body article#solution .box .outline {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#residence .box .outline, body.business section#body article#solution .box .outline {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#residence .box .outline, body.business section#body article#solution .box .outline {
      margin-bottom: 30px; } }
  body.business section#body article#residence .box .outline dt, body.business section#body article#solution .box .outline dt {
    line-height: 120%; }
    @media screen and (max-width: 767px) {
      body.business section#body article#residence .box .outline dt, body.business section#body article#solution .box .outline dt {
        font-size: calc(2rem * 1.0);
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.business section#body article#residence .box .outline dt, body.business section#body article#solution .box .outline dt {
        font-size: calc(3rem * 0.8);
        margin-bottom: 10px; } }
    @media screen and (min-width: 1024px) {
      body.business section#body article#residence .box .outline dt, body.business section#body article#solution .box .outline dt {
        font-size: 3rem;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    body.business section#body article#residence .box .btn-wrap, body.business section#body article#solution .box .btn-wrap {
      display: block; }
      body.business section#body article#residence .box .btn-wrap li, body.business section#body article#solution .box .btn-wrap li {
        margin-bottom: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#residence .box .btn-wrap, body.business section#body article#solution .box .btn-wrap {
      display: block; }
      body.business section#body article#residence .box .btn-wrap li, body.business section#body article#solution .box .btn-wrap li {
        margin-bottom: 10px; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#residence .box .btn-wrap, body.business section#body article#solution .box .btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
body.business section#body article#residence {
  background: #D9F1FA; }
  body.business section#body article#residence:before {
    background-image: url("../images/bg_scape_02.svg");
    left: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#residence .detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      column-gap: 5%; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#residence .detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      column-gap: 5%; } }
  @media screen and (max-width: 767px) {
    body.business section#body article#residence .detail .box {
      padding-bottom: calc(50px *1.5); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#residence .detail .box {
      padding-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#residence .detail .box {
      padding-bottom: 100px; } }
  body.business section#body article#residence .detail .box figure {
    position: absolute;
    width: auto; }
    @media screen and (max-width: 767px) {
      body.business section#body article#residence .detail .box figure {
        height: 80px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.business section#body article#residence .detail .box figure {
        height: 80px; } }
    @media screen and (min-width: 1024px) {
      body.business section#body article#residence .detail .box figure {
        height: 100px; } }
    body.business section#body article#residence .detail .box figure img {
      height: 100%;
      width: auto; }
  body.business section#body article#residence .detail .box#rs {
    width: 100%; }
    body.business section#body article#residence .detail .box#rs figure {
      bottom: -10px;
      right: -10px; }
      body.business section#body article#residence .detail .box#rs figure.sub {
        right: auto;
        left: -10px; }
  @media screen and (max-width: 767px) {
    body.business section#body article#residence .detail .box#jv, body.business section#body article#residence .detail .box#rent {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#residence .detail .box#jv, body.business section#body article#residence .detail .box#rent {
      width: 47.5%; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#residence .detail .box#jv, body.business section#body article#residence .detail .box#rent {
      width: 47.5%; } }
  body.business section#body article#residence .detail .box#jv figure, body.business section#body article#residence .detail .box#rent figure {
    bottom: -10px; }
  body.business section#body article#residence .detail .box#jv figure {
    right: auto;
    left: -10px; }
  body.business section#body article#residence .detail .box#rent figure {
    right: -10px; }
body.business section#body article#solution {
  background: #FFF9D9; }
  body.business section#body article#solution:before {
    background-image: url("../images/bg_scape.svg");
    right: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#solution .detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      column-gap: 5%; }
      body.business section#body article#solution .detail .box {
        width: 30%; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#solution .detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      column-gap: 5%; }
      body.business section#body article#solution .detail .box {
        width: 30%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.business section#body article#solution .detail .box {
      padding: 30px 30px 100px; } }
  @media screen and (min-width: 1024px) {
    body.business section#body article#solution .detail .box {
      padding: 30px 30px 100px; } }
  body.business section#body article#solution .detail .box .outline dt {
    line-height: 120%; }
    @media screen and (max-width: 767px) {
      body.business section#body article#solution .detail .box .outline dt {
        font-size: calc(2rem * 1.0); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.business section#body article#solution .detail .box .outline dt {
        font-size: calc(2rem * 1.2); } }
    @media screen and (min-width: 1024px) {
      body.business section#body article#solution .detail .box .outline dt {
        font-size: calc(2rem * 1.2); } }
  body.business section#body article#solution .detail .box figure {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      body.business section#body article#solution .detail .box figure {
        height: 80px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.business section#body article#solution .detail .box figure {
        height: 80px; } }
    @media screen and (min-width: 1024px) {
      body.business section#body article#solution .detail .box figure {
        height: 100px; } }
    body.business section#body article#solution .detail .box figure img {
      height: 100%;
      width: auto; }

/***** .residential *****/

@media screen and (max-width: 767px) {
  body.residential section#local-nav nav ul {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.residential section#local-nav nav ul {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-left: 30px; } }
body.residential section#title .inner {
  background-image: url("../images/residential/main_bg.png"); }
body.residential section#body article hr {
  border: 0;
  margin-bottom: 50px; }
body.residential section#body article .content .main {
  margin-bottom: 50px; }
body.residential section#body article .content.full {
  padding: 0 2.5%;
  position: relative;
  margin-bottom: 50px;
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.residential section#body article .content.full {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 1024px) {
    body.residential section#body article .content.full {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body.residential section#body article .content.full .property {
    margin-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 767px) {
      body.residential section#body article .content.full .property {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.residential section#body article .content.full .property {
        width: 47.5%; } }
    @media screen and (min-width: 1024px) {
      body.residential section#body article .content.full .property {
        width: 47.5%; } }
    @media screen and (max-width: 767px) {
      body.residential section#body article .content.full .property h3 {
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.residential section#body article .content.full .property h3 {
        margin-bottom: 20px; } }
    @media screen and (min-width: 1024px) {
      body.residential section#body article .content.full .property h3 {
        margin-bottom: 20px; } }
    body.residential section#body article .content.full .property > dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        body.residential section#body article .content.full .property > dl {
          margin-bottom: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.residential section#body article .content.full .property > dl {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1024px) {
        body.residential section#body article .content.full .property > dl {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1281px) {
        body.residential section#body article .content.full .property > dl {
          margin-bottom: 0; } }
      body.residential section#body article .content.full .property > dl dt {
        width: 47.5%; }
        body.residential section#body article .content.full .property > dl dt figure {
          position: relative;
          padding-top: 100%;
          width: 100%; }
          body.residential section#body article .content.full .property > dl dt figure img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            height: 100%;
            width: 100%; }
      body.residential section#body article .content.full .property > dl dd {
        width: 47.5%; }
        body.residential section#body article .content.full .property > dl dd > dl {
          width: 100%; }
          body.residential section#body article .content.full .property > dl dd > dl dt {
            margin-bottom: 10px; }
            body.residential section#body article .content.full .property > dl dd > dl dt span {
              border: 1px solid #777;
              color: #777;
              line-height: 0;
              text-align: center;
              width: 1.75rem; }
              @media screen and (max-width: 767px) {
                body.residential section#body article .content.full .property > dl dd > dl dt span {
                  font-size: 0.875rem;
                  padding: calc(5px * 0.6) calc(10px * 0.6); } }
              @media screen and (min-width: 768px) and (max-width: 1023px) {
                body.residential section#body article .content.full .property > dl dd > dl dt span {
                  font-size: 1rem;
                  padding: 5px 10px; } }
              @media screen and (min-width: 1024px) {
                body.residential section#body article .content.full .property > dl dd > dl dt span {
                  font-size: 1rem;
                  padding: 5px 10px; } }
          body.residential section#body article .content.full .property > dl dd > dl dd {
            width: 100%; }
            @media screen and (max-width: 767px) {
              body.residential section#body article .content.full .property > dl dd > dl dd {
                font-size: 1.25rem;
                margin-bottom: 10px; } }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              body.residential section#body article .content.full .property > dl dd > dl dd {
                font-size: 1.6rem;
                margin-bottom: 20px; } }
            @media screen and (min-width: 1024px) {
              body.residential section#body article .content.full .property > dl dd > dl dd {
                font-size: 1.6rem;
                margin-bottom: 20px; } }
    body.residential section#body article .content.full .property .awards {
      color: #E00;
      font-weight: 700; }
  body.residential section#body article .content.full .area {
    border: 1px solid #DDD;
    border-bottom: 0;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.residential section#body article .content.full .area {
        margin-bottom: 20px;
        padding: 10px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.residential section#body article .content.full .area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 20px; } }
    @media screen and (min-width: 1024px) {
      body.residential section#body article .content.full .area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      body.residential section#body article .content.full .area dt, body.residential section#body article .content.full .area dd {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.residential section#body article .content.full .area dt, body.residential section#body article .content.full .area dd {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      body.residential section#body article .content.full .area dt, body.residential section#body article .content.full .area dd {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      body.residential section#body article .content.full .area dt {
        font-size: 1.25rem;
        margin-bottom: 5px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.residential section#body article .content.full .area dt {
        font-size: 1.6rem; } }
    @media screen and (min-width: 1024px) {
      body.residential section#body article .content.full .area dt {
        font-size: 1.6rem; } }
    body.residential section#body article .content.full .area dd {
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        body.residential section#body article .content.full .area dd {
          font-size: 1rem; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.residential section#body article .content.full .area dd {
          font-size: 1.25rem;
          text-align: right; } }
      @media screen and (min-width: 1024px) {
        body.residential section#body article .content.full .area dd {
          font-size: 1.25rem;
          text-align: right; } }
@media screen and (max-width: 767px) {
  body.residential section#body article#concept .main, body.residential section#body article#ms .main, body.residential section#body article#jv .main {
    margin-bottom: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.residential section#body article#concept .main, body.residential section#body article#ms .main, body.residential section#body article#jv .main {
    margin-bottom: 50px; } }
@media screen and (min-width: 1024px) {
  body.residential section#body article#concept .main, body.residential section#body article#ms .main, body.residential section#body article#jv .main {
    margin-bottom: 50px; } }
body.residential section#body article#concept .main img, body.residential section#body article#ms .main img, body.residential section#body article#jv .main img {
  width: 100%; }
body.residential section#body article#concept {
  padding-bottom: 0; }
  body.residential section#body article#concept .content {
    margin-bottom: 0; }
body.residential section#body article#jv {
  background: #FFF9D9;
  position: relative; }
  body.residential section#body article#jv:before {
    background-image: url("../images/bg_scape.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    display: block;
    right: 0; }
    @media screen and (max-width: 767px) {
      body.residential section#body article#jv:before {
        padding-top: 12.6%;
        top: -45px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.residential section#body article#jv:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
    @media screen and (min-width: 1024px) {
      body.residential section#body article#jv:before {
        top: -45px;
        height: 50px;
        width: 630px; } }

/* .project-story */

@media screen and (max-width: 767px) {
  body.project-story section#body article .content .main {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.project-story section#body article .content .main {
    margin-bottom: 20px; } }
@media screen and (min-width: 1024px) {
  body.project-story section#body article .content .main {
    margin-bottom: 30px; } }
body.project-story section#body article .content .main img {
  width: 100%; }
body.project-story section#body article .content .btn-wrap .btn > * {
  background-color: #FFF;
  border: 1px solid #DDD;
  color: #000; }
body.project-story section#body article .content .results .thumb .scroll {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    body.project-story section#body article .content .results .thumb .scroll {
      column-gap: 30px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.project-story section#body article .content .results .thumb .scroll {
      column-gap: 30px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 1024px) {
    body.project-story section#body article .content .results .thumb .scroll {
      column-gap: 50px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    body.project-story section#body article .content .results .thumb .scroll figure {
      min-width: 80%;
      max-width: 240%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.project-story section#body article .content .results .thumb .scroll figure {
      width: 30%; } }
  @media screen and (min-width: 1024px) {
    body.project-story section#body article .content .results .thumb .scroll figure {
      width: 300px; } }
  body.project-story section#body article .content .results .thumb .scroll figure img {
    width: 100%; }
body.project-story section#body article .content .thumb .scroll {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    body.project-story section#body article .content .thumb .scroll {
      column-gap: 30px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.project-story section#body article .content .thumb .scroll {
      column-gap: 50px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    body.project-story section#body article .content .thumb .scroll {
      column-gap: 50px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    body.project-story section#body article .content .thumb .scroll figure {
      min-width: 80%;
      max-width: 240%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.project-story section#body article .content .thumb .scroll figure {
      width: 300px; } }
  @media screen and (min-width: 1024px) {
    body.project-story section#body article .content .thumb .scroll figure {
      width: 300px; } }
  body.project-story section#body article .content .thumb .scroll figure img {
    width: 100%; }

body.project-story section#title .inner {
  background-image: url("../images/business/residence_main_bg.png");
  background-position: 50%; }
body.project-story section#body article {
  margin-top: -50px; }
  body.project-story section#body article .content .outline {
    background: #F3F3F3; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.project-story section#body article .content .outline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    @media screen and (min-width: 1024px) {
      body.project-story section#body article .content .outline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    body.project-story section#body article .content .outline figure img {
      height: auto;
      width: auto; }
      @media screen and (max-width: 767px) {
        body.project-story section#body article .content .outline figure img {
          max-height: 100%;
          max-width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.project-story section#body article .content .outline figure img {
		  width: 100%;
          max-height: 600px;
          max-width: 600px; } }
      @media screen and (min-width: 1024px) {
        body.project-story section#body article .content .outline figure img {
          max-height: 600px;
          max-width: 600px; } }
    body.project-story section#body article .content .outline p {
      margin-bottom: 0;
      padding: 20px; }
  @media screen and (max-width: 767px) {
    body.project-story section#body article .content .thumb {
      margin-bottom: 50px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.project-story section#body article .content .thumb {
      margin-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    body.project-story section#body article .content .thumb {
      margin-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    body.project-story section#body article .content .thumb dl {
      width: 300%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.project-story section#body article .content .thumb dl {
      width: 30%; } }
  @media screen and (min-width: 1024px) {
    body.project-story section#body article .content .thumb dl {
      width: 300px; } }
  body.project-story section#body article .content .thumb dl dt {
    background: #F3F3F3;
    margin-bottom: 10px;
    padding-top: 100%;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.project-story section#body article .content .thumb dl dt {
        width: 240px; } }
    @media screen and (min-width: 1024px) {
      body.project-story section#body article .content .thumb dl dt {
        width: 300px; } }
    body.project-story section#body article .content .thumb dl dt img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      width: 100%;
      object-fit: contain; }
  @media screen and (max-width: 767px) {
    body.project-story section#body article .content .thumb dl dd {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.project-story section#body article .content .thumb dl dd {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    body.project-story section#body article .content .thumb dl dd {
      font-size: 1.25rem; } }

/***** .property *****/

@media screen and (max-width: 767px) {
  body.property section#local-nav nav ul {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.property section#local-nav nav ul {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-left: 30px; } }
body.property section#title .inner {
  background-image: url("../images/property/main_bg.png"); }
body.property section#body article .content.full {
  padding: 0 2.5%;
  position: relative;
  margin-bottom: 50px;
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.property section#body article .content.full {
      padding: 0 10%; } }
  @media screen and (min-width: 1024px) {
    body.property section#body article .content.full {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body.property section#body article .content.full .property {
    position: relative; }
    @media screen and (max-width: 767px) {
      body.property section#body article .content.full .property {
        margin-bottom: 30px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.property section#body article .content.full .property {
        margin-bottom: 50px;
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      body.property section#body article .content.full .property {
        margin-bottom: 50px;
        width: 47.5%; } }
    body.property section#body article .content.full .property > dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        body.property section#body article .content.full .property > dl {
          margin-bottom: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.property section#body article .content.full .property > dl {
          margin-bottom: 30px; } }
      @media screen and (min-width: 1024px) {
        body.property section#body article .content.full .property > dl {
          margin-bottom: 30px; } }
      @media screen and (min-width: 1281px) {
        body.property section#body article .content.full .property > dl {
          margin-bottom: 30px; } }
      body.property section#body article .content.full .property > dl dt {
        position: relative;
        width: 47.5%; }
        body.property section#body article .content.full .property > dl dt .soldout {
          position: absolute;
          height: auto; }
          @media screen and (max-width: 767px) {
            body.property section#body article .content.full .property > dl dt .soldout {
              top: -5px;
              left: -5px;
              width: 30px; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.property section#body article .content.full .property > dl dt .soldout {
              top: -10px;
              left: -10px;
              width: 60px; } }
          @media screen and (min-width: 1024px) {
            body.property section#body article .content.full .property > dl dt .soldout {
              top: -10px;
              left: -10px;
              width: 60px; } }
        body.property section#body article .content.full .property > dl dt figure {
          position: relative;
          padding-top: 100%;
          width: 100%; }
          body.property section#body article .content.full .property > dl dt figure img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            height: 100%;
            width: 100%; }
      body.property section#body article .content.full .property > dl dd {
        width: 47.5%; }
        body.property section#body article .content.full .property > dl dd > dl {
          width: 100%; }
          body.property section#body article .content.full .property > dl dd > dl dt {
            margin-bottom: 10px; }
            body.property section#body article .content.full .property > dl dd > dl dt span {
              border: 1px solid #777;
              color: #777;
              line-height: 0;
              letter-spacing: 0.1rem;
              text-align: center;
              width: 1.75rem; }
              @media screen and (max-width: 767px) {
                body.property section#body article .content.full .property > dl dd > dl dt span {
                  font-size: 0.875rem;
                  padding: calc(5px * 0.6) calc(10px * 0.6); } }
              @media screen and (min-width: 768px) and (max-width: 1023px) {
                body.property section#body article .content.full .property > dl dd > dl dt span {
                  font-size: 1rem;
                  padding: 5px 10px; } }
              @media screen and (min-width: 1024px) {
                body.property section#body article .content.full .property > dl dd > dl dt span {
                  font-size: 1rem;
                  padding: 5px 10px; } }
          body.property section#body article .content.full .property > dl dd > dl dd {
            width: 100%; }
            body.property section#body article .content.full .property > dl dd > dl dd:last-child {
              margin-bottom: 0; }
            @media screen and (max-width: 767px) {
              body.property section#body article .content.full .property > dl dd > dl dd {
                font-size: 1.25rem;
                margin-bottom: 10px; } }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              body.property section#body article .content.full .property > dl dd > dl dd {
                font-size: 1.6rem;
                margin-bottom: 20px; } }
            @media screen and (min-width: 1024px) {
              body.property section#body article .content.full .property > dl dd > dl dd {
                font-size: 1.6rem;
                margin-bottom: 20px; } }
  body.property section#body article .content.full .area {
    border: 1px solid #DDD;
    border-bottom: 0;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.property section#body article .content.full .area {
        margin-bottom: 20px;
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      body.property section#body article .content.full .area {
        margin-bottom: 20px;
        padding: 10px; } }
    @media screen and (min-width: 1024px) {
      body.property section#body article .content.full .area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      body.property section#body article .content.full .area dt, body.property section#body article .content.full .area dd {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.property section#body article .content.full .area dt, body.property section#body article .content.full .area dd {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      body.property section#body article .content.full .area dt, body.property section#body article .content.full .area dd {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      body.property section#body article .content.full .area dt {
        font-size: 1.25rem;
        margin-bottom: 5px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.property section#body article .content.full .area dt {
        font-size: 1.6rem; } }
    @media screen and (min-width: 1024px) {
      body.property section#body article .content.full .area dt {
        font-size: 1.6rem; } }
    body.property section#body article .content.full .area dd {
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        body.property section#body article .content.full .area dd {
          font-size: 1rem; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.property section#body article .content.full .area dd {
          font-size: 1.25rem;
          text-align: right; } }
      @media screen and (min-width: 1024px) {
        body.property section#body article .content.full .area dd {
          font-size: 1.25rem;
          text-align: right; } }
body.property section#body article .content .btn-wrap {
  column-gap: 5%; }
  body.property section#body article .content .btn-wrap .btn > * {
    width: 100%; }
@media screen and (max-width: 767px) {
  body.property section#body article .content .bnr {
    width: 100%; } }
@media screen and (max-width: 767px) {
  body.property section#body article .content .bnr {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  body.property section#body article .content .bnr {
    margin: 0 auto;
    width: 800px; } }
body.property section#body article .content .bnr img {
  width: 100%; }
body.property section#body article#pickup {
  position: relative; }
  body.property section#body article#pickup .bg02 {
    bottom: auto;
    top: calc(100% - 40px); }
body.property section#body article#capital-area {
  background-color: #FFF; }
  body.property section#body article#capital-area .h#dh {
    margin-top: -100px;
    padding-top: 150px; }
  body.property section#body article#capital-area .h#other-area {
    margin-top: -100px;
    padding-top: 150px; }
body.property section#body article#jv, body.property section#body article#others, body.property section#body article#rental {
  position: relative; }
  body.property section#body article#jv:before, body.property section#body article#others:before, body.property section#body article#rental:before {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    display: block; }
    @media screen and (max-width: 767px) {
      body.property section#body article#jv:before, body.property section#body article#others:before, body.property section#body article#rental:before {
        padding-top: 12.6%;
        top: -45px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.property section#body article#jv:before, body.property section#body article#others:before, body.property section#body article#rental:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
    @media screen and (min-width: 1024px) {
      body.property section#body article#jv:before, body.property section#body article#others:before, body.property section#body article#rental:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
body.property section#body article#jv {
  background: #FFF9D9; }
  body.property section#body article#jv:before {
    background-image: url("../images/bg_scape.svg");
    right: 0; }
body.property section#body article#others {
  background: #D9F1FA; }
  body.property section#body article#others:before {
    background-image: url("../images/bg_scape_02.svg");
    left: 0; }
body.property section#body article#rental {
  background: #FFF; }
  body.property section#body article#rental:before {
    background-image: url("../images/bg_scape_03.svg");
    right: 0; }

/***** .recruit *****/

body.recruit section#local-nav nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
body.recruit section#title .inner {
  background-image: url("../images/recruit/main_bg.png");
  background-position: 50%; }
  body.recruit section#title .inner h1 i:before {
    content: url("../images/icn_h_recruit.svg"); }
body.recruit section#body article#message .main {
  margin-bottom: 20px; }
  body.recruit section#body article#message .main img {
    height: auto;
    width: 100%; }
body.recruit section#body article#new-graduates, body.recruit section#body article#career {
  position: relative; }
  body.recruit section#body article#new-graduates:before, body.recruit section#body article#career:before {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    display: block; }
    @media screen and (max-width: 767px) {
      body.recruit section#body article#new-graduates:before, body.recruit section#body article#career:before {
        padding-top: 12.6%;
        top: -45px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.recruit section#body article#new-graduates:before, body.recruit section#body article#career:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
    @media screen and (min-width: 1024px) {
      body.recruit section#body article#new-graduates:before, body.recruit section#body article#career:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
body.recruit section#body article#new-graduates {
  background: #FFF9D9; }
  body.recruit section#body article#new-graduates:before {
    background-image: url("../images/bg_scape.svg");
    right: 0; }
body.recruit section#body article#career {
  background: #D9F1FA; }
  body.recruit section#body article#career:before {
    background-image: url("../images/bg_scape_02.svg");
    left: 0; }
body.recruit section#body article .content .summary {
  border-top: 1px solid #DDD; }
  @media screen and (max-width: 767px) {
    body.recruit section#body article .content .summary {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.recruit section#body article .content .summary {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    body.recruit section#body article .content .summary {
      margin-bottom: 30px; } }
  body.recruit section#body article .content .summary > dl {
    border-bottom: 1px solid #DDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.recruit section#body article .content .summary > dl > dt, body.recruit section#body article .content .summary > dl > dd {
        padding: calc(10px * 1.2); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.recruit section#body article .content .summary > dl > dt, body.recruit section#body article .content .summary > dl > dd {
        padding: 30px; } }
    @media screen and (min-width: 1024px) {
      body.recruit section#body article .content .summary > dl > dt, body.recruit section#body article .content .summary > dl > dd {
        padding: 30px; } }
    body.recruit section#body article .content .summary > dl > dt {
      background: #F3F3F3; }
      @media screen and (max-width: 767px) {
        body.recruit section#body article .content .summary > dl > dt {
          width: 25%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.recruit section#body article .content .summary > dl > dt {
          width: 30%; } }
      @media screen and (min-width: 1024px) {
        body.recruit section#body article .content .summary > dl > dt {
          width: 30%; } }
    body.recruit section#body article .content .summary > dl > dd {
      background: #FFF; }
      @media screen and (max-width: 767px) {
        body.recruit section#body article .content .summary > dl > dd {
          width: 75%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.recruit section#body article .content .summary > dl > dd {
          width: 70%; } }
      @media screen and (min-width: 1024px) {
        body.recruit section#body article .content .summary > dl > dd {
          width: 70%; } }
      body.recruit section#body article .content .summary > dl > dd > dl {
        margin-bottom: 10px;
        width: 100%; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          body.recruit section#body article .content .summary > dl > dd > dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        @media screen and (min-width: 1024px) {
          body.recruit section#body article .content .summary > dl > dd > dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        body.recruit section#body article .content .summary > dl > dd > dl > dt {
          font-weight: 400;
          width: 100%; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.recruit section#body article .content .summary > dl > dd > dl > dt {
              width: 15%; } }
          @media screen and (min-width: 1024px) {
            body.recruit section#body article .content .summary > dl > dd > dl > dt {
              width: 15%; } }
        body.recruit section#body article .content .summary > dl > dd > dl > dd {
          width: 100%; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.recruit section#body article .content .summary > dl > dd > dl > dd {
              width: 85%; } }
          @media screen and (min-width: 1024px) {
            body.recruit section#body article .content .summary > dl > dd > dl > dd {
              width: 85%; } }
body.recruit section#body article .content .btn-wrap {
  margin-top: 50px; }

/***** .contact *****/

body.contact .btn-wrap, body.contact-thanks .btn-wrap {
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.contact .btn-wrap, body.contact-thanks .btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 1024px) {
    body.contact .btn-wrap, body.contact-thanks .btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  body.contact .btn-wrap .btn, body.contact-thanks .btn-wrap .btn {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    display: inherit;
    transform: rotate(0.05deg);
    width: auto; }
    body.contact .btn-wrap .btn > *, body.contact-thanks .btn-wrap .btn > * {
      background: none;
      color: #FFF;
      display: inherit;
      width: auto; }
      @media screen and (max-width: 767px) {
        body.contact .btn-wrap .btn > *, body.contact-thanks .btn-wrap .btn > * {
          height: auto;
          width: auto; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact .btn-wrap .btn > *, body.contact-thanks .btn-wrap .btn > * {
          padding: 0;
          height: auto;
          width: auto; } }
      @media screen and (min-width: 1024px) {
        body.contact .btn-wrap .btn > *, body.contact-thanks .btn-wrap .btn > * {
          padding: 0;
          height: auto;
          width: auto; } }
      body.contact .btn-wrap .btn > * span, body.contact-thanks .btn-wrap .btn > * span {
        position: relative;
        -webkit-transform: none;
        transform: none; }
body.contact section#title .inner, body.contact-thanks section#title .inner {
  background-image: url("../images/contact/main_bg.png"); }
body.contact section#body article#form, body.contact-thanks section#body article#form {
  overflow-x: hidden;
  width: 100%; }
  body.contact section#body article#form .content .tab, body.contact-thanks section#body article#form .content .tab {
    border-bottom: 1px solid #DDD;
    padding-top: 50px;
    position: relative; }
    body.contact section#body article#form .content .tab li, body.contact-thanks section#body article#form .content .tab li {
      background: #F9F9F9;
      border: 1px solid #DDD;
      height: 50px;
      position: absolute;
      bottom: -1px;
      white-space: nowrap;
      width: 47.5%; }
      @media screen and (max-width: 767px) {
        body.contact section#body article#form .content .tab li, body.contact-thanks section#body article#form .content .tab li {
          font-size: 1rem;
          width: 47.5%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact section#body article#form .content .tab li, body.contact-thanks section#body article#form .content .tab li {
          width: 47%; } }
      @media screen and (min-width: 1024px) {
        body.contact section#body article#form .content .tab li, body.contact-thanks section#body article#form .content .tab li {
          width: 47%; } }
      body.contact section#body article#form .content .tab li.active, body.contact-thanks section#body article#form .content .tab li.active {
        background: #FFF;
        border-bottom: 1px solid #FFF; }
      body.contact section#body article#form .content .tab li:hover, body.contact-thanks section#body article#form .content .tab li:hover {
        background: #FFF; }
      @media screen and (max-width: 767px) {
        body.contact section#body article#form .content .tab li:nth-child(1), body.contact-thanks section#body article#form .content .tab li:nth-child(1) {
          left: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact section#body article#form .content .tab li:nth-child(1), body.contact-thanks section#body article#form .content .tab li:nth-child(1) {
          left: 20px; } }
      @media screen and (min-width: 1024px) {
        body.contact section#body article#form .content .tab li:nth-child(1), body.contact-thanks section#body article#form .content .tab li:nth-child(1) {
          left: 20px; } }
      @media screen and (max-width: 767px) {
        body.contact section#body article#form .content .tab li:nth-child(2), body.contact-thanks section#body article#form .content .tab li:nth-child(2) {
          right: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact section#body article#form .content .tab li:nth-child(2), body.contact-thanks section#body article#form .content .tab li:nth-child(2) {
          right: 20px; } }
      @media screen and (min-width: 1024px) {
        body.contact section#body article#form .content .tab li:nth-child(2), body.contact-thanks section#body article#form .content .tab li:nth-child(2) {
          right: 20px; } }
  body.contact section#body article#form .content .form-wrap, body.contact-thanks section#body article#form .content .form-wrap {
    border-top: 1px solid #DDD; }
    @media screen and (max-width: 767px) {
      body.contact section#body article#form .content .form-wrap, body.contact-thanks section#body article#form .content .form-wrap {
        padding-top: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.contact section#body article#form .content .form-wrap, body.contact-thanks section#body article#form .content .form-wrap {
        padding-top: 30px; } }
    @media screen and (min-width: 1024px) {
      body.contact section#body article#form .content .form-wrap, body.contact-thanks section#body article#form .content .form-wrap {
        padding-top: 30px; } }
    body.contact section#body article#form .content .form-wrap dl, body.contact-thanks section#body article#form .content .form-wrap dl {
      border-bottom: 1px solid #DDD;
      display: block; }
      @media screen and (max-width: 767px) {
        body.contact section#body article#form .content .form-wrap dl, body.contact-thanks section#body article#form .content .form-wrap dl {
          margin: 0 0 20px;
          padding: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact section#body article#form .content .form-wrap dl, body.contact-thanks section#body article#form .content .form-wrap dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 30px;
          padding: 0 0 10px; } }
      @media screen and (min-width: 1024px) {
        body.contact section#body article#form .content .form-wrap dl, body.contact-thanks section#body article#form .content .form-wrap dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 30px;
          padding: 0 0 10px; } }
      @media screen and (max-width: 767px) {
        body.contact section#body article#form .content .form-wrap dl dt, body.contact-thanks section#body article#form .content .form-wrap dl dt {
          margin-bottom: 10px;
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact section#body article#form .content .form-wrap dl dt, body.contact-thanks section#body article#form .content .form-wrap dl dt {
          margin-bottom: 0;
          padding: 10px 0;
          width: 25%; } }
      @media screen and (min-width: 1024px) {
        body.contact section#body article#form .content .form-wrap dl dt, body.contact-thanks section#body article#form .content .form-wrap dl dt {
          margin-bottom: 0;
          padding: 10px 0;
          width: 25%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact section#body article#form .content .form-wrap dl dd, body.contact-thanks section#body article#form .content .form-wrap dl dd {
          width: 75%; } }
      @media screen and (min-width: 1024px) {
        body.contact section#body article#form .content .form-wrap dl dd, body.contact-thanks section#body article#form .content .form-wrap dl dd {
          width: 75%; } }
      body.contact section#body article#form .content .form-wrap dl dd p, body.contact-thanks section#body article#form .content .form-wrap dl dd p {
        margin-bottom: 0; }
      body.contact section#body article#form .content .form-wrap dl dd label, body.contact-thanks section#body article#form .content .form-wrap dl dd label {
        display: inline-block;
        margin-right: 30px; }
      body.contact section#body article#form .content .form-wrap dl dd select, body.contact-thanks section#body article#form .content .form-wrap dl dd select {
        width: 100%; }
      body.contact section#body article#form .content .form-wrap dl dd textarea, body.contact-thanks section#body article#form .content .form-wrap dl dd textarea {
        height: 10em;
        width: 100%; }
      body.contact section#body article#form .content .form-wrap dl dd > dl, body.contact-thanks section#body article#form .content .form-wrap dl dd > dl {
        border: 0;
        display: block;
        margin: 0;
        padding: 0; }
        body.contact section#body article#form .content .form-wrap dl dd > dl > dt, body.contact section#body article#form .content .form-wrap dl dd > dl > dd, body.contact-thanks section#body article#form .content .form-wrap dl dd > dl > dt, body.contact-thanks section#body article#form .content .form-wrap dl dd > dl > dd {
          width: 100%; }
        body.contact section#body article#form .content .form-wrap dl dd > dl > dt, body.contact-thanks section#body article#form .content .form-wrap dl dd > dl > dt {
          font-weight: 500; }
    body.contact section#body article#form .content .form-wrap .agreeCheck, body.contact-thanks section#body article#form .content .form-wrap .agreeCheck {
      text-align: center;
      margin-bottom: 30px; }
      body.contact section#body article#form .content .form-wrap .agreeCheck span, body.contact-thanks section#body article#form .content .form-wrap .agreeCheck span {
        display: block; }
      body.contact section#body article#form .content .form-wrap .agreeCheck .wpcf7-list-item, body.contact-thanks section#body article#form .content .form-wrap .agreeCheck .wpcf7-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    body.contact section#body article#form .content .form-wrap .btn-wrap, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap {
      margin-bottom: 50px; }
      body.contact section#body article#form .content .form-wrap .btn-wrap .btn, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn {
        font-family: 'M PLUS 1p', sans-serif;
        font-weight: 700;
        display: block;
        transform: rotate(0.05deg);
        width: 100%; }
        body.contact section#body article#form .content .form-wrap .btn-wrap .btn p, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          column-gap: 20px; }
          body.contact section#body article#form .content .form-wrap .btn-wrap .btn p > *, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p > * {
            background-color: #000;
            color: #FFF;
            display: block;
            line-height: 0;
            margin: 0 auto;
            position: relative;
            text-decoration: none;
            text-align: center;
            width: 100%; }
            @media screen and (max-width: 767px) {
              body.contact section#body article#form .content .form-wrap .btn-wrap .btn p > *, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p > * {
                height: 40px;
                width: 100%; } }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              body.contact section#body article#form .content .form-wrap .btn-wrap .btn p > *, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p > * {
                padding: 10px;
                height: 40px;
                width: 330px; } }
            @media screen and (min-width: 1024px) {
              body.contact section#body article#form .content .form-wrap .btn-wrap .btn p > *, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p > * {
                padding: 10px;
                height: 40px;
                width: 330px; } }
            body.contact section#body article#form .content .form-wrap .btn-wrap .btn p > *.wpcf7-confirm, body.contact section#body article#form .content .form-wrap .btn-wrap .btn p > *.wpcf7-back, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p > *.wpcf7-confirm, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p > *.wpcf7-back {
              background: #777; }
          body.contact section#body article#form .content .form-wrap .btn-wrap .btn p span.wpcf7-spinner, body.contact-thanks section#body article#form .content .form-wrap .btn-wrap .btn p span.wpcf7-spinner {
            display: none; }
    body.contact section#body article#form .content .form-wrap .sslSiteSeal, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: center;
      align-content: center; }
      @media screen and (max-width: 767px) {
        body.contact section#body article#form .content .form-wrap .sslSiteSeal span, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal span {
          width: 25%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.contact section#body article#form .content .form-wrap .sslSiteSeal span, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal span {
          width: 15%; } }
      @media screen and (min-width: 1024px) {
        body.contact section#body article#form .content .form-wrap .sslSiteSeal span, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal span {
          width: 15%; } }
      body.contact section#body article#form .content .form-wrap .sslSiteSeal span img, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal span img {
        height: auto;
        width: 100%; }
      body.contact section#body article#form .content .form-wrap .sslSiteSeal p, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal p {
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          body.contact section#body article#form .content .form-wrap .sslSiteSeal p, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal p {
            font-size: 1rem;
            width: 70%; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          body.contact section#body article#form .content .form-wrap .sslSiteSeal p, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal p {
            width: 85%; } }
        @media screen and (min-width: 1024px) {
          body.contact section#body article#form .content .form-wrap .sslSiteSeal p, body.contact-thanks section#body article#form .content .form-wrap .sslSiteSeal p {
            width: 85%; } }
body.contact section#body article#tel, body.contact-thanks section#body article#tel {
  background: #FFF9D9;
  position: relative; }
  body.contact section#body article#tel:before, body.contact-thanks section#body article#tel:before {
    background-image: url("../images/bg_scape.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    display: block;
    right: 0; }
    @media screen and (max-width: 767px) {
      body.contact section#body article#tel:before, body.contact-thanks section#body article#tel:before {
        padding-top: 12.6%;
        top: -50px;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.contact section#body article#tel:before, body.contact-thanks section#body article#tel:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
    @media screen and (min-width: 1024px) {
      body.contact section#body article#tel:before, body.contact-thanks section#body article#tel:before {
        top: -45px;
        height: 50px;
        width: 630px; } }
  body.contact section#body article#tel .bnr, body.contact-thanks section#body article#tel .bnr {
    margin: 0 auto; }

/***** .privacypolicy .terms .codeofcunduct *****/

body.privacypolicy section#title .inner,
body.terms section#title .inner,
body.codeofconduct section#title .inner {
  background: linear-gradient(90deg, #0c698d 0%, #7a8639 100%); }
@media screen and (max-width: 767px) {
  body.privacypolicy section#body article .content h3,
  body.terms section#body article .content h3,
  body.codeofconduct section#body article .content h3 {
    font-size: 2rem; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.privacypolicy section#body article .content h3,
  body.terms section#body article .content h3,
  body.codeofconduct section#body article .content h3 {
    font-size: 3rem; } }
@media screen and (min-width: 1024px) {
  body.privacypolicy section#body article .content h3,
  body.terms section#body article .content h3,
  body.codeofconduct section#body article .content h3 {
    font-size: 3rem; } }
@media screen and (max-width: 767px) {
  body.privacypolicy section#body article .content ul,
  body.terms section#body article .content ul,
  body.codeofconduct section#body article .content ul {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.privacypolicy section#body article .content ul,
  body.terms section#body article .content ul,
  body.codeofconduct section#body article .content ul {
    margin-bottom: 30px; } }
@media screen and (min-width: 1024px) {
  body.privacypolicy section#body article .content ul,
  body.terms section#body article .content ul,
  body.codeofconduct section#body article .content ul {
    margin-bottom: 30px; } }
body.privacypolicy section#body article .content ul li,
body.terms section#body article .content ul li,
body.codeofconduct section#body article .content ul li {
  margin-bottom: 10px; }
  body.privacypolicy section#body article .content ul li ul, body.privacypolicy section#body article .content ul li OL, body.privacypolicy section#body article .content ul li dl,
  body.terms section#body article .content ul li ul,
  body.terms section#body article .content ul li OL,
  body.terms section#body article .content ul li dl,
  body.codeofconduct section#body article .content ul li ul,
  body.codeofconduct section#body article .content ul li OL,
  body.codeofconduct section#body article .content ul li dl {
    margin-top: 10px; }
body.privacypolicy section#body article .content ol,
body.terms section#body article .content ol,
body.codeofconduct section#body article .content ol {
  list-style-type: decimal;
  margin-left: 2em; }
  body.privacypolicy section#body article .content ol li,
  body.terms section#body article .content ol li,
  body.codeofconduct section#body article .content ol li {
    margin-bottom: 5px; }
    body.privacypolicy section#body article .content ol li ul, body.privacypolicy section#body article .content ol li OL, body.privacypolicy section#body article .content ol li dl,
    body.terms section#body article .content ol li ul,
    body.terms section#body article .content ol li OL,
    body.terms section#body article .content ol li dl,
    body.codeofconduct section#body article .content ol li ul,
    body.codeofconduct section#body article .content ol li OL,
    body.codeofconduct section#body article .content ol li dl {
      margin-top: 10px; }
@media screen and (max-width: 767px) {
  body.privacypolicy section#body article .content dl,
  body.terms section#body article .content dl,
  body.codeofconduct section#body article .content dl {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.privacypolicy section#body article .content dl,
  body.terms section#body article .content dl,
  body.codeofconduct section#body article .content dl {
    margin-bottom: 30px; } }
@media screen and (min-width: 1024px) {
  body.privacypolicy section#body article .content dl,
  body.terms section#body article .content dl,
  body.codeofconduct section#body article .content dl {
    margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  body.privacypolicy section#body article .content dl dt,
  body.terms section#body article .content dl dt,
  body.codeofconduct section#body article .content dl dt {
    margin-bottom: 5px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.privacypolicy section#body article .content dl dt,
  body.terms section#body article .content dl dt,
  body.codeofconduct section#body article .content dl dt {
    margin-bottom: 10px; } }
@media screen and (min-width: 1024px) {
  body.privacypolicy section#body article .content dl dt,
  body.terms section#body article .content dl dt,
  body.codeofconduct section#body article .content dl dt {
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  body.privacypolicy section#body article .content dl dd,
  body.terms section#body article .content dl dd,
  body.codeofconduct section#body article .content dl dd {
    margin-bottom: 10px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.privacypolicy section#body article .content dl dd,
  body.terms section#body article .content dl dd,
  body.codeofconduct section#body article .content dl dd {
    margin-bottom: 10px; } }
@media screen and (min-width: 1024px) {
  body.privacypolicy section#body article .content dl dd,
  body.terms section#body article .content dl dd,
  body.codeofconduct section#body article .content dl dd {
    margin-bottom: 20px; } }
body.privacypolicy section#body article .content .signature,
body.terms section#body article .content .signature,
body.codeofconduct section#body article .content .signature {
  text-align: right; }
  body.privacypolicy section#body article .content .signature span,
  body.terms section#body article .content .signature span,
  body.codeofconduct section#body article .content .signature span {
    font-weight: 700; }
body.privacypolicy section#body article .content .box dl, body.privacypolicy section#body article .content .box_02 dl,
body.terms section#body article .content .box dl,
body.terms section#body article .content .box_02 dl,
body.codeofconduct section#body article .content .box dl,
body.codeofconduct section#body article .content .box_02 dl {
  margin-bottom: 0; }
