@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 1366px;
    padding-top: 135px;
  }

  .wrapper {
    width: 1088px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.13rem;
  }

  body.has-menu {
    position: fixed;
    width: 100%;
  }

  .container {
    min-width: 320px;
    padding-top: 0.6rem;
  }

  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .md {
    display: none !important;
  }
}

header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

header.is-header-top:not(.header-clone) {
  background: rgba(255, 255, 255, 0);
}

header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 101;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-wrapper h1 {
  margin-bottom: 0;
}

header .header-logo {
  display: block;
  position: relative;
}

header .header-navigation {
  position: relative;
  height: auto;
  opacity: 1;
}

header .header-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 500;
  list-style: none;
}

header .header-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .header-list-link {
  position: relative;
  color: #393939;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}

header .header-button-link {
  display: inline-block;
  background: #a7bb95;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

header .header-area-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-clone {
  visibility: hidden;
  position: fixed;
  top: -500px;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
}

.header-clone.is-header-sticky {
  visibility: visible;
  top: 0;
  opacity: 1;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1366px;
  }

  header.is-header-top:not(.header-clone) .header-list-link {
    transition: all 0.3s ease;
    color: #fff;
  }

  header.is-header-top:not(.header-clone) .header-icon-instagram {
    filter: brightness(10);
    transition: all 0.3s ease;
  }

  header .header-wrapper {
    min-height: 135px;
    padding: 0 49px 7px;
  }

  header .header-list {
    margin-right: 43px;
    font-size: 0.16rem;
  }

  header .header-list-item {
    position: relative;
  }

  header .header-list-item:not(:last-child) {
    margin-right: 30px;
  }

  header .header-navigation {
    display: block !important;
    padding-bottom: 19px;
  }

  header .header-button {
    margin-right: 20px;
  }

  header .header-button-link {
    min-width: 170px;
    min-height: 36px;
    margin-right: 19px;
    padding: 6px 10px 5px;
    border-radius: 29px;
    font-size: 0.16rem;
  }

  header .header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    z-index: 100;
    margin-left: 0 !important;
  }

  header.is-header-top:not(.is-header-sticky) .header-wrapper {
    background: none;
  }

  header.is-header-top:not(.is-header-sticky) .button-menu span {
    transition: all 0.3s ease;
    border-bottom: 0.01rem solid #fff;
  }

  header.is-header-top:not(.is-header-sticky) .button-menu.is-active span {
    border-bottom: 0.01rem solid #393939;
  }

  header .button-area {
    display: -ms-flexbox;
    display: flex;
  }

  header .header-area-link {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  header .header-icon-instagram {
    width: 0.22rem;
    margin-bottom: 0.26rem;
  }

  header .header-icon-instagram img {
    width: 100%;
  }

  header .header-button-link {
    min-width: 1.1rem;
    padding: 0.04rem 0.1rem;
    border-radius: 0.29rem;
    font-size: 0.11rem;
  }

  header .header-navigation .header-button-link {
    min-width: 1.7rem;
    padding: 0.06rem 0.1rem;
    font-size: 0.16rem;
    letter-spacing: 0;
  }

  header .header-menu {
    position: relative;
    z-index: 100;
    height: 100%;
    padding: 1.79rem 0 0.4rem;
    overflow-y: auto;
  }

  header .header-navigation {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f5f2f2;
  }

  header .header-wrapper {
    width: 100%;
    min-height: 0.6rem;
    padding: 0 0.2rem 0.06rem;
    background: #fff;
  }

  header .header-logo {
    width: 0.94rem;
  }

  header .header-logo img {
    width: 100%;
  }

  header .header-list {
    display: block;
    max-width: 1.7rem;
    margin: 0 auto 0.46rem;
    font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }

  header .header-list-item {
    position: relative;
    padding-left: 0.2rem;
  }

  header .header-list-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }

  header .header-list-item::before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: 0;
    width: 0.15rem;
    height: 1px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #393939;
  }

  header .header-button {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  header .button-menu {
    position: relative;
    z-index: 110;
    width: 0.2rem;
    height: 0.15rem;
    margin-top: 0.05rem;
    margin-left: 0.1rem;
    cursor: pointer;
  }

  header .button-menu span {
    display: block;
    position: absolute;
    width: 100%;
    transition: 0.26s ease;
    border-bottom: 0.01rem solid #393939;
  }

  header .button-menu span:nth-child(1) {
    top: 0;
    left: 0;
  }

  header .button-menu span:nth-child(2) {
    visibility: visible;
    top: 0.06rem;
    left: 0;
    opacity: 1;
  }

  header .button-menu span:nth-child(3) {
    bottom: 0.02rem;
    left: 0;
  }

  header .button-menu.is-active span {
    width: 0.23rem;
    border-bottom: 0.01rem solid #393939;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 0.06rem;
    left: -0.01rem;
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
  }

  header .button-menu.is-active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }

  header .button-menu.is-active span:nth-child(3) {
    bottom: 0.08rem;
    left: -0.01rem;
    -ms-transform: rotate(-31deg);
    transform: rotate(-31deg);
  }
}

