@charset "utf-8";
/* CSS Document */
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-style: normal;
}
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a:link {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
p, ul li, ol li, table, dt, dd {
  font-size: 90%;
  line-height: 2.2em;
  text-align: left;
  letter-spacing: 0.1em;
}
mini {
  font-size: 80%;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  min-height: calc(100%);
}
.global, .wrap, .contents {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  position: fixed;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
}
h1 {
  width: 350px;
  height: 56px;
  margin: 0px;
  position: absolute;
  top: 10px;
  left: 10px;
}
h1 a {
  width: 350px;
  height: 56px;
  display: block;
  background: url("../image/logo.svg") center center/350px 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
h1 {
  width: 240px;
  height: 38px;
}
h1 a {
  width: 240px;
  height: 38px;
  background: url("../image/logo.svg") center center/240px 38px;
}
}
/* video */
.main_visual {
  width: 100% !important;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url("../image/main_visual.jpg") no-repeat center center/cover;
}
.main_visual::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}
.main_visual img:nth-child(1) {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 2;
  width: 400px;
	max-width:60%;
}
.main_visual img:nth-child(2) {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 2;
  width: 500px;
	max-width: 40%;
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
  z-index: 2
}
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
section {
  padding: 50px 0px;
}
.contents {
  padding: 10px 0px;
  position: relative;
}
.space {
  margin: 50px 0px;
}
.pict1_bg {
  padding: 180px 0px;
  background: url("../image/pict1.jpg") center center/cover;
  position: relative;
  color: #fff;
}
.pict2_bg {
  padding: 180px 0px;
  background: url("../image/pict2.jpg") center center/cover;
  position: relative;
  color: #fff;
}
.pict1_bg:before, .pict2_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pict1_bg .floatbox, .pict2_bg .floatbox {
  position: relative;
  margin: 30px auto;
  text-align: center;
  z-index: 2;
  max-width: 1000px;
}
.pict1_bg .floatbox p, .pict2_bg .floatbox p {
  color: #fff;
  margin: 30px 0px;
  text-align: left;
}
.pict1_bg .flexbox, .pict2_bg .flexbox {
  z-index: 2;
  max-width: 1000px;
  margin: 0px auto;
}
.pict1_bg .box33 a, .pict2_bg .box33 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  position: relative;
  color: #fff;
  text-align: center;
  background: #A20039;
}
.pict1_bg .box33:hover a, .pict2_bg .box33:hover a {
  color: #fff;
  background: #000;
}
.btn {
  padding: 10px 0px 20px 0px;
}
.btn a {
  text-decoration: none;
  display: block;
  color: #fff;
  background: #A20039;
  padding: 8px;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.btn a:hover {
  background: #000;
  color: #fff;
}
.bordeaux_bg {
  background: #A20039;
  padding: 2px 0px 10px;
  color: #fff;
}
.box100.bordeaux_bg {
  width: 100%;
  padding:  10px 10px 10px 30px;
  box-sizing: border-box;
}
.box100.bordeaux_bg img {
  margin: 5px auto;
}
.bordeaux_bg h4 {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.bordeaux_bg .btn a {
  border: 1px solid #fff;
}
.white_bg {
  background: #fff;
}
h3.en_ttl {
  text-align: center;
}
h3.en_ttl img {
  height: 24px;
}
.access {
  padding: 50px 0px;
}
.access h3 {
  width: 350px;
  height: 56px;
  margin: 0;
  padding: 0;
  display: block;
  background: url("../image/logo.svg") -11px center/350px 56px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.access ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.access ul.color {
  margin: 30px 0px 0px 0px;
  color: #A20039;
}
.access ul li {
  position: relative;
  padding-left: 20px;
}
.access ul li:before {
  width: 10px;
  height: 10px;
  content: "";
  background: #A20039;
  position: absolute;
  left: 0;
  display: block;
  top: 10px;
}
.page_ttl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  top: 80px;
  padding: 100px 0px;
  margin-bottom: 100px;
}
.page_ttl:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .4;
}
.page_ttl img {
  position: relative;
  z-index: 1;
}
.page_ttl_history {
  background: url("../image/page_ttl_history_bg.jpg") no-repeat center center/cover;
}
.page_ttl_research {
  background: url("../image/page_ttl_research_bg.jpg") no-repeat center center/cover;
}
.page_ttl_news {
  background: url("../image/page_ttl_research_bg.jpg") no-repeat center center/cover;
}
img.ttl {
  display: block;
  margin: 20px auto 50px;
  height: 30px;
}
img.ttl2 {
  display: block;
  margin: 20px auto 50px;
  height: 60px;
}
img.sub_ttl {
  display: block;
  margin: 0px 0px 20px 0px;
  height: 32px;
}
p.pb {
  padding-bottom: 50px;
}
figure {
  margin: 0px;
  padding: 5px;
}
figcaption {
  font-size: 14px;
}
a.note {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px 10px;
  box-sizing: border-box;
}
a.note img {
  width: 70px;
}
a.note span {
  padding-left: 20px;
}
a.note:hover {
  background: #A20039;
  color: #fff;
}
.txleft {
  text-align: left;
}
.txright, .txright p {
  text-align: right;
}
.txcenter, .txcenter p {
  text-align: center;
}
.floatbox {
  width: 80%;
  margin: 0px auto;
}
.flexbox {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.flex-start {
  align-items: flex-start !important;
  justify-content: flex-start;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around
}
.stretch {
  align-items: stretch;
}
.flexbox .box33 {
  width: 33%;
}
.flexbox .box20 {
  width: 20%;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box33 {
  width: 33%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box45 {
  width: 45%;
}
.flexbox .box48 {
  width: 48%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box75 {
  width: 75%;
}
.flexbox .box80 {
  width: 80%;
}
.flexbox .box {
  box-sizing: border-box;
  position: relative;
}
footer {
  background: #A20039;
  color: #fff;
  padding: 50px 0px;
}
footer a {
  color: #fff !important;
}
footer h3 {
  width: 350px;
  height: 56px;
  margin: 0;
}
footer h3 a {
  width: 350px;
  height: 56px;
  display: block;
  background: url("../image/logo_w.png") center center/350px 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer h4 {
  width: 350px;
  height: 34px;
  margin: 0;
}
footer h4 a {
  width: 350px;
  height: 34px;
  display: block;
  background: url("../image/footer_comp.svg") center center/cover;
  background-position: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  margin: 0px;
  font-size: 80%;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
footer ul li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 10px;
  margin: -4px 0px 0px -12px;
  border-right: 1px solid #fff;
}
.copy {
  text-align: right;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
  padding: 10px 0px;
  float: right;
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
dl dd {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
dl.info {
  padding: 30px 0px;
  color: #000!important
}
dl.info dt {
  width: 25%;
}
dl.info dd {
  width: 75%;
  text-align: left;
}
@media (max-width: 768px) {
  dl.info dt, dl.info dd {
    width: 100%;
  }
}
dl.info dt span {
  border: 1px solid #ccc;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 90%;
}
.info-table {
  display: flex;
  flex-wrap: wrap;
}
/* 共通 */
.info-table dt, .info-table dd {
  padding: 20px;
  box-sizing: border-box;
}
/* 左 */
.info-table dt {
  width: 25%;
  font-weight: 500;
  color: #555;
}
/* 右 */
.info-table dd {
  width: 75%;
}
/* ===== しましま（奇数行） ===== */
.info-table dt:nth-of-type(odd), .info-table dt:nth-of-type(odd) + dd {
  background: #f7f7f7;
}
/* SP対応 */
@media (max-width: 768px) {
  .info-table dt, .info-table dd {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .onlypc, header p {
    display: none !important;
  }
  header {
    height: 70px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    padding: 0px;
  }
  h1 {
    margin: 0px auto;
  }
  .slick div.fade {
    background-size: cover !important;
  }
  footer h3 {
    position: relative;
    margin: 0 auto;
  }
  #navTgl {
    display: none;
  }
  label.close {
    background-color: rgba(0, 0, 0, 0);
  }
  label.open, label.close {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
  .open {
    z-index: 2;
    width: 70px;
    height: 70px;
    margin: 0px;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .6s, transform .6s;
  }
  .open span {
    position: absolute;
    left: 20px;
    height: 1px;
    width: 30px;
    background-color: #000;
    display: inline-block;
    box-sizing: border-box;
    transition: background-color .6s, transform .6s;
  }
  .open span:nth-of-type(1) {
    top: 20px;
  }
  .open span:nth-of-type(2) {
    top: 30px;
  }
  .open span:nth-of-type(3) {
    top: 40px;
  }
  .open span:nth-of-type(4) {
    font-size: 10px;
    top: 50px;
    color: #000;
    background-color: transparent;
  }
  #navTgl:checked + .open {
    -webkit-transform: translate(-240px, 0px);
    transform: translateX(-240px, 0px);
    background-color: transparent;
  }
  #navTgl:checked + .open span:nth-of-type(1) {
    -webkit-transform: translate(0px, 10px)rotate(45deg);
    transform: translateX(0px, 10px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(2) {
    -webkit-transform: translate(0px, 0px)rotate(45deg);
    transform: translateX(0px, 0px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(3) {
    -webkit-transform: translate(0px, -10px)rotate(-45deg);
    transform: translateX(0px, -10px) rotate(-45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(4) {
    display: none;
  }
  .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .6s;
  }
  #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background-color: #A20039;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
  }
  #navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu p, .menu li, .menu li a {
    color: #fff;
  }
  .menu p {
    text-align: left;
  }
  .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .menu li a {
    font-size: 100%;
    display: block;
    text-align: left;
    padding: 0.6em 1em;
    text-decoration: none;
    transition: background-color .6s;
  }
  .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .menu li ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .menu li a {
    font-size: 100%;
    display: block;
    text-align: left;
    padding: 0.6em 1em;
    text-decoration: none;
    transition: background-color .6s;
  }
  .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .floatbox {
    width: 94%;
  }
  .contents, .flexbox {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  footer .box {
    width: 100% !important;
  }
  footer .box p {
    text-align: center;
  }
  footer ul {
    float: none;
    margin: 0px auto;
    max-width: 90%;
  }
  copy {
    float: none;
    clear: none;
    text-align: center !important;
    width: 100%;
    margin: 20px auto;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .slickwrap div.fade {
    outline: none;
    height: 400px;
  }
  .slick div.fade:nth-child(1) {
    background: url("../image/slide1sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .spbox100 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 10px 1%;
  }
  .box img {
    width: 100%;
  }
  .leftbtn a {
    margin-left: auto;
  }
  .box_head {
    padding: 30px 2%;
  }
}
@media (min-width: 1000px) {
  .onlysp {
    display: none;
  }
  #navTgl, label.close, label.open {
    display: none;
  }
  ul.global {
    list-style: none;
    float: right;
    margin: 25px 100px 0px 20px;
  }
  ul.global li {
    text-align: center;
    margin: 0px;
    display: inline-block;
  }
  ul.global li a {
    text-decoration: none;
    padding: 10px 30px;
    color: #000;
    font-weight: bold;
  }
  ul.global li.sns a {
    padding: 10px 20px;
  }
  ul.global li.contact a {
    color: #fff;
  }
  ul.global li.contact {
    background: #A20039;
    position: absolute;
    right: 0px;
    height: 80px;
    top: 0;
    width: 80px;
    text-align: center !important;
    font-size: 10px;
    letter-spacing: 0em;
  }
  ul.global li.contact span {
    text-align: center !important;
    width: 100%;
    display: block;
  }
  ul.global li.contact i {
    display: block;
    font-size: 20px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ========================================
   Contact Form 7
======================================== */
.contact-page-ttl {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 30px;
  color: #1a1a1a;
}

.contact-page-sub,
.contact-lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #555;
  margin: 0 0 40px;
}

.contactform-custom {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contactform-custom .contactform-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.contactform-custom .contactform-table dt,
.contactform-custom .contactform-table dd {
  margin: 0;
  padding: 24px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bcbcbc;
}

.contactform-custom .contactform-table dt {
  width: 28%;
  padding-right: 35px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #333;
  font-weight: 400;
}

.contactform-custom .contactform-table dd {
  width: 72%;
}

.contactform-custom .contactform-table dd p {
  margin: 0;
}

.contactform-custom .cf-input,
.contactform-custom .cf-textarea,
.contactform-custom input[type="text"],
.contactform-custom input[type="email"],
.contactform-custom input[type="tel"],
.contactform-custom textarea {
  width: 100%;
  border: none;
  background: #e8e8e8;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  padding: 6px 8px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.contactform-custom .cf-input {
  height: 40px;
}

.contactform-custom .cf-textarea,
.contactform-custom textarea {
  min-height: 100px;
  resize: vertical;
  padding-top: 2px;
}

.contactform-custom .cf-input::placeholder,
.contactform-custom .cf-textarea::placeholder,
.contactform-custom input::placeholder,
.contactform-custom textarea::placeholder {
  color: #aaa;
}

.contactform-custom .cf-agree {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.contactform-custom .cf-agree .wpcf7-list-item {
  margin: 0;
}

.contactform-custom .cf-agree input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.contactform-custom .cf-agree .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}

.contactform-custom .cf-submit-wrap {
  text-align: center;
  margin-top: 60px;
}

.contactform-custom .wpcf7-submit {
  width: 240px;
  max-width: 100%;
  height: 54px;
  border: 1px solid #9e9e9e;
  background: #fff;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.35em;
  line-height: 1;
  cursor: pointer;
  transition: .3s ease;
}

.contactform-custom .wpcf7-submit:hover {
  background: #A20039;
  border-color: #A20039;
  color: #fff;
}

.contactform-custom .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}

.contactform-custom .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.contactform-custom .wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 12px 16px !important;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* SP */
@media (max-width: 768px) {
  .contact-page-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .contact-page-sub,
  .contact-lead {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .contactform-custom .contactform-table dt,
  .contactform-custom .contactform-table dd {
    width: 100%;
    padding: 14px 0;
  }

  .contactform-custom .contactform-table dt {
    padding-right: 0;
    padding-bottom: 6px;
    border-bottom: none;
  }

  .contactform-custom .contactform-table dd {
    padding-top: 0;
  }

  .contactform-custom .cf-submit-wrap {
    margin-top: 40px;
  }

  .contactform-custom .wpcf7-submit {
    width: 220px;
    height: 50px;
    letter-spacing: 0.25em;
  }
}
.contactform-custom .cf-submit-wrap {
  text-align: center;
}

.contactform-custom .cf-submit-wrap p {
  text-align: center;
}

.contactform-custom .wpcf7-submit {
  display: inline-block;
}
/* =========================
   NEWS 共通
========================= */
.news-section {
  padding-top: 80px;
}

.news-archive-wrap,
.news-single-wrap {
  max-width: 800px;
  margin: 0 auto;
}

/* =========================
   LIST
========================= */
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  border-bottom: 1px solid #ddd;
}

.news-item a {
  display: block;
  padding: 20px 0;
}

.news-date {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.news-title {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.news-item a:hover .news-title {
  color: #A20039;
}

/* =========================
   SINGLE
========================= */
.single-title {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.entry {
  line-height: 2;
  letter-spacing: 0.08em;
}

.entry p {
  margin-bottom: 20px;
}

/* 画像対応（←これ大事） */
.entry img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

/* WordPress標準 */
.entry .aligncenter {
  display: block;
  margin: 20px auto;
}
.entry .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.entry .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry img[class*="wp-image-"],
.entry img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.entry .clearfix {
  overflow: hidden;
}
.entry .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* =========================
   NAV
========================= */
.news-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
}

.news-nav a {
  font-size: 14px;
}

/* =========================
   PAGINATION
========================= */
.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.pagination .current {
  background: #A20039;
  color: #fff;
  border-color: #A20039;
}

/* =========================
   SP
========================= */
@media (max-width: 768px) {
  .single-title {
    font-size: 20px;
  }
}
/* =========================
   NEWS 共通
========================= */
.news-section {
  padding-top: 80px;
}

.news-archive-wrap,
.news-single-wrap {
  max-width: 800px;
  margin: 0 auto;
}

/* =========================
   META
========================= */
.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 8px;
}

.news-date {
  font-size: 13px;
  color: #777;
  margin: 0;
  line-height: 1.5;
}

.news-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-cats li {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #A20039;
  color: #A20039;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/* =========================
   LIST
========================= */
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  border-bottom: 1px solid #ddd;
}

.news-item a {
  display: block;
  padding: 20px 0;
}

.news-title {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

.news-item a:hover .news-title {
  color: #A20039;
}

/* =========================
   SINGLE
========================= */
.single-title {
  font-size: 24px;
  margin: 0 0 25px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.entry {
  line-height: 2;
  letter-spacing: 0.08em;
}

.entry p {
  margin-bottom: 20px;
}

/* 画像対応 */
.entry img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

/* WordPress標準 */
.entry .aligncenter {
  display: block;
  margin: 20px auto;
}
.entry .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.entry .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry img[class*="wp-image-"],
.entry img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.entry .clearfix {
  overflow: hidden;
  zoom: 1;
}
.entry .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* =========================
   NAV
========================= */
.news-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
}

.news-nav a {
  font-size: 14px;
}

/* =========================
   PAGINATION
========================= */
.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.pagination .current {
  background: #A20039;
  color: #fff;
  border-color: #A20039;
}

/* =========================
   SP
========================= */
@media (max-width: 768px) {
  .single-title {
    font-size: 20px;
  }

  .news-item a {
    padding: 16px 0;
  }

  .news-meta {
    gap: 8px;
  }
}