@charset "UTF-8";
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, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

ul, li {
  list-style: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
}

a img {
  border: none;
}

img {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

html {
  font-size: 62.5%;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", Meiryo, "M+ 1p", sans-serif;
}

html, body {
  height: 100%;
}

body {
  color: #111;
  text-align: center;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fafafa;
  font-feature-settings: "palt";
}

body * {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  appearance: none;
  letter-spacing: 0.03rem;
}

a:link {
  color: #232323;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #232323;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #999999;
  text-decoration: none;
  outline: none;
}

::selection {
  background: rgba(255, 246, 8, 0.9);
  color: #111;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.on a img,
.op,
.on a:hover img,
.op:hover {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}

.on a:hover img,
.op:hover {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  opacity: 0.7;
  text-decoration: none;
}

.gf1 {
  font-family: "futuramedium";
}

.-maker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.splash:before, .splash:after {
  position: absolute;
  content: "";
  top: 10px;
}
.splash:before {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border-top: 4px solid #111;
  border-right: 4px solid #111;
  right: 10px;
}
.splash:after {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border-bottom: 4px solid #111;
  border-left: 4px solid #111;
  left: 10px;
}

.splash__inner img {
  width: 160px;
  margin: 0 auto;
}
.splash__inner p {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2.6rem 0 0 0;
  line-height: 2.2;
}

.sp-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  animation: spCircRot 0.4s infinite linear;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 4rem;
  right: 4rem;
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.g__main-body {
  padding-left: 300px;
}
@media screen and (max-width:768px) {
  .g__main-body {
    padding: 0;
  }
}

.g__title {
  padding: 8rem 1.8rem 6rem;
}
@media screen and (max-width:768px) {
  .g__title {
    padding: 5rem 0 4rem;
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.g__title .-title span {
  display: block;
}
.g__title .-title .-en {
  font-size: 1.4rem;
  letter-spacing: 4px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .g__title .-title .-en {
    font-size: 1.2rem;
  }
}
.g__title .-title .-jp {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .g__title .-title .-jp {
    font-size: 2rem;
  }
}
.g__title .-description {
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .g__title .-description {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.btn__group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.btn__group .btn__item {
  margin: 0 0.6rem;
}
.btn__group .btn__item .-btn {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  font-weight: 500;
  min-width: 200px;
  border-radius: 2px;
}
.btn__group .btn__item .-btn:hover {
  opacity: 0.7;
}
.btn__group .btn__item .-btn.btn__black {
  background: #111;
  color: #fff;
}
.btn__group .btn__item .-btn.btn__white {
  background: #fff;
  color: #111;
}
.pjax_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: progress;
  transition: all 1s ease-in-out;
  z-index: 1000;
}
@media screen and (max-width:768px) {
  .pjax_overlay {
    top: 0;
  }
}
.pjax_overlay .pjax_loader-logo {
  width: 170px;
}
.pjax_overlay .pjax_loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .pjax_overlay .pjax_loader {
    transform: scale(0.8);
  }
}
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pjax_overlay .pjax_loader .donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 0.4s linear infinite;
}

.is-transition-start .pjax_overlay {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.transition-container {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: opacity 0.2s cubic-bezier(0.25, 0, 0.25, 1);
}

.transition-container__loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}
.transition-container__loader::after {
  position: absolute;
  content: "";
}
.transition-container__loader::before {
  position: absolute;
  content: "";
  content: "";
  display: block;
  left: -20rem;
  width: 20rem;
  height: 0.4rem;
  background-color: #000;
  animation: transition-container-loading 2s linear infinite;
  animation-play-state: paused;
}

.is-transition-start .transition-container {
  opacity: 1;
}
.is-transition-start .transition-container .transition-container__loader::before {
  animation-play-state: running;
}

@keyframes transition-container-loading {
  from {
    left: -200px;
    width: 10%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 90%;
  }
  to {
    left: 100%;
  }
}
.g__sidebar {
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width:768px) {
  .g__sidebar {
    display: none;
  }
}

.sp__logo-text {
  display: none;
}
@media screen and (max-width:768px) {
  .sp__logo-text {
    display: flex;
    width: 90px;
    align-items: center;
    position: absolute;
    top: 1rem;
    left: 1.6rem;
    z-index: 10;
  }
  .sp__logo-text span {
    font-size: 1.1rem;
    padding: 0 0 0 1rem;
    font-weight: 500;
  }
  .sp__logo-text img {
    width: 80px;
  }
}

.g__sidebar-inner .-logo {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  padding: 6.4vh 0 0 0;
}
.g__sidebar-inner .-logo a {
  display: block;
}
.g__sidebar-inner .-site__name {
  font-size: 1rem;
  line-height: 1.8;
  padding: 1.4rem 3rem 0 3rem;
  font-weight: 500;
}
.g__sidebar-inner .-menu {
  margin: 3vh 0 0 0;
}
.g__sidebar-inner .-menu__inner {
  text-align: left;
}
.g__sidebar-inner .-menu__inner li a {
  color: #111;
  display: block;
  padding: 0.5rem 4rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.g__sidebar-inner .-menu__inner li a span {
  position: relative;
  letter-spacing: 2px;
}
.g__sidebar-inner .-menu__inner li a span:before {
  background: #fff608;
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2%;
  width: 0%;
  height: 100%;
  z-index: -1;
}
.g__sidebar-inner .-menu__inner li a:hover span:before {
  width: 104%;
}

.side__menu-block .-card.-side {
  position: relative;
  bottom: 0;
  margin: 2rem 0 0 0;
}

.-card.-side {
  position: absolute;
  bottom: 0;
}

.-card {
  margin: 2rem 0 0 0;
  border-top: 1px solid #F2F2F2;
  padding: 2.6rem;
  background: #fff;
  width: 100%;
}
@media screen and (max-width:768px) {
  .-card {
    padding: 2rem;
  }
}
.-card .-tel {
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0;
  letter-spacing: 2px;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .-card .-tel {
    border-radius: 50rem;
    padding: 1rem 0;
    cursor: pointer;
    pointer-events: auto;
  }
}
.-card .-line {
  background: #03B900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
  margin: 4px 0 0 0;
}
@media screen and (max-width:768px) {
  .-card .-line {
    border-radius: 50rem;
    overflow: hidden;
  }
}
.-card .-time {
  text-align: left;
  padding: 1rem 0 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .-card .-time {
    text-align: center;
  }
}
.-card .-time span {
  display: block;
}
.-card .-card__image {
  padding: 0 1rem;
}
.side__menu-block {
  width: 300px;
  transform: translatex(300px);
  transition: 0.4s cubic-bezier(0.7, 0.15, 0.36, 1);
  background: white;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 250;
  padding: 6.4rem 0 0 0;
}
.side__menu-block .-menu__inner > li {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.side__menu-block .-menu__inner > li a {
  color: #111;
  display: block;
  font-size: 1.5rem;
  padding: 0.8rem 3rem;
  font-weight: 700;
  transition: 0.4s cubic-bezier(0.3, 0.8, 0.5, 1.08);
}
@media screen and (max-width:768px) {
  .side__menu-block .-menu__inner > li a {
    font-size: 1.4rem;
    padding: 0.6rem 3rem;
  }
}
.side__menu-block .-menu__inner > li a span {
  letter-spacing: 2px;
}

.side__menu-btn {
  background: #111;
  color: #fff;
  cursor: pointer;
  align-content: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  text-align: center;
  transition: 0.15s;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 300;
  border-radius: 3px;
  display: none;
}
@media screen and (max-width:768px) {
  .side__menu-btn {
    display: flex;
  }
}
.side__menu-btn .hamburger {
  cursor: pointer;
  margin: auto;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  width: 100%;
}
.side__menu-btn .hamburger div {
  background: #fff;
  border-radius: 50rem;
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: rotate(0);
  transition: 0.4s cubic-bezier(0.7, 0.15, 0.36, 1);
  width: 40%;
}
.side__menu-btn .hamburger div:nth-child(1) {
  top: -7px;
}
.side__menu-btn .hamburger div:nth-child(2), .side__menu-btn .hamburger div:nth-child(3) {
  top: -1px;
}
.side__menu-btn .hamburger div:nth-child(4) {
  top: 5px;
}

.side__menu-bg {
  transform: translatex(100%);
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 210;
}

#sideToggle:checked ~ .side__menu-block {
  transform: translatex(0);
}
#sideToggle:checked ~ .side__menu-bg {
  transform: translatex(0);
}
#sideToggle:checked ~ .side__menu-btn .hamburger div:nth-child(1), #sideToggle:checked ~ .side__menu-btn .hamburger div:nth-child(4) {
  left: 0;
  right: 0;
  top: 0;
  width: 0%;
  opacity: 0;
}
#sideToggle:checked ~ .side__menu-btn .hamburger div:nth-child(2) {
  transform: rotate(45deg);
}
#sideToggle:checked ~ .side__menu-btn .hamburger div:nth-child(3) {
  transform: rotate(-45deg);
}

.g_footer {
  margin: 0 0 0 300px;
  background: #205172;
}
@media screen and (max-width:768px) {
  .g_footer {
    margin: 0;
  }
}