footer .footer-link {
  display: inline-block;
}

footer .footer-address {
  font-weight: 400;
  letter-spacing: 0.01em;
}

footer .footer-address a {
  color: #393939;
  text-decoration: none;
}

footer .footer-area-list {
  display: -ms-flexbox;
  display: flex;
}

footer .footer-list,
footer .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-list {
  font-weight: 500;
  line-height: 1.4285714286;
}

footer .footer-list a {
  color: #393939;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}

footer .social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f2f2;
}

footer .footer-wrapper small {
  font-weight: 400;
  letter-spacing: 0.01em;
}

footer .footer-list-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

@media print, (min-width: 768px) {
  footer {
    padding-top: 54px;
  }

  footer .footer-group {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
  }

  footer .footer-main-content {
    width: 380px;
    margin-right: 26px;
  }

  footer .footer-link {
    margin-bottom: 5px;
  }

  footer .footer-address {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }

  footer .footer-sub-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 41px;
  }

  footer .footer-area-list {
    margin-right: 36px;
  }

  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 360px;
    margin-right: 35px;
    font-size: 0.14rem;
  }

  footer .footer-list > li {
    width: 170px;
    margin-bottom: 14px;
  }

  footer .footer-list > li:nth-child(2n+1) {
    margin-right: 20px;
  }

  footer .social-list > li {
    margin-right: 15px;
  }

  footer .footer-wrapper {
    padding: 10px 0;
  }

  footer .footer-wrapper small {
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }

  footer .footer-icon-instagram {
    display: block;
    height: max-content;
  }
}

@media only screen and (max-width: 767.98px) {
  footer {
    position: relative;
    z-index: 1;
    padding-top: 0.38rem;
    background: #fff;
  }

  footer .wrapper {
    padding-bottom: 5px;
  }

  footer .footer-group {
    padding-bottom: 0.25rem;
    text-align: center;
  }

  footer .footer-link {
    width: 2.1rem;
    margin-bottom: 0.02rem;
  }

  footer .footer-link img {
    width: 100%;
  }

  footer .footer-address {
    margin-bottom: 22px;
    font-size: 0.12rem;
    line-height: 1.5;
  }

  footer .footer-sub-content {
    margin-top: 0.08rem;
  }

  footer .social-list {
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .social-list > li {
    margin: 0 0.05rem;
  }

  footer .footer-wrapper {
    height: 0.37rem;
    padding: 0.1rem 0;
  }

  footer .footer-wrapper small {
    font-size: 0.1rem;
    line-height: 2;
  }

  footer .footer-icon-instagram {
    display: block;
    width: 0.22rem;
  }

  footer .footer-icon-instagram img {
    width: 100%;
  }

  footer .footer-list-sub {
    margin-top: 15px;
  }

  footer .footer-list-sub > li {
    margin: 10px 5px 0;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    font-size: 13px;
  }

  footer .footer-list-sub > li a {
    color: #666;
    text-decoration: underline;
  }

  footer .footer-list-sub li:last-child {
    border-right: none;
  }
}

.section-common-keyvisual {
  position: relative;
}

.section-common-keyvisual .keyvisual-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-common-keyvisual .keyvisual-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-common-keyvisual .keyvisual-title {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.section-common-keyvisual .keyvisual-title .title-english {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.section-common-keyvisual .keyvisual-title .title-japanese {
  font-family: "Noto Serif JP", serif;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding: 140px 0 139px;
  }

  .section-common-keyvisual .keyvisual-title {
    padding: 0 100px;
  }

  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.32rem;
    letter-spacing: 0.1em;
    line-height: 1.28125;
  }

  .section-common-keyvisual .keyvisual-title .title-japanese {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding: 0.37rem 0 0.36rem;
  }

  .section-common-keyvisual .keyvisual-title {
    padding: 0 0.5rem;
  }

  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    line-height: 1.2916666667;
  }

  .section-common-keyvisual .keyvisual-title .title-japanese {
    font-size: 0.11rem;
    line-height: 1.4545454545;
  }
}

