@charset "UTF-8";
/* Site settings */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol, nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ins {
  background-color: transparent;
  color: transparent;
  text-decoration: none;
}

mark {
  background-color: transparent;
  color: transparent;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input, select {
  vertical-align: middle;
}

/*----------------------------------------
Font-style
----------------------------------------*/
/*フォント=>サイズ・太さ・文字間・行間*/
/*----------------------------------------
レイアウト
----------------------------------------*/
/*ラッパーサイズ*/
/*行揃え(インデント)*/
/*スクロールズレ調整*/
/*縦書き*/
/*横書き*/
/*全中央寄せ*/
/*画像レスポンシブ対応サイズ調整*/
/*CSS aspect-ratioの代用*/
/*----------------------------------------
タイトル下部横線 (擬似要素実装)
----------------------------------------*/
/*----------------------------------------
タイトル両サイド横線
----------------------------------------*/
/*----------------------------------------
アイコン矢印 (くの字)
----------------------------------------*/
/*----------------------------------------
動き
----------------------------------------*/
/*フェードエフェクト*/
.thisfadeon {
  opacity: 0;
  transform: translateY(10px);
  transition-duration: 0.7s;
  transition-delay: 0;
  transition-timing-function: ease-in-out;
}
.thisfadeon.is-on {
  opacity: 1;
  transform: translateY(0);
}

html, body {
  font-size: 62.5%;
  background-image: none;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #393939;
  -webkit-text-size-adjust: 100%;
  background: transparent;
  position: relative;
}

main {
  display: block;
}

#body {
  position: relative;
  overflow: hidden;
  padding-top: calc(80px + 5rem);
}
@media screen and (max-width: 959px) {
  #body {
    padding-top: calc(80px + 3rem);
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  opacity: inherit;
  color: inherit;
}

.scroll-adjast {
  margin-top: -135px;
  padding-top: 135px;
}
@media screen and (max-width: 959px) {
  .scroll-adjast {
    margin-top: -68px;
    padding-top: 68px;
  }
}

.caption {
  display: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

/*Firefoxに対応*/
::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.rc-anchor.rc-anchor-invisible.rc-anchor-light.rc-anchor-invisible-hover, .grecaptcha-badge {
  display: none !important;
}

#head {
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 959px) {
  #head {
    height: 80px;
  }
}
#head #head-box {
  padding: 0 1rem;
  max-width: calc(1000px + 2rem);
  margin: 0 auto;
  padding-top: 1.2rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 959px) {
  #head #head-box {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 959px) {
  #head #head-box {
    max-width: 100%;
    padding: 1.2rem 1rem 0;
  }
}
#head #head-box #site-logo {
  width: 195px;
}
#head #head-box #site-logo strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #005194;
  margin: 0 0 7px;
}
#head #head-box #site-logo a {
  display: block;
  width: 168px;
  transition: all 0.3s;
}
@media screen and (max-width: 360px) {
  #head #head-box #site-logo a {
    width: 160px;
  }
}
#head #head-box #site-logo a:hover {
  opacity: 0.7;
}
#head #head-box .b-name {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #005194;
  position: relative;
  top: -3px;
  left: -15px;
  border-right: 1px solid #999;
  padding-right: 1.3rem;
}
@media screen and (max-width: 999px) {
  #head #head-box .b-name {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  #head #head-box .b-name {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    left: -28px;
  }
}
#head #head-box .b-name a {
  transition: all 0.3s;
}
#head #head-box .b-name a:hover {
  opacity: 0.7;
}
#head #head-box .nav-about {
  position: relative;
  padding: 0 0 1rem;
  top: 8px;
}
@media screen and (max-width: 999px) {
  #head #head-box .nav-about {
    display: none;
  }
}
#head #head-box .nav-about p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
#head #head-box .nav-about p:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background-image: url(../img/new/svg/ico-arrow-down_gray.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
#head #head-box .nav-about ul {
  width: 210px;
  position: absolute;
  left: -20px;
  top: 20px;
  padding: 1.5rem 1.5rem 0.5rem;
  background-color: white;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateZ(0);
  transform: translateY(10%);
  transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
#head #head-box .nav-about ul li {
  border-bottom: 1px dotted #ccc;
  padding: 1rem 0.5rem;
}
#head #head-box .nav-about ul li:last-child {
  border-bottom: none;
}
#head #head-box .nav-about ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #393939;
  transition: all 0.3s;
}
#head #head-box .nav-about ul li a:hover {
  color: #005194;
}
#head #head-box .nav-about.newactive ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0s;
}