.g_footer__inner {
  display: flex;
  padding: 8rem 6rem;
  position: relative;
}
@media screen and (max-width:768px) {
  .g_footer__inner {
    max-width: 480px;
    width: 100%;
    padding: 4rem 2rem 0 2rem;
    display: block;
    margin: 0 auto;
  }
}

.g_footer__logo {
  max-width: 120px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width:768px) {
  .g_footer__logo {
    max-width: 100px;
  }
}

.g_footer__conts {
  max-width: 800px;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 0 0 0 5rem;
}
@media screen and (max-width:768px) {
  .g_footer__conts {
    max-width: 100%;
    padding: 0;
  }
}
.g_footer__conts .-text1 {
  font-size: 1.1rem;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .g_footer__conts .-text1 {
    position: absolute;
    top: 4.8rem;
    padding: 0 2rem 0 120px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.g_footer__conts .-text2 {
  padding: 1.8rem 0;
}
@media screen and (max-width:768px) {
  .g_footer__conts .-text2 {
    padding: 3rem 0 0 0;
  }
}
.g_footer__conts .-text2 p {
  font-size: 1.1rem;
}
.g_footer__conts .-text2 a {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 2px;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .g_footer__conts .-text2 a {
    cursor: pointer;
    pointer-events: auto;
    background: #fff;
    color: #205172;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0;
    border-radius: 50rem;
    margin: 1.2rem 0 0 0;
  }
}
@media screen and (max-width:768px) {
  .g_footer__conts .sales__area {
    padding: 1.6rem 0 0 0;
  }
}
.g_footer__conts .sales__area-title {
  font-size: 1.4rem;
  font-weight: 500;
}
.g_footer__conts .sales__area-inner {
  margin: 0.6rem 0 0 0;
}
.g_footer__conts .sales__area-inner dl {
  display: flex;
  font-size: 1.1rem;
  padding: 0.5rem 0;
}
@media screen and (max-width:768px) {
  .g_footer__conts .sales__area-inner dl {
    display: block;
  }
}
.g_footer__conts .sales__area-inner dt {
  width: 100px;
}
@media screen and (max-width:768px) {
  .g_footer__conts .sales__area-inner dt {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.g_footer__conts .sales__area-inner dd {
  width: 80%;
}
@media screen and (max-width:768px) {
  .g_footer__conts .sales__area-inner dd {
    width: 100%;
    font-size: 1rem;
  }
}

.g_footer__precautions {
  border: 1px solid #ddd;
  padding: 2.6rem 3rem;
  margin: 2rem 0 0 0;
}
@media screen and (max-width:768px) {
  .g_footer__precautions {
    padding: 0;
    margin-top: 1.6rem;
    border: none;
  }
}
.g_footer__precautions p {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .g_footer__precautions p {
    font-size: 1.2rem;
  }
}
.g_footer__precautions ul {
  margin: 1rem 0 0 0;
  padding: 0;
}
.g_footer__precautions ul li {
  font-size: 1.1rem;
  color: #fff;
  position: relative;
  padding-left: 1.8rem;
  margin: 0.6rem 0 0 0;
}
@media screen and (max-width:768px) {
  .g_footer__precautions ul li {
    padding-left: 1.4rem;
    font-size: 1rem;
  }
}
.g_footer__precautions ul li::before {
  content: "・";
  display: block;
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width:768px) {
  .g_footer__precautions ul li::before {
    font-size: 1rem;
  }
}

.g_footer__copy {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 1rem;
  padding: 3rem 3rem;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .g_footer__copy {
    font-size: 1rem;
    padding: 3rem 0;
    justify-content: center;
  }
}
.g_footer__copy i {
  font-size: 1.2rem;
  margin: 0 4px 0 0;
  position: relative;
  top: 1px;
}
.top__visual {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 200;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .top__visual {
    display: block;
    max-height: 500px;
  }
}
.top__visual .-bg__cover {
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: calc(100% - 140px);
  z-index: 100;
  display: none;
}
@media screen and (max-width:768px) {
  .top__visual .-bg__cover {
    display: block;
  }
}
.top__visual .sp_visual__text {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 180px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 4rem;
  z-index: 200;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .top__visual .sp_visual__text {
    display: flex;
    flex-direction: column;
  }
}
.top__visual .sp_visual__text span {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: 1rem 0 0 0;
}
.top__visual .sp_visual__text img {
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}

.top__visual-logo {
  width: 35%;
  max-width: 300px;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .top__visual-logo {
    width: 100%;
    max-width: 100%;
    height: 140px;
  }
}
.top__visual-logo a {
  display: block;
}
.top__visual-logo img {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .top__visual-logo img {
    max-width: 90px;
  }
}

.top__visual-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.top__visual-slider .bx-wrapper {
  height: 100%;
}
.top__visual-slider .bx-viewport {
  min-height: 100%;
}
.top__visual-slider .bx-controls {
  display: none;
}
.top__visual-slider .-items {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}
.top__visual-slider .-items .sp_bg {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}

.top__inner {
  width: 100%;
  padding-right: 6rem;
  padding-left: 6rem;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .top__inner {
    max-width: 480px !important;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.top__about {
  background: #fff;
}

.top__about-inner {
  padding-bottom: 10rem;
}
@media screen and (max-width:768px) {
  .top__about-inner {
    padding-bottom: 5rem;
  }
}

.top__about-conts {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .top__about-conts {
    display: block;
  }
}
.top__about-conts .-image {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .top__about-conts .-image {
    max-width: 100%;
  }
  .top__about-conts .-image img {
    object-fit: cover;
    width: 60%;
    height: 240px;
  }
}
.top__about-conts .-conts {
  text-align: left;
  width: 66%;
  padding: 0 0 0 8rem;
}
@media screen and (max-width:768px) {
  .top__about-conts .-conts {
    width: 100%;
    padding: 0 0;
  }
}
.top__about-conts .-conts h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .top__about-conts .-conts h2 {
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0 0 0;
  }
}
.top__about-conts .-conts p {
  color: rgba(17, 17, 17, 0.6);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2;
  margin: 1.4rem 0 0 0;
}
@media screen and (max-width:768px) {
  .top__about-conts .-conts p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .top__about-conts .-conts p br {
    display: none;
  }
}

.top__price-bg {
  background: url(../img/top/top-price_bg_01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width:768px) {
  .top__price-bg {
    padding: 5rem 0;
  }
}
.top__price-bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__price-bg p {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (max-width:768px) {
  .top__price-bg p {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify;
  }
  .top__price-bg p br {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .top__price-bg .btn__group {
    margin: 2rem 0 0 0;
    display: block;
  }
  .top__price-bg .btn__group .btn__item {
    margin: 0.8rem 0 0 0;
  }
}

.top__commitment {
  padding: 0 0 8rem 0;
}
@media screen and (max-width:768px) {
  .top__commitment {
    padding-bottom: 5rem;
  }
}

.top__commitment-list {
  display: flex;
  justify-content: center;
  margin: -2rem auto 0 auto;
}
@media screen and (max-width:768px) {
  .top__commitment-list {
    display: block;
  }
}
.top__commitment-list li {
  max-width: 300px;
  width: 100%;
  padding: 0 2.4rem;
}
@media screen and (max-width:768px) {
  .top__commitment-list li {
    padding: 0;
    margin: 3rem auto 0 auto;
  }
  .top__commitment-list li:first-child {
    margin-top: 0;
  }
}
.top__commitment-list li h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.top__commitment-list li h3::before {
  font-family: "futuramedium";
  content: attr(data-number);
  background: #111;
  color: #fff;
  font-size: 1.6rem;
  width: 40px;
  height: 40px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: normal;
}
.top__commitment-list li h3 span {
  display: inline-block;
  margin: 2rem 0 0 0;
}
.top__commitment-list li .-conts {
  text-align: left;
  margin: 1.6rem 0 0 0;
  line-height: 1.8;
}
.top__commitment-list li .-conts p {
  color: rgba(17, 17, 17, 0.8);
  font-size: 1.2rem;
}
.top__commitment-list li .-conts p + p {
  margin: 1rem 0 0 0;
}

.top__ranking {
  background: #fff;
  padding: 0 0 8rem 0;
}
@media screen and (max-width:768px) {
  .top__ranking {
    padding-bottom: 5rem;
  }
}

.top__setmenu {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 8rem 0;
}
@media screen and (max-width:768px) {
  .top__setmenu {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width:768px) {
  .top__setmenu-inner .btn__group {
    display: block;
  }
  .top__setmenu-inner .btn__group .btn__item {
    margin: 0;
    display: block;
  }
  .top__setmenu-inner .btn__group .btn__item a {
    width: 100%;
  }
}

.top__voice {
  padding: 0 0 8rem 0;
  background: #fff;
}
@media screen and (max-width:768px) {
  .top__voice {
    padding-bottom: 5rem;
  }
}

.top__voice-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.top__voice-inner .voice__list {
  margin-top: -2rem;
}
.top__voice-inner .voice__list li a {
  background: #fafafa;
}

.price__block.-ec .price__block-item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin: 6rem 0 0 0;
  border: 1px solid #E0E0E0;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item {
    display: block;
    margin-top: 4rem;
  }
}
.price__block.-ec .price__block-item:first-child {
  margin-top: 0;
}
.price__block.-ec .price__block-item .price__thead {
  width: 50%;
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__thead {
    width: 100%;
    border-right: none;
  }
}
.price__block.-ec .price__block-item .price__thead .-head {
  background: #EEE;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__thead .-head {
    font-size: 1.3rem;
    height: 50px;
  }
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__thead .-head {
    height: auto;
    padding: 1rem 2rem;
  }
}
.price__block.-ec .price__block-item .price__thead .-image__conts {
  padding: 5rem 0;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__thead .-image__conts {
    padding: 2rem 0;
  }
}
.price__block.-ec .price__block-item .price__thead .-image__conts .-text {
  color: rgba(17, 17, 17, 0.8);
  font-size: 1.3rem;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__thead .-image__conts .-text {
    font-size: 1.2rem;
  }
}
.price__block.-ec .price__block-item .price__body {
  width: 50%;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__body {
    width: 100%;
    border-top: 1px solid #E0E0E0;
  }
}
.price__block.-ec .price__block-item .price__body .-conts li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 64px;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__body .-conts li {
    height: 50px;
  }
}
.price__block.-ec .price__block-item .price__body .-conts li:first-child {
  border-top: none;
}
.price__block.-ec .price__block-item .price__body .-conts li:last-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  background: #E0E0E0;
}
.price__block.-ec .price__block-item .price__body .-conts li:nth-child(even) {
  background: #FAFAFA;
}
.price__block.-ec .price__block-item .price__body .-conts li a {
  color: #03A9F4;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
.price__block.-ec .price__block-item .price__body .-conts li .-price {
  justify-content: flex-start;
}
.price__block.-ec .price__block-item .price__body .-head {
  background: #EEE;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__body .-head {
    font-size: 1.3rem;
    height: 50px;
  }
}
.price__block.-ec .price__block-item .price__body .-count {
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__body .-count {
    font-size: 1.3rem;
  }
}
.price__block.-ec .price__block-item .price__body .item-small {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
}
.price__block.-ec .price__block-item .price__body .item-large {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__body .item-large {
    font-size: 1.3rem;
    padding: 0 2rem;
    white-space: nowrap;
  }
}
.price__block.-ec .price__block-item .price__body .item-large small {
  font-size: 1.1rem;
  padding: 0 0 0 1rem;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item .price__body .item-large small {
    font-size: 0.9rem;
    white-space: normal;
  }
}
.price__block.-ec .price__block-item.-option {
  margin-top: 1rem;
}
.price__block.-ec .price__block-item.-option .option__list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item.-option .option__list {
    flex-direction: column;
  }
}
.price__block.-ec .price__block-item.-option .option__list li {
  width: 50%;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item.-option .option__list li {
    width: 100%;
  }
}
.price__block.-ec .price__block-item.-option .option__list li:nth-child(odd) {
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item.-option .option__list li:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid #E0E0E0;
  }
}
.price__block.-ec .price__block-item.-option .option__list li dl {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 0 3rem;
  height: 60px;
}
@media screen and (max-width:768px) {
  .price__block.-ec .price__block-item.-option .option__list li dl {
    display: block;
    font-size: 1.3rem;
    height: auto;
    padding: 1rem 2rem;
  }
}
.price__block.-ec .price__block-item.-option .option__list li dt {
  margin: 0 auto 0 0;
}
.price__block.-ec .price__block-item.-option .option__list li dd {
  margin: 0 0 0 auto;
  font-size: 1.8rem;
}
.price__block.-ec .price__block-item.-option .option__list li dd small {
  font-size: 1.1rem;
  padding: 0 0 0 1rem;
}
.price__block .ec__description {
  padding: 6rem 0 8rem;
}
@media screen and (max-width:768px) {
  .price__block .ec__description {
    padding: 2rem 0 5rem;
  }
}
.price__block .ec__description p {
  color: rgba(17, 17, 17, 0.8);
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width:768px) {
  .price__block .ec__description p {
    text-align: left;
    line-height: 2;
  }
}

.page-template-page-price .price__block .ec__description {
  padding-bottom: 0;
}

.ranking__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 800px;
  width: 100%;
  margin: -8rem auto 0 auto;
}
@media screen and (max-width:768px) {
  .ranking__list {
    margin: -4rem -1rem 0 -1rem;
    max-width: none;
    width: auto;
  }
}
.ranking__list li {
  max-width: 200px;
  width: 33.3%;
  margin: 8rem 3rem 0 3rem;
  text-align: left;
}
@media screen and (max-width:768px) {
  .ranking__list li {
    width: 50%;
    padding: 0 1rem;
    margin: 4rem 0 0 0;
  }
}
.ranking__list li figure {
  position: relative;
}
.ranking__list li figure .-number {
  font-family: "futuramedium";
  background: #111;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  font-size: 1.4rem;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
.ranking__list li .-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 1.6rem 0 0 0;
}
@media screen and (max-width:768px) {
  .ranking__list li .-title {
    line-height: 1.5;
  }
}
.ranking__list li .-description {
  font-size: 1.3rem;
  font-weight: 700;
}
.ranking__list li .-price__default {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin: 0.6rem 0 0 0;
  text-decoration: line-through;
}
.ranking__list li .-price__block {
  font-weight: 700;
}
.ranking__list li .-price__block .-price {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .ranking__list li .-price__block .-price {
    font-size: 2.2rem;
  }
}
.ranking__list li .-price__block .-en {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .ranking__list li .-price__block .-en {
    font-size: 1rem;
  }
}

.-price__nav {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  width: 90%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width:768px) {
  .-price__nav {
    position: fixed;
    bottom: 0 !important;
    top: auto;
    width: 100%;
    height: 70px;
  }
  .-price__nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.-price__nav a {
  color: #111;
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 2.4rem;
  height: 7rem;
  margin: 0;
}
@media screen and (max-width:768px) {
  .-price__nav a {
    padding: 0 1rem;
    width: 20%;
  }
}
.-price__nav a.-contact {
  background: #111;
  color: #fff;
}
.-price__nav a.-contact:hover {
  background: #205172;
}
.-price__nav a:hover {
  background: #f6f6f6;
}
.-price__nav a span {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .-price__nav a span {
    font-size: 1.1em;
    line-height: 1.6;
  }
}
.-price__nav a i {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width:768px) {
  .-price__nav a i {
    display: none;
  }
}

.-setmenu__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 8rem 0;
}
@media screen and (max-width:768px) {
  .-setmenu__image {
    padding: 0 0 5rem 0;
    margin: 0 -1.6rem;
  }
}
.-setmenu__image li {
  max-width: 160px;
  width: 100%;
  margin: 0 1.6rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .-setmenu__image li {
    max-width: 25%;
    margin: 0;
    padding: 0 0.2rem;
  }
}
.-setmenu__image li p {
  font-size: 1.3rem;
  margin: 1rem 0 0 0;
}
@media screen and (max-width:768px) {
  .-setmenu__image li p {
    font-size: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width:480px) {
  .-setmenu__image li p {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

.-price__page-width {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.-setmenu__list {
  margin-top: -3.4rem;
}
@media screen and (max-width:768px) {
  .-setmenu__list {
    margin-top: -4rem;
  }
}
.-setmenu__list li {
  display: flex;
  align-items: center;
  padding: 3.4rem 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width:768px) {
  .-setmenu__list li {
    flex-direction: column;
    padding: 2.4rem 0;
  }
}
.-setmenu__list li .-head {
  width: 70%;
  margin: 0 auto 0 0;
  text-align: left;
}
@media screen and (max-width:768px) {
  .-setmenu__list li .-head {
    width: 100%;
  }
}
.-setmenu__list li .-head h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.-setmenu__list li .-head p {
  font-size: 1.3rem;
  font-weight: 500;
}
.-setmenu__list li .-conts {
  width: 20%;
  min-width: 180px;
  margin: 0 0 0 auto;
  text-align: left;
}
@media screen and (max-width:768px) {
  .-setmenu__list li .-conts {
    width: 100%;
    margin: 1.6rem 0 0 0;
  }
}
.-setmenu__list li .-conts p {
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.-setmenu__list li .-conts p small {
  padding: 0 0 0 0.8rem;
}
.-setmenu__list li .-conts p .-default__price {
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding: 0 0 0.6rem 0;
  text-decoration: line-through;
}
.-setmenu__list li .-conts p .-price {
  font-family: "futuramedium";
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .-setmenu__list li .-conts p .-price {
    font-size: 2.2rem;
  }
}

.-setmenu__other .-inner li {
  display: flex;
  align-items: flex-start;
  padding: 6rem 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width:768px) {
  .-setmenu__other .-inner li {
    padding: 3rem 0;
  }
}
.-setmenu__other .-inner li:last-child {
  border-bottom: none;
  padding-bottom: 2rem;
}
.-setmenu__other .-inner li .-image {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .-setmenu__other .-inner li .-image {
    max-width: 100px;
    min-width: 100px;
  }
}
.-setmenu__other .-inner li .-conts {
  width: 100%;
  margin: 0 0 0 auto;
  text-align: left;
  padding: 0 0 0 4rem;
}
@media screen and (max-width:768px) {
  .-setmenu__other .-inner li .-conts {
    padding-left: 2rem;
  }
}
.-setmenu__other .-inner li .-conts .-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .-setmenu__other .-inner li .-conts .-title {
    font-size: 1.8rem;
  }
}
.-setmenu__other .-inner li .-conts .-description {
  color: rgba(17, 17, 17, 0.8);
  font-size: 1.3rem;
  margin: 1rem 0 0 0;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .-setmenu__other .-inner li .-conts .-description {
    margin-top: 0.6rem;
    line-height: 1.8;
  }
}
.-setmenu__other .-inner li .-sub__menu {
  margin: 2rem 0 0 0;
}
.-setmenu__other .-inner li .-sub__menu-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .-setmenu__other .-inner li .-sub__menu-title {
    font-size: 1.4rem;
  }
}
.-setmenu__other .-inner li .-sub__menu-price {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0.4rem 0 0 0;
}
.-setmenu__other .-inner li .-sub__menu-price span {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
}
.-setmenu__other .-inner li .-sub__menu-description {
  color: rgba(17, 17, 17, 0.6);
  font-size: 1.1rem;
  margin: 0.6rem 0 0 0;
}

@media screen and (max-width:768px) {
  .-setmenu__other.-moving .-inner {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.-setmenu__other.-moving .-inner li:first-child {
  padding-top: 0;
}
.-setmenu__other.-moving .-inner li .-table {
  margin: 1.6rem 0 0 0;
}
@media screen and (max-width:768px) {
  .-setmenu__other.-moving .-inner li .-table {
    margin-left: -120px;
  }
}
.-setmenu__other.-moving .-inner li table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  margin-top: 0px;
}
.-setmenu__other.-moving .-inner li table th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
.-setmenu__other.-moving .-inner li table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  .page-template-page-price .top__price-inner .g__title {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.page-template-page-price .g_breadcrumbs {
  margin-top: -4rem;
}

.page-template-page-service .g_breadcrumbs {
  margin-top: -4rem;
}
.page-template-page-service .g_breadcrumbs .home:before {
  color: #fff !important;
}
.page-template-page-service .g_breadcrumbs * {
  color: #fff;
}
.page-template-page-service .top__price-bg {
  margin-top: 10rem;
}
@media screen and (max-width:768px) {
  .page-template-page-service .top__price-bg {
    margin-top: 0;
    padding: 5rem 0 7rem 0;
  }
}

.service__visual {
  background: url(../img/service/service-visual.jpg) no-repeat center;
  background-size: cover;
  padding: 12rem 1.8rem 12rem 8vw;
  text-align: left;
}
@media screen and (max-width:768px) {
  .service__visual {
    background-size: 800px;
    background-position: center top;
    padding: 8rem 2rem 8rem 2rem;
  }
}

.service__visual-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .service__visual-title {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 2.4rem;
  }
}

.service__visual-description {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  margin: 2rem 0 0 0;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .service__visual-description {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    line-height: 2.4;
  }
  .service__visual-description br {
    display: none;
  }
}

.service-section.-s1 {
  margin-top: -3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 980px) {
  .service-section.-s1 {
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  .service-section.-s1 {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.service-section.-s1 p {
  font-size: 1.5rem;
  line-height: 2.8;
}
@media screen and (max-width: 980px) {
  .service-section.-s1 p br {
    display: none;
  }
}

.service-section.-s2 {
  margin: 8rem auto 0 auto;
}
@media screen and (max-width:768px) {
  .service-section.-s2 {
    margin-top: 4rem;
  }
}
.service-section.-s2 .-inner {
  padding: 0 6rem;
}
@media screen and (max-width:768px) {
  .service-section.-s2 .-inner {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.service-section.-s2 .-inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:768px) {
  .service-section.-s2 .-inner h2 {
    font-size: 1.8rem;
  }
}
.service-section.-s2 .-inner ul {
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (max-width:768px) {
  .service-section.-s2 .-inner ul {
    margin-top: 6rem;
  }
}
.service-section.-s2 .-inner ul li {
  width: 48%;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 0 1%;
  text-align: center;
  padding: 1.8rem;
  position: relative;
}
@media screen and (max-width:768px) {
  .service-section.-s2 .-inner ul li {
    padding: 1rem;
  }
}
.service-section.-s2 .-inner ul li .-number {
  position: absolute;
  top: -3.4rem;
  left: 0;
  font-size: 1.3rem;
}
.service-section.-s2 .-inner ul li .-number::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #111;
  position: absolute;
  right: -4rem;
  top: 50%;
}
.service-section.-s2 .-inner ul li figure {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.service-section.-s2 .-inner ul li p {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 2rem 0 0 0;
}
.service-section.-s3 {
  margin: 8rem auto 0 auto;
}
@media screen and (max-width:768px) {
  .service-section.-s3 {
    margin-top: 5rem;
  }
}
.service-section.-s3 .-inner {
  padding: 0 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .service-section.-s3 .-inner {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    flex-wrap: wrap;
  }
}
.service-section.-s3 .-inner .-graf {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width:768px) {
  .service-section.-s3 .-inner .-graf {
    order: 2;
    margin: 2rem auto 0 auto;
  }
}
.service-section.-s3 .-inner .-graf__text {
  color: rgba(17, 17, 17, 0.6);
  margin: 2rem 0 0 0;
  font-size: 1.3rem;
}
.service-section.-s3 .-inner .-description {
  text-align: left;
  margin: 0 0 0 auto;
  padding: 0 0 0 3rem;
}
@media screen and (max-width:768px) {
  .service-section.-s3 .-inner .-description {
    order: 1;
    padding: 0;
  }
}
.service-section.-s3 .-inner .-description h3 {
  font-size: 2.4rem;
}
.service-section.-s3 .-inner .-description p {
  color: rgba(17, 17, 17, 0.8);
  margin: 2rem 0 0 0;
  font-size: 1.3rem;
  line-height: 3;
}
@media screen and (max-width:768px) {
  .service-section.-s3 .-inner .-description p {
    line-height: 2.4;
  }
}
.service-section.-s4 {
  margin: 8rem auto 0 auto;
}
@media screen and (max-width:768px) {
  .service-section.-s4 {
    margin-top: 6rem;
  }
}
.service-section.-s4 .-inner {
  margin: 0 8rem;
  padding: 4rem;
  background: #fff;
}
@media screen and (max-width:768px) {
  .service-section.-s4 .-inner {
    max-width: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 5rem;
  }
}
.service-section.-s4 .-inner h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:768px) {
  .service-section.-s4 .-inner h3 {
    font-size: 2rem;
  }
}
.service-section.-s4 .-inner .-conts {
  display: flex;
  align-items: center;
  margin: 3rem 0 0 0;
}
@media screen and (max-width:768px) {
  .service-section.-s4 .-inner .-conts {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.service-section.-s4 .-inner .-conts figure {
  margin: 0 auto 0 0;
  width: 35%;
}
@media screen and (max-width:768px) {
  .service-section.-s4 .-inner .-conts figure {
    width: 100%;
    margin: 0 auto;
    max-width: 280px;
  }
}
.service-section.-s4 .-inner .-conts .-description {
  width: 65%;
  margin: 0 0 0 auto;
  padding: 0 0 0 4rem;
  text-align: left;
}
@media screen and (max-width:768px) {
  .service-section.-s4 .-inner .-conts .-description {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 0 0;
  }
}
.service-section.-s4 .-inner .-conts .-description p {
  font-size: 1.3rem;
  line-height: 2.6;
}
@media screen and (max-width:768px) {
  .service-section.-s4 .-inner .-conts .-description p {
    line-height: 2.4;
  }
  .service-section.-s4 .-inner .-conts .-description p br {
    display: none;
  }
}

.-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -3rem;
}
@media screen and (max-width:768px) {
  .-category-list {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    margin-top: -1rem;
  }
}
.-category-list li {
  font-size: 1.4rem;
  margin: 0 0.8rem;
}
@media screen and (max-width:768px) {
  .-category-list li {
    width: auto;
    margin: 0;
    display: inline-block;
  }
}
.-category-list li:first-child a {
  color: #888;
}
.-category-list li a {
  background: none;
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 1.2rem 3rem;
  color: #fff;
  position: relative;
  border-bottom: 2px solid !important;
}
@media screen and (max-width:768px) {
  .-category-list li a {
    display: inline-block;
    padding: 1rem 1.4rem;
  }
}
.article-active .-all {
  background: #888;
  color: #fff !important;
  border-color: #888 !important;
}

.home .-post__list {
  margin-top: -4rem;
}

.-post__list {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem -1rem 0 -1rem;
}
.-post__list .-item {
  max-width: 33.3%;
  width: 100%;
  padding: 2rem 1rem 0 1rem;
}
@media screen and (min-width: 1500px) {
  .-post__list .-item {
    max-width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .-post__list .-item {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .-post__list .-item {
    max-width: 100%;
  }
}
.-post__list .-item a {
  color: #111;
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  display: block;
  background: #fff;
}
.-post__list .-item a:hover {
  transform: scale(1.05);
}
.-post__list .-item .-thumbs {
  background: #f6f6f6;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.-post__list .-item .-thumbs > span {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 10px;
}
.-post__list .-item .-thumbs .-category {
  background: rgb(97, 94, 94);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.6rem 2.4rem;
  position: absolute;
  bottom: -1.6rem;
  right: 1.6rem;
}
.-post__list .-item .-conts {
  text-align: justify;
  padding: 3rem;
}
@media screen and (max-width:768px) {
  .-post__list .-item .-conts {
    padding: 2rem 0;
  }
}
.-post__list .-item .-conts .-title {
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.-post__list .-item .-conts p {
  color: rgba(17, 17, 17, 0.6);
  margin: 1rem 0 0 0;
  font-size: 1.1rem;
}

.-ranking {
  margin: 0.6rem 0 0 0;
  display: flex;
  align-items: center;
}
.-ranking .-text {
  font-size: 1.3rem;
  padding: 0 1rem 0 0;
  font-weight: 500;
}
.-ranking .-star {
  position: relative;
  top: 1px;
}
.-ranking .-star i {
  font-size: 1.5rem;
  color: #ddd;
}
.-ranking .-star.r3 i:nth-child(-n+3) {
  color: #FFDC64;
}
.-ranking .-star.r4 i:nth-child(-n+4) {
  color: #FFDC64;
}
.-ranking .-star.r5 i:nth-child(-n+5) {
  color: #FFDC64;
}

.-time {
  font-size: 1.2rem;
}
.company__body {
  padding: 0 6rem;
}
@media screen and (max-width:768px) {
  .company__body {
    padding: 0 2rem;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}

.company__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .company__header {
    display: block;
  }
}
.company__header .-image {
  max-width: 240px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .company__header .-image {
    margin: 0 auto;
  }
}
.company__header .-conts {
  text-align: left;
  width: 100%;
  padding: 0 0 0 6rem;
}
@media screen and (max-width:768px) {
  .company__header .-conts {
    margin: 2rem auto 0 auto;
    padding: 0;
  }
}
.company__header .-conts .-text1 {
  font-size: 1.6rem;
  font-weight: 500;
}
.company__header .-conts .-info {
  margin: 1.6rem 0 0 0;
}
.company__header .-conts .-info p {
  font-size: 1.2rem;
}
.company__header .-conts .-lable {
  display: flex;
  margin: 0.6rem 0 0 0;
}
@media screen and (max-width:768px) {
  .company__header .-conts .-lable {
    flex-direction: column;
  }
}
.company__header .-conts .-lable span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  color: #999;
  font-size: 1.3rem;
  border-radius: 3px;
  padding: 1rem 2rem;
  margin: 0.6rem 0.6rem 0 0;
}
@media screen and (max-width:768px) {
  .company__header .-conts .-lable span {
    width: 100%;
  }
}
.company__header .-conts .-text2 {
  font-size: 1.3rem;
  margin: 1.4rem 0 0 0;
}

.company__table {
  display: flex;
  margin: 0 -1.5%;
}
@media screen and (max-width:768px) {
  .company__table {
    display: block;
    margin: 0;
  }
}
.company__table .-table_item {
  width: 47%;
  border: 1px solid #E0E0E0;
  margin: 5rem 1.5% 0 1.5%;
  background: #fff;
}
@media screen and (max-width:768px) {
  .company__table .-table_item {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}
.company__table .-table_item.-center dl dd {
  text-align: center;
  width: 100%;
}
.company__table .-table_item h2 {
  background: #EEEEEE;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 1.4rem 0;
}
.company__table .-table_item dl {
  display: flex;
  align-items: center;
  border-top: 1px solid #E0E0E0;
  background: #fff;
}
.company__table .-table_item dl:nth-child(odd) {
  background: #FAFAFA;
}
.company__table .-table_item dl dt,
.company__table .-table_item dl dd {
  padding: 1.2rem 1.8rem;
  font-size: 1.3rem;
}
@media screen and (max-width:768px) {
  .company__table .-table_item dl dt,
  .company__table .-table_item dl dd {
    text-align: left;
    font-size: 1.2rem;
  }
}
.company__table .-table_item dl dt {
  max-width: 140px;
  width: 100%;
  text-align: left;
  border-right: 1px solid #e0e0e0;
}
@media screen and (max-width:768px) {
  .company__table .-table_item dl dt {
    max-width: 100px;
  }
}
.company__table .-table_item dl dd.-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 3rem;
}
@media screen and (max-width:768px) {
  .company__table .-table_item dl dd.-bnr {
    top: 0;
  }
}
.company__table .-table_item dl dd.-bnr img {
  max-width: 360px;
}
@media screen and (max-width:768px) {
  .company__table .-table_item dl dd.-bnr img {
    max-width: 100%;
  }
}
.company__table .-table_item dl dd a {
  color: rgba(17, 17, 17, 0.6);
  text-decoration: underline;
}

.voice__list {
  display: flex;
  flex-wrap: wrap;
}
.voice__list li {
  border-bottom: 1px solid #eee;
  width: 100%;
}
.voice__list li:last-child {
  border-bottom: none;
}
.voice__list li a {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  background: #fff;
  padding: 3rem;
  display: block;
  text-align: left;
}
.voice__list li a:hover {
  opacity: 0.6;
}
.voice__list li a h3 {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
}
.voice__list li a p {
  color: rgba(17, 17, 17, 0.6);
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
}

@media screen and (max-width:768px) {
  .post-type-archive-blog,
  .tax-blog_category {
    overflow-x: hidden;
  }
}
.single__page-conts.-blog__list {
  padding: 0 6rem;
}
@media screen and (max-width:768px) {
  .single__page-conts.-blog__list {
    padding: 0 2rem;
    overflow-x: hidden;
  }
}

.-blog__list {
  display: flex;
  flex-wrap: wrap;
  margin: -3rem -1.2rem 0 -1.2rem;
}
@media screen and (max-width:768px) {
  .-blog__list {
    margin: -3rem -0.7rem 0 -0.7rem;
  }
}

.-blog__items {
  width: 25%;
  padding: 0 1.2rem;
  margin: 3rem 0 0 0;
}
@media screen and (max-width:768px) {
  .-blog__items {
    width: 50%;
    margin-top: 3rem;
    padding: 0 0.7rem;
  }
}
.-blog__items a {
  color: #111;
  display: block;
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}
.-blog__items .-thumbnail {
  overflow: hidden;
  height: 160px;
  border: 1px solid #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.-blog__items .-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.-blog__items .-thumbnail img.-not__image {
  margin: auto;
  transform: scale(0.7);
}
.-blog__items .-info {
  margin: 0;
  padding: 1.2rem 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.-blog__items .-info .-category {
  position: relative;
  display: flex;
}
.-blog__items .-info .-category span {
  position: relative;
  display: block;
  padding: 0 3.4rem 0 0;
}
.-blog__items .-info .-category span:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #444;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  margin-top: -6px;
}
.-blog__items .-info .-category span:last-child {
  padding-right: 0;
}
.-blog__items .-info .-category span:last-child:before {
  display: none;
}
.-blog__items .-info .-update {
  font-weight: 500;
  margin: 0 auto 0 0;
}
.-blog__items .-info .-update .g_update__new {
  padding: 0 0 0 0.6rem;
}
.-blog__items .-title {
  color: rgba(17, 17, 17, 0.8);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0.6rem 0 0 0;
  text-align: justify;
}

.faq-main-nav {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.4rem;
}
@media screen and (max-width:768px) {
  .faq-main-nav {
    display: none;
  }
}
.faq-main-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.faq-main-nav ul li {
  width: 50%;
  padding: 0.4rem 1rem;
}
@media screen and (max-width:768px) {
  .faq-main-nav ul li {
    width: 100%;
  }
}
.faq-main-nav ul li a {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  display: block;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.4rem 2em;
  text-align: left;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width:768px) {
  .faq-main-nav ul li a {
    font-size: 1.2rem;
    padding: 0.8rem 1.4rem;
  }
}
.faq-main-nav ul li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  color: #1f3c88;
  font-size: 24px;
  position: absolute;
  right: 1.1em;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .faq-main-nav ul li a:after {
    font-size: 20px;
    right: 0.6em;
  }
}

.faq-main-conts {
  max-width: 900px;
  width: 100%;
  margin: 2rem auto 0 auto;
  padding: 0 1.4rem;
}
@media screen and (max-width:768px) {
  .faq-main-conts {
    margin-top: 0;
    padding: 0;
  }
}
.faq-main-conts .cat-list-wrap {
  background: #fff;
  padding: 3rem;
  text-align: left;
  border-radius: 6px;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-wrap {
    padding: 0;
  }
}
.faq-main-conts .cat-list-items {
  margin-top: 3rem;
  padding: 2rem 0 0 0;
}
.faq-main-conts .cat-list-items:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-items:first-child {
    padding-top: 0;
  }
}
.faq-main-conts .cat-list-items .cat-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #666;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-items .cat-title {
    font-size: 1.6rem;
  }
}
.faq-main-conts .cat-list-items .cat-list .items {
  border-bottom: 1px solid #eceff2;
}
.faq-main-conts .cat-list-items .faq-head {
  cursor: pointer;
  position: relative;
  padding: 0 3.4rem 0 3.2rem;
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}
.faq-main-conts .cat-list-items .faq-head:hover:after {
  background: #1f3c88;
  color: #fff;
}
.faq-main-conts .cat-list-items .faq-head.open:after {
  content: "\e316";
  background: #1f3c88;
  color: #fff;
}
.faq-main-conts .cat-list-items .faq-head:before {
  content: "Q";
  font-family: "futuramedium";
  color: #1f3c88;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  width: 24px;
  height: 28px;
  left: 0;
  top: 50%;
  line-height: 1;
  text-align: center;
  margin-top: -12px;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-items .faq-head:before {
    transform: scale(0.8, 0.8);
  }
}
.faq-main-conts .cat-list-items .faq-head:after {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  color: #1f3c88;
  width: 24px;
  height: 24px;
  border: 2px solid #1f3c88;
  border-radius: 50em;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -14px;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-items .faq-head:after {
    transform: scale(0.9);
  }
}
.faq-main-conts .cat-list-items .faq-head .title {
  font-size: 1.3em;
  font-weight: bold;
  padding: 2rem 0;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-items .faq-head .title {
    line-height: 1.5;
    padding: 1.4rem 0;
  }
}
.faq-main-conts .cat-list-items .faq-conts {
  display: none;
  background: #f6f6fa;
  padding: 2em;
  margin: 0 0 2.4em 0;
  border-radius: 6px;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-items .faq-conts {
    padding: 1.4em;
    margin-bottom: 1.4em;
  }
}
.faq-main-conts .cat-list-items .faq-conts .description {
  font-size: 1.3em;
  line-height: 1.8;
  position: relative;
  padding: 0 0 0 2.4em;
}
.faq-main-conts .cat-list-items .faq-conts .description:before {
  content: "A";
  color: #d90909;
  font-family: "futuramedium";
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .faq-main-conts .cat-list-items .faq-conts .description:before {
    transform: scale(0.8, 0.8);
  }
}

.form__body {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem;
  background: #fff;
}
@media screen and (max-width:768px) {
  .form__body {
    max-width: 480px;
  }
}
.form__body .-tel__block {
  text-align: center;
  padding: 6rem 0 2rem;
}
.form__body .-tel__block p {
  color: rgab(#111, 0.8);
  font-size: 1.3rem;
}
.form__body .-tel__block .-tel {
  font-size: 3.4rem;
  letter-spacing: 2px;
  padding: 1rem 0.8rem;
  pointer-events: none;
  cursor: default;
}

.form__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0 0;
  border-bottom: 1px solid #eee;
}
.form__nav .-item {
  color: rgba(17, 17, 17, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2rem 3rem;
  position: relative;
  margin: 0 1rem;
}
.form__nav .-item:hover {
  color: #111111;
}
.form__nav .-item.-active {
  color: #111111;
  font-weight: 700;
  opacity: 1;
}
.form__nav .-item.-active::before {
  background: #111111;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.f_main__inner {
  margin: 0 4rem;
}
.f_main__inner form {
  padding: 4rem 0 0 0;
}
@media screen and (max-width:768px) {
  .f_main__inner {
    margin: 4rem 0 0 0;
  }
}

.form__block {
  padding: 1.6rem 0 0 0;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .form__block {
    display: block;
  }
}
.form__block.margin {
  margin-top: 4rem;
}
@media screen and (max-width:768px) {
  .form__block.margin {
    margin-top: 2rem;
  }
}
@media screen and (max-width:768px) {
  .form__block.policy__block {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .form__block.policy__block .form__items.-title {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .form__block {
    display: block;
  }
}
.form__block:first-child {
  padding-top: 0;
}

.form__items.-title {
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 300px;
  margin: 1.2rem 3rem 0 0;
}
@media screen and (max-width: 960px) {
  .form__items.-title {
    min-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .form__items.-title {
    text-align: left;
    display: block;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width:768px) {
  .form__items.-title {
    justify-content: flex-start;
    margin: 0;
    min-width: 100%;
  }
}
.form__items.-title.required:after {
  color: #ff3860;
  content: "*";
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8rem;
}
.form__items.-conts {
  position: relative;
  font-size: 1.3rem;
  width: 100%;
  text-align: left;
}
@media screen and (max-width:768px) {
  .form__items.-conts {
    margin: 0.8rem 0 0 0;
  }
}
.form__items input[type=email],
.form__items input[type=text],
.form__items input[type=tel],
.form__items textarea {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  outline: none;
  border: none;
  padding: 1.4rem;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.3rem;
  border: 1px solid transparent;
  border-radius: 3px;
}
.form__items input[type=email]:hover,
.form__items input[type=text]:hover,
.form__items input[type=tel]:hover,
.form__items textarea:hover {
  background: #f8f8f8;
}
.form__items input[type=email]::placeholder,
.form__items input[type=text]::placeholder,
.form__items input[type=tel]::placeholder,
.form__items textarea::placeholder {
  color: #ccc;
}
.form__items input[type=email]:focus,
.form__items input[type=text]:focus,
.form__items input[type=tel]:focus,
.form__items textarea:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.form__items input[type=email].error,
.form__items input[type=text].error,
.form__items input[type=tel].error,
.form__items textarea.error {
  background: rgba(255, 56, 96, 0.1);
  font-size: 1.3rem;
}
.form__items span.error {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.6rem 0 0 0;
  color: #ff3860;
}
.form__items span.error.formrun-system-show {
  display: block;
}
.form__items.ec__block {
  display: flex;
  align-items: center;
  width: 180px !important;
}
@media screen and (max-width:768px) {
  .form__items.ec__block {
    width: 100% !important;
  }
}
.form__items.ec__block .ec_number {
  white-space: nowrap;
  padding: 0 2rem 0 0;
}
.form__items.ec__block .icon__right {
  position: absolute;
  right: 1.6rem;
}
.form__items select {
  background: #f9f9f9;
  padding: 1.2rem 1.4rem;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 2px;
  font-size: 1.3rem;
  position: relative;
  outline: none;
  color: #666;
}
.form__items select:hover {
  background: #f3f3f3;
}
.form__items select.error {
  background: rgba(255, 56, 96, 0.1);
  border-color: rgba(255, 56, 96, 0.1);
}
.form__items.-checkbox {
  padding: 0;
}
.form__items.-checkbox .error {
  color: #ff3860;
}
.form__items.-checkbox .error .mwform-checkbox-field input[type=checkbox] {
  background-color: rgba(255, 56, 96, 0.1);
}
.form__items.-checkbox input[type=checkbox] {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  appearance: none;
  border: none;
  background-color: #f8f8f8;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  margin: 0 8px 0 0;
  outline: none;
  cursor: pointer;
  position: relative;
}
.form__items.-checkbox input[type=checkbox].error {
  background: rgba(255, 56, 96, 0.1);
}
.form__items.-checkbox input[type=checkbox]:checked {
  background-color: #1f3c88;
}
.form__items.-checkbox input[type=checkbox]:checked::after {
  border-color: #fff !important;
}
.form__items.-checkbox input[type=checkbox]:checked:focus {
  outline: none;
}
.form__items.-checkbox input[type=checkbox]:checked:after {
  position: absolute;
  display: block;
  content: "";
  top: 8px;
  left: 7px;
  width: 10px;
  height: 4px;
  border-left: 2px solid #1f3c88;
  border-bottom: 2px solid #1f3c88;
  transform: rotate(-45deg);
}
.form__items.-checkbox span {
  color: rgba(17, 17, 17, 0.6);
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width:480px) {
  .form__items.-checkbox span {
    font-size: 1.1rem;
  }
}
.form__items.-checkbox label {
  cursor: pointer;
}
.form__items.-checkbox .mwform-checkbox-field-text {
  position: relative;
  top: 3px;
}

.form__items .choice__item {
  display: flex;
  margin: 1.6rem -0.8rem 0 -0.8rem;
}
.form__items .choice__item:first-child {
  margin-top: 0;
}
.form__items .choice__item .-choice {
  width: 50%;
  padding: 0 0.8rem;
}
.form__items .choice__item .-select {
  width: 50%;
  padding: 0 0.8rem;
  position: relative;
}
.form__items .choice__item .-select .icon__right {
  position: absolute;
  top: 18px;
  right: 1.6rem;
}

body .ui-datepicker {
  max-width: 300px;
  width: 100%;
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 2px;
}
body .ui-widget-header {
  background: #ddd;
  border-radius: 0;
  border: none;
  padding: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .ui-widget-header .ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
body .ui-widget-header .ui-datepicker-title select {
  margin: 0;
  font-size: 1.2rem;
}
body .ui-widget-header a {
  position: absolute;
  top: 50% !important;
  width: 28px !important;
  height: 28px !important;
  margin-top: -16px;
  overflow: hidden;
  background: #fff;
  border-radius: 50rem;
  border: none !important;
}
body .ui-widget-header a span {
  background: none !important;
  text-indent: -9999px;
}
body .ui-widget-header a.ui-datepicker-next::before, body .ui-widget-header a.ui-datepicker-prev::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 2rem;
  margin-top: -10px;
}
body .ui-widget-header a.ui-datepicker-prev {
  left: 1rem;
}
body .ui-widget-header a.ui-datepicker-prev::before {
  content: "\e314";
}
body .ui-widget-header a.ui-datepicker-next {
  right: 1rem;
}
body .ui-widget-header a.ui-datepicker-next::before {
  content: "\e315";
}

/* ---------------------------------------
btn
--------------------------------------- */
.form__btn {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 4em 0 0 0;
  padding: 0 0 0 326px;
}
@media screen and (max-width: 900px) {
  .form__btn {
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .form__btn {
    justify-content: center;
    margin: 3em 0 0 0;
    padding: 0;
  }
}
.form__btn button[type=submit],
.form__btn input {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  background: #1f3c88;
  color: #fff;
  width: 48%;
  max-width: 160px;
  margin: 0 1%;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.4rem 0;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .form__btn button[type=submit],
  .form__btn input {
    padding: 1.2rem 0;
  }
}
.form__btn button[type=submit]:hover,
.form__btn input:hover {
  opacity: 0.6;
}
.form__btn input[name=submitBack] {
  background: #ccc;
}

.mw_wp_form_confirm {
  padding-top: 6rem;
}
@media screen and (max-width:768px) {
  .mw_wp_form_confirm {
    padding-top: 3rem;
  }
}
.mw_wp_form_confirm .icon__right {
  display: none !important;
}
.mw_wp_form_confirm .form__items.-title {
  margin-top: 0;
}
.mw_wp_form_confirm .form__items .choice__item .-choice {
  width: auto;
}
.mw_wp_form_confirm .form__block.policy__block {
  display: none;
}

.f_complete__body {
  text-align: center;
  padding: 6rem 0 0 0;
}
.f_complete__body h3 {
  font-size: 2rem;
  font-weight: 500;
}
.f_complete__body p {
  font-size: 1.3rem;
  margin: 1.8rem 0 0 0;
  line-height: 2.2;
}
@media screen and (max-width:768px) {
  .f_complete__body p br {
    display: none;
  }
}

.single__page-conts.-complete {
  margin: 10rem 0 0 0;
}

.s_the_content.form .-tel a {
  font-size: 3.4rem;
  letter-spacing: 2px;
  padding: 1rem 0.8rem;
  color: #111;
}

@media screen and (max-width: 1000px) {
  .single__post {
    padding-left: 3rem;
  }
}
@media screen and (max-width:768px) {
  .single__post {
    background: #fff;
    padding: 0;
  }
}

.single__post-inner {
  width: 100%;
  padding-right: 6rem;
  padding-left: 6rem;
  margin: 0 auto;
}
.single__post-inner.-single {
  background: #fff;
  margin: 0 auto;
}
.single__post-inner.-single .-single__inner {
  max-width: 100%;
}
.single__post-inner .-single__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .single__post-inner {
    width: 100%;
    padding-right: 6rem;
    padding-left: 6rem;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .single__post-inner {
    max-width: 480px !important;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width:768px) {
  .s_single__head {
    margin: 0 -2rem;
  }
}
.s_single__head .g__title {
  position: relative;
}
.s_single__head .g__title .-category__block {
  max-width: 640px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.s_single__head .g__title .-category {
  padding: 0.8rem 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: -1.8rem;
  right: 0;
}

.s_single__conts {
  max-width: 640px;
  margin: 2rem auto 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
.s_single__conts .-update__block {
  margin: 5rem 0 0 0;
}
.s_single__conts .-update__block .g_update__new {
  padding: 0 0 0 1rem;
}
.s_single__conts .-page__title {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .s_single__conts .-page__title {
    font-size: 2.2rem;
  }
}
.s_single__conts .-ranking .-star i {
  padding: 0 0 0 0.4rem;
}

.s_the_content {
  margin: 3rem 0 0 0;
  border-top: 1px solid #111;
  padding: 2rem 0 0 0;
  font-size: 1.3rem;
}
.s_the_content a {
  color: #03A9F4;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}
.s_the_content iframe {
  max-width: 100%;
}
.s_the_content img {
  max-width: 100%;
  object-fit: cover;
  max-height: 400px;
  margin: 2rem 0;
  display: flex;
}
@media screen and (max-width:768px) {
  .s_the_content img {
    margin: 1.6rem 0;
  }
}
.s_the_content h1,
.s_the_content h2,
.s_the_content h3,
.s_the_content h4,
.s_the_content h5,
.s_the_content p,
.s_the_content div,
.s_the_content pre {
  margin-top: 1.6rem;
}
.s_the_content h1,
.s_the_content h2,
.s_the_content h3,
.s_the_content h4,
.s_the_content h5 {
  margin-top: 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width:768px) {
  .s_the_content h1,
  .s_the_content h2,
  .s_the_content h3,
  .s_the_content h4,
  .s_the_content h5 {
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.s_the_content h2 {
  font-size: 2.4rem;
  border-bottom: 2px solid #111;
  padding: 0 0 1rem 0;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .s_the_content h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.s_the_content h3 {
  font-size: 2rem;
  line-height: 1.55;
  border-left: 3px solid #111;
  padding: 0 0 0 2rem;
}
@media screen and (max-width:768px) {
  .s_the_content h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0 1.6rem;
  }
}
.s_the_content h4 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.s_the_content h5 {
  font-size: 1.4rem;
  line-height: 1.6;
}
.s_the_content p strong {
  display: block !important;
}
.s_the_content div strong {
  display: block;
  margin-top: 1rem;
}
.s_the_content ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.s_the_content ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0.8rem 0 0 1rem;
  text-indent: -1.5rem;
}
.s_the_content ul li,
.s_the_content ol li {
  padding: 0.8rem 0 0 1rem;
}
.s_the_content ul li strong,
.s_the_content ol li strong {
  display: inline-block;
}
.s_the_content pre {
  white-space: normal;
  background: #eee;
  padding: 1.4rem;
  font-size: 1.2rem;
  display: block;
}
.s_the_content pre strong {
  display: block;
}
.s_the_content .aligncenter {
  text-align: center !important;
}
.s_the_content .alignleft {
  text-align: left !important;
}
.s_the_content .alignright {
  text-align: right !important;
}

.single-post .g_breadcrumbs {
  margin: -5rem auto 0 auto;
}

.s_single__footer-margin {
  padding: 0 0 16rem 0;
}
@media screen and (max-width:768px) {
  .s_single__footer-margin {
    padding-bottom: 10rem;
  }
}

.s_post__archives {
  margin: 4rem 0 0 0;
}
@media screen and (max-width:768px) {
  .s_post__archives {
    margin-top: 3rem;
  }
}
.s_post__archives.-short .-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.s_post__archives.-short .-title .-jp {
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .s_post__archives.-short .-title .-jp {
    font-size: 1.8rem;
  }
}
.s_post__archives.-short .-post__list {
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (max-width:768px) {
  .s_post__archives.-short .-post__list {
    margin-top: 0;
  }
}
.s_post__archives.-short .-post__list .-item {
  max-width: 100%;
}
.s_post__archives.-short .-post__list .-item a {
  display: flex;
}
.s_post__archives.-short .-post__list .-item a .-thumbs {
  min-width: 180px;
  max-width: 180px;
  max-height: 120px;
}
@media screen and (max-width:768px) {
  .s_post__archives.-short .-post__list .-item a .-thumbs {
    min-width: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}
.s_post__archives.-short .-post__list .-item a .-thumbs span {
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.s_post__archives.-short .-post__list .-item a .-thumbs .-category {
  display: none;
}
.s_post__archives.-short .-post__list .-item a .-conts {
  width: 100%;
  padding: 0 0 0 3rem;
}
@media screen and (max-width:768px) {
  .s_post__archives.-short .-post__list .-item a .-conts {
    padding-left: 1.6rem;
  }
}
.s_post__archives.-short .-post__list .-item a .-conts .-title {
  margin: 0.2rem 0 0 0;
}
.s_post__archives.-short .-post__list .-item a .-conts p {
  margin: 0.4rem 0 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
}
.s_post__archives.-short .-post__list .-item a .-conts .-ranking {
  margin-top: 0;
}

.s_single__footer {
  margin: 4rem 0 0 0;
  padding: 0 0 4rem 0;
}
@media screen and (max-width:768px) {
  .s_single__footer {
    padding-bottom: 0;
  }
}

.s_prev_next {
  margin: 3rem auto 0 auto;
  text-align: center;
  height: auto;
  background: #fafafa;
  padding: 1.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s_prev_next a {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 1.6rem;
  position: relative;
}
.s_prev_next a + a::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #999;
  position: absolute;
  top: 6px;
  left: -1px;
  margin: auto;
}

.social__btn {
  margin: 1.2rem 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social__btn .social__btn-items {
  margin: 0.6rem 0.6rem 0 0;
}
.social__btn .social__btn-items:hover {
  opacity: 0.8;
}
.social__btn .social__btn-items a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
  border-radius: 2px;
  padding: 0 1rem;
  white-space: nowrap;
  border: none;
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}
.social__btn .social__btn-items a i {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.social__btn .social__btn-items a span {
  font-size: 1.2rem;
  font-weight: 500;
}
.social__btn .social__btn-items.-facebook {
  height: 28px;
}
.social__btn .social__btn-items.-facebook_share a {
  background: #4267B2;
  color: #fff;
  border: none;
}
.social__btn .social__btn-items.-facebook_share a:hover {
  background: #365899;
}
.social__btn .social__btn-items.-facebook_share a span {
  color: #fff;
}
.social__btn .social__btn-items.-twitter a {
  background: #03A9F4;
}
.social__btn .social__btn-items.-twitter a i,
.social__btn .social__btn-items.-twitter a span {
  color: #fff;
}
.social__btn .social__btn-items.-twitter a i:before {
  color: #fff;
}
.social__btn .social__btn-items.-pocket a {
  background: #EF4056;
}
.social__btn .social__btn-items.-pocket a i,
.social__btn .social__btn-items.-pocket a span {
  color: #fff;
}
.social__btn .social__btn-items.-pocket a i:before {
  color: #fff;
}
.social__btn .social__btn-items.-feedly a {
  background: #6CC655;
}
.social__btn .social__btn-items.-feedly a i,
.social__btn .social__btn-items.-feedly a span {
  color: #fff;
}
.social__btn .social__btn-items.-feedly a i:before {
  color: #fff;
}
.social__btn .social__btn-items.-hatena a {
  background: #00a4de;
}
.social__btn .social__btn-items.-hatena a i,
.social__btn .social__btn-items.-hatena a span {
  color: #fff;
}
.social__btn .social__btn-items.-hatena a i:before {
  color: #fff;
}
.social__btn .social__btn-items.-line a {
  background: #00c300;
}
.social__btn .social__btn-items.-line a i,
.social__btn .social__btn-items.-line a span {
  color: #fff;
}
.social__btn .social__btn-items.-line a i:before {
  color: #fff;
}

.-policy__block {
  text-align: left;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 4rem 4rem 4rem;
}
@media screen and (max-width:768px) {
  .-policy__block {
    padding: 0;
    border: none !important;
  }
}
.-policy__block .inq_title {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 2.4rem 0 0 0;
}
.-policy__block .inq_comment {
  color: rgba(17, 17, 17, 0.8);
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0.6rem 0 0 0;
}

.f_main__body {
  padding-bottom: 8rem;
}
.f_main__body .-policy__block {
  border: 1px solid #eee;
  margin: 6rem auto 0 auto;
}

.page__404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .page__404 {
    display: block;
  }
}

.page__404-inner {
  width: 100%;
  padding-right: 6rem;
  padding-left: 6rem;
  margin: 0 auto;
  max-width: 520px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #fff;
}
@media screen and (max-width:768px) {
  .page__404-inner {
    max-width: 480px !important;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width:768px) {
  .page__404-inner {
    background: none;
    padding-top: 14rem;
    padding-bottom: 0;
  }
}
.page__404-inner .g__title .-title {
  line-height: 1;
}
.page__404-inner .g__title .-title span {
  font-size: 5rem;
}
.page__404-inner .page__404-conts .-text {
  font-size: 1.2rem;
  line-height: 2.2;
  text-align: center;
  margin: 2rem 0 0 0;
  font-weight: 500;
}
.page__404-inner .page__404-conts .g__btn {
  margin-top: 2rem;
}

.g_breadcrumbs {
  width: 100%;
  padding-right: 6rem;
  padding-left: 6rem;
  margin: 0 auto;
  position: relative;
  margin-top: 10rem;
  padding-bottom: 2rem;
  padding-right: 6rem;
  padding-left: 6rem;
}
@media screen and (max-width:768px) {
  .g_breadcrumbs {
    max-width: 480px !important;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width:768px) {
  .g_breadcrumbs {
    margin-top: 6rem;
  }
}
.g_breadcrumbs .mask {
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, white 100%);
  position: absolute;
  width: 60px;
  height: 40px;
  top: 0;
  right: 0;
}

.g_breadcrumbs__inner {
  display: flex;
  align-items: center;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:768px) {
  .g_breadcrumbs__inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.g_breadcrumbs__inner i {
  font-size: 1.6rem;
  padding: 0 6px;
  color: rgba(17, 17, 17, 0.6);
}
.g_breadcrumbs__inner span a:hover {
  opacity: 0.6;
}
.g_breadcrumbs__inner span.current-item {
  opacity: 0.8;
}
.g_breadcrumbs__inner span .home {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  position: relative;
  left: 3px;
}
.g_breadcrumbs__inner span .home:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #999;
}
.g_breadcrumbs__inner span .home span {
  display: none;
}
.g_breadcrumbs__inner .g_breadcrumbs__icon-arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6rem;
  font-size: 18px;
  color: #aaa;
}
.g_breadcrumbs__inner span {
  color: #666;
  font-size: 1.1rem;
}

.g_pagenavi {
  padding: 5rem 0 0 0;
  width: 100%;
}
@media screen and (max-width:768px) {
  .g_pagenavi {
    padding: 3rem 0 0 0;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "futuramedium";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  position: relative;
  font-weight: 600;
  min-width: 26px;
  padding: 0.5rem 1rem;
  text-align: center;
  white-space: nowrap;
  margin: 0 0.4rem;
  border-radius: 2px;
}
@media screen and (max-width:768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 0.4rem 0.8rem;
    margin: 0 0.2rem;
  }
}
.wp-pagenavi > .pages {
  display: none;
}
.wp-pagenavi a.page {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  border: 1px solid #1f3c88;
  color: #1f3c88;
}
.wp-pagenavi a.page:before {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}
.wp-pagenavi a.page:hover {
  border: 1px solid #1f3c88;
  background: #1f3c88;
  color: #fff;
}
.wp-pagenavi span.current {
  border: 1px solid #1f3c88;
  background: #1f3c88;
  color: #fff;
}
.wp-pagenavi .extend {
  bottom: 2px;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  font-size: 20px;
  padding: 0 0.6rem;
  position: absolute;
}
@media screen and (max-width:480px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    padding: 0 0.4rem;
  }
  .wp-pagenavi .first i,
  .wp-pagenavi .last i {
    position: relative;
    top: 1px;
  }
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #1f3c88;
}
.wp-pagenavi .first {
  left: 1rem;
}
.wp-pagenavi .first:hover {
  margin-left: -6px;
}
.wp-pagenavi .last {
  right: 1rem;
}
.wp-pagenavi .last:hover {
  margin-right: -6px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.g_pagenavi_count {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.sp_block {
  display: none;
}
@media (max-width: 768px) {
  .sp_block {
    display: block;
  }
}

.pc_block {
  display: block;
}
@media (max-width: 768px) {
  .pc_block {
    display: none;
  }
}

.bg_white {
  background: #fff;
}

.mt0 {
  margin-top: 0 !important;
}

.mt02 {
  margin-top: 0.2rem !important;
}

.mt04 {
  margin-top: 0.4rem !important;
}

.mt06 {
  margin-top: 0.6rem !important;
}

.mt08 {
  margin-top: 0.8rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

@media (max-width: 768px) {
  .mt3 {
    margin-top: 2.4rem !important;
  }
  .mt4 {
    margin-top: 3rem !important;
  }
  .mt5 {
    margin-top: 3.6rem !important;
  }
  .mt6 {
    margin-top: 3.8rem !important;
  }
  .mt7 {
    margin-top: 4rem !important;
  }
  .mt8 {
    margin-top: 4rem !important;
  }
  .mt9 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 4rem !important;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

@media (max-width: 768px) {
  .pt3 {
    padding-top: 2.4rem !important;
  }
  .pt4 {
    padding-top: 3rem !important;
  }
  .pt5 {
    padding-top: 3.6rem !important;
  }
  .pt6 {
    padding-top: 3.8rem !important;
  }
  .pt7 {
    padding-top: 4rem !important;
  }
  .pt8 {
    padding-top: 4rem !important;
  }
  .pt9 {
    padding-top: 4rem !important;
  }
  .pt10 {
    padding-top: 4rem !important;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

@media (max-width: 768px) {
  .pb3 {
    padding-bottom: 2.4rem !important;
  }
  .pb4 {
    padding-bottom: 3rem !important;
  }
  .pb5 {
    padding-bottom: 3.6rem !important;
  }
  .pb6 {
    padding-bottom: 3.8rem !important;
  }
  .pb7 {
    padding-bottom: 4rem !important;
  }
  .pb8 {
    padding-bottom: 4rem !important;
  }
  .pb9 {
    padding-bottom: 4rem !important;
  }
  .pb10 {
    padding-bottom: 4rem !important;
  }
}