@charset "UTF-8";
/* --------------------------------------------- */
/* mixin */
/* --------------------------------------------- */
@font-face {
  font-family: "Play";
  font-style: normal;
  font-display: swap;
  src: url("/wp-includes/fonts/Play-Regular.woff2") format("woff2"), url("/wp-includes/fonts/Play-Regular.woff") format("woff");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-display: swap;
  src: url("/wp-includes/fonts/Urbanist-VariableFont_wght.woff2") format("woff2"), url("/wp-includes/fonts/Urbanist-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-display: swap;
  src: url("/wp-includes/fonts/Urbanist-Italic-VariableFont_wght.woff2") format("woff2"), url("/wp-includes/fonts/Urbanist-Italic-VariableFont_wght.woff") format("woff");
}
/* 文字色 */
/* 背景色 */
/* ボーダー色 */
/* 見出し色 */
/* ボタン色 */
/* タブ色 */
/* フッター背景色 */
/* --------------------------------------------- */
/* body */
/* --------------------------------------------- */
body {
  animation: fadeIn 2s ease 0s 1 normal;
}

.body-site {
  overflow: hidden;
  padding-top: 80px;
  color: #222222;
  font-family: "Noto Sans JP", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Spoqa Han Sans JP", sans-serif;
  font-size: 16px;
  /* animation: fadeIn 2s ease 0s 1 normal; */
}
@media screen and (max-width: 1024px) {
  .body-site {
    padding-top: 60px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  line-height: 1.7rem;
}

a {
  color: #222222;
}

hr {
  margin: 40px 0;
  border-top: 1px solid #999999;
}

.entry-meta,
.entry-footer {
  display: none;
}

.fontSRF {
  font-family: "Noto Serif JP", serif;
}

.fontEN {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
}

.fontPLAY {
  font-family: "Play", sans-serif;
}

.colorPK {
  color: #ff0090;
}

.size08 {
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
}

.block {
  display: block !important;
}

.heading01 {
  margin: 0 auto;
  padding: 5px 0 0 5%;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading01 {
    font-size: 18px;
  }
}
.heading01 h2 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .heading01 h2 {
    font-size: 20px;
  }
}
.heading01 h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 4%;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .heading01 h2::before {
    top: 0;
    bottom: -10px;
    width: 95%;
    border-top: none;
    border-bottom: 1px solid #999999;
  }
}
.heading01 span {
  position: absolute;
  top: -30px;
  left: 0px;
  color: rgba(34, 34, 34, 0.1);
  font-family: "Play", sans-serif;
  font-size: 50px;
  text-align: left;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  .heading01 span {
    display: none;
  }
}
.heading01.white h2 {
  color: rgba(255, 255, 255, 0.8);
}
.heading01.white h2::before {
  border-color: rgba(255, 255, 255, 0.4);
}
.heading01.white span {
  color: rgba(255, 255, 255, 0.1);
}

.cap01 {
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cap01 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}

.cap02 {
  width: 100%;
  height: 40px;
  padding: 5px 40px;
  background: #4a4a4a;
  color: #ffffff;
  font-size: 19px;
  position: relative;
  overflow: hidden;
}
.cap02::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #a8cb56;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-45%) skewX(-25deg);
}

.cap03 {
  padding: 5px 10px;
  background: #4a4a4a;
  color: #ffffff;
  font-size: 19px;
  border-left: 30px solid #a8cb56;
}
@media screen and (max-width: 768px) {
  .cap03 {
    border-left: 20px solid #a8cb56;
  }
}

.copy01 {
  text-align: center;
  line-height: 2;
}

.bg01 {
  background-color: #ffffff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bg01 {
    padding: 40px 0;
  }
}

.bg02 {
  background-color: #1e3a6e;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bg02 {
    padding: 40px 0;
  }
}

.bg03 {
  background-color: #4a4a4a;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bg03 {
    padding: 40px 0;
  }
}

