@charset "utf-8";

/******
フォント

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;
font-weight: 100 to 900;

Bebas Neue
font-family: bebas-neue, sans-serif;
font-weight: 400;

DIN
font-family: ff-din-paneuropean, sans-serif;
font-weight: 700;

*******/

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;

}

.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1820{
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner-1560{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-1357 {
  width: calc(100% - 40px);
  max-width: 1357px;
  margin: 0 auto;
}

.inner-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/* .inner-1200 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
} */
.inner-1200 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.inner-1040 {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
.inner-745 {
  width: 92%;
  max-width: 745px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}
.sp{
  display: none;
}
.pc{
  display: block;
}

/* 404ページ↓ */
.not-found div {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0;
  min-height: 60vh;
}
.not-foun__en {
  font-family: ff-din-paneuropean, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */




/* 共通 */
.head_area{
  padding-left: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  word-break: normal;
}
.head_area::before{
  content: '';
  display: block;
  width: 45px;
  height: 146px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:3px;
}
.head_area__ttl{
  margin-bottom: 12px;
  padding: 21px 23px 21px 18px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.2em;
  border-radius:3px;
}
.head_area__ttl--en{
  padding: 0 34px 0 13px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 74px;
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 0.9;
  border-radius:3px;
}

.head_area__ttl,
.head_area__ttl--en {
  overflow: hidden; /* ← アニメーション必須 */
  position: relative;
}

.head_area__ttl span,
.head_area__ttl--en span {
  position: relative;
  display: inline-block;
}

.more{
  text-align: right;
}
.moreLink{
  padding-right: 95px;
  font-size: 18px;
  letter-spacing: 0.04em;
  position: relative;
}
.moreLink::after{
  content: "";
  display: block;
  background:url(../imgs/index/blog_more.svg) no-repeat center center;
  background-size: contain;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.fadeIn {
  opacity: 0.1;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeIn.visible {
  opacity: 1;
  transform: translateY(0);
}



.no-post{
  padding: 30px 0;
}
.no-post{
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.56;
}

@media screen and (max-width: 1600px) {
  .head_area{
    padding-left: 33px;
  }
  .head_area::before{
    width: 30px;
    height: 88px;
  }
  .head_area__ttl{
    font-size: 16px;
    margin-bottom: 3px;
    padding: 11px 13px 11px 10px;
    display: inline-block;
  }
  .head_area__ttl--en{
    font-size: 50px;
    padding: 0 20px 0 11px;
  }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 750px) {
  .sp{
    display: block;
}
  .pc{
    display: none;
}

  .head_area{
    padding-left: 20px;
  }
  .head_area::before{
    width: 18px;
    height: 61px;
  }
  .head_area__ttl{
    font-size: 12px;
    margin-bottom: 2px;
    padding: 6px 8px 6px 8px;
    display: inline-block;
  }
  .head_area__ttl--en{
    font-size: 37px;
    padding: 0 8px 0 8px;
  }

  .fadeIn {
    opacity: 1;
    transform: translateY(0);
  }




  /* 404ページ↓ */
  .not-found div {
    padding: 120px 0 70px;
  }
  .not-foun__en {

    font-size: 20px;
    margin-bottom: 20px;
  }
  .not-foun__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-foun__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
