@charset "UTF-8";
html, body, div, span,
article, section, nav, header, footer, main, aside,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label,
dl, dt, dd, ol, ul, li, p,
table, caption, tbody, thead, tfoot, tr, th, td,
a, strong, em, mark, b, small, i, img,
object, figure, figcaption, canvas, audio, video, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  box-sizing: border-box;
}

article, section, nav, header, footer, main, aside,
figure, figcaption {
  display: block;
}

html, body, div, p, span,
article, section, nav, header, footer, main, aside,
h1, h2, h3, h4, h5, h6,
input, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

ol, ul {
  list-style: none;
}

html {
  font-size: 62.5%;
}

.footer {
  width: 100%;
  padding: 12px 0;
  background: #000;
  font-size: 2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  width: 100%;
  height: 69px;
  padding: 24px 54px;
  z-index: 2;
}

.header__ttl {
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav-item {
  margin-right: 16px;
}

.header-nav-item:last-child {
  margin-right: 0;
}

.header-nav-item__link {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

.openbtn1 {
  display: none;
}

.mod-inner {
  width: 70%;
  margin: 0 auto;
}

.only-pc {
  display: block;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  padding: 24px 0 16px;
}

.breadcrumb__list--news {
  padding-bottom: 40px;
}

.breadcrumb__item::after {
  content: ">";
  margin: 0 14px;
}

.breadcrumb__item:last-child .breadcrumb__link {
  color: #5a5959;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__link {
  text-decoration: none;
  font-size: 1.4rem;
  color: #a2a2a2;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 9999;
}

/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 3s forwards;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.c-ttl {
  display: inline-block;
  border-bottom: solid 2px #000;
}

.c-ttl__ttl {
  margin-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 4.5rem;
}

.c-ttl__subTtl {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.newsList {
  padding-top: 102px;
}

.newsList.is-active {
  position: relative;
}

.newsList.is-active::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  z-index: 999;
}

.newsList.is-active::before {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #d9c75c;
  border-radius: 50px;
  animation: loading 1000ms linear 0ms infinite normal both;
  z-index: 9999;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.newsList-content {
  padding: 44px 15% 0;
  background: #fcfbf7;
}

.newsList-content--inner {
  padding: 44px 24px 0;
}

.newsList-category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.newsList-category__btn {
  width: calc(50% - 8px);
  margin-bottom: 16px;
  padding: 16px 0;
  border: solid 1px #000;
  border-radius: 28px;
  color: #000;
  font-size: 1.3rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.newsList-category__btn:nth-child(odd) {
  margin-right: 16px;
}

.newsList-category__btn.is-active {
  background: #000;
  color: #fff;
}

.newsList-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 24px 56px;
}

.newsList-pagination__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #000;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin-right: 17px;
}

.newsList-pagination__btn--arrow {
  position: relative;
}

.newsList-pagination__btn--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 15px;
  background: url(/assets/img/common/ico-arrow-white-02.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.newsList-pagination__btn.is-active {
  background: #000;
  color: #fff;
}

.news-content {
  padding-top: 80px;
}

.news-content.is-active {
  position: relative;
}

.news-content.is-active::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  z-index: 999;
}

.news-content.is-active::before {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #000;
  border-radius: 50px;
  animation: loading 1000ms linear 0ms infinite normal both;
  z-index: 9999;
}

.news-content-ttlArea {
  border-left: solid 2px #000;
  padding-left: 13px;
  margin-bottom: 32px;
}

.news-content-ttlArea__dfn {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.news-content-ttlArea__day {
  margin-right: 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: #434343;
}

.news-content-ttlArea__status {
  padding: 5px 16px;
  font-size: 1.3rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #000;
}

.news-content-ttlArea__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.8rem;
  color: #434343;
}

.news-content-txtArea {
  margin-bottom: 58px;
  padding-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #434343;
  border-bottom: solid 1px #000;
}

.news-content-txtArea p {
  line-height: 2;
  margin-bottom: 32px;
}

.news-content-txtArea a {
  display: block;
  margin-bottom: 32px;
  color: #427edd;
  font-weight: 400;
}

.news-content-txtArea img {
  width: 100%;
  margin-bottom: 32px;
}

.news-content-txtArea ul {
  margin-bottom: 34px;
}

.news-content-txtArea ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #38343c;
}

.news-content-txtArea ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bba619;
  margin-right: 14px;
}

.news-content-txtArea ul li a {
  margin-bottom: 0;
}

.news-content-txtArea ol {
  counter-reset: count 0;
  margin-bottom: 34px;
}

.news-content-txtArea ol li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #38343c;
}

.news-content-txtArea ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 14px;
}

.news-content blockquote {
  position: relative;
  background: #fefdfb;
  border: solid 1px #000;
  padding: 24px;
  margin-bottom: 46px;
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #38343c;
  line-height: 1.5;
}

.news-content blockquote::before {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url(/assets/img/common/ico-quotation-up.svg);
  background-repeat: no-repeat;
}

.news-content blockquote::after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: url(/assets/img/common/ico-quotation-down.svg);
  background-repeat: no-repeat;
}

.news-content__btn {
  width: 100%;
  height: 100%;
  margin-bottom: 55px;
}

.news-content__link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 214px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  background: #000;
  border-radius: 28px;
  text-decoration: none;
}

.news-content__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(/assets/img/common/ico-arrow-white-left.svg);
}

.news-content__link--right {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  background: #000;
  border-radius: 28px;
  text-decoration: none;
}

.news-content__link--right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(/assets/img/common/ico-arrow-white.svg);
}

.news-content__link--disabled {
  background: #adadad;
}

.news-content__link--disabled.is-active {
  background: #000;
  cursor: pointer;
}

.news-content__link--disabled.is-confirm {
  margin-bottom: 24px;
}

