@charset "UTF-8";
header.display {
  position: relative;
  opacity: 1;
  visibility: visible;
}
header .logo {
  width: 24%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 35%;
  }
}
@media screen and (max-width: 479px) {
  header .logo {
    width: 48%;
  }
}

.pagetitle h1 {
  font-family: "EB Garamond", YuMincho, "游明朝", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 0 auto;
}
.pagetitle h1 span {
  display: block;
  font-size: 28px;
  margin: 0 auto;
}
.pagetitle h1 span span {
  display: inline;
  font-size: 1.4em;
}
.pagetitle h1.ttl {
  font-size: 35px;
  text-align: left;
  font-weight: normal;
  font-family: "Mfont";
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pagetitle h1.ttl {
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
}

.post .item {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #745f43;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.4;
}
.post .item:last-of-type {
  border-bottom: 1px solid #745f43;
}
.post .item h2 {
  text-align: left;
  margin: 10px 0 0;
}

@media screen and (min-width: 1024px) {
  .single .inner {
    max-width: 780px;
  }
  .single .inner a:hover {
    opacity: 0.8;
  }
}
.single h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  letter-spacing: normal;
}
@media screen and (max-width: 1023px) {
  .single h1 {
    font-size: 22px;
    padding-top: 30px;
  }
}
.single .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.single .info span {
  color: #fff;
  background: #949495;
  padding: 5px 10px;
}
.single_content {
  color: #333;
  margin: 30px 0;
}
.single_content h2,
.single_content h3,
.single_content h4,
.single_content h5 {
  margin: 2em 0 1em;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  color: #745f43;
}
.single_content h2 {
  font-size: 28px;
  text-align: left;
  color: #fff;
  background-color: #745f43;
  padding: 10px 25px;
  position: relative;
}
.single_content h2::before, .single_content h2::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.single_content h2::before {
  left: 7px;
}
.single_content h2::after {
  left: 12px;
}
@media screen and (max-width: 1023px) {
  .single_content h2 {
    font-size: 20px;
    padding: 10px 15px;
  }
  .single_content h2::before {
    left: 4px;
  }
  .single_content h2::after {
    left: 9px;
  }
}
.single_content h3 {
  font-size: 24px;
  border-bottom: 1px solid #745f43;
  border-left: 5px solid #745f43;
  padding: 5px 15px;
}
@media screen and (max-width: 1023px) {
  .single_content h3 {
    font-size: 18px;
    padding: 5px 10px;
  }
}
.single_content h4 {
  font-size: 20px;
  background-color: #f4e6d6;
  padding: 5px 15px;
  position: relative;
}
.single_content h4::before, .single_content h4::after {
  content: "";
  width: 9px;
  height: 100%;
  border: 1px solid #745f43;
  position: absolute;
  top: 0;
}
.single_content h4::before {
  left: 0;
  border-right: none;
}
.single_content h4::after {
  right: 0;
  border-left: none;
}
@media screen and (max-width: 1023px) {
  .single_content h4 {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.single_content h5 {
  font-size: 18px;
  border-bottom: 2px solid #745f43;
  padding: 5px 15px;
  position: relative;
}
.single_content h5::before {
  content: "";
  width: 12px;
  height: 12px;
  background: center/contain url(../img/icon-h5.svg) no-repeat;
  position: absolute;
  top: 12px;
  left: 0;
}
.single_content h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #745f43;
  position: absolute;
  left: 0;
  bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .single_content h5 {
    font-size: 16px;
    padding: 5px 10px;
  }
  .single_content h5::before {
    width: 8px;
    height: 8px;
  }
  .single_content h5::after {
    bottom: 3px;
  }
}
.single_content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.single_content p a {
  color: #0096ff;
  text-decoration: underline;
}
.single_content p strong {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ff0 0%);
}
.single_content .btn {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em 0;
}
.single_content .btn p {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0 2em;
  position: relative;
}
.single_content .btn p::before, .single_content .btn p::after {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single_content .btn p::before {
  content: "＼";
  left: 0;
}
.single_content .btn p::after {
  content: "／";
  right: 0;
}
.single_content .btn a {
  display: block;
  width: 470px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 15px;
  background-color: #ff3708;
  border: 2px solid #fff;
  outline: 1px solid #ff3708;
  box-shadow: 0 5px 0 #ffa48f;
}
.single_content .btn span {
  font-size: 12px;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .single_content .btn p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .single_content .btn p::before, .single_content .btn p::after {
    font-size: 18px;
  }
  .single_content .btn a {
    padding: 15px 10px;
  }
}
.single_content ul {
  background-color: #fff;
  border: 1px solid #745e43;
  padding: 20px;
  margin: 1.5em 0;
}
.single_content ul li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.single_content ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.single_content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #745e43;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .single_content ul {
    padding: 10px 15px;
  }
}
.single_content .point {
  margin: 1.5em 0;
}
.single_content .point p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  background: center/cover no-repeat;
}
.single_content .point ul {
  border: none;
  margin: 0;
}
.single_content .point ul li::before {
  width: 9px;
  height: 14px;
  background: center/contain no-repeat;
  top: 5px;
}
.single_content .point.merit p {
  background-image: url(../img/bg_merit.jpg);
}
.single_content .point.merit li::before {
  background-image: url(../img/icon-merit.svg);
}
.single_content .point.demerit p {
  background-image: url(../img/bg_demerit.jpg);
}
.single_content .point.demerit li::before {
  background-image: url(../img/icon-demerit.svg);
}
@media screen and (max-width: 1023px) {
  .single_content .point p {
    font-size: 16px;
    padding: 12px 15px;
  }
}
.single_content table {
  margin: 1.5em 0;
}
.single_content table th,
.single_content table td {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ae987d;
}
.single_content table th {
  font-weight: normal;
  text-align: center;
  background-color: #ddcdba;
}
.single_content table td {
  background-color: #fff;
}
.single_content .js-scrolltable {
  margin: 1.5em 0;
}
.single_content .js-scrolltable table {
  margin: 0;
}
.single_content .js-scrolltable table th,
.single_content .js-scrolltable table td {
  white-space: nowrap;
}
.single_content .voice {
  background-color: #fff;
  margin: 1.5em 0;
}
.single_content .voice .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px dotted #745e43;
}
.single_content .voice ul {
  padding: 0 20px 20px;
  display: flex;
  gap: 15px;
  border: none;
  margin: 0;
  overflow-x: auto;
}
.single_content .voice ul li {
  width: 270px;
  padding: 15px;
  flex-shrink: 0;
  margin-bottom: 0;
}
.single_content .voice ul li::before {
  content: none;
}
.single_content .voice ul li.man {
  background-color: #f1f9ff;
}
.single_content .voice ul li.man .box::before {
  background-image: url(../img/icon-man.png);
}
.single_content .voice ul li.woman {
  background-color: #fff4f4;
}
.single_content .voice ul li.woman .box::before {
  background-image: url(../img/icon-woman.png);
}
.single_content .voice ul .box {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.single_content .voice ul .box span {
  font-size: 12px;
}
.single_content .voice ul .box::before {
  content: "";
  width: 50px;
  height: 50px;
  background: center/contain no-repeat;
  display: block;
  margin-right: 10px;
}
.single_content .voice ul .txt {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .single_content .voice .ttl {
    font-size: 16px;
    padding: 10px 15px;
  }
  .single_content .voice ul {
    padding: 0 10px 15px;
    gap: 10px;
  }
  .single_content .voice ul li {
    width: 250px;
    padding: 10px;
  }
  .single_content .voice ul .box::before {
    width: 40px;
    height: 40px;
    margin-right: 7px;
  }
}
.single_content .accordion {
  margin: 1.5em 0;
}
.single_content .accordion .container:not(:last-of-type) {
  margin-bottom: 2px;
}
.single_content .accordion .ttl {
  padding: 15px 60px 15px 20px;
  border: 1px solid #755f44;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.single_content .accordion .ttl::before, .single_content .accordion .ttl::after {
  content: "";
  width: 34px;
  height: 4px;
  background-color: #755f44;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.single_content .accordion .ttl::after {
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
.single_content .accordion .ttl.active::after {
  opacity: 0;
  transform: rotate(0);
}
.single_content .accordion .box {
  display: none;
}
@media screen and (max-width: 1023px) {
  .single_content .accordion .ttl {
    padding: 10px 35px 10px 15px;
  }
  .single_content .accordion .ttl::before, .single_content .accordion .ttl::after {
    width: 20px;
    height: 2px;
    right: 10px;
  }
}
.single_content blockquote {
  padding: 30px 20px;
  color: #7e7e7e;
  background-color: #fff;
  margin: 1.5em 0;
  position: relative;
}
.single_content blockquote::before {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background-color: #b0b0b0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.single_content blockquote::after {
  content: "";
  width: 20px;
  height: 18px;
  background: center/contain url(../img/icon-blockquote.png) no-repeat;
  position: absolute;
  right: 20px;
  bottom: 10px;
  transform: rotate(180deg);
}
.single_content blockquote p:first-of-type {
  position: relative;
}
.single_content blockquote p:first-of-type::before {
  content: "";
  width: 20px;
  height: 18px;
  background: center/contain url(../img/icon-blockquote.png) no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
}
.single_content blockquote p:has(cite) {
  text-align: right;
  margin-bottom: 0;
}
.single_content blockquote cite {
  font-size: 14px;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .single_content blockquote {
    padding: 20px 15px;
  }
  .single_content blockquote::before {
    height: calc(100% - 20px);
    top: 10px;
    left: 5px;
  }
  .single_content blockquote::after {
    width: 15px;
    height: 13px;
    right: 15px;
    bottom: 5px;
  }
  .single_content blockquote p:first-of-type::before {
    width: 15px;
    height: 13px;
    top: -15px;
  }
}
.single_content .comment {
  margin: 1.5em 0;
}
.single_content .comment p {
  font-size: 14px;
  margin: 0;
}
.single_content .comment .peason {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.single_content .comment .peason p:has(img) {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.single_content .comment .peason p:has(img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single_content .comment .box {
  padding: 10px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 1023px) {
  .single_content .comment .peason {
    gap: 5px;
    margin-bottom: 5px;
  }
  .single_content .comment .peason p:has(img) {
    width: 30px;
    height: 30px;
  }
}
.single .supervisor {
  color: #333;
  padding: 20px;
  border: 1px solid #745e43;
}
.single .supervisor .ttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}
.single .supervisor .ttl::before {
  content: "";
  width: 31px;
  height: 37px;
  background: center/contain url(../img/icon-supervisor.png) no-repeat;
  position: absolute;
  left: 0;
  top: -5px;
}
.single .supervisor .container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 15px;
}
.single .supervisor .box {
  flex-shrink: 0;
}
.single .supervisor .box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single .supervisor .box p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.single .supervisor .txt {
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .single .supervisor {
    padding: 15px;
  }
  .single .supervisor .ttl {
    font-size: 16px;
    padding-left: 25px;
  }
  .single .supervisor .ttl::before {
    width: 21px;
    height: 25px;
    top: -2px;
  }
  .single .supervisor .container {
    gap: 15px;
    margin-top: 10px;
  }
  .single .supervisor .box img {
    width: 60px;
    height: 60px;
  }
  .single .supervisor .box p {
    font-size: 14px;
  }
}
.single .author {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-top: 30px;
}
.single .author img {
  width: 300px;
}
.single .author p {
  font-weight: bold;
}
.single .author p a {
  color: #0096ff;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .single .author {
    gap: 10px;
    padding: 15px;
  }
  .single .author img {
    width: 120px;
  }
}

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