.btn01 {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #999999;
  outline: none;
  overflow: hidden;
  transition: ease 0.2s;
}
.btn01 span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: italic;
  position: relative;
  z-index: 3;
}
.btn01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #ff0090;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.btn01:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: #ff0090;
}
.btn01:hover::before {
  animation: btnslide 0.2s forwards;
}

.btn01-ipt {
  display: block;
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
  padding: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #999999;
  outline: none;
  overflow: hidden;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .btn01-ipt {
    width: 80%;
  }
}
.btn01-ipt input {
  width: 100%;
  line-height: 60px;
  color: #222222;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: italic;
  position: relative;
  z-index: 3;
  border: none;
  background: none;
  cursor: pointer;
}
.btn01-ipt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #ff0090;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.btn01-ipt:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: #ff0090;
}
.btn01-ipt:hover input {
  color: #ffffff;
}
.btn01-ipt:hover::before {
  animation: btnslide 0.2s forwards;
}

@keyframes btnslide {
  100% {
    left: -10%;
  }
}
/* --------------------------------------------- */
/* search */
/* --------------------------------------------- */
.wp-block-search__input {
  width: 100%;
  font-size: 18px;
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 0;
}

.wp-block-search .wp-block-search__button {
  word-break: keep-all;
}

.wp-block-latest-comments__comment {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
}

/* --------------------------------------------- */
/* header */
/* --------------------------------------------- */
/* headerとgnaviはheader.css */
/* --------------------------------------------- */
/* main */
/* --------------------------------------------- */
.main-site {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  min-height: 80vh;
}

.article-site {
  width: 100%;
  min-height: 600px;
}
.page-template-default .article-site {
  background: #ffffff;
}
.page-template-temp-side .article-site {
  background: #ffffff;
}

.paragraph {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .paragraph {
    padding: 40px 0;
  }
}

.wrap {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.two-col {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.two-col .two-col-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  padding: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .two-col .two-col-inner {
    padding: 40px 0;
  }
}
.two-col .two-col-inner .article-site {
  max-width: 980px;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .two-col .two-col-inner .article-site {
    max-width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .two-col .two-col-inner .article-site {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    padding-top: 80px;
    border-top: 2px solid #999999;
  }
}

.side-site {
  max-width: 220px;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .side-site {
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .side-site {
    max-width: 100%;
    width: 100%;
  }
}
.side-site .widget {
  margin-bottom: 20px;
}
.side-site .widget h2 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #999999;
}
.side-site .widget label {
  font-weight: 600;
}
.side-site .widget ul li {
  font-size: 14px;
  padding-top: 5px;
}
.side-site .widget ul li::before {
  content: " ";
  display: inline-block;
  margin: 0 7px 0 0;
  width: 7px;
  height: 7px;
  border: solid #222222;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
}
.side-site .widget .sub-menu li {
  margin-left: 7px;
}
.side-site .side-cap {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .side-site .side-cap {
    font-size: 20px;
    padding: 10px 0;
  }
}
.side-site .side-link li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #999999;
}
.side-site .side-link li::before {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border: solid #222222;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
}
.side-site .side-link li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-decoration: none;
}
.side-site .side-link li a:hover {
  color: #ff0090;
}

/* --------------------------------------------- */
/* footer */
/* --------------------------------------------- */
.footer-consul {
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer-consul {
    padding-bottom: 80px;
  }
}
.page-template-default .footer-consul {
  border-top: 1px solid #999999;
}
.page-template-temp-side .footer-consul {
  border-top: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .page-template-temp-side .footer-consul {
    border: none;
  }
}
.footer-consul .text {
  width: 80%;
  position: relative;
}
.footer-consul .text::after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -40px;
  width: 30px;
  height: 30px;
  border: solid #999999;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .footer-consul .text::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-consul .text {
    width: 100%;
  }
}
.footer-consul .text p {
  line-height: 2rem;
}
.footer-consul .link {
  width: 30%;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-consul .link {
    width: 100%;
    padding: 10% 0 0;
  }
}

