@charset "UTF-8";
@font-face {
  font-family: "Copperplate_gp";
  src: url("../font/Copperplate.otf") format("opentype");
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

.breadcrumbs ul {
  margin: 0 auto;
  padding: 10px;
  max-width: 960px;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  padding-left: 0.5em;
}

#column,
#news {
  width: auto;
  background-color: #fff;
  padding: 24px 0 50px;
  margin: 15px 10px;
}
@media screen and (min-width: 768px) {
  #column,
  #news {
    margin: 30px 50px;
    padding: 64px 0 60px;
  }
}
#column .title,
#news .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#column .title h1,
#news .title h1 {
  font-size: 32px;
  margin-bottom: 7px;
  font-family: Copperplate, "Copperplate Gothic", "Copperplate_gp", serif;
  color: #dedede;
}
#column .title span,
#news .title span {
  font-size: 40px;
  color: #caa846;
}
#column .title p,
#news .title p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #column .title,
  #news .title {
    margin-bottom: 70px;
  }
  #column .title h1,
  #news .title h1 {
    font-size: 85px;
    margin-bottom: 20px;
  }
  #column .title h1 span,
  #news .title h1 span {
    font-size: 100px;
  }
  #column .title p,
  #news .title p {
    font-size: 32px;
  }
}
#column .item,
#news .item {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #caa846;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #column .item,
  #news .item {
    padding: 25px 0;
  }
}
#column .item:last-of-type,
#news .item:last-of-type {
  border-bottom: 1px solid #caa846;
}
#column .item time,
#news .item time {
  display: inline-block;
  color: #caa846;
  margin-bottom: 5px;
}

#news .item a {
  color: #0096ff;
  text-decoration: underline;
}

#post {
  padding: 24px 0 50px;
  margin: 15px 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #post {
    width: auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #post {
    padding: 64px 0 60px;
    margin: 30px 50px;
  }
  #post .inner {
    max-width: 795px;
  }
}
#post h1 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #post h1 {
    font-size: 30px;
  }
}
#post .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
#post .info span {
  color: #fff;
  background: #949495;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  #post .info {
    font-size: 14px;
    margin: 12px 0;
  }
}
#post .content {
  margin-top: 1em;
}
#post .content h2,
#post .content h3,
#post .content h4,
#post .content h5 {
  margin: 2em 0 1em;
  line-height: 1.5;
  font-weight: bold;
}
#post .content h2 {
  font-size: 20px;
  color: #fff;
  background-color: #000;
  padding: 15px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #post .content h2 {
    font-size: 28px;
    padding: 15px;
  }
}
#post .content h2::before, #post .content h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#post .content h2::before {
  top: 4px;
}
#post .content h2::after {
  bottom: 4px;
}
#post .content h3 {
  font-size: 20px;
  padding: 3px 10px;
  border-left: 5px solid #efefef;
  position: relative;
}
@media screen and (min-width: 768px) {
  #post .content h3 {
    font-size: 24px;
    padding: 5px 15px;
  }
}
#post .content h3::before {
  content: "";
  width: 5px;
  height: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -5px;
}
#post .content h4 {
  font-size: 16px;
  padding: 10px 10px;
  background-color: #f1f1f1;
  border-bottom: 2px dotted #000;
}
@media screen and (min-width: 768px) {
  #post .content h4 {
    font-size: 20px;
    padding: 10px 15px;
  }
}
#post .content h5 {
  font-size: 16px;
  padding: 0 10px;
  border-left: 4px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  #post .content h5 {
    font-size: 18px;
    padding: 0 15px;
  }
}
#post .content h5::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 2px;
}
#post .content p {
  line-height: 1.6;
  margin-bottom: 1em;
}
#post .content a {
  color: #0096ff;
  text-decoration: underline;
}
#post .content a:hover {
  opacity: 0.6;
}
#post .content b {
  font-weight: bold;
}
#post .content strong {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ff0 0%);
}
#post .content ul:not(.point ul, .voice ul) {
  background-color: #f6f3e8;
  padding: 15px 15px 7px;
  border-top: 2px solid #ddca95;
  border-bottom: 2px solid #ddca95;
  margin: 1.5em 0;
}
#post .content ul:not(.point ul, .voice ul) li {
  line-height: 1.6;
  padding-left: 1em;
  margin-bottom: 0.5em;
  position: relative;
}
#post .content ul:not(.point ul, .voice ul) li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ddca95;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(45deg);
}
#post .content blockquote {
  padding: 20px 10px 10px;
  background-color: #f3f3f3;
  border: 1px solid #d9d9d9;
  margin: 1.5em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #post .content blockquote {
    padding: 30px 20px 20px;
  }
}
#post .content blockquote::before, #post .content blockquote::after {
  content: "";
  width: 22px;
  height: 16px;
  background: center/contain url(../image/icon_blockquote.png) no-repeat;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #post .content blockquote::before, #post .content blockquote::after {
    width: 28px;
    height: 20px;
  }
}
#post .content blockquote::before {
  top: 5px;
  left: 5px;
}
#post .content blockquote::after {
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
}
#post .content blockquote p {
  font-size: 14px;
}
#post .content blockquote p:has(cite) {
  font-size: 12px;
  margin-bottom: 0;
}
#post .content table {
  margin: 1.5em 0;
}
#post .content table th,
#post .content table td {
  line-height: 1.5;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