.p-top-firstView {
  position: relative;
  width: 100vw;
  height: calc(100vh - 69px);
  margin-top: 69px;
}

.p-top-firstView img {
  width: 100%;
  height: 100%;
}

.p-top-firstView-news {
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #fff;
  box-shadow: 5px 5px 5px #000;
}

.p-top-message {
  text-align: center;
}

.p-top-message__ttl {
  margin: 84px auto;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 5.5rem;
}

.p-top-message__txt {
  margin-bottom: 147px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.p-top-news {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 36px;
}

.p-top-news-list {
  width: inherit;
  margin-left: 30px;
}

.p-top-service {
  width: 100%;
  margin-bottom: 32px;
  padding: 247px 0;
  background: #000;
  color: #fff;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}

.p-top-service-ttl {
  color: #fff;
  border-bottom: solid 2px #fff;
  margin-bottom: 66px;
}

.p-top-service-list {
  display: flex;
}

.p-top-service-item {
  width: calc(33% - 18px);
  margin-right: 32px;
}

.p-top-service-item:last-child {
  margin-right: 0;
}

.p-top-service-item__ttl {
  margin-bottom: 46px;
  font-size: 1.6rem;
}

.p-top-service-item__img {
  width: 100%;
  margin-bottom: auto;
}

.p-top-service-item__txt {
  margin-top: 46px;
  font-size: 1.4rem;
}

.p-top-service-item__link {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-top: 16px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  outline: none;
  /*hoverした際の移動*/
}

.p-top-service-item__link::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 20%;
  width: 85%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}

.p-top-service-item__link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -5%;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}

.p-top-service-item__link:hover::before {
  left: 30%;
}

.p-top-service-item__link:hover::after {
  right: -15%;
}

.p-top-map {
  margin-bottom: 58px;
}

.p-top-map-area {
  margin: 56px 0 32px;
  height: 450px;
}

.p-top-map__txt {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.p-top-map__txt:last-child {
  margin-bottom: 0;
}

.news-list {
  margin: 32px 0 25px;
}

.news-item {
  position: relative;
  border-top: solid 1px #aaaaaa;
}

.news-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(/assets/img/common/ico-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item:last-child {
  border-bottom: solid 1px #aaaaaa;
}

.news-item__link {
  display: flex;
  align-items: center;
  padding: 25px 24px;
  text-decoration: none;
  color: #434343;
}

.news-item__dfn {
  display: flex;
  align-items: center;
  padding: 0 13px 0 8px;
}

.news-item__day {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.news-item__status {
  min-width: 128px;
  padding: 5px 16px;
  color: #5a5959;
  font-size: 1.3rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}

.news-item__text {
  padding: 0 13px 0 8px;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #434343;
}

.news-item__err {
  padding: 0 13px 0 8px;
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #434343;
}

.news-link {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 32px;
  background: #bba619;
  border-radius: 28px;
  padding: 14px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.news-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(/assets/img/common/ico-arrow-white.svg);
}

.fadeInBottom.visible {
  animation: fadeInBottom 0.7s ease 0s 1 normal;
}

/* fadeInBottom */
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 960px) {
  .footer {
    font-size: 1.6rem;
  }
  .header {
    position: relative;
    padding: 8px 18px;
    height: 66px;
  }
  .header__ttl {
    font-size: 2rem;
  }
  .header-nav {
    position: absolute;
    top: 66px;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 66px);
    background: #000;
  }
  .header-nav.active {
    display: flex;
  }
  .header-nav-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .mod-inner {
    width: 90%;
  }
  .only-pc {
    display: none;
  }
  .c-ttl {
    margin: 0 auto;
  }
  .c-ttl__ttl {
    margin-bottom: 15px;
    font-size: 3rem;
  }
  .c-ttl__subTtl {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .newsList {
    padding-top: 56px;
  }
  .newsList-content {
    padding: 74px 12% 72px;
  }
  .newsList-content--inner {
    padding: 0;
  }
  .newsList-category__btn {
    width: calc(50% - 10px);
    margin-right: 0px;
    padding: 9px 0;
  }
  .newsList-category__btn:nth-child(odd) {
    margin-right: 20px;
  }
  .newsList-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
  }
  .newsList-pagination__btn {
    margin-right: 20px;
  }
  .news-content {
    padding-top: 56px;
  }
  .news-content-ttlArea {
    position: relative;
    border-left: none;
    padding-left: 0;
  }
  .news-content-txtArea {
    padding-bottom: 48px;
  }
  .news-content__btn {
    width: 240px;
    height: 100%;
    margin: 0 auto 55px;
  }
  .news-content__btn.is-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  .news-content__link--disabled {
    background: #adadad;
  }
  .news-content__link--disabled.is-active {
    background: #000;
  }
  .news-content__link--disabled.is-confirm {
    min-width: 270px;
    margin-bottom: 0px;
  }
  .p-top-firstView {
    height: auto;
    margin-top: 0;
  }
  .p-top-firstView-news {
    display: none;
  }
  .p-top-message__ttl {
    font-size: 2.5rem;
  }
  .p-top-message__txt {
    text-align: left;
    font-size: 1.4rem;
  }
  .p-top-news {
    display: block;
    text-align: center;
  }
  .p-top-news-list {
    margin-top: 16px;
    margin-left: 0;
  }
  .p-top-service {
    padding: 47px 0;
    text-align: center;
  }
  .p-top-service-list {
    display: block;
    margin-top: 67px;
  }
  .p-top-service-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 64px;
  }
  .p-top-service-item__ttl {
    font-size: 2.4rem;
  }
  .p-top-service-item__txt {
    margin-top: 24px;
    text-align: left;
  }
  .news-item__link {
    display: block;
    padding: 8px;
  }
}

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