@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

body,
html {
  color: #444;
  font-weight: 400;
  letter-spacing: 0.05rem;
  height: 100%;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.f-ds {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 100;
}

.main {
  overflow-x: hidden;
  overflow-y: hidden;
}

.f-os {
  font-family: "Oswald", sans-serif;
}

strong {
  font-size: 101%;
}

a {
  color: #000;
  transition: all 0.25s ease;
}

a:hover,
button:hover {
  opacity: 0.6;
  text-decoration: none;
}

.arrow-l,
.arrow-r,
.arrow-b,
.arrow-t {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
}

.arrow-l::before,
.arrow-l::after,
.arrow-r::before,
.arrow-r::after,
.arrow-b::before,
.arrow-b::after,
.arrow-t::before,
.arrow-t::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-r::before {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-b::before {
  top: -5px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}

.arrow-t::before {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}

.bt {
  font-weight: bold;
  color: #fff;
  background: #444;
  max-width: 540px;
  padding: 20px;
  display: block;
  text-decoration: none;
  position: relative;
}

.bt::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  border-right: 2px solid #000;
  width: 1px;
  height: 100%;
}

.bt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-bottom: 2px solid #000;
  height: 1px;
  width: 100%;
}

.kv-text-box {
  color: #fff;
  padding: 40px 60px;
  position: relative;
  background: #fff;
  /* border-top: 2px solid #333;
  border-bottom: 2px solid #333; */
  background: rgba(50, 50, 50, 0.8);
}

/* .kv-text-box::before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 20px;
  left: 15px;
  height: calc(100% - 40px);
}

.kv-text-box::after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 20px;
  right: 15px;
  height: calc(100% - 40px);
} */

.kv .text-2 {
  font-size: 2.2vw;
}

.kv,
.kv-obj-group {
  min-height: 100dvh;
}

.kv-obj-group img {
  border: 1px solid #aaa;
  border-radius: 9999px;
}

.kv-obj-group div {
  display: inline-block;
  position: absolute;
  position: absolute;
  border-radius: 9999px;
}

.kv-obj-group div:nth-child(1) {
  width: 85%;
  top: -2%;
  left: -6%;
}

.kv-obj-group div:nth-child(1) img {
  border: 2px solid #ce654b;
}

/* .kv-obj-group div:nth-child(2) {
  width: 30%;
  top: 35%;
  right: -2%;
  border: 1px solid #ccb522;
} */

.kv-obj-group div:nth-child(2) {
  width: 36%;
  top: 52%;
  right: -1%;
}

.kv-obj-group div:nth-child(2) img {
  border: 2px solid #87a369;
}

.kv table th {
  width: 62px;
  text-align: left;
  vertical-align: top;
}

/* .lead-title-box {
  background: #fff;
} */

.lead-shoulder {
  color: rgb(211, 35, 35);
  transform: rotate(-15deg);
}

.lead-inner {
  padding: 40px 50px;
  max-width: 860px;
}

.top-articles {
  max-width: 1280px;
  margin: 40px auto;
  padding: 0 20px;
}

.top-articles a {
  text-decoration: none;
}

.top-article-item {
  padding: 30px 30px 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  background: #fff;
}

.top-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.top-title {
  padding: 20px 0 0;
  margin: 0 0 10px;
}

.top-title a {
  color: #333;
}

.top-excerpt {
  color: #555;
  line-height: 1.9;
}

.img-circle {
  border: 1px solid #333;
  border-radius: 999px;
}

.bt-click {
  color: #fff;
  text-align: right;
  font-weight: bold;
  padding: 6px 16px;
  /* border-right: 3px solid #ce654b;
  border-bottom: 1px solid #ce654b; */
  background: #782020;
  position: relative;
}

.bt-click::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  border-right: 1px solid #782020;
  width: 1px;
  height: 100%;
}

.bt-click:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-bottom: 1px solid #782020;
  height: 1px;
  width: 100%;
}

.content-wrap .content {
  max-width: 1000px;
}

.content h1 {
  border-left: 6px solid #87a369;
  position: relative;
}

.content h1::after {
  border-bottom: 2px solid #777;
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 10px;
}

.content p {
  font-size: 1.4rem;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 80%;
  border-left: 2px solid #ccb522;
  border-right: 2px solid #ccb522;
  /* border-bottom: 2px dashed #ccb522; */
  padding: 36px 60px 36px;
  background: #f0f0f0;
  width: 64% !important;
}

.content p::before {
  content: "";
  height: calc(100% - 30px);
  top: 0;
  left: 0;
  position: absolute;
  width: 10px;
}

.content p.voice-q {
  border-bottom: 2px dashed #87a369;
  border-left: none;
  border-right: none;
  margin-left: 0;
  margin-right: auto;
  background: #fff;
}

.content p.voice-q::before {
  border-left: 3px solid #87a369;
}

.content p.voice-uchida {
  text-align: left !important;
  border-bottom: 2px dashed #ce654b;
  border-left: none;
  border-right: none;
  margin-left: auto;
  margin-right: 0;
  background: #fff;
}

.content p.voice-uchida::before {
  border-left: 3px solid #ce654b;
}

/* 初期状態（非表示＋ブラー） */
.content p {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
  transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
}

/* 表示時の状態 */
.content p.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.content h2 {
  font-size: 2rem;
  line-height: 1.7;
  padding: 20px 60px;
  margin-bottom: 20px;
  background: #efefef;
}

.post-nav {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.post-nav > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-nav a {
  color: #fff;
  background: #444;
  display: inline-block;
  padding: 6px 30px;
  text-decoration: none;
}

.post-nav .prev-post {
  width: 50%;
  margin-right: auto;
  border-right: 1px solid #000;
}

.post-nav .next-post {
  width: 50%;
  margin-left: auto;
  border-left: 1px solid #000;
}

.footer {
  color: #ccc;
  background: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
}

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

@media only screen and (min-width: 768px) and (max-width: 1190px) {
}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .kv-obj-group div:nth-child(1) {
    width: 70%;
    top: -2%;
    left: 4%;
  }

  .kv-obj-group div:nth-child(2) {
    width: 35%;
    top: -5%;
    right: -2%;
  }

  .kv-text-box {
    padding: 12px 24px 10px;
  }

  .kv .text-2 {
    font-size: 1.5rem;
  }

  .kv-obj-group {
    min-height: 360px;
  }

  .kv table th {
    width: 46px;
  }

  .lead-inner {
    padding: 40px 10px;
    border-left: 2px solid #333;
  }

  .content h2 {
    font-size: 1.8rem;
    padding: 18px 10px;
  }

  .content p {
    width: 84% !important;
    padding: 16px 20px 26px;
  }
}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {
    }
  }
}