.footer-btn {
  width: 100%;
  height: 80px;
  background: #a8cb56;
}
@media screen and (max-width: 1024px) {
  .footer-btn {
    height: 60px;
  }
}
.footer-btn a {
  display: inline-block;
  width: 100%;
  line-height: 80px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  transition: ease 0.2s;
}
@media screen and (max-width: 1024px) {
  .footer-btn a {
    line-height: 60px;
  }
}
.footer-btn a span {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-style: italic;
  position: relative;
  z-index: 3;
}
.footer-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #4a4a4a;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.footer-btn a:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: #ff0090;
}
.footer-btn a:hover::before {
  animation: btnslide 0.4s forwards;
}

.footer-site {
  background-color: #000000;
}
.footer-site .footer-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #000000;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-inner {
    flex-flow: column;
    align-items: flex-start;
  }
}
.footer-site .footer-inner .footer-navi nav {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-inner .footer-navi nav {
    flex-flow: column;
    width: 100%;
  }
}
.footer-site .footer-inner .footer-navi nav ul {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-inner .footer-navi nav ul {
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #999999;
  }
}
.footer-site .footer-inner .footer-navi nav ul li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 2rem;
  white-space: nowrap;
}
.footer-site .footer-inner .footer-navi nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  position: relative;
}
.footer-site .footer-inner .footer-navi nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #ff0090;
  transition: width 0.1s;
}
.footer-site .footer-inner .footer-navi nav ul li a:hover::after {
  width: 100%;
}
.footer-site .footer-inner .footer-navi nav ul li a:hover {
  text-decoration: none;
}
.footer-site .footer-inner .footer-logo {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-inner .footer-logo {
    max-width: 180px;
  }
}
.footer-site .footer-copy {
  background-color: #000000;
}
.footer-site .footer-copy span {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  color: #ffffff;
  opacity: 0.5;
  font-size: 10px;
  text-align: right;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-copy span {
    text-align: center;
  }
}

#page-top {
  width: 300px;
  text-align: center;
  position: fixed;
  bottom: calc(50% - 150px);
  right: 30px;
  color: #999999;
  font-family: "Urbanist", sans-serif;
  font-style: italic;
  border-bottom: 1px solid #999999;
  transform-origin: right top;
  transform: rotate(90deg);
  cursor: pointer;
}
#page-top::after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #999999;
  transform: rotate(-45deg);
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 160px;
    right: 0;
    bottom: 60px;
    font-size: 12px;
  }
}

/* --------------------------------------------- */
/* top */
/* --------------------------------------------- */
.top-mv {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 95vh;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .top-mv {
    background-size: cover;
  }
}
.top-mv .text {
  color: #ffffff;
}
.top-mv .text .main {
  font-size: 80px;
  text-indent: -5px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .top-mv .text .main {
    font-size: 10vw;
  }
}
.top-mv .text h1 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-mv .text h1 {
    font-size: 16px;
  }
}
.top-mv .text h1 span {
  font-size: 16px;
}
.top-mv .text p {
  margin-top: 20px;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
}