.wp-pager {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.28rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.wp-pager a {
  display: block;
  color: #393939;
}

.wp-pager .page-numbers {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background 0.3s ease;
  border: 1px solid #393939;
  opacity: 1;
  color: #393939;
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-weight: 500;
  text-decoration: none;
}

.wp-pager .page-numbers.current {
  border: 1px solid #a7bb95;
  background-color: #a7bb95;
  color: #fff;
  pointer-events: none;
}

.wp-pager .arrow {
  position: absolute;
  top: 0;
}

.wp-pager .arrow a {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #393939;
}

.wp-pager .arrow a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  transition: all 0.3s ease;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
}

.wp-pager .arrow.prev a::before {
  left: 55%;
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.wp-pager .arrow.next a::before {
  left: 45%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.wp-pager .arrow.is-disable {
  pointer-events: none;
}

.wp-pager .arrow:hover a {
  border: 1px solid #a7bb95;
  background-color: #a7bb95;
}

.wp-pager .arrow:hover a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, (min-width: 768px) {
  .pagination-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 39px;
  }

  .page-numbers {
    margin: 0 2px 5px;
    padding-top: 1px;
    font-size: 0.18rem;
  }

  .is-firefox .page-numbers {
    padding-top: 0;
  }

  .page-numbers:hover {
    border: 1px solid #a7bb95;
    background-color: #a7bb95;
    color: #fff;
  }

  .page-numbers,
  .arrow {
    width: 47px;
    height: 47px;
  }

  .wp-pager {
    padding: 0 118px 0 160px;
  }

  .wp-pager .next {
    right: 69px;
  }

  .wp-pager .prev {
    left: 111px;
  }
}

@media only screen and (max-width: 767.98px) {
  .wp-pager {
    width: 100%;
    padding: 0 0.47rem;
  }

  .wp-pager .page-numbers {
    margin: 0 0.02rem 0.05rem;
    font-size: 0.17rem;
  }

  .wp-pager .page-numbers,
  .wp-pager .arrow {
    width: 0.44rem;
    height: 0.44rem;
  }

  .wp-pager .next,
  .wp-pager .prev,
  .wp-pager .page-first,
  .wp-pager .page-last {
    top: 0;
  }

  .wp-pager .next {
    right: 0.01rem;
  }

  .wp-pager .prev {
    left: 0.02rem;
  }

  .wp-pager.is-detail {
    padding-top: 0;
  }
}

.pointer-none {
  pointer-events: none;
}

.list-news {
  padding-left: 0;
  list-style: none;
}

.list-news > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}

.list-news > li:first-child {
  border-top: 1px solid #ccc;
}

.list-news .news-time time {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-weight: 500;
}

.list-news .news-content {
  display: block;
  color: #393939;
  text-decoration: none;
}

