@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background: #FFFFFF;
  font-weight: 400;
  color: #000000;
  text-align: justify;
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  line-height: 2.2;
  box-sizing: border-box;
}

img {
  max-width: auto;
  width: 100%;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

.wrap {
  width: 100%;
  overflow: hidden!important;
}

a {
  transition: .3s;
}

hr {
  border-top: 1px dotted rgba(0, 0, 0, .4);
}

@media screen and (max-width:1024px) {
  body {
    font-size: 1.5rem;
  }
  html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    line-height: 2.1;
  }
}

@media screen and (max-width:480px) {
  body {
    font-size: 1.4rem;
  }
}


/*--container----------------------*/

.container {
  margin: 0 auto;
  width: 80%;
  position: relative;
}

@media screen and (max-width:1200px) {
  .container {
    min-width: 85%;
    width: 85%;
  }
}

@media screen and (max-width:1024px) {
  .container {
    min-width: 90%;
    width: 90%;
  }
}

@media screen and (max-width:640px) {
  .container {
    min-width: 92%;
    width: 92%;
  }
}


/*--header-----------------------------------------------------------------------*/

.ns-header {
  width: 100%;
  height: 144px;
  border-top: 15px solid #000000;
  position: relative;
  align-items: center;
  z-index: 999;
}

.ns-header .container {
  margin: 0 auto;
  width: 94%;
  position: relative;
}

.ns-header .ns-logo {
  width: 347px;
  position: relative;
  z-index: 999;
}

.ns-header .ns-logo a {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}


/*gnv*/

.ns-header-nav {
  width: calc(100% - 350px);
  max-width: 940px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  position: relative;
}

.ns-header-nav nav {
  width: 100%;
}

.ns-header-nav nav ul {
  margin-top: 28px;
  justify-content: flex-end;
}

.ns-header-nav nav ul li {
  position: relative;
  padding-left: 3%;
  margin-left: 2.4%;
  font-size: 1.7rem;
  font-weight: 600;
}

.ns-header-nav nav ul li::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
  left: 0;
}

.ns-header-nav nav a {
  color: #000000;
}

/*CONTACT*/

.ns-header-nav nav ul li.ns-header-contact {
  width: 134px;
  padding-left: 2%;
}

.ns-header-nav nav ul li.ns-header-contact::before {
  content: none;
}

.ns-header-contact a {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-top: 2px;
  width: 100%;
  height: 32px;
  border: 2px solid #000000;
  box-sizing: border-box;
  margin-top: 2px;
  background: url("../images/common/arrrow_bk_r.svg") no-repeat center left 10px, #FFFFFF;
  background-size: 6px 7px;
}

.ns-header-contact a:hover{
  color: #FFFFFF;
  background: url("../images/common/arrrow_wh_r.svg") no-repeat center left 10px, #000000;
  background-size: 6px 7px;
}


@media screen and (max-width:1280px) {
  .ns-header .ns-logo {
    width: 300px;
    position: relative;
    z-index: 999;
  }
  .ns-header-nav {
    width: calc(100% - 330px);
  }
  .ns-header-nav nav ul li {
    padding-left: 1.8vw;
    margin-left: 1.2vw;
    font-size: 1.6rem;
    margin-bottom: 0.2em;
  }
}

@media screen and (max-width:1024px) {
  .ns-header {
    height: 70px;
    border-top: 12px solid #000000;
    z-index: 999;
    padding: 0;
    position: inherit;
  }
  .ns-header .ns-logo {
    width: 234px;
    position: fixed;
    z-index: 999;
    top: 1.3em;
  }
  .ns-header .ns-logo a {
    width: 100%;
  }
  .ns-header-nav {
    position: relative;
    bottom: inherit;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .ns-header-nav nav {
    position: fixed;
    top: 12px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    height: calc(var(--vh, 1vh) * 9.5);
    margin: 0;
    background: #FFFFFF;
    z-index: 998;
  }
  .ns-header-nav nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .ns-header-nav nav ul {
    margin-top: -1em;
  }
  .ns-header-nav nav ul li {
    background: #000000;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0.5em 0;
    font-size: 1.8rem;
  }
  .ns-header-nav nav ul li:first-child {
    padding-top: 2em;
  }
  .ns-header-nav nav ul li:nth-child(4) {
    padding-bottom: 2em;
  }
  .ns-header-nav nav ul li::befpre {
    content: none;
  }
  .ns-header-nav nav ul li a {
    color: #FFFFFF;
    letter-spacing: 0.08em;
  }
  /*CONTACT*/
  .ns-header-nav nav ul li.ns-header-contact {
    width: 80%;
    max-width: 500px;
    background: #FFFFFF;
    padding: 0;
    padding-top: 1em;
  }
  .ns-header-nav nav ul li.ns-header-contact a {
    font-size: 1.5rem;
    padding-left: 16px;
    padding-top: 2px;
    height: 36px;
    margin-top: 0;
    background: url(../images/common/arrrow_bk_r.svg) no-repeat center left 8px;
    background-size: 7px 8px;
    letter-spacing: 0;
    color: #000000;
    ;
  }
  /*navtoggle*/
  #nav-toggle {
    position: inherit;
    right: 20px;
    height: 24px;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    z-index: 9999!important;
  }
  #nav-toggle>div {
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #000000;
    position: absolute;
    transition: transform 0.4s ease-in-out, top 0.3s ease;
  }
  #nav-toggle a {
    position: relative;
    z-index: 1;
  }
  #nav-toggle:after {
    position: absolute;
    z-index: -999;
    display: inline-block;
    content: '';
    transition: .3s;
  }
  #nav-toggle span {
    transition: .3s;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .ns-header-nav nav ul {
    background: rgba(149, 193, 34, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999!important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease, background 0.5s ease;
  }
}