.top-resolve {
  background: #ffffff;
}
.top-resolve .wrap {
  margin-top: 40px !important;
}
.top-resolve .text {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .top-resolve .text {
    width: 100%;
    padding-right: 0;
  }
}
.top-resolve .text dl dt {
  margin-bottom: 5px;
  font-weight: 600;
}
.top-resolve .text dl dd {
  font-size: 15px;
  line-height: 1.8rem;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-resolve .text dl dd {
    padding-left: 30px;
  }
}
.top-resolve .text dl dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .top-resolve .text dl dd::before {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-resolve .text dl dd {
    margin-top: 20px;
    text-indent: 0;
    line-height: 1.4rem;
  }
}
.top-resolve .link {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-resolve .link {
    width: 100%;
  }
}
.top-resolve .link ul {
  display: flex;
  flex-flow: row wrap;
}
.top-resolve .link ul li {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .top-resolve .link ul li {
    padding: 2px;
  }
}
.top-resolve .link ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.top-resolve .link ul li a img {
  width: 100%;
  filter: brightness(40%);
  transition: all 1s ease;
}
.top-resolve .link ul li a img:hover {
  filter: brightness(100%);
  transform: scale(1.05, 1.05);
  transition: all 0.2s linear;
}
.top-resolve .link ul li a .box {
  display: block;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top-resolve .link ul li a .box {
    padding: 15px;
  }
}
.top-resolve .link ul li a .box p {
  display: block;
  padding-bottom: 5px;
  font-size: 22px;
  white-space: nowrap;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .top-resolve .link ul li a .box p {
    font-size: 18px;
  }
}
.top-resolve .link ul li a .box p span {
  display: block;
  font-size: 17px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-resolve .link ul li a .box p span {
    font-size: 14px;
  }
}
.top-resolve .link ul li a .box > span {
  font-family: "Urbanist", sans-serif;
  font-style: italic;
}
.top-resolve .link ul li a:hover .box {
  background: rgba(30, 58, 110, 0.8);
}

.top-service {
  background: rgba(30, 58, 110, 0.5);
  -webkit-backdrop-filter: blur(5px) grayscale(100%);
          backdrop-filter: blur(5px) grayscale(100%);
}
.top-service .wrap {
  margin-top: 40px !important;
  padding-bottom: 40px;
}
.top-service ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.top-service ul li {
  width: 24%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .top-service ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .top-service ul li:nth-child(3), .top-service ul li:nth-child(4) {
    margin-top: 60px;
  }
}
.top-service ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.top-service ul li a img {
  width: 100%;
  filter: brightness(100%);
  transition: all 0.2s linear;
}
.top-service ul li a img:hover {
  filter: brightness(40%);
  transform: scale(1.05, 1.05);
  transition: all 0.2s linear;
}
.top-service ul li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-service ul li .text {
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.top-service ul li .text::after {
  content: "";
  display: block;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
  transform-origin: left top;
}
.top-service ul li .text h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-style: italic;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .top-service ul li .text h3 {
    font-size: 15px;
  }
}
.top-service ul li .text h4 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-service ul li .text h4 {
    font-size: 13px;
  }
}
.top-service ul li .text span {
  display: inline-block;
  margin-top: 10px;
}