footer {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 6rem;
  }
}
footer .ft-snss {
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  footer .ft-snss {
    margin: 0 0 4rem;
  }
}
footer .ft-snss ul {
  display: flex;
  justify-content: center;
}
footer .ft-snss ul li {
  width: 50px;
  margin: 0 10px;
}
footer .ft-snss ul li a {
  display: block;
  transition: all 0.3s;
}
footer .ft-snss ul li a:hover {
  opacity: 0.7;
}
footer .ft-snss ul li a img {
  display: block;
}
footer .page-top .container {
  width: 100%;
  max-width: calc(1000px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  footer .page-top .container {
    padding: 0;
  }
}
footer .page-top a {
  width: 55px;
  height: 55px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 540px) {
  footer .page-top a {
    width: 45px;
    height: 45px;
  }
}
footer .page-top a span {
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #005194 #005194 transparent transparent;
  transform: rotate(-45deg);
  display: block;
  margin-top: 8px;
  transition: all 0.3s;
}
footer .page-top a:hover {
  opacity: 1;
  background: #005194;
}
footer .page-top a:hover span {
  border-color: #fff #fff transparent transparent;
}

footer::before {
  display: none;
}

.primary-footer {
  background: #005194;
}
.primary-footer .container {
  display: flex;
  width: 100%;
  max-width: calc(1000px + 2rem);
  padding: 3rem 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .primary-footer .container {
    flex-direction: column;
    max-width: calc(580px + 2rem);
  }
}
@media screen and (max-width: 540px) {
  .primary-footer .container {
    max-width: calc(500px + 2rem);
  }
}
.primary-footer .site-map {
  width: 45%;
  margin-right: 1%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
.primary-footer .site-map .first-row, .primary-footer .site-map .second-row {
  width: 49%;
}
.primary-footer .site-map .first-row ul > li, .primary-footer .site-map .second-row ul > li {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .primary-footer .site-map .first-row ul > li, .primary-footer .site-map .second-row ul > li {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.3;
  }
}
.primary-footer .site-map .first-row ul > li:before, .primary-footer .site-map .second-row ul > li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #ccc;
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.primary-footer .site-map .first-row ul > li.onspan:before, .primary-footer .site-map .second-row ul > li.onspan:before {
  display: none;
}
.primary-footer .site-map .first-row ul > li span:before, .primary-footer .site-map .second-row ul > li span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.primary-footer .site-map .first-row ul > li a, .primary-footer .site-map .second-row ul > li a {
  transition: all 0.3s;
}
.primary-footer .site-map .first-row ul > li a:hover, .primary-footer .site-map .second-row ul > li a:hover {
  opacity: 0.8;
}
.primary-footer .site-map .first-row ul > li .subul, .primary-footer .site-map .second-row ul > li .subul {
  margin-left: 1.5rem;
}
.primary-footer .site-map .first-row ul > li .subul > li, .primary-footer .site-map .second-row ul > li .subul > li {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 540px) {
  .primary-footer .site-map .first-row ul > li .subul > li, .primary-footer .site-map .second-row ul > li .subul > li {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.2;
  }
}
.primary-footer .site-map .first-row ul > li .subul > li:before, .primary-footer .site-map .second-row ul > li .subul > li:before {
  content: "・";
  width: auto;
  height: auto;
  border: none;
  top: 0;
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .primary-footer .site-map {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .primary-footer .site-map .first-row {
    width: 52%;
  }
  .primary-footer .site-map .second-row {
    width: 46%;
  }
}
.primary-footer .footer-navi {
  width: 54%;
  padding-top: 1rem;
}
@media screen and (max-width: 999px) {
  .primary-footer .footer-navi {
    width: 100%;
  }
}
.primary-footer .footer-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.primary-footer .footer-navi ul:after {
  display: none;
}
.primary-footer .footer-navi ul li {
  width: 48.8%;
  height: 6rem;
  border: 1px solid #fff;
  margin: 0 !important;
  float: none !important;
  background: transparent;
}
.primary-footer .footer-navi ul li:nth-of-type(1), .primary-footer .footer-navi ul li:nth-of-type(2) {
  margin-bottom: 1rem !important;
}
.primary-footer .footer-navi ul li:nth-of-type(3) {
  width: 100%;
}
@media screen and (max-width: 540px) {
  .primary-footer .footer-navi ul li {
    height: 4.6rem;
  }
}
.primary-footer .footer-navi ul li a {
  width: 100%;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.primary-footer .footer-navi ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 540px) {
  .primary-footer .footer-navi ul li a {
    height: 4.6rem;
    box-sizing: border-box;
    padding: 0 1rem;
  }
}
.primary-footer .footer-navi ul li a span {
  color: #fff;
}
.primary-footer .footer-navi ul li a span.ico-flag_white {
  width: 18px;
}
.primary-footer .footer-navi ul li a span.ico-handle_white {
  width: 20px;
}
.primary-footer .footer-navi ul li a span.ico-tools_white {
  width: 20px;
}
.primary-footer .footer-navi ul li a span.ico-login_white {
  width: 20px;
}
.primary-footer .footer-navi ul li a span:nth-of-type(1) {
  margin-right: 7px;
}
.primary-footer .footer-navi ul li a span:nth-of-type(2) {
  text-align: center;
  line-height: 1.6rem;
}
.primary-footer .footer-navi ul li a span img {
  display: block;
}
@media screen and (max-width: 540px) {
  .primary-footer .footer-navi ul li a span {
    font-size: 12px;
  }
}
.primary-footer .footer-navi .news-letter {
  margin: 2.5rem 0 0;
}
.primary-footer .footer-navi .news-letter h4 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.5rem;
}
.primary-footer .footer-navi .news-letter form {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.primary-footer .footer-navi .news-letter form input {
  box-sizing: border-box;
  outline: none;
  vertical-align: top;
  margin: 0;
}
.primary-footer .footer-navi .news-letter form input[type=text] {
  width: 69.5%;
  margin-right: 0;
  height: 36px;
  -webkit-appearance: none;
  max-width: 100%;
  padding: 6.4px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #666;
}
.primary-footer .footer-navi .news-letter form input[type=submit] {
  width: 28%;
  margin-right: 0;
  -webkit-appearance: none;
}
.primary-footer .footer-navi .news-letter form .btn_news_letter {
  height: 36px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  background-color: #fff;
  border: 2px solid white;
  color: #005194;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.primary-footer .footer-navi .news-letter form .btn_news_letter:hover {
  background-color: #d50d18;
  border: 2px solid #d50d18;
  color: #fff;
}

.sub-footer {
  margin-top: 3rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .sub-footer {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sub-footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.sub-footer ul li {
  padding: 0;
  display: block;
  margin: 0 10px;
}
.sub-footer ul li:nth-of-type(1) {
  width: 97px;
}
.sub-footer ul li:nth-of-type(2) {
  width: 88px;
  border-right: 1px solid #ddd;
  padding-right: 30px;
  margin-right: 20px;
}
.sub-footer ul li:nth-of-type(3) {
  width: 123px;
}
.sub-footer ul li:nth-of-type(4) {
  width: 140px;
}
@media screen and (max-width: 540px) {
  .sub-footer ul li {
    margin: 0 6px;
  }
  .sub-footer ul li:nth-of-type(1) {
    width: 59px;
  }
  .sub-footer ul li:nth-of-type(2) {
    width: 53px;
    padding-right: 18px;
    margin-right: 8px;
  }
  .sub-footer ul li:nth-of-type(3) {
    width: 75px;
  }
  .sub-footer ul li:nth-of-type(4) {
    width: 85px;
  }
}
.sub-footer ul li a {
  display: block;
  transition: all 0.3s;
}
.sub-footer ul li a:hover {
  opacity: 0.7;
}
.sub-footer ul li a img {
  display: block;
}
.sub-footer .copyright {
  margin: 2rem 0 0;
  text-align: center;
}
.sub-footer .copyright small {
  font-size: 1.3rem;
}
@media screen and (max-width: 540px) {
  .sub-footer .copyright small {
    font-size: 1.2rem;
  }
}

#breadcrumbsbox {
  width: 100%;
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  #breadcrumbsbox {
    width: 100%;
    padding: 0;
  }
}
#breadcrumbsbox .breadcrumbs {
  padding: 2rem 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #breadcrumbsbox .breadcrumbs {
    padding: 1rem;
  }
}
#breadcrumbsbox .breadcrumbs li {
  line-height: 1;
  white-space: nowrap;
  display: inline;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #9f9f9f;
  position: relative;
  /*&:last-child {
      &:after {
          content: "";
      }
  }*/
}
@media screen and (max-width: 959px) {
  #breadcrumbsbox .breadcrumbs li {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
  }
}
#breadcrumbsbox .breadcrumbs li a {
  white-space: nowrap;
  display: inline-block;
}
#breadcrumbsbox .breadcrumbs li:first-child span {
  width: 9px;
  height: 6px;
  background: #9f9f9f;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
}
#breadcrumbsbox .breadcrumbs li:first-child span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 3px 4.5px;
  border-color: transparent transparent #9f9f9f transparent;
}
#breadcrumbsbox .breadcrumbs li:not(:first-child) {
  color: #393939;
  margin-left: 0.4rem;
}
#breadcrumbsbox .breadcrumbs li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url(../img/svg/ill-scissors.svg);
  background-size: cover;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

