@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  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;
}

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

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

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

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;
  white-space: pre-line;
  resize: none;
}

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

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #3c3c3c;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}

.hidden {
  display: none;
}

.container {
  background: no-repeat right 0;
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  .container {
    /*min-width: 1366px;*/
    min-width: 1280px;
    background-image: url(../img/common/keyvisual_icn_common.png);
  }

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

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
    background-image: url(../img/common/sp/keyvisual_icn_common.png);
    background-size: 3.13rem 2.44rem;
  }

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

  .md {
    display: none !important;
  }
}
.header-site {
  width: 100%;
  z-index: 2000;
  position: relative;
}
.header-site .logo-image,
.header-site .logo-image a {
  display: block;
}
.header-site .navigation-menu li {
  position: relative;
}
.header-site .menu-item {
  position: relative;
  color: #3c3c3c;
}
.header-site .menu-item::after {
  content: "";
  position: absolute;
}

.color-sm {
  color: #3c3c3c !important;
}

@media print, (min-width: 768px) {
  .header-site {
    /*min-width: 1366px;*/
    min-width: 1280px;
  }
  .header-site .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    /*max-width: 1366px;*/
    max-width: 1280px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header-site .logo-image {
    width: 155px;
  }
  .header-site .header-navigation {
    display: block !important;
    height: auto !important;
    margin-left: auto;
    padding: 30px 15px 0 0;
  }
  .header-site .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-right: 16px;
  }
  .header-site .navigation-menu li:not(:first-child) {
    margin-left: 47.5px;
  }
  .header-site .menu-item {
    padding-bottom: 7px;
    font-size: 15px;
  }
  .header-site .menu-item::after {
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
    transition: all 0.26s;
    opacity: 0;
  }
  .header-site .menu-item::after {
    background: #3c3c3c;
  }
  .header-site .menu-item.is-active::after, .header-site .menu-item:hover::after {
    opacity: 1;
  }
  .header-site .custom-item::after {
    width: 26px;
    margin-left: -13px;
  }

  .header-top .menu-item::after {
    background: #fff !important;
  }
  .header-top .menu-item {
    color: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    padding: 0.08rem 0.07rem;
  }
  .header-site .logo-image {
    width: 1.05rem;
  }
  .header-site .logo-image img {
    width: 100%;
    height: auto;
  }
  .header-site .header-navigation {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
  }
  .header-site .header-navigation .logo-image {
    margin: 0.08rem 0 0.2rem 0.07rem;
  }
  .header-site .navigation-menu {
    padding: 0.22rem 0.13rem 0.6rem;
  }
  .header-site .navigation-menu li {
    padding-left: 0.48rem;
    margin-bottom: 0.285rem;
  }
  .header-site .navigation-menu li::before {
    content: "";
    position: absolute;
    width: 0.15rem;
    min-height: 1px;
    left: 0.21rem;
    top: 0.1rem;
    background-color: #20336a;
  }
  .header-site .navigation-menu .menu-item {
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    letter-spacing: 0.025em;
    font-weight: 300;
  }
  .header-site .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-site .button-menu {
    position: fixed;
    width: 0.48rem;
    height: 0.48rem;
    top: 0.06rem;
    right: 0;
    z-index: 205;
  }
  .header-site .button-menu span {
    width: 0.215rem;
    height: 1px;
    margin-left: -0.1rem;
    left: 50%;
    background: #5c5c5c;
    position: absolute;
    display: block;
    transition: ease 0.26s;
  }
  .header-site .button-menu span:first-child {
    top: 0.15rem;
  }
  .header-site .button-menu span:nth-child(2) {
    top: 0.225rem;
  }
  .header-site .button-menu span:last-child {
    top: 0.31rem;
  }
  .header-site .button-menu.is-active span {
    top: 0.24rem;
  }
  .header-site .button-menu.is-active span:first-child {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .header-site .button-menu.is-active span:nth-child(2) {
    opacity: 0;
    -ms-transform: translate(0) scale(0);
        transform: translate(0) scale(0);
  }
  .header-site .button-menu.is-active span:last-child {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .header-site .header-button {
    display: -ms-flexbox;
    display: flex;
    width: 3.38rem;
    min-height: 0.6rem;
    margin: 0 auto 0.18rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    letter-spacing: 0.05em;
    background-image: linear-gradient(0deg, #330d69, #30c9cd);
    color: #fff;
  }
  .header-site .header-phone,
  .header-site .time-text,
  .header-site .header-privacy {
    text-align: center;
    letter-spacing: 0.025em;
  }
  .header-site .header-phone,
  .header-site .time-text {
    font-weight: 500;
    color: #1d2f4d;
  }
  .header-site .header-phone {
    display: block;
    font-family: garamond-premier-pro-display, serif;
    font-size: 0.3rem;
    font-style: italic;
  }
  .header-site .header-phone .custom-phone {
    position: relative;
    margin-left: 0.24rem;
    top: 0.02rem;
    font-size: 0.45rem;
    letter-spacing: 0.025em;
  }
  .header-site .time-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: -0.09rem;
    font-size: 0.12rem;
    line-height: calc(30 / 12);
  }
  .header-site .time-text span {
    position: relative;
    left: 0.08rem;
    font-size: 0.12rem;
  }
  .header-site .time-text .time-left {
    margin-left: 0.17rem;
  }
  .header-site .header-privacy {
    position: relative;
    display: inline-block;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 50%;
    margin-top: 0.28rem;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-size: 0.11rem;
    text-decoration: underline;
    text-underline-position: under;
  }
  .header-site .header-privacy:hover {
    text-decoration: none;
  }

  .navigation-menu li {
    transition: opacity 0.25s ease, top 0.25s ease;
    position: relative;
    opacity: 0;
    top: 10px;
  }
  .navigation-menu li.is-animated {
    opacity: 1;
    top: 0;
  }

  .contact-menu {
    padding: 20px 0 !important;
  }
  .contact-menu::before {
    content: none !important;
  }
}
.footer-site {
  background: #f3f3f3;
}
.footer-site .footer-column {
  letter-spacing: 0.025em;
  font-weight: 500;
}
.footer-site .contact-phone,
.footer-site .contact-time {
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #1d2f4d;
}
.footer-site .contact-phone {
  display: block;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-style: italic;
}
.footer-site .contact-phone span {
  position: relative;
  letter-spacing: 0.025em;
}
.footer-site .footer-contact {
  text-align: center;
}
.footer-site .contact-time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.footer-site .contact-time span {
  position: relative;
}
.footer-site .footer-copyright small {
  letter-spacing: 0.025em;
  font-weight: 500;
}

.button-top {
  position: fixed;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.button-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1d2f4d url(../img/common/btn_top.svg) no-repeat center center;
  transition: opacity 0.26s ease;
  border-radius: 100%;
}
.button-top:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 65px 0 27px;
  }
  .footer-site .footer-content {
    display: -ms-flexbox;
    display: flex;
  }
  .footer-site .footer-column {
    display: -ms-flexbox;
    display: flex;
  }
  .footer-site .footer-column > li {
    padding-right: 20px;
    width: 217px;
  }
  .footer-site .footer-list > li:not(:last-child) {
    margin-bottom: 28px;
  }
  .footer-site .footer-contact {
    -ms-flex: 1;
        flex: 1;
    margin: -15px -56px 0 0;
    text-align: center;
  }
  .footer-site .contact-phone {
    margin-left: 3px;
    font-size: 30px;
    pointer-events: none;
  }
  .footer-site .contact-phone .custom-phone {
    margin-left: 22px;
    top: 2px;
    left: 2px;
    font-size: 45px;
  }
  .footer-site .contact-time {
    margin: -2px 0 30px;
    font-size: 12px;
  }
  .footer-site .contact-time span {
    margin-right: 22px;
    left: 10px;
  }
  .footer-site .contact-button {
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    min-height: 55px;
    padding: 10px 20px;
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #29497f;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: calc(30 / 14);
    color: #fff;
  }
  .footer-site .footer-copyright {
    margin-top: 71px;
    padding-top: 27px;
    border-top: 1px solid #a5a5a5;
  }
  .footer-site .footer-copyright small {
    font-size: 10px;
  }

  .button-top {
    right: 15px;
    bottom: 13px;
    width: 45px;
    height: 45px;
  }
  .button-top::before {
    background-size: 18px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.41rem 0 0.5rem;
  }
  .footer-site .footer-contact {
    text-align: center;
  }
  .footer-site .contact-phone {
    font-size: 0.3rem;
  }
  .footer-site .contact-phone .custom-phone {
    left: 0.02rem;
    top: 0.03rem;
    margin-left: 0.21rem;
    font-size: 0.45rem;
  }
  .footer-site .contact-time {
    margin-top: -0.02rem;
    font-size: 0.12rem;
  }
  .footer-site .contact-time span {
    margin-right: 0.2rem;
    left: 0.08rem;
  }
  .footer-site .footer-copyright {
    padding: 0.18rem 0;
    margin-top: 0.59rem;
    border-top: 0.01rem solid #a5a5a5;
    text-align: center;
  }
  .footer-site .footer-copyright .wrapper {
    padding: 0;
  }
  .footer-site .footer-copyright small {
    font-size: 0.08rem;
  }

  .button-top {
    right: 0.1rem;
    bottom: 0.12rem;
    width: 0.35rem;
    height: 0.35rem;
  }
  .button-top::before {
    background-size: 0.12rem auto;
  }
}
.section-common-keyvisual {
  position: relative;
}
.section-common-keyvisual .keyvisual-title {
  color: #1d2f4d;
  text-align: center;
}
.section-common-keyvisual .keyvisual-title {
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .section-common-keyvisual .keyvisual-title {
  opacity: 1;
}
.section-common-keyvisual .keyvisual-title > span {
  letter-spacing: 0.025em;
  display: block;
}
.section-common-keyvisual .keyvisual-title .is-english {
  line-height: 1.3;
  font-family: garamond-premier-pro-display, serif;
}
.section-common-keyvisual .keyvisual-title .is-japan {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding-top: 118px;
  }
  .section-common-keyvisual .keyvisual-title .is-english {
    font-size: 50px;
  }
  .section-common-keyvisual .keyvisual-title .is-japan {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding: 0.68rem 0 0.34rem;
  }
  .section-common-keyvisual .keyvisual-title .is-english {
    font-size: 0.4rem;
  }
  .section-common-keyvisual .keyvisual-title .is-japan {
    font-size: 0.15rem;
  }
}
.section-common-keyvisual {
  position: relative;
}
.section-common-keyvisual .keyvisual-post {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #1d2f4d;
}
.section-common-keyvisual .keyvisual-post .title-post {
  line-height: 1.3;
  display: block;
  letter-spacing: 0.025em;
}
.section-common-keyvisual .keyvisual-post .date-post {
  letter-spacing: 0.025em;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding-top: 118px;
  }
  .section-common-keyvisual .keyvisual-post {
    margin: 0 0 15px -3px;
  }
  .section-common-keyvisual .keyvisual-post .title-post {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .section-common-keyvisual .keyvisual-post .date-post {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding: 0.8rem 0 0.72rem;
  }
  .section-common-keyvisual .keyvisual-post {
    margin-left: -0.02rem;
  }
  .section-common-keyvisual .keyvisual-post .title-post {
    font-size: 0.2rem;
  }
}
.breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-list li ~ li:before {
  display: inline-block;
  content: "＞";
  font-weight: 500;
}
.breadcrumb-list a, .breadcrumb-list li {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    /*max-width: 1366px;*/
    max-width: 1280px;
    margin: 0 auto;
  }

  .breadcrumb-list {
    padding: 30px 0 40px;
    margin-right: 56px;
  }
  .breadcrumb-list li ~ li:before {
    font-size: 12px;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 0.32rem;
    padding: 0.19rem 0.16rem;
  }

  .breadcrumb-list li ~ li:before {
    font-size: 0.12rem;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 0.12rem;
    letter-spacing: 0.025em;
  }
}
.section-contact-us {
  background: no-repeat 0 0/cover;
}
.section-contact-us .title-contact-common,
.section-contact-us .title-contact-common span,
.section-contact-us .text-contact-common {
  letter-spacing: 0.025em;
}
.section-contact-us .title-contact-common {
  color: #fff;
  text-align: center;
}
.section-contact-us .title-contact-common span {
  display: block;
}
.section-contact-us .title-contact-common .text-english {
  font-family: garamond-premier-pro-display, serif;
}
.section-contact-us .title-contact-common .text-japan {
  font-weight: 500;
}
.section-contact-us .text-contact-common {
  position: relative;
  color: #fff;
}
.section-contact-us .button-contact {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background-color: #29497f;
}
.section-contact-us .button-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media print, (min-width: 768px) {
  .section-contact-us {
    background-image: url(../img/common/contact_bg.jpg);
    min-height: 470px;
    padding: 68px 0 70px;
  }
  .section-contact-us .title-contact-common {
    font-size: 50px;
    margin-bottom: 32px;
  }
  .section-contact-us .title-contact-common .text-japan {
    margin-top: -3px;
    font-size: 12px;
  }
  .section-contact-us .text-contact-common {
    width: 552px;
    margin: 0 auto 55px;
    left: 4px;
    line-height: calc(30 / 14);
  }
  .section-contact-us .button-contact {
    width: 530px;
    min-height: 70px;
    font-size: 16px;
    line-height: calc(30 / 16);
  }
  .section-contact-us .button-contact::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact-us {
    background-image: url(../img/common/sp/contact_bg.jpg);
    padding: 0.65rem 0 0.96rem;
  }
  .section-contact-us .title-contact-common {
    font-size: 0.4rem;
    margin-bottom: 0.42rem;
  }
  .section-contact-us .title-contact-common .text-japan {
    margin-top: 0.02rem;
    font-size: 0.12rem;
  }
  .section-contact-us .text-contact-common {
    margin-bottom: 0.42rem;
    line-height: calc(30 / 14);
  }
  .section-contact-us .button-contact {
    min-height: 0.6rem;
  }
  .section-contact-us .button-contact::before {
    width: 0.08rem;
    height: 0.08rem;
    right: 0.11rem;
    margin-top: -0.04rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.list-pager {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.list-pager a {
  transition: all 0.25s;
}
.list-pager a:hover {
  background-color: #3c3c3c;
  color: #fff;
}
.list-pager a:hover::before {
  border-color: #fff;
}
.list-pager .pager-arrows,
.list-pager .page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #3c3c3c;
  letter-spacing: 0.075em;
  font-weight: 500;
  position: relative;
  border: 1px solid #3c3c3c;
}
.list-pager .pager-arrows::before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-right: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}
.list-pager .pager-prev::before {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.list-pager .pager-next::before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.list-pager .current {
  background-color: #3c3c3c;
  color: #fff;
}
.list-pager .dots {
  border: none !important;
  background: #fff !important;
}

@media print, (min-width: 768px) {
  .list-pager {
    padding: 0 174px;
  }
  .list-pager > li:not(:last-child) {
    margin-right: 9px;
  }
  .list-pager .pager-arrows,
  .list-pager .page-numbers {
    line-height: calc(25 / 14);
  }
  .list-pager .pager-arrows {
    width: 40px;
    min-height: 40px;
  }
  .list-pager .pager-arrows::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .list-pager .pager-prev::before {
    left: 17px;
  }
  .list-pager .pager-next::before {
    right: 17px;
  }
  .list-pager .pager-prev {
    margin-right: 11px;
  }
  .list-pager .pager-next {
    margin-left: 11px;
  }
  .list-pager .page-numbers {
    width: 40px;
    min-height: 40px;
    padding-top: 1px;
  }
  .list-pager .page-numbers.dots {
    width: auto;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common {
    margin: 0 -0.02rem;
  }

  .list-pager {
    margin: 0 -0.1rem;
  }
  .list-pager li {
    margin-bottom: 0.05rem;
  }
  .list-pager li:not(:last-child) {
    margin-right: 0.05rem;
  }
  .list-pager .pager-arrows,
  .list-pager .page-numbers {
    min-width: 0.45rem;
    min-height: 0.45rem;
  }
  .list-pager .pager-prev::before,
  .list-pager .pager-next::before {
    width: 0.1rem;
    min-height: 0.1rem;
    margin-top: -0.05rem;
  }
  .list-pager .pager-prev {
    margin-right: 0.26rem;
  }
  .list-pager .pager-prev::before {
    left: 50%;
    margin-left: -0.02rem;
  }
  .list-pager .pager-next {
    margin-left: 0.24rem;
  }
  .list-pager .pager-next::before {
    right: 50%;
    margin-right: -0.02rem;
  }
  .list-pager .dots {
    margin: 0 -0.04rem;
    padding-bottom: 0.05rem;
    min-width: 0.43rem;
  }
}
.post-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.post-pagination .list-pagination {
  position: relative;
}
.post-pagination .pagination-text {
  background: #3c3c3c;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.post-pagination .pagination-arrows {
  border: 1px solid #3c3c3c;
  position: absolute;
  top: 50%;
}
.post-pagination .pagination-arrows:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}
.post-pagination .pagination-prev {
  left: 0;
}
.post-pagination .pagination-prev:before {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.post-pagination .pagination-next {
  right: 0;
}
.post-pagination .pagination-next:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media print, (min-width: 768px) {
  .post-pagination {
    margin: 98px 0 0 -2px;
  }
  .post-pagination .list-pagination {
    padding: 0 122px;
  }
  .post-pagination .pagination-text {
    min-width: 175px;
    padding: 6px 10px 5px;
  }
  .is-firefox .post-pagination .pagination-text {
    padding-top: 5px;
  }
  .post-pagination .pagination-text,
  .post-pagination .pagination-arrows {
    min-height: 50px;
  }
  .post-pagination .pagination-arrows {
    width: 50px;
    margin-top: -24px;
  }
  .post-pagination .pagination-arrows:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .post-pagination .pagination-prev:before {
    margin-left: -1px;
  }
  .post-pagination .pagination-next:before {
    margin-left: -8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-pagination {
    margin-top: 0.45rem;
  }
  .post-pagination .list-pagination {
    padding: 0 0.82rem;
  }
  .post-pagination .pagination-text {
    min-width: 1.75rem;
    padding: 0.05rem;
    text-align: center;
  }
  .post-pagination .pagination-text,
  .post-pagination .pagination-arrows {
    min-height: 0.5rem;
  }
  .post-pagination .pagination-arrows {
    width: 0.5rem;
    margin-top: -0.25rem;
  }
  .post-pagination .pagination-arrows:before {
    width: 0.06rem;
    height: 0.06rem;
    margin-top: -0.03rem;
  }
  .post-pagination .pagination-prev:before {
    margin-left: -0.01rem;
  }
  .post-pagination .pagination-next:before {
    margin-left: -0.04rem;
  }
}
.section-blog-common .title-primary {
  text-align: center;
}
.section-blog-common .blog-time,
.section-blog-common .blog-text {
  display: block;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #282728;
}
.section-blog-common .blog-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-blog-common .blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .section-blog-common .blog-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-blog-common .blog-list li {
    width: 230px;
  }
  .section-blog-common .blog-list li:nth-child(4n) {
    margin-right: 0;
  }
  .section-blog-common .blog-list a {
    display: block;
  }
  .section-blog-common .blog-image {
    width: 230px;
    height: 174px;
    margin-bottom: 21px;
  }
  .section-blog-common .blog-text {
    font-size: 15px;
  }
  .section-blog-common .blog-time {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-blog-common .blog-list {
    padding: 0 0.28rem;
  }
  .section-blog-common .blog-list li {
    width: 2.8rem;
    margin-bottom: 0.35rem;
  }
  .section-blog-common .blog-list a {
    display: block;
  }
  .section-blog-common .blog-image {
    width: 2.8rem;
    height: 2.11rem;
    margin-bottom: 0.18rem;
  }
  .section-blog-common .blog-text {
    margin-left: 0.03rem;
  }
  .section-blog-common .blog-time {
    margin-bottom: 0.14rem;
    font-size: 0.12rem;
  }
}
@media print, (min-width: 768px) {
  .post-aside {
    padding-top: 3px;
    padding-right: 3px;
  }
  .post-aside * {
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #282728;
  }
  .post-aside,
  .post-aside .aside-text {
    -ms-flex: 1;
        flex: 1;
  }
  .post-aside .aside-row:not(:last-child) {
    margin-bottom: 49px;
  }
  .post-aside .aside-title {
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    padding-left: 1px;
    padding-bottom: 23px;
    font-size: 20px;
    font-weight: 300;
    color: #3c3c3c;
  }
  .post-aside .aside-title,
  .post-aside .aside-item {
    border-bottom: 1px solid #afafaf;
  }
  .post-aside .item-link {
    padding: 0 10px 0 12px;
    margin: 20px 0;
    display: block;
    font-size: 12px;
  }
  .post-aside .aside-image {
    width: 70px;
    margin-right: 13px;
  }
  .post-aside .aside-time {
    display: block;
    padding-top: 2px;
    margin-bottom: 12px;
  }
  .post-aside .aside-name {
    padding-top: 1px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-aside .list-arrow {
    margin-top: 28px;
    padding-bottom: 15px;
  }
  .post-aside .list-arrow li {
    margin-bottom: 10px;
  }
  .post-aside .aside-link {
    padding: 5px 25px;
    display: block;
    position: relative;
  }
  .post-aside .aside-link:before {
    content: ">";
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .is-mac .post-aside .aside-link:before {
    top: 4px;
  }
  .is-ipad .post-aside .aside-link:before {
    top: 4px;
  }
}
.post-content {
  line-height: calc(30 / 14);
  overflow: hidden;
}
.post-content > *:last-child {
  margin-bottom: 0;
}
.post-content * {
  letter-spacing: 0.025em;
  font-weight: 500;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1.5;
  font-weight: 500;
}
.post-content h5,
.post-content h6 {
  font-size: 1em;
}
.post-content img {
  display: block;
  max-width: 100%;
}
.post-content blockquote {
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  position: relative;
  background: #f8f8f8;
}
.post-content blockquote p {
  margin-bottom: 1em;
}
.post-content blockquote p:last-child {
  margin-bottom: 0;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content a {
  text-decoration: underline;
  color: #231815;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content p + p {
  margin-top: 0.8125em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 3em;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content figcaption,
.post-content small,
.post-content cite {
  font-size: 0.9em;
}
.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 {
  margin-bottom: 2em;
}
.post-content table th {
  background: #f8f8f8;
}
.post-content table th, .post-content table td {
  border: 1px solid #ccc;
  padding: 5px 5px 7px;
}
.post-content .block-column p {
  padding-left: 0;
  margin-top: 0;
}
.post-content .block-column p:not(:last-child) {
  margin-bottom: 1em;
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 14px;
  }
  .post-content img {
    margin-bottom: 35px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 27px 0 26px;
  }
  .post-content h1 {
    font-size: 27px;
  }
  .post-content h2 {
    margin-bottom: 26px;
    font-size: 25px;
  }
  .post-content h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .post-content h4 {
    font-size: 18px;
  }
  .post-content p {
    margin-bottom: 35px;
  }
  .post-content p img:first-child {
    margin-top: 41px;
  }
  .post-content p + h1,
  .post-content p + h2,
  .post-content p + h3,
  .post-content p + h4,
  .post-content p + h5,
  .post-content p + h6 {
    margin-top: 50px;
  }
  .post-content p + p {
    margin-top: 1em;
  }
  .post-content ul,
  .post-content ol {
    padding-left: 25px;
  }

  .block-column {
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .block-column p {
    margin: 0;
  }
  .block-column p + p {
    margin-top: 1em;
  }
  .block-column + .block-column {
    margin-top: 0 !important;
  }
  .block-column:not(:last-child) {
    margin: 60px 0 30px;
  }
  .block-column .block-info {
    -ms-flex: 1;
        flex: 1;
    padding-top: 2px;
  }
  .block-column .block-image {
    width: 285px;
  }
  .block-column .block-image img {
    margin-bottom: 0;
  }
  .block-column .block-image + .block-info {
    margin-left: 30px;
  }
  .block-column .block-info + .block-image {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.14rem;
  }
  .post-content:not(:last-child) {
    margin-bottom: 1.02rem;
  }
  .post-content img {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 0.37rem 0 0.28rem;
  }
  .post-content h1 {
    font-size: 0.24rem;
  }
  .post-content h2 {
    font-size: 0.2rem;
  }
  .post-content h3 {
    margin-bottom: 0.18rem;
    font-size: 0.18rem;
  }
  .post-content h4 {
    font-size: 0.16rem;
  }
  .post-content h5,
  .post-content h6 {
    font-size: 1em;
  }
  .post-content ul,
  .post-content ol {
    padding-left: 0.2rem;
  }
  .post-content p + h1,
  .post-content p + h2,
  .post-content p + h3,
  .post-content p + h4,
  .post-content p + h5,
  .post-content p + h6 {
    margin-top: 0.68rem;
  }
  .post-content p {
    font-size: 0.13rem;
    line-height: calc(32 / 13);
    margin-bottom: 1.5em;
  }
  .post-content p + img {
    margin-top: 0.57rem;
  }
  .post-content p > img:first-child {
    margin-top: 0.57rem;
  }

  .block-column {
    margin-top: 0.42rem;
  }
  .block-column p {
    margin: 0 !important;
  }
  .block-column p + p {
    margin-top: 1.5em !important;
  }
  .block-column:not(:last-child) {
    margin-bottom: 0.52rem;
  }
  .block-column .block-image + .block-info {
    margin-top: 0.26rem;
  }
  .block-column .block-info + .block-image {
    margin-top: 0.38rem;
  }
}
@media print, (min-width: 768px) {
  .section-blog-common {
    padding: 70px 0 144px;
  }
  .section-blog-common .blog-list:not(:last-child) {
    margin-bottom: 102px;
  }
  .section-blog-common .blog-list li {
    margin: 0 20px 55px 0;
  }
  .section-blog-common .blog-image {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-blog-common {
    padding: 0.07rem 0 1.3rem;
  }
  .section-blog-common .blog-list:not(:last-child) {
    margin-bottom: 0.82rem;
  }
  .section-blog-common .blog-list > li:last-child {
    margin-bottom: 0;
  }
}
@media print, (min-width: 768px) {
  .section-detail {
    padding: 33px 0 154px;
  }
  .section-detail .wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .section-detail .detail-inner {
    width: 626px;
    margin-right: 55px;
  }

  .post-aside .item-link {
    padding-top: 12px;
    padding-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .post-aside .item-link .aside-image {
    height: 70px;
  }
  .post-aside .item-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-aside .aside-time {
    padding-top: 0;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-detail {
    padding: 0.22rem 0 1.26rem;
  }
}

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