@media screen and (max-width: 480px) {
  .ns-header .ns-logo {
    width: 220px;
    top: 1.7em;
  }
  .ns-header-nav nav {
    font-size: 2rem;
  }
}


/* open */

.open .ns-header-nav nav ul {
  visibility: visible;
  display: flex;
  background: rgba(255, 255, 255, 1.00);
}

.open .ns-header-nav nav ul {
  opacity: 1;
  animation: SlideIn 0.5s;
}


/* CSSアニメーションの設定 */

@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}


/*------------- footer ---------------------------------------------*/

#page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  width: 56px;
  z-index: 4;
}

#page-top:hover{
  cursor: pointer;
  opacity:.8;
}
.ns-footer {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}


/*ns-footerMap*/

.ns-footerMap {
  width: 100%;
  padding: 3.5em 0;
  border-top: 8px solid #000000;
}

.ns-footerMap a {
  color: #000000;
}

.ns-footerMap .box {
  margin-top: 1em;
}

.ns-footerMap .box:first-child {
  width: 300px;
  margin-top: 0;
}

.ns-footerMap .box:first-child .logo {
  margin-bottom: 1em;
  max-width: 298px;
  margin-left: -1em;
}

.ns-footerMap .box:first-child p {
  line-height: 1.8;
  margin-bottom: 1em;
}

.ns-footerMap .box:first-child .sns a {
  margin-right: 1em;
}

.ns-footerMap .box .category {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.ns-footerMap .box ul {
  font-size: 1.6rem;
}

.ns-footerMap .box ul li {
  padding-bottom: 0.2em;
}

.ns-footerMap .box ul li:last-child {
  padding-bottom: 0em;
}

.ns-footerBk {
  background: #000000;
  color: #FFFFFF;
  padding: 0.4em;
}

.ns-footerBk p {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width:1024px) {
  .ns-footerMap .box {
    display: none;
  }
  .ns-footerMap .box:first-child {
    width: 280px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width:480px) {
  .ns-footerMap .box:first-child {
    width: 260px;
    display: block;
    margin: 0 auto;
  }
  .ns-footerBk p {
    font-size: 1.2rem;
  }
  #page-top {
    bottom: 15px;
    right: 15px;
    width: 40px;
  }
}


/*-------ぱんくず-----------------------------*/

.breadcrumb {
  padding: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  top: 11.1em;
  right: 4%;
  z-index: 2;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  opacity: .9;
}

.breadcrumb li {
  list-style: none;
  color: #FFFFFF;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 1.35rem;
}

.breadcrumb li+li:before {
  content: url('../images/common/icon_arrow.svg');
  padding: 0 15px;
  color: #FFFFFF;
}

.breadcrumb li a {
  color: #FFFFFF;
}

.breadcrumb li a:hover {
  opacity: .6;
}

.breadcrumb li a img {
  width: 17px;
  height: 15px;
  position: relative;
  top: -0.6em;
}
@media screen and (max-width:1024px) {
.breadcrumb {
  top: 7.4em;
}
}
@media screen and (max-width:640px) {
  .breadcrumb {
    display: none!important;
  }
}


/*-------read more-----------------------------*/

.readmore {
  display: block;
  max-width: 163px;
  position: relative;
}

.readmore:hover {
  opacity: .5;
}

.readmore::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -1px;
  margin: auto;
  width: 48%;
  height: 2px;
  background: #000;
  animation: more 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes more {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}


/*--inview----------------------*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_2 {
  opacity: 0;
  transition: 2.3s;
}

.fadeIn_2.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 2.4s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up_s {
  opacity: 0;
  transform: translate(0, 15%);
  transition: 2s;
}

.fadeIn_up_s.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width:640px) {
  .fadeIn {
    opacity: 0;
    transition: 1.8s;
  }
  .fadeIn_up {
    transition: 1.8s;
  }
}