#sp-navi {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  overflow-y: auto;
  width: 90vw;
  height: 100vh;
  z-index: 200;
  top: 0;
  right: -100vw;
  background-color: #005194;
  position: fixed;
  padding: 4rem 2rem 0;
}
#sp-navi #sp-navi-inner {
  color: #fff;
}
#sp-navi #sp-navi-inner .sp-logo {
  width: 181px;
  margin-top: -20px;
  margin-bottom: 4.5rem;
}
#sp-navi #sp-navi-inner .sp-holder {
  margin-bottom: 4rem;
}
#sp-navi #sp-navi-inner .sp-holder p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}
#sp-navi #sp-navi-inner .sp-holder ul li a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 44px;
}
#sp-navi #sp-navi-inner .sp-holder ul li:not(:last-child) {
  margin-bottom: 10px;
}
#sp-navi #sp-navi-inner .sp-holder ul.sp-searches li a {
  background: #00a040;
}
#sp-navi #sp-navi-inner .sp-holder ul.sp-collect li:nth-of-type(1) a {
  background: #188fde;
}
#sp-navi #sp-navi-inner .sp-abouts {
  border-bottom: 1px solid #fff;
}
#sp-navi #sp-navi-inner .sp-abouts p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
}
#sp-navi #sp-navi-inner .sp-abouts ul {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
#sp-navi #sp-navi-inner .sp-abouts ul li {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
}
#sp-navi #sp-navi-inner .sp-abouts ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
#sp-navi #sp-navi-inner ul.sp-snss {
  margin: 3rem 0 0;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
}
#sp-navi #sp-navi-inner ul.sp-snss li {
  width: 38px;
  margin: 0 3vw;
}
#sp-navi #sp-navi-inner ul.sp-snss li a {
  display: block;
}
#sp-navi #sp-navi-inner ul.sp-snss li a img {
  display: block;
}