/* --------------------------------------------- */
/* single / page */
/* --------------------------------------------- */
.page-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: rgba(30, 58, 110, 0.5);
  -webkit-backdrop-filter: blur(5px) grayscale(100%);
          backdrop-filter: blur(5px) grayscale(100%);
}
@media screen and (max-width: 768px) {
  .page-title {
    position: relative;
  }
}
.page-title .title {
  width: 75%;
  padding-left: 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-title .title {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-title .title .cap {
  font-family: "Play", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .page-title .title .cap {
    text-align: center;
  }
}
.page-title .title .text {
  border-left: 1px solid #999999;
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .page-title .title .text {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.page-title .title .text h1 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-title .title .text h1 {
    font-size: 16px;
  }
}
.page-title .title .text h2 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-title .title .text h2 {
    font-size: 12px;
  }
}
.page-title .image {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .page-title .image {
    width: 100%;
  }
}

.page-bread {
  display: block;
  width: 100%;
  padding: 5px 5%;
  background: #ffffff;
}
.page-bread ul {
  display: flex;
  flex-flow: row nowrap;
}
.page-bread ul li {
  font-size: 12px;
  white-space: nowrap;
}
.page-bread ul li::after {
  content: " ";
  display: inline-block;
  margin: 0 7px;
  width: 7px;
  height: 7px;
  border: solid #222222;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
}
.page-bread ul li:last-child::after {
  content: none;
}

.page-day {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-style: italic;
  font-size: 12px;
  text-align: right;
  margin-bottom: 40px;
  border-bottom: 1px solid #999999;
}
.page-day time {
  font-family: "Urbanist", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .page-day {
    display: inline-block;
    border: none;
    margin-bottom: 10px;
  }
}

.page-link {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .page-link {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.page-nav {
  margin-top: 20px;
}
.page-nav ul {
  display: flex;
  flex-flow: row wrap;
}
.page-nav ul li {
  width: 20%;
  padding: 10px 2px;
}
@media screen and (max-width: 768px) {
  .page-nav ul li {
    width: 50%;
  }
}
.page-nav ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 5%;
  text-decoration: none;
  border-left: 4px solid #999999;
  position: relative;
  transition: 0.2s border-bottom, 0.2s color;
}
.page-nav ul li a:hover {
  color: #ff0090;
  text-decoration: none;
  border-left: 4px solid #ff0090;
}

.page-price {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-price {
    flex-flow: column;
  }
}
.page-price dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 40px 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-price dt {
    width: 100%;
    padding: 0 0 20px;
  }
}
.page-price dt h3 {
  font-size: 18px;
  font-weight: 600;
}
.page-price dt .text {
  margin-top: 10px;
}
.page-price dt .text span {
  display: flex;
  font-size: 15px;
}
.page-price dd {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 40px 0;
  border-left: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .page-price dd {
    width: 100%;
    padding: 20px 0;
    color: #ffffff;
    border: none;
    background: #4a4a4a;
    border-radius: 5px;
  }
}
.page-price dd .box {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
}
.page-price dd .box ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-price dd .box ul {
    width: 100%;
  }
}
.page-price dd .box ul li {
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .page-price dd .box ul li {
    font-size: 15px;
  }
}

.page-prof {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .page-prof {
    flex-flow: column;
  }
}
.page-prof dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-prof dt {
    width: 100%;
    padding: 0 0 20px;
  }
}
.page-prof dt h3 {
  font-size: 18px;
  font-weight: 600;
}
.page-prof dd {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 0 20px;
  border-left: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .page-prof dd {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.page-prof dd p {
  margin-top: 10px !important;
  font-size: 14px !important;
  line-height: 1.4rem !important;
}
.page-prof dd p:first-child {
  margin: 0 !important;
}

.page-achieve {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .page-achieve {
    flex-flow: column;
  }
}
.page-achieve dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  padding: 20px 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-achieve dt {
    width: 100%;
    padding: 0 0 20px;
  }
}
.page-achieve dt h3 {
  font-size: 18px;
  font-weight: 600;
}
.page-achieve dd {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  padding: 20x 0;
}
@media screen and (max-width: 768px) {
  .page-achieve dd {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.page-achieve dd p {
  margin-top: 10px !important;
  font-size: 14px !important;
  line-height: 1.4rem !important;
}
.page-achieve dd p:first-child {
  margin: 0 !important;
}

.page-info {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.page-info .page-catbt ul li {
  display: inline-block;
}
.page-info .page-catbt ul li a {
  display: block;
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 12px;
  background: #1e3a6e;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-info .page-catbt {
    display: none;
  }
}
.page-info .day {
  font-size: 12px;
}

.page-table dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #999999;
}
.page-table dl dt {
  width: 28%;
}
.page-table dl dt span {
  vertical-align: 10px;
  padding: 5px;
  color: #c00;
  font-size: 11px;
}
.page-table dl dd {
  width: 70%;
  margin: 10px 0;
  padding: 0 20px;
  border-left: 1px solid #999999;
}
.page-table dl input,
.page-table dl textarea {
  width: 80%;
  font-size: 18px;
  padding: 5px;
  border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .page-table dl input,
  .page-table dl textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact .page-table dt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact .page-table dd {
    width: 100%;
    padding: 0;
    border: none;
  }
}

/* --------------------------------------------- */
/* archive */
/* --------------------------------------------- */
.pager {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}
.pager .page-numbers {
  padding: 10px 15px;
  font-size: 14px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .pager .page-numbers {
    padding: 5px 10px;
  }
}
.pager .page-numbers:first-child {
  border-radius: 5px 0 0 5px;
}
.pager .page-numbers:last-child {
  border-right: 1px solid #999999;
  border-radius: 0 5px 5px 0;
}
.pager .page-numbers:hover {
  text-decoration: none;
}
.pager .page-numbers.current {
  background: #1e3a6e;
}

.acv-list dl {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  position: relative;
}
.acv-list dl dt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .acv-list dl dt {
    width: 30%;
  }
}
.acv-list dl dd {
  width: 70%;
  padding: 0 10px;
}
.acv-list dl dd .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .acv-list dl dd .title {
    font-size: 14px;
  }
}
.acv-list dl dd .text {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .acv-list dl dd .text {
    display: none;
  }
}
.acv-list dl dd .more {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .acv-list dl dd .more {
    font-size: 12px;
  }
}
.acv-list dl dd .more::before {
  content: " ";
  display: inline-block;
  margin: 0;
  width: 7px;
  height: 7px;
  border: solid #222222;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transform: translateX(-25%) rotate(-45deg);
}