#post .content table th {
  text-align: center;
  color: #fff;
  background-color: #000;
}
#post .content .js-scrolltable {
  margin: 1.5em 0;
}
#post .content .js-scrolltable table {
  margin: 0;
  white-space: nowrap;
  min-height: 120px;
}
#post .content .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 1.5em 0;
}
#post .content .btn span {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0 2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #post .content .btn span {
    font-size: 18px;
  }
}
#post .content .btn span::before, #post .content .btn span::after {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#post .content .btn span::before {
  content: "＼";
  left: 0;
}
#post .content .btn span::after {
  content: "／";
  right: 0;
}
#post .content .btn a {
  display: block;
  width: 460px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 34px 20px 15px;
  background-color: #e73f4c;
  position: relative;
}
#post .content .btn a::after {
  content: "";
  background: center/contain url(../image/btn_arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
@media screen and (min-width: 768px) {
  #post .content .btn a {
    font-size: 20px;
    padding: 15px 37px 15px 15px;
  }
  #post .content .btn a::after {
    width: 23px;
    height: 23px;
    right: 10px;
  }
}
#post .content .point {
  padding: 5px;
  border: 1px solid #69a9d5;
  background-color: #e8f2f9;
  margin: 1.5em 0;
}
#post .content .point p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #69a9d5;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#post .content .point ul {
  padding: 0 10px;
}
#post .content .point li {
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  position: relative;
}
#post .content .point li::before {
  content: "";
  width: 7px;
  height: 11px;
  background: center/contain url(../image/point_arrow.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}