#spnav-toggler {
  display: none;
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 20px;
  right: 13px;
  cursor: pointer;
  position: fixed;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
@media screen and (max-width: 999px) {
  #spnav-toggler {
    display: block;
  }
}
#spnav-toggler span {
  transition: all 0.6s;
  width: 32px;
  height: 3px;
  left: 5px;
  background-color: #005194;
  position: absolute;
  border-radius: 1px;
}
#spnav-toggler span:nth-of-type(1) {
  top: 10px;
}
#spnav-toggler span:nth-of-type(2) {
  top: 20px;
}
#spnav-toggler span:nth-of-type(3) {
  top: 30px;
}

.nav_open #sp-navi {
  right: 0;
}
.nav_open .nav_bg {
  opacity: 0.2;
  visibility: visible;
}
.nav_open #spnav-toggler {
  right: 13px;
}
.nav_open #spnav-toggler span {
  background-color: #fff;
}
.nav_open #spnav-toggler span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 20px;
}
.nav_open #spnav-toggler span:nth-of-type(2) {
  width: 0;
  left: 150%;
}
.nav_open #spnav-toggler span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 20px;
}

.nav_bg {
  opacity: 0;
  transition: all 0.6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #005194;
  margin: 4rem 0 2rem;
}
@media screen and (max-width: 559px) {
  .wp-pagenavi {
    margin: 3rem 0 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #005194;
  padding: 0.6rem 0.8rem;
  border-radius: 50%;
  margin: 0 0.2rem;
  white-space: nowrap;
  border: none;
  transition: all 0.3s;
}
.wp-pagenavi a.pages,
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a:hover {
  color: #005194;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #005194;
}
.wp-pagenavi span.extend {
  border: none;
}
.wp-pagenavi span.last, .wp-pagenavi span.first {
  font-size: 1.3rem;
}

/*404*/
#page404 {
  padding: 0 1rem;
  max-width: calc(800px + 2rem);
  margin: 0 auto;
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 959px) {
  #page404 {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #page404 {
    padding-bottom: 6rem !important;
  }
}
#page404 .txt {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #page404 .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 559px) {
  #page404 .txt {
    margin-bottom: 3rem;
  }
}
#page404 .btn {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  #page404 .btn {
    max-width: 350px;
  }
}
#page404 .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #c7c7c7;
  padding: 2rem 1rem;
}
#page404 .btn a p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 350px) {
  #page404 .btn a p {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page404 .btn a p span:nth-of-type(1) {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 1.6rem;
}
@media screen and (max-width: 350px) {
  #page404 .btn a p span:nth-of-type(1) {
    margin: 0;
  }
}
#page404 .btn a p span:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 559px) {
  #page404 .btn a p span:nth-of-type(2) {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 350px) {
  #page404 .btn a p span:nth-of-type(2) {
    padding-left: 0.5rem;
  }
}
#page404 .btn a div {
  position: relative;
  width: 57px;
  height: 21px;
  display: block;
  cursor: pointer;
}
#page404 .btn a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}
#page404 .btn a div img:nth-of-type(2) {
  opacity: 0;
}
#page404 .btn a:hover div img:nth-of-type(1) {
  opacity: 0;
}
#page404 .btn a:hover div img:nth-of-type(2) {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */