@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

code, kbd, pre, samp {
  _font-family: 'courier new',monospace; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

menu, ol, ul {
  margin: 1em 0; }

ul,li {
  list-style: none;
}

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

form {
  margin: 0; }

legend {
  white-space: normal;
  *margin-left: -7px; }

button, input, select {
  vertical-align: baseline; }

button, input, select, textarea {
  font-size: 100%;
  *vertical-align: middle; }

button {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  *overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  *height: 13px;
  *width: 13px; }

textarea {
  vertical-align: top; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b {
  font-weight: 700; }

mark {
  background: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

@media only screen and (max-width: 736px) {
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd {
  font-size: 1em; }

pre {
  font-family: monospace,monospace; }

pre, samp {
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  -ms-font-kerning: normal;
  -o-font-kerning: normal;
  font-kerning: normal;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6, body, p, pre, blockquote, figure, dl, dl dt, dl dd {
  margin: 0;
  padding: 0; }

a:link:focus {
  outline: none; }

[contenteditable]:focus, img:focus, map area:focus {
  outline: none; }

th, td, fieldset {
  padding: 0; }

fieldset {
  margin: 0; }

html {
  color: #000;
  font-size: 62.5%;
  *font: x-small;
  line-height: 1.6;
  background-color: #fff;
  height: 100%; }

body {
  color: #000;
  background: #fff;
  height: 100%;
  font-family: "FOT-筑紫ゴシック Pr5 M","Open Sans","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    body {
      font-size: calc(30 / 750 * 100vw); } }

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0 none;
  background: #666; }

a {
  -webkit-transition: color 300ms;
  transition: color 300ms; }

a {
  color: #484848;
  text-decoration: none; }

a:hover, a:focus {
  color: #023f73; }

a:active {
  color: #023f73; }

a:focus {
  outline: none; }

em {
  font-style: normal; }

em, strong {
  font-weight: 700; }

small {
  font-size: .8em; }

cite {
  font-weight: 700;
  font-style: normal; }

cite:before {
  content: '『';
  font-weight: 400; }

cite:after {
  content: '』';
  font-weight: 400; }

q:before {
  content: '❝'; }

q:after {
  content: '❞'; }

dfn {
  font-weight: 700;
  font-style: normal; }

code {
  font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.025); }

samp {
  color: #FFF;
  background: rgba(0, 0, 0, 0.9); }

samp, kbd {
  font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

kbd {
  background: rgba(0, 0, 0, 0.025); }

kbd kbd {
  display: inline-block;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 1px;
  padding: 1px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #eee;
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px rgba(0, 0, 0, 0.5) inset; }

pre code {
  display: block;
  padding: 5px 10px; }

pre kbd {
  display: block;
  color: #FFF;
  background: rgba(0, 0, 0, 0.9); }

pre kbd:after {
  content: '|';
  opacity: .6; }

pre kbd kbd {
  color: #000;
  display: inline;
  background: #eee; }

pre kbd kbd:after {
  display: none; }

pre samp {
  display: block;
  padding: 5px 10px; }

var {
  font-family: serif;
  font-weight: 700;
  margin: 0 2px;
  padding: 3px 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.025); }

/* 切り替え
=========================================*/
.item_pc {
  display: block !important; }

.item_sp {
  display: none !important; }

@media only screen and (max-width: 736px) {
  .item_pc {
    display: none !important; }

  .item_sp {
    display: block !important; } }
/* body layout
=========================================*/
.body_wrapper {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1200px; }
  @media screen and (max-width: 767px) {
    .body_wrapper {
      display: block;
      width: 100%;
      min-width: 100%;
    padding-top: 72px; } }

.body_navigation {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .body_navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 65px;
    height: 72px;
    z-index: 100;
  }
}
.body_navigation_inner {
  position: fixed;
  width: 70px;
  z-index: 1000;
  padding-top: 50px;
  background: #023f73;
  height: 100%;
}
.body_navigation_portal_top {
  width: 45px;
  height: 45px;
  margin: 10px auto 0;
}
.body_navigation_portal_top a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body_navigation_portal_top img {
  width: 35px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .body_navigation_inner {
    padding-top: 0;
    position: relative;
    width: auto;
  }
  .body_navigation_portal_top {
    display: none;
  }
}

.body_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.container_inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .container_inner {
      padding: 0 calc(40 / 750 * 100vw); } }

.container_wrapper {
  margin-bottom: 100px; }

.header {
  padding: 53px 0;
  border-bottom: 1px solid #e3e7eD; }
  @media screen and (max-width: 767px) {
    .header {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 72px;
      padding: 9px 0;
      z-index: 10;
    }
  }
  .header_inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%; 
  }
  /* .header_logo {
    width: 219px;
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .header_logo {
      width: 90px;
      display: inline-block; }
      img {
        min-width: auto; }
    } */
.header_logo h1 {
  color: #023f73;
	font-family: "Montserrat", sans-serif;
	font-size: 280%;
	line-height: 1;
  text-align: center;
}
.header_logo a {
  display: inline-block;
  vertical-align: bottom;
  color: #023f73;
}
.header_logo span {
  display: block;
	font-size: 38%;
	font-weight: normal;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .header_logo h1 {
    font-size: 3rem;
  }
  .header_logo span {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.header_portal_top {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header_portal_top {
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 8px;
    right: 12px;
  }
  .header_portal_top a {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
    border-radius: 50%;
  }
  .header_portal_top img {
    width: 40px;
  }
}

/* footer
=========================================*/
footer {
  min-width: 1000px;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    footer {
      min-width: 100%;
      padding: calc(60 / 750 * 100vw) 0; } }

.footer_block {
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .footer_block {
      padding: 0 calc(40 / 750 * 100vw); } }

footer nav ul {
  list-style-type: none;
  margin-bottom: 20px;
  display: block; }
  @media screen and (max-width: 767px) {
    footer nav ul {
      margin: 0 0 calc(30 / 750 * 100vw); } }
  footer nav ul li {
    display: inline-block;
    padding-right: 1.1em;
    margin-right: 1em;
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      footer nav ul li {
        padding-bottom: calc(10 / 750 * 100vw);
        line-height: 1; } }
    footer nav ul li:not(:last-child) {
      border-right: 1px solid #aaaaaa; }
    footer nav ul li a {
      color: #484848;
      text-decoration: underline;
      font-size: 1.3rem; }
      @media screen and (max-width: 767px) {
        footer nav ul li a {
          font-size: calc(22 / 750 * 100vw);
          padding-bottom: calc(6 / 750 * 100vw); } }
footer address {
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.68; }
  @media screen and (max-width: 767px) {
    footer address {
      font-size: calc(22 / 750 * 100vw); } }
footer .copyright {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 90%;
  color: #a0a0a0; }
  @media screen and (max-width: 767px) {
    footer .copyright {
      font-size: calc(20 / 750 * 100vw);
      margin-top: calc(20 / 750 * 100vw); } }
footer .pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  bottom: 100px;
  background: rgba(255, 255, 255, 0.6); }
@media screen and (max-width: 767px) {
  footer .pagetop {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    bottom: calc(60 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
  footer .pagetop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 14px 5px 14px;
    height: 100%; }
    @media screen and (max-width: 767px) {
      footer .pagetop a {
        padding: calc(10 / 750 * 100vw); } }
footer .tel {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    footer .tel {
      pointer-events: none; } }

footer .pagetop img {
  width: 100%; }

/* button block
=========================================*/
.more_block {
  border-top: 1px solid #e3e7eD;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .more_block {
      margin-bottom: calc(60 / 750 * 100vw); } }
  .more_block_inner {
    padding: 0 76px;
    position: relative;
    text-align: right; }
    [data-pos="left"] .more_block_inner {
      text-align: left; }
    @media screen and (max-width: 767px) {
      .more_block_inner {
        padding: 0 calc(40 / 750 * 100vw); } }
    .more_block_inner a {
      display: inline-block;
      position: relative;
      padding-top: 15px; }
      @media screen and (max-width: 767px) {
        .more_block_inner a {
          font-size: calc(32 / 750 * 100vw);
          padding-top: calc(20 / 750 * 100vw); } }
      .more_block_inner a::before {
        content: "";
        width: 100%;
        height: 3px;
        background: #023f73;
        position: absolute;
        top: -1px;
        right: 0; }
      .more_block_inner a span {
        display: inline-block;
        padding-right: 20px;
        font-size: 1.6rem;
        position: relative; }
        [data-pos="left"] .more_block_inner a span {
          padding-left: 20px;
          padding-right: 0;
          line-height: 1; }
        @media screen and (max-width: 767px) {
          [data-pos="left"] .more_block_inner a span {
            padding-left: calc(40 / 750 * 100vw); } }
        .more_block_inner a span::before {
          content: "";
          width: 16px;
          height: 16px;
          display: block;
          background: #023f73;
          border-radius: 100%;
          position: absolute;
          bottom: 0;
          top: 0;
          margin: auto 0;
          right: 0; }
          [data-pos="left"] .more_block_inner a span::before {
            right: auto;
            left: 0; }
          @media screen and (max-width: 767px) {
            .more_block_inner a span::before {
              width: calc(32 / 750 * 100vw);
              height: calc(32 / 750 * 100vw); } }
        .more_block_inner a span::after {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          position: absolute;
          border-bottom: 1px solid  #fff;
          border-right: 1px solid  #fff;
          bottom: 0;
          top: 0;
          margin: auto 0;
          right: 6px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
          [data-pos="left"] .more_block_inner a span::after {
            right: auto;
            left: 6px;
            -webkit-transform: rotate(135deg);
                    transform: rotate(135deg); }
          @media screen and (max-width: 767px) {
            .more_block_inner a span::after {
              width: calc(10 / 750 * 100vw);
              height: calc(10 / 750 * 100vw);
              right: calc(12 / 750 * 100vw); }
              [data-pos="left"] .more_block_inner a span::after {
                right: auto;
                left: calc(12 / 750 * 100vw); } }

/* button block
=========================================*/
.button_block {
  background: #f8f8f8;
  padding: 45px 0; }
  @media screen and (max-width: 767px) {
    .button_block {
      padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw); } }

.button_box {
  border: 2px solid #023f73;
  background: #fff;
  width: 580px;
  margin: 0 auto;
  padding: 20px 0 34px;
  text-align: center;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .button_box {
      width: 100%;
      padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw); } }
  .button_box a {
    background: #023f73;
    color: #fff;
    font-weight: bold;
    font-family: "FOT-筑紫ゴシック Pro B";
    font-size: 1.4rem;
    border-radius: 3px;
    padding: 16px 20px;
    display: inline-block;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .button_box a {
        width: 100%;
        font-size: calc(28 / 750 * 100vw);
        padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw); } }

.button_head {
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .button_head {
      margin-bottom: calc(30 / 750 * 100vw); } }
  .button_head p {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "FOT-筑紫ゴシック Pro B";
    letter-spacing: .023em;
    color: #023f73;
    position: relative;
    display: inline-block;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .button_head p {
        font-size: calc(38 / 750 * 100vw); } }
    .button_head p::before {
      content: "";
      display: inline-block;
      width: 39px;
      height: 39px;
      margin-right: 10px;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      background: url("/img/blog/icon_contact.png") no-repeat center/contain; }
      @media screen and (max-width: 767px) {
        .button_head p::before {
          width: calc(60 / 750 * 100vw);
          height: calc(60 / 750 * 100vw);
          -webkit-transform: translateY(20%);
                  transform: translateY(20%); } }

/* g_nav
=========================================*/
.gnav_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 100%;
  height: 45px;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .gnav_btn {
      height: 100%; } }
  .gnav_btn::before, .gnav_btn::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: 150ms;
    transition: 150ms; }
    @media screen and (max-width: 767px) {
      .gnav_btn::before, .gnav_btn::after {
        width: 30px;
        height: 2px;
      }
    }
  .gnav_btn::before {
    top: 0; }
    @media screen and (max-width: 767px) {
      .gnav_btn::before {
        top: 18px;
      }
    }
  .gnav_btn::after {
    top: 20px; }
    @media screen and (max-width: 767px) {
      .gnav_btn::after {
        top: 34px;
      }
    }
  .gnav_btn span {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 10px; }
    @media screen and (max-width: 767px) {
      .gnav_btn span {
        font-size: 9px;
        padding-bottom: 10px; } }
    .gnav_btn span::before {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 10px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transform: 150ms;
              transform: 150ms; }
      @media screen and (max-width: 767px) {
        .gnav_btn span::before {
          width: 30px;
          height: 2px;
          top: 26px;
        }
      }
  .gnav_btn[data-button="true"]::before, .gnav_btn[data-button="true"]::after {
    left: 20%;
    top: 10px; }
    @media screen and (max-width: 767px) {
      .gnav_btn[data-button="true"]::before, .gnav_btn[data-button="true"]::after {
        left: 28%;
        top: 26px; } }
  .gnav_btn[data-button="true"]::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .gnav_btn[data-button="true"]::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .gnav_btn[data-button="true"] span::before {
    opacity: 0; }

.gnav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .85;
  z-index: 100;
  display: none; }

.gnav {
  position: fixed;
  top: 0;
  left: -500px;
  z-index: 101;
  background: #002647;
  height: 100%;
  width: 500px;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out; }
  @media screen and (max-width: 767px) {
    .gnav {
      left: -90%;
      top: 72px;
      max-width: 90%;
      overflow: hidden; }
      .gnav_spscroll {
        overflow: scroll;
        height: 100%; } }
  .gnav[data-menu="open"] {
    left: 70px; }
    @media screen and (max-width: 767px) {
      .gnav[data-menu="open"] {
        left: 0; } }
  .gnav ul li {
    list-style: none; }
    .gnav ul li a {
      color: #fff;
      text-decoration: none; }
  .gnav_main {
    margin: 0; }
    .gnav_main li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .gnav_main li a {
        display: block;
        padding-left: 84px;
        padding: 38px 30px  40px 84px;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .gnav_main li a {
            padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(42 / 750 * 100vw) calc(50 / 750 * 100vw); } }
        .gnav_main li a > span {
          font-size: 2.2rem;
          line-height: 1.4;
          display: block;
          background-repeat: no-repeat;
          background-position: left center;
          padding-left: 65px; }
          @media screen and (max-width: 767px) {
            .gnav_main li a > span {
              font-size: calc(38 / 750 * 100vw);
              padding-left: calc(100 / 750 * 100vw);
              background-size: calc(80 / 750 * 100vw) auto; } }
          .gnav_main li a > span[data-icon="chintai"] {
            background-image: url("/img/blog/icon-nav-chintai.png"); }
          .gnav_main li a > span[data-icon="baibai"] {
            background-image: url("/img/blog/icon-nav-baibai.png"); }
          .gnav_main li a > span[data-icon="office"] {
            background-image: url("/img/blog/icon-nav-office.png"); }
          .gnav_main li a > span span {
            font-size: 1.6rem;
            display: block; }
            @media screen and (max-width: 767px) {
              .gnav_main li a > span span {
                font-size: calc(30 / 750 * 100vw); } }
  .gnav_sub {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gnav_sub li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      width: 50%; }
      @media screen and (max-width: 767px) {
        .gnav_sub li {
          width: 100%; } }
      .gnav_sub li:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
        @media screen and (max-width: 767px) {
          .gnav_sub li:nth-child(even) {
            border-left: none; } }
      .gnav_sub li:last-child {
        width: 100%; }
      .gnav_sub li a {
        display: block;
        padding: 43px 20px 46px 25px;
        font-size: 1.6rem;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .gnav_sub li a {
            font-size: calc(32 / 750 * 100vw);
            padding: calc(36 / 750 * 100vw) calc(30 / 750 * 100vw) calc(36 / 750 * 100vw) calc(60 / 750 * 100vw); } }
        .gnav_sub li a span {
          display: inline-block; }
          .gnav_sub li a span::before {
            content: "";
            width: 5px;
            height: 5px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            display: inline-block;
            -webkit-transform: rotate(-45deg) translateY(-3px);
                    transform: rotate(-45deg) translateY(-3px);
            margin-right: 13px; }
            @media screen and (max-width: 767px) {
              .gnav_sub li a span::before {
                margin-right: calc(15 / 750 * 100vw); } }
  .gnav_other {
    text-align: center;
    margin: 30px 0; }
    @media screen and (max-width: 767px) {
      .gnav_other {
        margin: calc(30 / 750 * 100vw) 0; } }
    .gnav_other li {
      display: inline-block;
      font-size: 1.4rem; }
      .gnav_other li:not(:last-child)::after {
        content: '／';
        color: #fff;
        margin: 0 12px;
        opacity: .5;
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          .gnav_other li:not(:last-child)::after {
            font-size: calc(24 / 750 * 100vw);
            margin: 0 calc(10 / 750 * 100vw); } }
      @media screen and (max-width: 767px) {
        .gnav_other li a {
          font-size: calc(28 / 750 * 100vw); } }
  .gnav_contact {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .gnav_contact {
        margin-bottom: 25vw; } }
    .gnav_contact a {
      display: inline-block;
      text-align: center;
      background: #fff url("/img/blog/bg-repeat-dots.png");
      width: 300px;
      padding: 22px 20px;
      color: #023f73;
      font-family: "FOT-筑紫ゴシック Pro E";
      font-size: 1.6rem;
      position: relative;
      border-radius: 3px; }
      @media screen and (max-width: 767px) {
        .gnav_contact a {
          font-size: calc(30 / 750 * 100vw);
          padding: calc(26 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
          width: 80%; } }
      .gnav_contact a::before {
        content: "";
        width: 30px;
        height: 2px;
        background: #c9151e;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -15px; }
        @media screen and (max-width: 767px) {
          .gnav_contact a::before {
            width: 20px;
            left: -10px; } }
/* blog 共通パーツ
=========================================*/
.blog_area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .blog_area {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.blog_area > h2 {
  text-align: center;
  font-size: 3.6rem;
  font-family: "FOT-筑紫ゴシック Pro E";
  color: #023f73;
  margin-bottom: 40px; 
}
@media screen and (max-width: 767px) {
  .blog_area > h2 {
    font-size: calc(50 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.blog_area  .no-data {
  max-width: 1100px;
  margin: 10px auto;
}

.blog_index {
  overflow: hidden;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .blog_index {
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.blog_index_big {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1200px; }

  @media screen and (max-width: 767px) {
    .blog_index_big {
      margin-bottom: calc(60 / 750 * 100vw); } }
  .blog_index_big_exp figure {
    width: 100%;
    position: relative;
    padding-top: 50%; }
    @media screen and (max-width: 767px) {
      .blog_index_big_exp figure {
        padding-top: 60%; } }
    .blog_index_big_exp figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
         font-family: 'object-fit: cover;'; }
  .blog_index_big_data {
    width: 1000px;
    max-width: 100%;
    padding-top: 30px;
    margin: 0 auto 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .blog_index_big_data {
        padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0; } }
    .blog_index_big_data [data-index="category"] {
      position: absolute;
      top: -10px;
      background: #c9151e;
      color: #fff;
      font-size: 1.2rem;
      padding: 0 5px 2px;
      font-family: "FOT-筑紫ゴシック Pro E"; }
    .blog_index_big_data [data-index="title"] {
      font-size: 4rem;
      font-family: "FOT-筑紫ゴシック Pro E";
      margin-bottom: 10px;
      color: #023f73; }
      @media screen and (max-width: 767px) {
        .blog_index_big_data [data-index="title"] {
          font-size: calc(40 / 750 * 100vw);
          margin-bottom: calc(15 / 750 * 100vw) 2px; } }
    .blog_index_big_data [data-index="description"] {
      font-family: "FOT-筑紫ゴシック Pro D";
      color: #555555; }
      @media screen and (min-width: 768px) {
        .blog_index_big_data [data-index="description"] {
          font-size: 1.9rem; } }
  .blog_index_big_tag {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .blog_index_big_tag {
        padding: 0 calc(30 / 750 * 100vw) 0; } }
.blog_index > ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .blog_index > ul {
      display: block; } }
  .blog_index > ul > li {
    list-style: none;
    width: 33.3333%; }
    @media screen and (max-width: 767px) {
      .blog_index > ul > li {
        width: 100%; } }
    .blog_index > ul > li > a {
      display: block;
      opacity: 1 !important; }
      /* hover時の画像シェード */
      /* .blog_index > ul > li > a:hover figure::after {
        opacity: 0; } */
       /* hover時の画像シェード */
.blog_index_exp figure {
  width: 100%;
  position: relative;
  padding-top: 69%; }
  @media screen and (max-width: 767px) {
    .blog_index_exp figure {
      padding-top: 60%; } }
  .blog_index_exp figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       font-family: 'object-fit: cover;'; }
       /* hover時の画像シェード */
  /* .blog_index_exp figure::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    -webkit-transition: 100ms;
    transition: 100ms; } */
    .blog_index > ul > li > a:hover figure::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      opacity: .4;
      width: 100%;
      height: 100%;
      -webkit-transition: 100ms;
      transition: 100ms; }
      /* hover時の画像シェード */
.blog_index_data {
  padding: 30px 35px 0;
  margin-bottom: 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .blog_index_data {
      padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0; } }
  .blog_index_data [data-index="category"] {
    position: absolute;
    top: -10px;
    background: #c9151e;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 5px 2px;
    font-family: "FOT-筑紫ゴシック Pro E"; }
    @media screen and (max-width: 767px) {
      .blog_index_data [data-index="category"] {
        font-size: calc(24 / 750 * 100vw);
        padding: 0 calc(15 / 750 * 100vw) 2px; } }
    .blog_index_data [data-index="date"] {
      display: inline-block;
      color: #023f73;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      line-height: 1;
    }
    @media screen and (max-width: 767px) {
        .blog_index_data [data-index="date"] {
          font-size: calc(28 / 750 * 100vw);
          margin-top: calc(10 / 750 * 100vw);
      }
    }
      li.latest .blog_index_data [data-index="date"]::after {
      display: inline-block;
      background: #086cc2;
      border-radius: 11px;
      color: #fff;
      content: "New";
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin-left: 11px;
      padding: 3px 15px 3px 16px;
    }
    @media screen and (max-width: 767px) {
      li.latest .blog_index_data [data-index="date"]::after {
        border-radius: 1em;
        margin-left: .5em;
        padding: .2em .75em;
      }
    }
  .blog_index_data [data-index="title"] {
    font-size: 2rem;
    font-family: "FOT-筑紫ゴシック Pro E";
    margin: 5px 0 10px;
    color: #023f73;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      .blog_index_data [data-index="title"] {
        font-size: calc(40 / 750 * 100vw);
        margin: calc(10 / 750 * 100vw) 0 calc(15 / 750 * 100vw); } }
  .blog_index_data [data-index="description"] {
    font-family: "FOT-筑紫ゴシック Pro D";
    color: #555555; }
.blog_index_tag {
  padding: 0 35px 50px; }
  @media screen and (max-width: 767px) {
    .blog_index_tag {
      padding: 0 calc(30 / 750 * 100vw) 0; } }

.localnav {
  border-top: 1px solid #e3e7eD;
}
.localnav_block {
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .localnav_block {
    padding: calc(40 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
  }
}
.localnav_block {
  border-bottom: 1px solid #e3e7eD;
}
@media screen and (min-width: 768px) {
  .page_head + .localnav_block {
    border-top: 1px solid #e3e7eD;
  }
}
.localnav_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.body_archives .localnav:first-of-type {
  display: none;
}
  
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .category-list li {
    border-right: 1px solid #023f73;
    line-height: 1.2;
    margin: 0 20px 10px 8px;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .category-list li {
        margin: 0 calc(5 / 750 * 100vw) calc(20 / 750 * 100vw) 8px;
        padding-right: calc(20 / 750 * 100vw); } }
    .category-list li a {
      color: #023f73;
      font-family: "FOT-筑紫ゴシック Pro D"; }
    @media screen and (max-width: 767px) {
      .localnav_box {
        width: 100%;
        display: block;
        padding: 0 calc(40 / 750 * 100vw); } }
  .localnav_title {
    width: 210px;
    flex: 0 0 210px;
    font-size: 2.6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #023f73;
    margin-bottom: 20px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .localnav_box-cat-heading {
        display: none;
      }
    }
    @media screen and (max-width: 767px) {
      .localnav_block .localnav_box {
        position: relative;
      }

      .category_block .localnav_title {
        display: none;
      }
      .localnav_box-cat-heading {
        display: block;
        height: auto;
        margin: 0px;
        background: #fff;
        border: 1px solid #023f73;
        padding: 12px 24px;
        position: relative;
        width: 100%;
        z-index: 6;
      }
      .localnav_box-cat-heading::after {
        border: 2px solid #023f73;
        border-width: 0 2px 2px 0;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: 24px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: rotate(45deg);
        transition: transform 300ms;
        width: 10px;
      }
      .localnav_box-cat-heading.open::after {
        transform: rotate(-135deg);
      }
      .category_block .localnav_list {
        position: absolute;
        top: 100%;
        left: calc(40 / 750 * 100vw);
        z-index: 5;
      }
      .category_block .category-list {
        border: 1px solid #023f73;
        border-top: none;
        background: #fff;
        margin-top: -1px;
        width: calc(670 / 750 * 100vw);
        display: none;
      }
      .category-list li {
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
      }
      .category-list li:not(:first-child) {
        border-top: 1px dotted #023f73;
      }
      .category-list li a {
        background: #fff;
        border-radius: 0;
        display: block;
        padding: 12px 24px;
        text-align: left;
        width: 100%;
      }
    }


.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.tag_list li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
 .tag_list li a {
  display: block;
  background: #e7e7e7;
  color: #023f73;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "FOT-筑紫ゴシック Pro B"
}
@media screen and (max-width: 767px) {
  .tag_list li {
    display: flex;
    width: 32%;
    margin: 0 0 1.5%;
  }
  .tag_list li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .tag_list li a {
    font-size: calc(26 / 750 * 100vw);
    width: 100%;
    padding: 12px 8px;
    display: flex;
    align-items: center;
  }
}

/* anchor_block
=========================================*/
.anchor_block {
  width: 780px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .anchor_block {
      width: 100%; } }
  .anchor_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .anchor_block ul li {
      width: 240px;
      list-style: none;
      margin: 10px; }
      @media screen and (max-width: 767px) {
        .anchor_block ul li {
          margin: calc(15 / 750 * 100vw) 0;
          width: 100%; } }
      .anchor_block ul li a {
        border: 1px solid #e1e1e1;
        height: 100%;
        padding: 14px 40px 15px 25px;
        font-family: "FOT-筑紫ゴシック Pro D";
        color: #000;
        line-height: 1.333;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 767px) {
          .anchor_block ul li a {
            padding: calc(24 / 750 * 100vw) calc(80 / 750 * 100vw) calc(24 / 750 * 100vw) calc(20 / 750 * 100vw); } }
        .anchor_block ul li a::before {
          content: "";
          width: 16px;
          height: 16px;
          display: block;
          background: #023f73;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px; }
          @media screen and (max-width: 767px) {
            .anchor_block ul li a::before {
              width: calc(32 / 750 * 100vw);
              height: calc(32 / 750 * 100vw);
              right: calc(26 / 750 * 100vw); } }
        .anchor_block ul li a::after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          position: absolute;
          border-bottom: 1px solid  #fff;
          border-right: 1px solid  #fff;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          top: 50%;
          margin-top: -1px;
          right: 21px; }
          @media screen and (max-width: 767px) {
            .anchor_block ul li a::after {
              width: calc(10 / 750 * 100vw);
              height: calc(10 / 750 * 100vw);
              right: calc(36 / 750 * 100vw); } }

/* pageing
=========================================*/
.paging_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .paging_block {
      margin-bottom: calc(60 / 750 * 100vw);
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 calc(20 / 750 * 100vw);
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .paging_block[data-paging="list"] span {
    margin: 0 15px;
    display: block;
    font-family: 'DINNextLTPro-Bold{pm}', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 2.2rem; }
    @media screen and (max-width: 767px) {
      .paging_block[data-paging="list"] span {
        font-size: calc(34 / 750 * 100vw);
        margin: 0 calc(20 / 750 * 100vw) 0; } }
    .paging_block[data-paging="list"] span.current {
      font-size: 3.2rem;
      color: #c9151e; }
      @media screen and (max-width: 767px) {
        .paging_block[data-paging="list"] span.current {
          font-size: calc(40 / 750 * 100vw); } }
    .paging_block[data-paging="list"] span a {
      display: inline-block; }
  .paging_block[data-paging="list"] .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .paging_block[data-paging="list"] .number {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .paging_block[data-paging="list"] .prev a,
  .paging_block[data-paging="list"] .next a {
    width: 27px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    background: #023f73;
    border-radius: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .paging_block[data-paging="list"] .prev a,
      .paging_block[data-paging="list"] .next a {
        width: calc(54 / 750 * 100vw);
        height: calc(54 / 750 * 100vw); } }
    .paging_block[data-paging="list"] .prev a::after,
    .paging_block[data-paging="list"] .next a::after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      position: absolute;
      border-bottom: 1px solid  #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        .paging_block[data-paging="list"] .prev a::after,
        .paging_block[data-paging="list"] .next a::after {
          width: calc(10 / 750 * 100vw);
          height: calc(10 / 750 * 100vw); } }
  @media screen and (max-width: 767px) {
    .paging_block[data-paging="list"] .prev {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .paging_block[data-paging="list"] .prev a::after {
    border-left: 1px solid  #fff;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg); }
  @media screen and (max-width: 767px) {
    .paging_block[data-paging="list"] .next {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  .paging_block[data-paging="list"] .next a::after {
    border-right: 1px solid  #fff;
    -webkit-transform: translate(-75%, -50%) rotate(-45deg);
            transform: translate(-75%, -50%) rotate(-45deg); }
  .paging_block[data-paging="single"] span {
    display: block;
    margin: 0 12px; }
  .paging_block[data-paging="single"] .list {
    border: 2px solid #023f73;
    width: 160px;
    border-radius: 3px; }
    @media screen and (max-width: 767px) {
      .paging_block[data-paging="single"] .list {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        margin-top: calc(20 / 750 * 100vw); } }
    .paging_block[data-paging="single"] .list a {
      padding: 8px 10px;
      display: block;
      text-align: center;
      font-weight: bold;
      font-family: "FOT-筑紫ゴシック Pro B";
      color: #023f73; }
  .paging_block[data-paging="single"] .prev a,
  .paging_block[data-paging="single"] .next a {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "FOT-筑紫ゴシック Pro B";
    position: relative; }
    @media screen and (max-width: 767px) {
      .paging_block[data-paging="single"] .prev a,
      .paging_block[data-paging="single"] .next a {
        font-size: calc(32 / 750 * 100vw); } }
    .paging_block[data-paging="single"] .prev a::before,
    .paging_block[data-paging="single"] .next a::before {
      content: "";
      width: 16px;
      height: 16px;
      display: block;
      background: #023f73;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: -1px; }
      @media screen and (max-width: 767px) {
        .paging_block[data-paging="single"] .prev a::before,
        .paging_block[data-paging="single"] .next a::before {
          width: calc(32 / 750 * 100vw);
          height: calc(32 / 750 * 100vw); } }
    .paging_block[data-paging="single"] .prev a::after,
    .paging_block[data-paging="single"] .next a::after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      position: absolute;
      border-bottom: 1px solid  #fff;
      top: 50%; }
      @media screen and (max-width: 767px) {
        .paging_block[data-paging="single"] .prev a::after,
        .paging_block[data-paging="single"] .next a::after {
          width: calc(10 / 750 * 100vw);
          height: calc(10 / 750 * 100vw); } }
  @media screen and (max-width: 767px) {
    .paging_block[data-paging="single"] .prev {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .paging_block[data-paging="single"] .prev a {
    padding-left: 25px; }
    .paging_block[data-paging="single"] .prev a::before {
      left: 0; }
    .paging_block[data-paging="single"] .prev a::after {
      border-left: 1px solid  #fff;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      left: 6px;
      margin-top: -1px; }
      @media screen and (max-width: 767px) {
        .paging_block[data-paging="single"] .prev a::after {
          left: calc(12 / 750 * 100vw); } }
  @media screen and (max-width: 767px) {
    .paging_block[data-paging="single"] .next {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .paging_block[data-paging="single"] .next a {
    padding-right: 25px; }
    .paging_block[data-paging="single"] .next a::before {
      right: 0; }
    .paging_block[data-paging="single"] .next a::after {
      right: 6px;
      margin-top: -1px;
      border-right: 1px solid  #fff;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
      @media screen and (max-width: 767px) {
        .paging_block[data-paging="single"] .next a::after {
          right: calc(12 / 750 * 100vw); } }

/* Blog詳細
=========================================*/
.page_head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  position: relative;
  padding: 10px 0 0; }  
  @media screen and (max-width: 767px) {
    .page_head {
      min-width: 100%;
      padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
      margin: 0 0 calc(60 / 750 * 100vw); } }
  .page_head_breadcrumb {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .page_head_breadcrumb {
        display: none; } }
    .page_head_breadcrumb ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
      margin: 0; }
      .page_head_breadcrumb ul li {
        list-style: none;
        font-size: 1.3rem;
        font-weight: bold;
        font-family: "FOT-筑紫ゴシック Pro D";
        word-break: break-all; }
        .page_head_breadcrumb ul li:not(:last-child) {
          margin-right: 8px; }
        .page_head_breadcrumb ul li:not(:first-child)::before {
          display: inline-block;
          content: "";
          width: 0;
          height: 0;
          border-left: 5px solid #023f73;
          border-top: 4px solid transparent;
          border-bottom: 5px solid transparent;
          margin-right: 8px; }
  .page_head_title {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 60px; }
    @media screen and (max-width: 767px) {
      .page_head_title {
        margin: 0 auto calc(20 / 750 * 100vw); } }
    .page_head_title [data-title="category"] {
      display: inline-block;
      color: #fff;
      background: #c9151e;
      padding: 5px 10px 6px;
      position: absolute;
      top: -13px;
      line-height: 1;
      font-family: "FOT-筑紫ゴシック Pro E"; }
      @media screen and (max-width: 767px) {
        .page_head_title [data-title="category"] {
          font-size: calc(22 / 750 * 100vw);
          position: static; } }

          .page_head_title [data-index="date"] {
            display: inline-block;
            color: #023f73;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            line-height: 1;
          }
          @media screen and (max-width: 767px) {
            .page_head_title [data-index="date"] {
              display: block;
              font-size: calc(28 / 750 * 100vw);
              margin-top: calc(20 / 750 * 100vw);
            }
          }
            .page_head_title [data-index="date"].latest::after {
            display: inline-block;
            background: #086cc2;
            border-radius: 11px;
            color: #fff;
            content: "New";
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            margin-left: 11px;
            padding: 3px 15px 3px 16px;
          }
          @media screen and (max-width: 767px) {
            .page_head_title [data-index="date"].latest::after {
              border-radius: 1em;
              margin-left: .5em;
              padding: .2em .75em;
            }
          }

.page_head_title [data-title="title"] {
  font-size: 4rem;
  color: #023f73;
  margin-bottom: 20px;
  font-family: "FOT-筑紫ゴシック Pro E";
  word-break: break-all;
  text-align: center;
}
.body_archives .page_head_title [data-title="title"] {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .page_head_title [data-title="title"] {
    font-size: calc(44 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}
    .page_head_title .tag_list {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .page_head_title .tag_list {
          margin-bottom: calc(20 / 750 * 100vw); } }
    .page_head_title [data-title="caption"] {
      line-height: 1.73;
      font-size: 1.7rem;
      font-family: "FOT-筑紫ゴシック Pro D";
      margin: 0; }
      @media screen and (max-width: 767px) {
        .page_head_title [data-title="caption"] {
          font-size: 3.4vw;
        }
      }
  .page_head_image img {
    width: 100%;
  }
@media screen and (max-width: 767px) {
  .post-body {
    display: none;
  }
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media only screen and (max-width: 736px) {
	.pc_gnav {
		display: none;
	}
	* {
		box-sizing: border-box;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