#post .content .point.negative {
  border-color: #a7a7a7;
  background-color: #f0f0f0;
}
#post .content .point.negative p {
  background-color: #adadad;
}
#post .content .point.negative li::before {
  background-image: url(../image/negative_arrow.svg);
}
#post .content .voice {
  margin: 1.5em 0;
}
#post .content .voice .title {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #789baa;
  padding: 10px 15px;
  margin-bottom: 0;
}
#post .content .voice ul {
  padding: 25px 0;
  background-color: #ecf2f5;
  display: flex;
  gap: 20px;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  #post .content .voice ul {
    padding: 35px 0;
  }
}
#post .content .voice li {
  width: 220px;
  padding: 20px 10px 5px;
  background-color: #fff;
  flex-shrink: 0;
  position: relative;
}
#post .content .voice li:first-of-type {
  margin-left: 20px;
}
#post .content .voice li:last-of-type {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  #post .content .voice li {
    width: 240px;
    padding: 20px 20px 5px;
  }
  #post .content .voice li:first-of-type {
    margin-left: 30px;
  }
  #post .content .voice li:last-of-type {
    margin-right: 30px;
  }
}
#post .content .voice li::before {
  content: "";
  background: center/contain no-repeat;
  position: absolute;
}
#post .content .voice li.men {
  border: 1px solid #7bb3d2;
}
#post .content .voice li.men::before {
  width: 81px;
  height: 79px;
  background-image: url(../image/voice_men.png);
  top: -11px;
  left: 12px;
}
#post .content .voice li.women {
  border: 1px solid #da93a9;
}
#post .content .voice li.women::before {
  width: 73px;
  height: 74px;
  background-image: url(../image/voice_women.png);
  top: -6px;
  left: 17px;
}
#post .content .voice p.person {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  padding-left: 80px;
  margin-bottom: 20px;
}
#post .content .voice p.person span {
  display: inline-block;
  font-size: 14px;
}
#post .content .accordion {
  margin: 1.5em 0;
}
#post .content .accordion .wrap {
  margin-bottom: 2px;
}
#post .content .accordion .title {
  font-size: 16px;
  color: #fff;
  padding: 10px 35px 10px 10px;
  background-color: #3d3d3d;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #post .content .accordion .title {
    padding: 15px 40px 15px 15px;
  }
}
#post .content .accordion .title::before, #post .content .accordion .title::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
@media screen and (min-width: 768px) {
  #post .content .accordion .title::before, #post .content .accordion .title::after {
    width: 30px;
    right: 10px;
  }
}
#post .content .accordion .title::after {
  transform: rotate(90deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
#post .content .accordion .title.active::after {
  transform: rotate(0) translateY(-50%);
}
#post .content .accordion .box {
  display: none;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #post .content .accordion .box {
    padding: 15px;
  }
}
#post .content .accordion .box table:first-child,
#post .content .accordion .box ul:first-child,
#post .content .accordion .box p:first-child {
  margin-top: 0;
}
#post .content .accordion .box table:last-child,
#post .content .accordion .box ul:last-child,
#post .content .accordion .box p:last-child {
  margin-bottom: 0;
}
#post .content .comment {
  margin: 1.5em 0;
}
#post .content .comment .box {
  display: flex;
  align-items: center;
  gap: 10px;
}
#post .content .comment .box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #post .content .comment .box img {
    width: 50px;
    height: 50px;
  }
}
#post .content .comment .box p {
  font-size: 14px;
  margin-bottom: 0;
}
#post .content .comment .wrap {
  background-color: #f1f1f1;
  font-weight: 700;
  padding: 1em;
  font-size: 14px;
  margin-top: 10px;
}
#post .content .comment .wrap p:last-of-type {
  margin-bottom: 0;
}
#post .supervisor {
  margin-top: 2em;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  #post .supervisor {
    margin-top: 3em;
  }
}
#post .supervisor + .author {
  margin-top: 1em;
}
#post .supervisor .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 40px;
  background-color: #000;
  position: relative;
}
#post .supervisor .title::before {
  content: "";
  width: 15px;
  height: 27px;
  background: center/contain url(../image/icon_supervisor.png) no-repeat;
  position: absolute;
  top: 6px;
  left: 15px;
}
#post .supervisor .wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 10px;
  position: relative;
}
#post .supervisor .wrap::before {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background-color: #000;
  position: absolute;
  top: 20px;
  left: 120px;
}
@media screen and (min-width: 768px) {
  #post .supervisor .wrap {
    gap: 80px;
    padding: 30px 40px;
  }
  #post .supervisor .wrap::before {
    height: calc(100% - 60px);
    top: 30px;
    left: 200px;
  }
}
#post .supervisor .box {
  text-align: center;
  flex-shrink: 0;
}
#post .supervisor .box img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #post .supervisor .box img {
    width: 120px;
    height: 120px;
  }
}
#post .supervisor .text {
  font-size: 14px;
  line-height: 1.6;
}
#post .author {
  background: #f3f3f3;
  padding: 10px;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  #post .author {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    margin-top: 3em;
  }
}
#post .author img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  #post .author img {
    margin-bottom: 10px;
  }
}
#post .author p {
  font-size: 14px;
  line-height: 1.6;
}
#post .author p span {
  font-weight: bold;
}
#post .author p a {
  color: #0096ff;
  text-decoration: underline;
}

.not-found {
  width: auto;
  background-color: #fff;
  padding: 35px 0;
  margin: 15px 10px;
  text-align: center;
  font-weight: bold;
}
.not-found h1 {
  font-size: 32px;
  margin-bottom: 7px;
  font-family: Copperplate, "Copperplate Gothic", "Copperplate_gp", serif;
  color: #dedede;
}
.not-found span {
  font-size: 40px;
  color: #caa846;
}
.not-found p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .not-found {
    margin: 30px 50px;
    padding: 64px 0 60px;
  }
  .not-found h1 {
    font-size: 85px;
    margin-bottom: 20px;
  }
  .not-found h1 span {
    font-size: 100px;
  }
  .not-found p {
    font-size: 32px;
  }
}

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