/* --------------------------------------------- */
/* page */
/* --------------------------------------------- */
@media screen and (max-width: 768px) {
  .resolve-main section .cap01 {
    padding: 0;
  }
}
.resolve-main section p {
  margin-top: 30px;
  line-height: 2rem;
}
.resolve-main .resolve-quote {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7rem;
  padding: 15px;
  border: 1px solid #999999;
  border-radius: 5px;
}
.resolve-main .resolve-quote a {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  text-align: right;
  text-decoration: underline;
}
.resolve-main .resolve-quote a:hover {
  text-decoration: none;
}
.resolve-main .resolve-suggest {
  width: 100%;
  margin-top: 40px;
  padding: 80px 40px 40px;
  color: #ffffff;
  background: #4a4a4a;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .resolve-main .resolve-suggest {
    padding: 80px 20px 20px;
  }
}
.resolve-main .resolve-suggest .label {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  padding: 2px 40px;
  font-size: 16px;
  background: #a8cb56;
}
@media screen and (max-width: 768px) {
  .resolve-main .resolve-suggest .label {
    padding: 2px 20px;
  }
}
.resolve-main .resolve-suggest .cap {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .resolve-main .resolve-suggest .cap {
    font-size: 18px;
  }
}
.resolve-main .resolve-suggest p {
  margin-top: 10px !important;
  font-size: 14px !important;
  line-height: 1.8rem !important;
}
.resolve-main .resolve-suggest .option {
  display: inline-block;
  height: 16px;
  color: #222222;
  font-family: "Urbanist", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
  padding: 1px 10px;
  background: #ffffff;
}

.wpcf7-form {
  max-width: 980px;
  width: 90%;
  margin: 80px auto;
}
.wpcf7-form dl {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
}
.wpcf7-form dl dt {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form dl dt {
    width: 100%;
  }
}
.wpcf7-form dl dt span {
  margin-left: 10px;
  color: #ff0090;
  font-size: 12px;
}
.wpcf7-form dl dd {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form dl dd {
    width: 100%;
  }
}
.wpcf7-form input[name=your-office],
.wpcf7-form input[name=your-name],
.wpcf7-form input[name=your-email],
.wpcf7-form input[name=your-tel] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 1px solid #999999;
}
.wpcf7-form textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #999999;
}

.wpcf7-not-valid-tip {
  color: #ff0090;
  font-size: 14px;
  font-weight: normal;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0090;
  margin-top: 40px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #a8cb56;
}

.wpcf7 form .wpcf7-response-output {
  margin: 40px 0 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-id-10 .grecaptcha-badge {
  visibility: visible;
}/*# sourceMappingURL=main.css.map */