.list-news .news-content .content-title {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.list-news .news-content .content-detail {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.list-news .news-content .detail-wrapper {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media print, (min-width: 768px) {
  .list-news {
    margin-bottom: 59px;
  }

  .list-news > li {
    padding: 41px 0 38px;
  }

  .list-news .news-time {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 152px;
    text-align: center;
  }

  .list-news .news-time time {
    font-size: 0.14rem;
  }

  .list-news .news-content {
    margin: -2px 0 0 11px;
    padding-right: 40px;
  }

  .list-news .news-content .content-title {
    margin-bottom: 13px;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }

  .list-news .news-content .content-detail {
    font-size: 0.14rem;
    letter-spacing: 0.01em;
    line-height: 1.7142857143;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-news {
    margin-bottom: 0.33rem;
  }

  .list-news > li {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.28rem 0.2rem 0.26rem;
  }

  .list-news > li:nth-child(n+2) {
    padding-top: 0.18rem;
  }

  .list-news .news-time {
    margin-bottom: 0.11rem;
  }

  .list-news .news-time time {
    font-size: 0.13rem;
    line-height: 1.3076923077;
  }

  .list-news .news-content .content-title {
    margin-bottom: 0.14rem;
    font-size: 0.17rem;
    line-height: 1.4705882353;
  }

  .list-news .news-content .content-detail {
    font-size: 0.13rem;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in-left {
  from {
    transform: translate3d(-70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-left {
  animation-name: fade-in-left;
}

@keyframes fade-in-right {
  from {
    transform: translate3d(70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-right {
  animation-name: fade-in-right;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
}

@keyframes fade-skew {
  from {
    transform: translate(0);
    opacity: 0;
  }

  to {
    transform: translate(32px, 32px);
    opacity: 1;
  }
}

.is-common-background {
  overflow: hidden;
  background-color: #f5f2f2;
}

.is-common-background .wrapper {
  position: relative;
  z-index: 1;
}

.is-common-background .wrapper::before,
.is-common-background .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

@media print, (min-width: 768px) {
  .is-common-background .wrapper::before {
    top: -165px;
    left: calc(100% - 123px);
    width: 360px;
    height: 228px;
    background: url("../img/news/decoration_news_01.svg") center/cover no-repeat;
  }

  .is-common-background .wrapper::after {
    right: calc(100% - 124px);
    bottom: -124px;
    width: 329px;
    height: 329px;
    background: url("../img/news/decoration_news_02.svg") center/cover no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .is-common-background .wrapper::before {
    top: -0.78rem;
    right: -0.2rem;
    width: 1.63rem;
    height: 1.04rem;
    background: url("../img/news/sp/decoration_news_01.svg") center/cover no-repeat;
  }

  .is-common-background .wrapper::after {
    bottom: -0.77rem;
    left: -0.35rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/news/sp/decoration_news_02.svg") center/cover no-repeat;
  }
}

.button-common-primary {
  display: block;
  margin: 0 auto;
  border: 1px solid #393939;
  text-align: center;
  text-decoration: none;
}

.button-common-primary .button-wrapper {
  color: #393939;
  font-family: "Noto Serif JP", serif;
  font-size: 0.16rem;
  font-weight: 600;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    max-width: 208px;
    padding: 11px 10px 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    max-width: 2.08rem;
    padding: 0.1rem;
  }
}

.button-common-secondary {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e58278;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.button-common-secondary::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  background: url("../img/common/icn_arrow_01.svg") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .button-common-secondary {
    width: 410px;
    min-height: 78px;
    padding: 10px 25px;
    font-size: 0.26rem;
  }

  .button-common-secondary::after {
    left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10px;
    height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    min-width: 2.95rem;
    min-height: 0.78rem;
    padding: 0.09rem 0.1rem 0.1rem;
    font-size: 0.24rem;
  }

  .button-common-secondary .button-wrapper {
    margin-right: 0.16rem;
  }

  .button-common-secondary::after {
    top: 0.02rem;
    left: 0;
    width: 0.1rem;
    height: 0.2rem;
  }
}

.post-content {
  overflow-wrap: break-word;
  color: #393939;
  font-weight: 400;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-content {
    word-break: break-all;
  }
}

.post-content img {
  margin-bottom: 1em;
}

.post-content blockquote {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  background: #ddd;
}

.post-content blockquote::before,
.post-content blockquote::after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}

.post-content blockquote::before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}

.post-content blockquote::after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}

.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
}

.post-content ol {
  list-style: decimal;
}

.post-content ul {
  list-style: disc;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1.5;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content b,
.post-content strong {
  font-weight: bold;
}

.post-content i,
.post-content em {
  font-style: italic;
}

.post-content a {
  color: inherit;
  text-decoration: underline;
}

.post-content a:hover {
  text-decoration: none;
}

.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}

.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}

.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}

.post-content .alignright {
  margin-right: 0;
}

.post-content .alignleft {
  margin-left: 0;
}

.post-content table {
  border-width: 1px;
}

.post-content tbody,
.post-content thead,
.post-content tr,
.post-content th,
.post-content td {
  border-color: inherit;
}

.post-content th,
.post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}

.post-content figure,
.post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}

.post-content h2 {
  font-size: 1.5em;
}

.post-content h3 {
  font-size: 1.4em;
}

.post-content h4 {
  font-size: 1.3em;
}

.post-content h5 {
  font-size: 1.2em;
}

.post-content h5 {
  font-size: 1.1em;
}

.post-content p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .post-content {
    margin-bottom: 58px;
    font-size: 0.14rem;
    letter-spacing: 0.01em;
    line-height: 1.7142857143;
  }

  .post-content p {
    margin-bottom: 24px;
  }

  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content {
    margin-bottom: 0.38rem;
    font-size: 0.13rem;
    letter-spacing: 0.01em;
    line-height: 1.7692307692;
  }

  .post-content p {
    margin-bottom: 0.23rem;
  }

  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 0.18rem;
  }
}

@media print, (min-width: 768px) {
  .section-news-overall {
    padding: 100px 0 95px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news-overall {
    padding: 0.59rem 0 0.6rem;
  }
}

.section-news-overall.is-detail .heading-time {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-weight: 500;
}

.section-news-overall.is-detail .heading-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.section-news-overall.is-detail .content-image img {
  display: block;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-news-overall.is-detail {
    padding: 100px 0;
  }

  .section-news-overall.is-detail .wrapper {
    max-width: 778px;
  }

  .section-news-overall.is-detail .wrapper::before {
    top: -165px;
    left: calc(100% + 32px);
  }

  .section-news-overall.is-detail .wrapper::after {
    right: calc(100% + 31px);
    bottom: -117px;
  }

  .section-news-overall.is-detail .news-heading {
    margin-bottom: 40px;
    text-align: center;
  }

  .section-news-overall.is-detail .heading-time {
    display: block;
    margin-bottom: 10px;
    font-size: 0.14rem;
    line-height: 1.2857142857;
  }

  .section-news-overall.is-detail .heading-title {
    margin-bottom: 0;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }

  .section-news-overall.is-detail .content-image {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news-overall.is-detail {
    padding: 0.58rem 0 0.6rem;
  }

  .section-news-overall.is-detail .wrapper::before {
    top: -0.76rem;
    right: -0.19rem;
  }

  .section-news-overall.is-detail .wrapper::after {
    bottom: -0.75rem;
  }

  .section-news-overall.is-detail .news-heading {
    margin-bottom: 0.32rem;
    text-align: center;
  }

  .section-news-overall.is-detail .heading-time {
    display: inline-block;
    margin-bottom: 0.08rem;
    font-size: 0.13rem;
    line-height: 1.3076923077;
  }

  .section-news-overall.is-detail .heading-title {
    font-size: 0.17rem;
    line-height: 1.4705882353;
  }

  .section-news-overall.is-detail .content-image {
    margin-bottom: 0.28rem;
  }
}
