@charset "UTF-8";
/*
theme Name: expert
Theme URI:https://asset-conversion.com/expert/
description: 専門分野に特化した士業の集客用テーマ「expert」
Author:  株式会社WINQ
Author URI：https://asset-conversion.com
Version:1.0.1
*/
/* ==========================================================================
全ページ共通パーツ
========================================================================== */
html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  font-family: var(--theme-base-font-base-family);
  font-size: var(--theme-base-font-size-pc);
  line-height: 2;
  letter-spacing: 0.04em;
  background-color: #fff;
  color: var(--theme-base-color-txt);
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
@media (max-width: 599px) {
  body {
    font-size: var(--theme-base-font-size-sp);
    letter-spacing: 0;
  }
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a, a, a:before, a:after, input {
  color: inherit;
  text-decoration: none;
  transition-property: background-color, color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.show--pc {
  display: block;
}

.show--sp {
  display: none;
}

@media (max-width: 599px) {
  .show--pc {
    display: none;
  }
  .show--sp {
    display: block;
  }
}
.inner {
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 1024px) {
  .inner {
    max-width: 600px;
  }
}

.btn-wrp {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .btn-wrp {
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .btn-wrp {
    margin-top: 30px;
  }
}

.btn {
  display: inline-block;
  background: var(--theme-base-color-accent);
  border-radius: 50px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  min-width: 290px;
  max-width: 90%;
  padding: 15px 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .btn {
    font-size: 0.83em;
  }
}
@media (max-width: 599px) {
  .btn {
    min-width: 170px;
    font-size: 0.93em;
    padding: 13px 25px;
  }
}
.btn:hover {
  opacity: 0.8;
}

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

.center {
  text-align: center;
}

/*CTAの共通ボタン色*/
.cta-btn01 {
  background-color: var(--theme-base-color-accent);
}

.cta-btn02 {
  background-color: var(--theme-base-color-theme);
}

/*box*/
.box-notfound {
  background: var(--theme-base-color-sub02);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 60px;
  padding: 80px;
  text-align: center;
}
@media (max-width: 599px) {
  .box-notfound {
    margin-top: 0;
    padding: 40px 20px;
  }
}

/*no-img*/
.no-img {
  background-color: var(--theme-base-color-sub01);
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in 0s;
  height: 100%;
}

/* ==========================================================================
header
========================================================================== */
.header {
  width: 100%;
  z-index: 9999;
  position: var(--theme-hd-navi-fix-position);
}
.header .header-upper {
  background: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .header .header-upper {
    padding-right: 90px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1024px) {
  .header .header-upper {
    padding-left: 10px;
  }
}
@media (max-width: 599px) {
  .header .header-upper {
    height: 50px;
    padding-right: 60px;
  }
}
.header .header-upper__left {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .header .header-upper__left {
    margin-right: 0;
  }
}
.header .header-upper .site-desc {
  font-family: var(--theme-base-font-ttl-family);
  font-weight: var(--theme-base-font-ttl-weight);
  font-size: 0.78em;
  letter-spacing: 0;
  margin-left: 15px;
  line-height: 1.4;
  min-width: 200px;
  flex: 1 1 0%;
}
@media (max-width: 1024px) {
  .header .header-upper .site-desc {
    margin-left: 10px;
  }
}
@media (max-width: 599px) {
  .header .header-upper .site-desc {
    display: none;
  }
}
.header .header-upper__right {
  display: flex;
  align-items: center;
}
.header .header-upper__tel {
  font-size: 1.33em;
  line-height: 1.2em;
  font-weight: bold;
  margin-right: 18px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1200px) {
  .header .header-upper__tel {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .header .header-upper__tel {
    display: none;
  }
}
.header .header-upper__tel-time {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
}
.header .header-upper__btns {
  display: flex;
  align-items: center;
}
.header .header-upper__btns a {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  height: 47px;
  line-height: 47px;
  min-width: 186px;
  padding: 0 20px;
  text-align: center;
}
.header .header-upper__btns a:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .header .header-upper__btns {
    display: none;
  }
}
.header .logo {
  line-height: 1.2;
  transition: 0.3s;
}
.header .logo__txt {
  font-size: 1.56em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .header .logo__txt {
    font-size: 1.11em;
  }
}
@media (max-width: 599px) {
  .header .logo__txt {
    font-size: 1.07em;
  }
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 70px;
}
@media (max-width: 599px) {
  .header .logo img {
    max-height: 50px;
  }
}
.header .logo:hover {
  opacity: 0.8;
}
.header .header-lower {
  height: 50px;
  background-color: var(--theme-base-color-sub01);
  padding-right: 16px;
}
@media (max-width: 1200px) {
  .header .header-lower {
    display: none;
  }
}
.header .header-lower .global-nav {
  width: 100%;
  font-size: 0.88em;
  line-height: 1.2;
  height: 100%;
}
.header .header-lower .global-nav > ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.header .header-lower .global-nav > ul > li {
  margin: 0 16px;
  position: relative;
}
.header .header-lower .global-nav > ul > li > a {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 100%;
}
.header .header-lower .global-nav > ul > li::after {
  content: "";
  position: absolute;
  background: var(--theme-base-color-accent);
  height: 3px;
  border-radius: 3px;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all 0.35s cubic-bezier(0.165, 0.865, 0.86, 1.015);
  width: 100%;
}
.header .header-lower .global-nav > ul > li:hover::after {
  transform: scale(1);
}
.header .header-lower .global-nav > ul > li > .sub-menu {
  display: none;
  background: var(--theme-base-color-accent);
  right: 0;
  position: absolute;
  top: 50px;
  padding: 5px;
}
.header .header-lower .global-nav > ul > li > .sub-menu > li {
  padding-left: 0;
}
.header .header-lower .global-nav > ul > li > .sub-menu > li > a {
  background: none;
  padding-left: 6px;
}
.header .header-lower .global-nav ul .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header .header-lower .global-nav ul .sub-menu {
  white-space: nowrap;
  line-height: 1.2;
}
.header .header-lower .global-nav ul .sub-menu li {
  padding-left: 15px;
}
.header .header-lower .global-nav ul .sub-menu li a {
  display: block;
  padding: 5px 6px 5px 24px;
  color: #fff;
  background: url(./assets/img/common/menu-arrow.svg) no-repeat 12px 10px/4px 10px;
}
.header .header-lower .global-nav ul .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.18);
}

/*  ハンバーガーメニュー  */
header .hamburger-button {
  background: var(--theme-base-color-accent);
  cursor: pointer;
  display: none;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 90;
}
@media (max-width: 599px) {
  header .hamburger-button {
    width: 50px;
    height: 50px;
  }
}
header .hamburger-button span {
  position: absolute;
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 30px;
}
@media (max-width: 599px) {
  header .hamburger-button span {
    width: 25px;
  }
}
header .hamburger-button span:nth-child(1) {
  margin-top: -10px;
}
header .hamburger-button span:nth-child(3) {
  margin-top: 10px;
}
header .hamburger-button.active {
  background-color: var(--theme-base-color-theme);
}
@media (max-width: 1024px) {
  header .hamburger-button.active {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 599px) {
  header .hamburger-button.active {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 1200px) {
  header .hamburger-button.active span {
    width: 40px;
  }
}
header .hamburger-button.active span:nth-child(2) {
  background-color: rgba(255, 255, 255, 0);
}
header .hamburger-button.active span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .hamburger-button.active span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*メニューウィンドウ */
header .drawer {
  background-color: var(--theme-base-color-theme);
  color: #fff;
  display: none;
  height: 100vh;
  letter-spacing: 0.02em;
  line-height: 1.4;
  overflow: auto;
  padding: 80px 5% 100px;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 80;
}

header .drawer-inner {
  margin: auto;
  max-width: calc(800px + 10%);
}

header .drawer-nav a {
  display: block;
  transition: 0.2s;
  width: 100%;
}
header .drawer-nav a:hover {
  text-decoration: underline;
}
header .drawer-nav > ul > li {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0 50px 0 20px;
  width: 100%;
}
@media (max-width: 599px) {
  header .drawer-nav > ul > li {
    padding: 0 40px 0 10px;
  }
}
header .drawer-nav > ul > li > a {
  position: relative;
  font-weight: bold;
  height: 55px;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  header .drawer-nav > ul > li > a {
    font-size: 1.2em;
  }
}
header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot {
  display: block;
  height: 55px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}
@media (max-width: 599px) {
  header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot {
    width: 40px;
  }
}
header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot::before, header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  right: 15px;
  top: 25px;
}
@media (max-width: 599px) {
  header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot::before, header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot::after {
    right: 10px;
  }
}
header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot::after {
  transform: rotate(90deg);
}
header .drawer-nav > ul > li.menu-item-has-children > .js-menuRoot.active::after {
  display: none;
}
header .drawer-nav > ul > li > .sub-menu {
  margin-bottom: 20px;
}
header .drawer-nav .sub-menu li {
  margin-left: 10px;
  background: url(./assets/img/common/menu-arrow.svg) no-repeat left 10px/4px 10px;
  padding-left: 15px;
}
header .drawer-nav .sub-menu li a {
  padding: 5px 0;
  position: relative;
  font-size: 0.83em;
}
@media (max-width: 599px) {
  header .drawer-nav .sub-menu li a {
    font-size: 1em;
  }
}

header .bottom-contact {
  display: none;
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  max-width: 800px;
  width: 100vw;
  padding: 0 5%;
}
@media (max-width: 1200px) {
  header .bottom-contact {
    display: flex;
  }
}
header .bottom-contact li {
  width: 32.5%;
  line-height: 1.2;
  min-height: 50px;
  margin-right: 1.25%;
}
header .bottom-contact li:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  header .bottom-contact li {
    font-size: 0.93em;
    min-height: 45px;
  }
}
header .bottom-contact li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-base-color-accent);
  color: #fff;
  text-align: center;
  height: 100%;
  padding: 5px;
  font-weight: bold;
}

/* PC用ナビを非表示にしてハンバーガーメニュー出現 */
@media screen and (max-width: 1200px) {
  .global-nav {
    display: none;
  }
  header .hamburger-button {
    display: block;
  }
}
/* ハンバーガーメニュー出現幅より大きい時、ドロワーが開いていた場合は非表示 */
@media screen and (min-width: 1201px) {
  header .drawer {
    display: none !important;
  }
}
/* サブメニュー */
header .drawer-nav .sub-menu {
  display: none;
}

/* ==========================================================================
#content , main
========================================================================== */
#content {
  position: relative;
}

.header-fix main {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .header-fix main {
    padding-top: 70px;
  }
}
@media (max-width: 599px) {
  .header-fix main {
    padding-top: 50px;
  }
}

main {
  padding-bottom: 150px;
}
@media (max-width: 599px) {
  main {
    padding-bottom: 90px;
  }
}

/* ==========================================================================
footer
========================================================================== */
.ft-related {
  position: relative;
  background-image: var(--theme-ft-releted-bg-pc);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0 110px;
}
@media (max-width: 1024px) {
  .ft-related {
    padding: 58px 0 90px;
  }
}
@media (max-width: 599px) {
  .ft-related {
    background-image: var(--theme-ft-releted-bg-sp);
  }
}
.ft-related .inner {
  position: relative;
  z-index: 20;
  width: 100%;
}
@media (max-width: 1024px) {
  .ft-related .inner {
    max-width: 960px;
  }
}
.ft-related__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--theme-ft-releted-overlay-color);
}
.ft-related__scroll {
  text-align: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ft-related__scroll::-webkit-scrollbar {
  display: none;
}
.ft-related__list {
  display: inline-flex;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .ft-related__list {
    margin-left: 5vw;
  }
}
@media (max-width: 1024px) {
  .ft-related__list::after {
    display: block;
    content: "";
    min-width: 5vw;
    height: 1px;
  }
}
.ft-related__item {
  background: #fff;
  padding: 30px 25px;
  margin: 0 1% 1%;
  text-align: center;
  flex: 1 1 0%;
  min-width: 280px;
  max-width: 380px;
}
@media (max-width: 599px) {
  .ft-related__item {
    margin: 0 1.6% 1.6% 0;
    min-width: 200px;
    padding: 20px 10px;
  }
}
@media (max-width: 599px) {
  .ft-related__item:last-child {
    margin-right: 0;
  }
}
.ft-related__item p {
  text-align: left;
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .ft-related__item p {
    font-size: 0.93em;
  }
}
.ft-related__item-ttl {
  min-height: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .ft-related__item-ttl {
    min-height: 30px;
    margin-bottom: 3px;
  }
}
.ft-related__item-img {
  margin: 0 auto 20px;
  aspect-ratio: 4/3;
  width: 120px;
}
@media (max-width: 1024px) {
  .ft-related__item-img {
    margin: 0 auto 10px;
  }
}
.ft-related__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .ft-related__item-img img {
    margin: auto;
  }
}
.ft-related__btn {
  font-size: 0.88em;
  min-width: 130px;
  max-width: 100%;
  padding: 8px 15px;
  margin-top: 1em;
}
@media (max-width: 599px) {
  .ft-related__btn {
    font-size: 0.93em;
  }
}

.totop {
  display: block;
  width: 80px;
  height: 80px;
  background-color: var(--theme-base-color-accent);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media (max-width: 1024px) {
  .totop {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
}
.totop::before, .totop::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: calc(50% - 10px);
  right: 50%;
  transform: rotate(-35deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media (max-width: 1024px) {
  .totop::before, .totop::after {
    width: 22px;
    top: calc(50% - 6px);
  }
}
.totop::after {
  transform: rotate(215deg);
}
.totop:hover {
  opacity: 0.8;
}

.footer {
  text-align: center;
}
.footer__company {
  background-color: var(--theme-base-color-sub02);
}
.footer__company .inner {
  padding: 64px 0 72px;
}
@media (max-width: 599px) {
  .footer__company {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .footer__company .inner {
    padding: 40px 0 50px;
  }
}
.footer__logo {
  transition: 0.3s;
}
.footer__logo:hover {
  opacity: 0.8;
}
.footer__logo-txt {
  font-size: 1.56em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .footer__logo-txt {
    font-size: 1.22em;
  }
}
@media (max-width: 599px) {
  .footer__logo-txt {
    font-size: 1.2em;
  }
}
.footer__site-desc {
  font-family: var(--theme-base-font-ttl-family);
  margin-top: 10px;
  font-size: 0.77em;
  line-height: 1.4;
  font-weight: var(--theme-base-font-ttl-weight);
}
@media (max-width: 599px) {
  .footer__site-desc {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.footer__company-name {
  line-height: 1.4;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .footer__company-name {
    font-size: 0.93em;
    margin-top: 25px;
  }
}
.footer__company-address {
  line-height: 1.4;
  margin-top: 7px;
}
@media (max-width: 599px) {
  .footer__company-address {
    font-size: 0.93em;
    margin-top: 5px;
  }
}
.footer__company-address a {
  color: var(--theme-base-color-accent);
}
.footer__company-address a:hover {
  text-decoration: underline;
}
.footer__company-address a::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 18px;
  background-color: var(--theme-base-color-accent);
  -webkit-mask-image: url(./assets/img/common/ico-map.svg);
          mask-image: url(./assets/img/common/ico-map.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: 7px;
  margin-bottom: -2px;
}
.footer__sns {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__sns-item {
  margin: 0 10px;
}
@media (max-width: 599px) {
  .footer__sns-item {
    margin: 0 7px;
  }
}
.footer__sns-item a:hover {
  opacity: 0.7;
}
.footer__sns-item img {
  width: 40px;
}
.footer__bottom .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer__bottom .inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.footer__nav {
  font-weight: bold;
  display: inline-flex;
  flex-wrap: wrap;
}
.footer__nav li {
  margin: 5px 18px;
  font-size: 0.88em;
}
@media (max-width: 1024px) {
  .footer__nav li {
    margin: 3px 10px;
  }
}
@media (max-width: 599px) {
  .footer__nav li {
    font-size: 0.93em;
  }
}
.footer__nav li a:hover {
  color: var(--theme-base-color-accent);
}

.copyright {
  display: block;
  font-size: 0.88em;
  padding: 40px 0 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .copyright {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .copyright {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
ページ共通パーツ
========================================================================== */
/* タイトル */
.sec-ttl {
  font-family: var(--theme-base-font-ttl-family);
  font-size: 3em;
  font-weight: var(--theme-base-font-ttl-weight);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .sec-ttl {
    font-size: 2.28em;
  }
}
@media (max-width: 599px) {
  .sec-ttl {
    font-size: 1.87em;
  }
}

.sec-ttl-en {
  font-size: 1.33em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  color: var(--theme-base-color-theme);
}
@media (max-width: 1024px) {
  .sec-ttl-en {
    font-size: 1.1em;
  }
}
@media (max-width: 599px) {
  .sec-ttl-en {
    font-size: 0.93em;
    margin-top: 5px;
  }
}

.sec-desc {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 599px) {
  .sec-desc {
    margin-bottom: 30px;
  }
}
.sec-desc p {
  text-align: left;
  display: inline-block;
}

.head-desc {
  text-align: center;
  margin-top: 35px;
}
.head-desc p {
  display: inline-block;
  text-align: left;
}
@media (max-width: 1024px) {
  .head-desc {
    font-size: 0.83em;
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .head-desc {
    font-size: 1em;
  }
}

/* ======================
カテゴリー
=========================*/
/* 一覧ページのカテゴリーリスト */
.category-box {
  margin-top: 60px;
}
@media (max-width: 599px) {
  .category-box {
    margin-top: 30px;
  }
}

.category-list {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .category-list {
    justify-content: flex-start;
  }
}
.category-list li {
  margin: 0 15px;
  position: relative;
  font-weight: bold;
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .category-list li {
    font-size: 0.93em;
    margin: 0 5px;
  }
}
.category-list li a {
  padding-left: 14px;
}
.category-list li a::before, .category-list li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: var(--theme-base-color-txt);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  border-radius: 100px;
  transform: rotate(55deg);
  transform-origin: calc(100% - 0px) 50%;
}
@media (max-width: 1024px) {
  .category-list li a::before, .category-list li a::after {
    width: 5px;
    height: 1px;
    top: 50%;
  }
}
.category-list li a::after {
  transform: rotate(-55deg);
}
.category-list li a:hover {
  text-decoration: underline;
  color: var(--theme-base-color-accent);
}
.category-list li a:hover::before, .category-list li a:hover::after {
  background: var(--theme-base-color-accent);
}
@media (max-width: 599px) {
  .category-list li a {
    letter-spacing: 0;
  }
}
.category-list .current {
  text-decoration: underline;
  color: var(--theme-base-color-accent);
}
.category-list .current::before, .category-list .current::after {
  background: var(--theme-base-color-accent);
}

/* 個々の投稿のカテゴリ */
.this-cates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 20;
  margin-left: -5px;
}
.this-cates a {
  font-weight: bold;
  border-radius: 50px;
  background-color: #222;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 8px;
  margin: 3px 0 3px 5px;
  white-space: nowrap;
  font-size: 0.88em;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .this-cates a {
    font-size: 0.93em;
  }
}
.this-cates a:hover {
  opacity: 0.8;
}
.this-cates--tax {
  margin-left: -10px;
}
@media (max-width: 599px) {
  .this-cates--tax {
    margin-left: -5px;
  }
}
.this-cates--tax a {
  border-radius: 3px;
  background-color: var(--theme-base-color-theme);
  font-size: 14px;
  padding: 4px 4px;
  margin-left: 10px;
}
@media (max-width: 599px) {
  .this-cates--tax a {
    font-size: 13px;
    padding: 3px 3px;
    margin-left: 5px;
  }
}

/*実績リスト（トップ、アーカイブ）*/
.achievement-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.achievement-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.achievement-item__upper {
  padding: 15px 20px 25px 20px;
  background-color: var(--theme-base-color-theme);
  transition: 0.2s;
  color: #fff;
}
@media (max-width: 599px) {
  .achievement-item__upper {
    padding: 8px 10px 13px 10px;
  }
}
.achievement-item__ttl {
  font-size: 1.44em;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 599px) {
  .achievement-item__ttl {
    font-size: 1.2em;
  }
}
.achievement-item__meta {
  display: flex;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .achievement-item__meta {
    margin-top: 5px;
  }
}
.achievement-item__meta .this-cates--tax a {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: normal;
  border-radius: 0;
}
.achievement-item__client {
  margin-right: 10px;
}
@media (max-width: 599px) {
  .achievement-item__client {
    font-size: 0.93em;
  }
}
.achievement-item__point {
  font-weight: bold;
  padding: 25px 30px 20px 30px;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .achievement-item__point {
    padding: 10px 15px 7px 15px;
  }
}
.achievement-item__point li {
  line-height: 1.4;
  padding: 0 0 15px 28px;
  background: url(./assets/img/common/ico-checkbox.svg) no-repeat 0 3px/23px auto;
}
@media (max-width: 599px) {
  .achievement-item__point li {
    letter-spacing: 0;
    background-size: 14px auto;
    padding: 0 0 10px 18px;
  }
}
.achievement-item:hover .achievement-item__ttl {
  text-decoration: underline;
}
.achievement-item:hover .achievement-item__upper {
  opacity: 0.9;
}

/*サービスリスト（トップ、サービスアーカイブ、サービスシングル）*/
.service-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .service-list {
    display: block;
  }
}

.service-item {
  width: calc(50% - 20px);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
  margin: 10px;
}
@media (max-width: 1024px) {
  .service-item {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 520px;
  }
}
.service-item__img {
  aspect-ratio: 520/282;
  overflow: hidden;
}
.service-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease-in 0s;
}
.service-item__txt-area {
  padding: 27px 18px;
}
@media (max-width: 599px) {
  .service-item__txt-area {
    padding: 16px 10px 10px;
  }
}
.service-item__ttl {
  font-size: 1.55em;
  color: var(--theme-base-color-theme);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 599px) {
  .service-item__ttl {
    font-size: 1.6em;
  }
}
.service-item__desc {
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .service-item__desc {
    font-size: 0.93em;
    line-height: 1.7;
  }
}
.service-item__point {
  font-weight: bold;
  line-height: 1.4;
  background-color: var(--theme-base-color-sub02);
  padding: 6px 18px;
  margin-top: 15px;
}
@media (max-width: 599px) {
  .service-item__point {
    font-size: 0.93em;
    padding: 2px 10px;
  }
}
.service-item__point li {
  border-bottom: 1px dashed #999;
  padding: 13px 0 13px 37px;
  position: relative;
}
.service-item__point li:last-child {
  border-bottom: none;
}
@media (max-width: 599px) {
  .service-item__point li {
    background-size: 16px auto;
    padding: 12px 0 12px 25px;
  }
}
.service-item__point li::before {
  content: "";
  display: block;
  width: 22px;
  height: 19px;
  position: absolute;
  top: calc(13px + 0.1em);
  left: 10px;
  background: url(./assets/img/common/ico-checkbox.svg) no-repeat left top/contain;
}
@media (max-width: 599px) {
  .service-item__point li::before {
    left: 6px;
    width: 16px;
    height: 14px;
    top: calc(12px + 0.2em);
  }
}
.service-item a {
  display: block;
  height: 100%;
}
.service-item a:hover .service-item__img img {
  transform: scale(1.1, 1.1);
}
.service-item a:hover .service-item__ttl {
  text-decoration: underline;
}

.archive-service .service-list {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1024px) {
  .archive-service .service-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.archive-service .service-item__point {
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .archive-service .service-item__point {
    font-size: 0.93em;
  }
}
.archive-service .service-item__point li::before {
  width: 20px;
  height: 18px;
}
@media (max-width: 599px) {
  .archive-service .service-item__point li::before {
    width: 16px;
    height: 14px;
  }
}

/* ==========================================================================
  topページ
========================================================================== */
main.top-page {
  padding-bottom: 0;
}

.top-page .inner {
  max-width: 1080px;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .top-page .inner {
    max-width: 600px;
  }
}
@media (max-width: 599px) {
  .top-page .inner {
    padding: 35px 0;
  }
}
.top-page .top-mv + .top-sec .inner {
  padding-top: 155px;
}
@media (max-width: 599px) {
  .top-page .top-mv + .top-sec .inner {
    padding-top: 130px;
  }
}
.top-page .top-mv + .top-prof {
  margin-top: 0;
}
.top-page .top-sec:last-child .inner {
  padding-bottom: 135px;
}
@media (max-width: 599px) {
  .top-page .top-sec:last-child .inner {
    padding-bottom: 90px;
  }
}
.top-page .top-prof + .top-sec .inner {
  padding-top: 100px;
}
@media (max-width: 599px) {
  .top-page .top-prof + .top-sec .inner {
    padding-top: 60px;
  }
}
.top-page .sec-ttl {
  font-family: var(--theme-top-font-title-family);
  font-weight: var(--theme-top-font-title-weight);
  font-size: var(--theme-top-font-title-size-pc);
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .top-page .sec-ttl {
    font-size: var(--theme-top-font-title-size-tablet);
  }
}
@media (max-width: 599px) {
  .top-page .sec-ttl {
    font-size: var(--theme-top-font-title-size-sp);
    margin-bottom: 30px;
  }
}

.top-head-info {
  background-color: var(--theme-base-color-sub02);
  padding: 10px 0 10px 30px;
}
@media (max-width: 1024px) {
  .top-head-info {
    padding-left: 0;
  }
}
.top-head-info .inner {
  padding: 0;
}
@media (max-width: 1024px) {
  .top-head-info .inner {
    max-width: none;
  }
}
.top-head-info__wrapper {
  display: flex;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .top-head-info__wrapper {
    flex-wrap: wrap;
  }
}
.top-head-info__date {
  font-size: 1.4rem;
  margin-right: 8px;
}
@media (max-width: 599px) {
  .top-head-info__date {
    font-size: 1.3rem;
    margin-right: 5px;
  }
}
.top-head-info__cate {
  margin-right: 10px;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .top-head-info__cate {
    margin-right: 0;
  }
}
.top-head-info__txt {
  font-size: 0.88em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .top-head-info__txt {
    font-size: 0.93em;
    width: 100%;
    margin: 5px 0 0;
  }
}
@media (max-width: 599px) {
  .top-head-info .this-cates--tax a {
    font-size: 12px;
  }
}

.top-mv {
  position: relative;
  height: 860px;
}
@media (max-width: 599px) {
  .top-mv {
    height: 480px;
  }
}
.top-mv > .inner {
  position: relative;
  padding: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .top-mv > .inner {
    max-width: 1080px;
  }
}
.top-mv__catch {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  font-family: var(--theme-top-font-catch-family);
  font-size: var(--theme-top-font-catch-size-pc);
  text-align: var(--theme-top-firstview-catch-position);
  font-weight: var(--theme-top-font-catch-weight);
  letter-spacing: 0;
  line-height: 1.42;
  color: var(--theme-top-firstview-catch-color);
  z-index: 30;
}
@media (max-width: 1024px) {
  .top-mv__catch {
    font-size: var(--theme-top-font-catch-size-tablet);
  }
}
@media (max-width: 599px) {
  .top-mv__catch {
    font-size: var(--theme-top-font-catch-size-sp);
  }
}
.top-mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: var(--theme-top-firstview-overlay-color);
}
.top-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.top-mv__img img, .top-mv__img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-mv__bottom-wrp {
  position: relative;
  z-index: 40;
  height: 100%;
}
.top-mv__bottom {
  position: absolute;
  bottom: -65px;
  left: 50%;
  z-index: 40;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 599px) {
  .top-mv__bottom {
    bottom: -84px;
  }
}
.top-mv__bottom-inner {
  max-width: calc(1050px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
@media (max-width: 1000px) {
  .top-mv__bottom-inner {
    padding: 0 0 0 5vw;
  }
}
.top-mv__bottom-scroll {
  overflow-x: auto;
  padding-bottom: 20px;
}
.top-mv__bottom-ttl {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 18px 5px;
  padding-left: 30px;
  background: url(./assets/img/common/ico-attention.svg) no-repeat left center/23.5px 23.5px;
}
@media (max-width: 599px) {
  .top-mv__bottom-ttl {
    font-size: 0.93em;
    margin: 0 0 10px 5px;
    background-size: 21px 21px;
    padding-left: 25px;
  }
}
.top-mv__bottom-list {
  display: flex;
  justify-content: flex-start;
}
.top-mv__bottom-list li {
  width: calc(33.33% - 10px);
  min-width: 290px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .top-mv__bottom-list li {
    width: 290px;
  }
}
.top-mv__bottom-list li a {
  display: block;
  height: 100%;
}
.top-mv__bottom-list li a:hover img, .top-mv__bottom-list li a:hover .no-img {
  transform: scale(1.1, 1.1);
}
.top-mv__bottom-list li .no-img {
  font-size: 20px;
  padding-bottom: 6%;
}
.top-mv__bottom-list li .img {
  aspect-ratio: 34/18;
}
.top-mv__bottom-list li .img img {
  display: block;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-mv__bottom-list li .txt {
  position: absolute;
  left: 0;
  bottom: -0.5px;
  width: 100%;
  color: #fff;
  font-size: 0.88em;
  font-weight: bold;
  line-height: 1.4;
  padding: 7px 5px;
  background-color: rgba(var(--theme-base-color-accent-rgb), 0.9);
}
@media (max-width: 599px) {
  .top-mv__bottom-list li .txt {
    font-size: 0.93em;
    letter-spacing: 0;
  }
}

.top-strength .inner {
  max-width: 1040px;
}
@media (max-width: 1024px) {
  .top-strength .inner {
    max-width: 600px;
  }
}
.top-strength .sec-ttl {
  margin-bottom: 55px;
}
@media (max-width: 599px) {
  .top-strength .sec-ttl {
    margin-bottom: 20px;
  }
}
.top-strength .strength-list {
  display: flex;
  margin: 0 0 32px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .top-strength .strength-list {
    max-width: 500px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: left;
  }
}
@media (max-width: 599px) {
  .top-strength .strength-list {
    max-width: 400px;
  }
}
.top-strength .strength-list li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  background-color: var(--theme-base-color-theme);
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 23.08%;
  border-radius: 50%;
  text-align: center;
  margin: 0.96%;
  letter-spacing: 0;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .top-strength .strength-list li {
    width: 45%;
    margin: 2.5%;
  }
}
.top-strength .strength-list__number {
  font-size: 64px;
  line-height: 1;
}
@media (max-width: 599px) {
  .top-strength .strength-list__number {
    font-size: 44px;
  }
}
.top-strength .strength-list__number .unit {
  font-size: 26px;
}
@media (max-width: 599px) {
  .top-strength .strength-list__number .unit {
    font-size: 19px;
  }
}
.top-strength .strength-list__label {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 7px;
  padding: 0 5px;
}
@media (max-width: 599px) {
  .top-strength .strength-list__label {
    font-size: 18px;
    margin-top: 4px;
  }
}
.top-strength .strength-list__sup {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 7px;
  padding: 0 15px;
}
@media (max-width: 599px) {
  .top-strength .strength-list__sup {
    font-size: 12px;
    margin-top: 4px;
  }
}
.top-strength .strength-reason {
  padding: 0 10px 10px;
}
@media (max-width: 599px) {
  .top-strength .strength-reason {
    padding: 0;
  }
}
.top-strength .strength-reason__lead {
  position: relative;
  font-size: 1.55em;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .top-strength .strength-reason__lead {
    padding-left: 40px;
    font-size: 1.22em;
  }
}
@media (max-width: 599px) {
  .top-strength .strength-reason__lead {
    font-size: 1.2em;
    padding-left: 30px;
  }
}
.top-strength .strength-reason__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 18px;
  height: 24px;
  border-right: 5px solid #222;
  border-bottom: 5px solid #222;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
@media (max-width: 1024px) {
  .top-strength .strength-reason__lead::before {
    width: 15px;
    height: 20px;
  }
}
@media (max-width: 599px) {
  .top-strength .strength-reason__lead::before {
    top: 0.15em;
    border-width: 4px;
    width: 11px;
    height: 16px;
  }
}
.top-strength .strength-reason__txt {
  margin-left: 5px;
  margin-top: 5px;
}

.top-prof {
  position: relative;
  background-image: var(--theme-top-profile-bg-pc);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .top-prof {
    margin-top: 25px;
    background-image: var(--theme-top-profile-bg-sp);
  }
}
.top-prof__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--theme-top-profile-overlay-color);
}
.top-prof .inner {
  position: relative;
  z-index: 20;
  max-width: 1040px;
  padding: 95px 0;
}
@media (max-width: 1024px) {
  .top-prof .inner {
    max-width: 600px;
  }
}
@media (max-width: 599px) {
  .top-prof .inner {
    padding: 60px 0;
  }
}
.top-prof__contents {
  padding-top: 13px;
}
@media (max-width: 599px) {
  .top-prof__contents {
    padding-top: 0;
  }
}
.top-prof__img {
  max-width: 50%;
  padding: 0 25px 0 15px;
  margin-bottom: 10px;
  float: left;
}
@media (max-width: 1024px) {
  .top-prof__img {
    max-width: 70%;
    margin: 0 auto 30px;
    float: none;
    padding: 0;
  }
}
.top-prof__ttl {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: var(--theme-base-color-theme);
}
@media (max-width: 1024px) {
  .top-prof__ttl {
    font-size: 1.4em;
  }
}
@media (max-width: 599px) {
  .top-prof__ttl {
    font-size: 1.33em;
  }
}
.top-prof__desc {
  margin-top: 25px;
}

.top-achievement .inner {
  padding-bottom: 0;
}
.top-achievement .achievement-item-wrp {
  padding: 10px;
  height: 100%;
}
@media (max-width: 599px) {
  .top-achievement .achievement-item-wrp {
    margin: 0 auto;
    width: 90%;
  }
}
.top-achievement .achievement-item {
  width: 700px;
  height: calc(100% - 20px);
}
@media (max-width: 1024px) {
  .top-achievement .achievement-item {
    width: 540px;
  }
}
@media (max-width: 599px) {
  .top-achievement .achievement-item {
    width: 100%;
  }
}
.top-achievement .achievement-item__upper {
  padding-bottom: 17px;
  min-height: 70px;
}
@media (max-width: 599px) {
  .top-achievement .achievement-item__upper {
    padding: 13px 20px;
    min-height: 45px;
  }
}
.top-achievement .achievement-item__ttl {
  font-size: 1.33em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .top-achievement .achievement-item__ttl {
    font-size: 1.2em;
  }
}
.top-achievement .achievement-item__client {
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .top-achievement .achievement-item__client {
    font-size: 0.93em;
  }
}
@media (max-width: 599px) {
  .top-achievement .achievement-item__point {
    padding-left: 20px;
  }
}
.top-achievement .achievement-item__point li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-achievement .btn-wrp {
  margin-top: 96px;
  margin-bottom: 70px;
}
@media (max-width: 599px) {
  .top-achievement .btn-wrp {
    margin-top: 57px;
    margin-bottom: 35px;
  }
}
.top-achievement .swiper-container {
  position: relative;
}
.top-achievement .swiper-container .swiper-pagination {
  bottom: -40px !important;
}
@media (max-width: 599px) {
  .top-achievement .swiper-container .swiper-pagination {
    bottom: -25px !important;
  }
}
.top-achievement .swiper-slide {
  width: auto;
  height: auto;
}
@media (max-width: 1480px) {
  .top-achievement .num-achievements-1, .top-achievement .num-achievements-2 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-achievement .num-achievements-1 .swiper-wrapper, .top-achievement .num-achievements-2 .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1480px) {
  .top-achievement .num-achievements-1 .swiper-wrapper, .top-achievement .num-achievements-2 .swiper-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 1480px) {
  .top-achievement .num-achievements-1 .swiper-slide, .top-achievement .num-achievements-2 .swiper-slide {
    width: 100%;
  }
}
.top-achievement .num-achievements-1 .swiper-button-prev, .top-achievement .num-achievements-1 .swiper-rtl .swiper-button-next,
.top-achievement .num-achievements-1 .swiper-button-next, .top-achievement .num-achievements-1 .swiper-rtl .swiper-button-prev, .top-achievement .num-achievements-2 .swiper-button-prev, .top-achievement .num-achievements-2 .swiper-rtl .swiper-button-next,
.top-achievement .num-achievements-2 .swiper-button-next, .top-achievement .num-achievements-2 .swiper-rtl .swiper-button-prev {
  display: none;
}
.top-achievement .num-achievements-1 .swiper-pagination, .top-achievement .num-achievements-2 .swiper-pagination {
  display: none;
}
@media (max-width: 1480px) {
  .top-achievement .num-achievements-1 .achievement-item, .top-achievement .num-achievements-2 .achievement-item {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1480px) {
  .top-achievement .num-achievements-2 .swiper-button-prev, .top-achievement .num-achievements-2 .swiper-rtl .swiper-button-next,
.top-achievement .num-achievements-2 .swiper-button-next, .top-achievement .num-achievements-2 .swiper-rtl .swiper-button-prev {
    display: flex;
  }
}
@media (max-width: 1480px) {
  .top-achievement .num-achievements-2 .swiper-pagination {
    display: block;
  }
}
.top-achievement .swiper-button-prev, .top-achievement .swiper-rtl .swiper-button-next,
.top-achievement .swiper-button-next, .top-achievement .swiper-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
}
@media (max-width: 1024px) {
  .top-achievement .swiper-button-prev, .top-achievement .swiper-rtl .swiper-button-next,
.top-achievement .swiper-button-next, .top-achievement .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 599px) {
  .top-achievement .swiper-button-prev, .top-achievement .swiper-rtl .swiper-button-next,
.top-achievement .swiper-button-next, .top-achievement .swiper-rtl .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.top-achievement .swiper-button-prev, .top-achievement .swiper-rtl .swiper-button-next {
  left: calc(50% - 350px - 40px);
}
@media (max-width: 1024px) {
  .top-achievement .swiper-button-prev, .top-achievement .swiper-rtl .swiper-button-next {
    left: calc(50% - 270px - 30px);
  }
}
@media (max-width: 599px) {
  .top-achievement .swiper-button-prev, .top-achievement .swiper-rtl .swiper-button-next {
    left: calc(5% - 15px);
  }
}
.top-achievement .swiper-button-next, .top-achievement .swiper-rtl .swiper-button-prev {
  right: calc(50% - 350px - 40px);
}
@media (max-width: 1024px) {
  .top-achievement .swiper-button-next, .top-achievement .swiper-rtl .swiper-button-prev {
    right: calc(50% - 270px - 30px);
  }
}
@media (max-width: 599px) {
  .top-achievement .swiper-button-next, .top-achievement .swiper-rtl .swiper-button-prev {
    right: calc(5% - 15px);
  }
}
.top-achievement .swiper-button-next:after, .top-achievement .swiper-button-prev:after {
  content: "";
  width: 60px;
  height: 60px;
}
@media (max-width: 1024px) {
  .top-achievement .swiper-button-next:after, .top-achievement .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 599px) {
  .top-achievement .swiper-button-next:after, .top-achievement .swiper-button-prev:after {
    width: 30px;
    height: 30px;
  }
}
.top-achievement .swiper-button-prev:after, .top-achievement .swiper-rtl .swiper-button-next:after {
  background: url(./assets/img/common/slide-prev.svg) no-repeat center center/contain;
}
.top-achievement .swiper-button-next:after, .top-achievement .swiper-rtl .swiper-button-prev:after {
  background: url(./assets/img/common/slide-next.svg) no-repeat center center/contain;
}
.top-achievement .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 5px;
  background: #222;
  opacity: 1;
}
.top-achievement .swiper-pagination-bullet-active {
  background: var(--theme-base-color-accent);
}
@media (max-width: 1024px) {
  .top-achievement .swiper-pagination-bullet {
    width: 20px;
  }
}

.top-faq__cate {
  font-size: 0;
  display: inline-block;
  text-align: left;
}
.top-faq__cate li {
  font-size: 1.6rem;
  display: inline-block;
  margin: 1px;
}
@media (max-width: 599px) {
  .top-faq__cate li {
    font-size: 1.5rem;
  }
}
.top-faq__cate a {
  display: block;
  line-height: 1;
  letter-spacing: 0;
  background-color: var(--theme-base-color-theme);
  padding: 10px 15px;
  color: #fff;
}
.top-faq__cate a:hover {
  opacity: 0.8;
}

.top-contact__box {
  margin: 0 9px;
  background-color: var(--theme-base-color-sub02);
}
@media (max-width: 599px) {
  .top-contact__box {
    margin: 0;
  }
}
.top-contact__box-upper {
  padding: 30px 40px 30px 25px;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .top-contact__box-upper {
    padding-right: 25px;
  }
}
@media (max-width: 599px) {
  .top-contact__box-upper {
    padding: 15px;
  }
}
.top-contact__box-upper-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .top-contact__box-upper-inner {
    flex-wrap: wrap;
  }
}
.top-contact__box-upper-inner .tel-area {
  width: 36%;
  min-width: 330px;
  margin-right: 1%;
  text-align: center;
}
@media (max-width: 1024px) {
  .top-contact__box-upper-inner .tel-area {
    width: 100%;
  }
}
.top-contact__box-upper-inner .tel {
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
.top-contact__box-upper-inner .time {
  display: block;
  line-height: 1.2;
  margin-top: 4px;
}
.top-contact__box-upper-inner .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.33em;
  min-height: 64px;
  line-height: 1.2;
  width: 30%;
  padding: 0 10px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .top-contact__box-upper-inner .contact-btn {
    margin-top: 14px;
    font-size: 1.11em;
    width: 48%;
  }
}
@media (max-width: 599px) {
  .top-contact__box-upper-inner .contact-btn {
    font-size: 0.93em;
    min-height: 47px;
  }
}
.top-contact__box-upper-inner .contact-btn--right {
  margin-left: 4%;
}
.top-contact__box-upper-inner .contact-btn:hover {
  opacity: 0.8;
}
.top-contact__box-point {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .top-contact__box-point {
    display: block;
  }
}
.top-contact__box-point li {
  width: 50%;
  border: 1px solid #fff;
  padding: 30px 25px 25px;
}
@media (max-width: 1024px) {
  .top-contact__box-point li {
    width: auto;
  }
  .top-contact__box-point li.dummy {
    display: none;
  }
}
@media (max-width: 599px) {
  .top-contact__box-point li {
    padding: 17px 20px 14px;
  }
}
.top-contact__box-point li .point-ttl {
  font-size: 1.33em;
  color: var(--theme-base-color-theme);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .top-contact__box-point li .point-ttl {
    padding-left: 25px;
    margin-bottom: 10px;
  }
}
.top-contact__box-point li .point-ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 18px;
  height: 24px;
  border-right: 5px solid var(--theme-base-color-theme);
  border-bottom: 5px solid var(--theme-base-color-theme);
  transform: rotate(45deg);
  transform-origin: bottom right;
}
@media (max-width: 599px) {
  .top-contact__box-point li .point-ttl::before {
    border-width: 4px;
    width: 11px;
    height: 16px;
    top: 0.2em;
  }
}
.top-contact__box-point li .point-desc {
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .top-contact__box-point li .point-desc {
    font-size: 1em;
    line-height: 1.8;
  }
}

.top-free__content a:not(.btn) {
  color: var(--theme-base-color-accent);
  text-decoration: underline;
}
.top-free__content a:not(.btn):hover {
  text-decoration: none;
}

/* ==========================================================================
下層ページ共通パーツ
========================================================================== */
/* パンくずリスト */
.breadcrumb {
  background: var(--theme-base-color-sub02);
  padding: 22px 0;
  line-height: 1;
}
@media (max-width: 599px) {
  .breadcrumb {
    padding: 15px 0;
  }
}

.breadcrumb-list {
  display: flex;
  text-align: left;
  align-items: center;
  margin: auto;
  width: 90%;
  max-width: 1080px;
  font-size: 0.88em;
  letter-spacing: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 599px) {
  .breadcrumb-list {
    font-size: 1.3rem;
    width: 100%;
    padding-left: 2.7%;
  }
}

.breadcrumb-item {
  display: inline;
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
}
.breadcrumb-item:not(:last-child)::before, .breadcrumb-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: var(--theme-base-color-txt);
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 0;
  transform: rotate(55deg);
  transform-origin: calc(100% - 0px) 50%;
}
@media (max-width: 1024px) {
  .breadcrumb-item:not(:last-child)::before, .breadcrumb-item:not(:last-child)::after {
    width: 4px;
  }
}
.breadcrumb-item:not(:last-child)::after {
  transform: rotate(-55deg);
}
.breadcrumb-item:not(:first-child) {
  margin-left: 13px;
}
.breadcrumb-item span {
  padding-left: 15px;
}
.breadcrumb-item span::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb-item .top::before {
  background: url(./assets/img/common/ico-home.svg) no-repeat center center/contain;
  width: 12px;
  height: 13px;
}
.breadcrumb-item .archive::before {
  background: url(./assets/img/common/ico-archive.svg) no-repeat center center/contain;
  width: 13px;
  height: 11px;
}
.breadcrumb-item .post::before, .breadcrumb-item .page::before {
  background: url(./assets/img/common/ico-post.svg) no-repeat center center/contain;
  width: 12px;
  height: 16px;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}

/* ======================
ページネーション
=========================*/
.link_pages {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .link_pages {
    font-size: 15px;
  }
}
.link_pages .post-page-numbers {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  background: var(--theme-base-color-sub02);
  line-height: 40px;
}
@media (max-width: 599px) {
  .link_pages .post-page-numbers {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.link_pages .post-page-numbers.current {
  color: #fff;
  background: var(--theme-base-color-accent);
}
.link_pages a.post-page-numbers {
  text-decoration: none;
}
.link_pages a.post-page-numbers:hover {
  background-color: rgba(var(--theme-base-color-accent-rgb), 0.3);
}

.pagination {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 599px) {
  .pagination {
    margin-top: 40px;
    font-size: 15px;
  }
}

.page-numbers {
  background: var(--theme-base-color-sub02);
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}
@media (max-width: 599px) {
  .page-numbers {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

a.page-numbers:hover,
a.page-numbers.next:hover,
a.page-numbers.prev:hover {
  background-color: rgba(var(--theme-base-color-accent-rgb), 0.3);
}

.dots {
  background: var(--theme-base-color-sub02);
}

.page-numbers.current {
  background: var(--theme-base-color-accent);
  color: #fff;
}

.pagination a.next,
.pagination a.prev {
  position: relative;
  background: var(--theme-base-color-sub02);
}

.pagination a.prev::before {
  border-top: 1px solid var(--theme-base-color-txt);
  border-left: 1px solid var(--theme-base-color-txt);
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

.pagination a.next::before {
  border-bottom: 1px solid var(--theme-base-color-txt);
  border-right: 1px solid var(--theme-base-color-txt);
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-60%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

/* ==========================================================================
	ブロックエディタパーツ（共通）
	========================================================================== */
.entry-content {
  padding-top: 20px;
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: var(--theme-base-font-ttl-family);
  font-weight: var(--theme-base-font-ttl-weight);
}
.entry-content h1.has-text-align-right, .entry-content h2.has-text-align-right, .entry-content h3.has-text-align-right, .entry-content h4.has-text-align-right, .entry-content h5.has-text-align-right, .entry-content h6.has-text-align-right {
  text-align: right !important;
}
.entry-content h1.has-text-align-left, .entry-content h2.has-text-align-left, .entry-content h3.has-text-align-left, .entry-content h4.has-text-align-left, .entry-content h5.has-text-align-left, .entry-content h6.has-text-align-left {
  text-align: left !important;
}
.entry-content h1.has-text-align-center, .entry-content h2.has-text-align-center, .entry-content h3.has-text-align-center, .entry-content h4.has-text-align-center, .entry-content h5.has-text-align-center, .entry-content h6.has-text-align-center {
  text-align: center !important;
}
.entry-content h2 {
  background: var(--theme-base-color-theme);
  color: #fff;
  font-size: 1.67em;
  line-height: 1.5;
  margin: 60px 0 30px;
  padding: 16px;
  text-align: center;
}
@media (max-width: 599px) {
  .entry-content h2 {
    font-size: 1.6em;
    margin: 40px 0 20px;
    padding: 10px;
    text-align: left;
  }
}
.entry-content h3 {
  font-size: 1.33em;
  line-height: 1.6;
  margin: 50px 0 30px;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 599px) {
  .entry-content h3 {
    font-size: 1.47em;
    line-height: 1.5;
    margin: 30px 0 20px;
    padding-left: 12px;
  }
}
.entry-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: var(--theme-base-color-theme);
}
@media (max-width: 599px) {
  .entry-content h3::before {
    width: 5px;
  }
}
.entry-content h2 + h3 {
  margin: 0 0 30px;
}
@media (max-width: 599px) {
  .entry-content h2 + h3 {
    margin: 0 0 20px;
  }
}
.entry-content h4 {
  font-size: 1.22em;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 30px 0 20px;
}
@media (max-width: 599px) {
  .entry-content h4 {
    font-size: 1.2em;
    margin: 30px 0 20px;
  }
}
.entry-content h5, .entry-content h6 {
  font-size: 1em;
  line-height: 1.5;
}
.entry-content a {
  color: var(--theme-base-color-accent);
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content p + p {
  margin-top: 30px;
}
.entry-content strong,
.entry-content b {
  font-weight: bold;
}
.entry-content hr {
  border-color: var(--theme-base-color-theme);
  border-bottom: none;
}
.entry-content figcaption {
  font-size: 0.83em;
  line-height: 1.5;
  margin-top: 0.5em;
  letter-spacing: 0;
}
.entry-content .wp-block-image {
  margin: 40px auto 50px;
}
.entry-content .wp-block-image figcaption {
  background-color: var(--theme-base-color-sub02);
  margin: 0;
  text-align: center;
  font-size: 0.88em;
  padding: 10px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .entry-content .wp-block-image {
    margin: 30px auto 30px;
  }
  .entry-content .wp-block-image figcaption {
    font-size: 0.87em;
    padding: 8px;
  }
}
.entry-content .wp-block-media-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .entry-content .wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 30px;
  }
}
.entry-content ul > li {
  position: relative;
}
.entry-content ul > li::before {
  border-color: var(--theme-base-color-accent);
  border-style: solid;
  border-width: 5px;
  border-radius: 10px;
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 0.7em;
  width: 0;
}
@media (max-width: 599px) {
  .entry-content ul > li::before {
    left: -15px;
    border-width: 3px;
    top: 0.8em;
  }
}
.entry-content ol > li {
  list-style: decimal;
}
.entry-content ul, .entry-content ol {
  margin: 40px 0;
  padding: 0 0 0 70px;
}
@media (max-width: 599px) {
  .entry-content ul, .entry-content ol {
    margin: 30px 0;
    padding: 0 0 0 25px;
  }
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin: 10px 0;
  padding-left: 30px;
}
@media (max-width: 599px) {
  .entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
    padding-left: 20px;
  }
}
.entry-content ul ul > li, .entry-content ol ul > li {
  list-style: inherit;
}
.entry-content ul ul > li::before, .entry-content ol ul > li::before {
  display: none;
}
.entry-content blockquote {
  background: var(--theme-base-color-sub02);
  border: none;
  font-size: 0.88em;
  margin: 70px auto 40px;
  padding: 4.1% 6.25% 3.6%;
  position: relative;
}
@media (max-width: 599px) {
  .entry-content blockquote {
    margin: 50px auto 30px;
    padding: 6% 4%;
    font-size: inherit;
  }
}
.entry-content blockquote::before {
  background-color: var(--theme-base-color-accent);
  -webkit-mask-image: url(./assets/img/common/ico-quote.svg);
          mask-image: url(./assets/img/common/ico-quote.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  left: 6px;
  position: absolute;
  top: -16px;
  width: 54.22px;
  height: 45.85px;
}
@media (max-width: 599px) {
  .entry-content blockquote::before {
    width: 43.8px;
    height: 37.035px;
    left: -10px;
    top: -18px;
  }
}
.entry-content blockquote cite {
  border-top: 1px solid var(--theme-base-color-accent);
  display: block;
  font-style: normal;
  margin-top: 45px;
  padding-top: 18px;
  color: var(--theme-base-color-accent);
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .entry-content blockquote cite {
    font-size: 0.93em;
    margin-top: 15px;
    padding-top: 10px;
  }
}
.entry-content .wp-block-cover {
  margin: 40px 0;
}
@media (max-width: 599px) {
  .entry-content .wp-block-cover {
    margin: 30px 0;
  }
}
.entry-content .wp-block-embed {
  margin: 40px auto;
}
@media (max-width: 599px) {
  .entry-content .wp-block-embed {
    margin: 30px auto;
  }
}
.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  height: 0;
  padding-top: 56%;
  position: relative;
  width: 100%;
}
.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  left: 0;
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}
.entry-content .ascon-embed-center {
  display: flex;
  justify-content: center;
}
.entry-content .googlemap {
  height: 0;
  margin: 20px 0;
  padding-top: 49%;
  position: relative;
  width: 100%;
}
@media (max-width: 599px) {
  .entry-content .googlemap {
    padding-top: 70%;
    width: 100%;
  }
}
.entry-content .googlemap iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 599px) {
  .entry-content .wp-block-buttons .wp-block-button {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.entry-content .wp-block-buttons {
  margin-bottom: 30px;
  margin-top: 30px;
}
.entry-content .wp-block-buttons.is-vertical > .wp-block-button {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .entry-content .wp-block-buttons.is-vertical > .wp-block-button {
    margin-bottom: 10px;
  }
}
.entry-content .wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .entry-content .wp-block-buttons {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .entry-content .wp-block-buttons .wp-block-button {
    margin-bottom: 10px;
  }
  .entry-content .wp-block-buttons .wp-block-button:last-child {
    margin-bottom: 0;
  }
}
.entry-content .wp-block-button__link {
  background: var(--theme-base-color-accent);
  color: #fff;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .entry-content .wp-block-button__link {
    font-size: 1em;
    padding: 10px 20px;
  }
}
.entry-content .wp-block-button__link:hover {
  opacity: 0.8;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  color: var(--theme-base-color-accent);
  border-width: 1px;
  padding: 15px 30px;
}
@media (max-width: 599px) {
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 10px 20px;
  }
}
@media (max-width: 599px) {
  .entry-content .wp-block-buttons .wp-block-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.entry-content .wp-block-table {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .entry-content .wp-block-table {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.entry-content table {
  width: 100%;
  font-size: 0.88em;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .entry-content table {
    font-size: 0.93em;
  }
}
.entry-content td,
.entry-content th {
  border: 1px solid #222;
  padding: 15px 20px;
}
@media (max-width: 599px) {
  .entry-content td,
.entry-content th {
    padding: 2% 2%;
  }
}
.entry-content th {
  font-weight: bold;
  background: var(--theme-base-color-sub02);
}
.entry-content .wp-block-table thead {
  border-bottom: 2px solid;
}
.entry-content .wp-block-columns {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .entry-content .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.entry-content .wp-block-column h2, .entry-content .wp-block-column h3, .entry-content .wp-block-column h4, .entry-content .wp-block-column ul, .entry-content .wp-block-column ol, .entry-content .wp-block-column .wp-block-image, .entry-content .wp-block-column blockquote, .entry-content .wp-block-column .wp-block-table, .entry-content .wp-block-column .wp-block-buttons, .entry-content .wp-block-column .wp-block-embed, .entry-content .wp-block-column .wp-block-media-text, .entry-content .wp-block-column .wp-block-cover, .entry-content .wp-block-media-text__content h2, .entry-content .wp-block-media-text__content h3, .entry-content .wp-block-media-text__content h4, .entry-content .wp-block-media-text__content ul, .entry-content .wp-block-media-text__content ol, .entry-content .wp-block-media-text__content .wp-block-image, .entry-content .wp-block-media-text__content blockquote, .entry-content .wp-block-media-text__content .wp-block-table, .entry-content .wp-block-media-text__content .wp-block-buttons, .entry-content .wp-block-media-text__content .wp-block-embed, .entry-content .wp-block-media-text__content .wp-block-media-text, .entry-content .wp-block-media-text__content .wp-block-cover {
  margin: 20px 0 20px 0 !important;
}
.entry-content .wp-block-column > *:first-child, .entry-content .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.entry-content .wp-block-column > *:last-child, .entry-content .wp-block-media-text__content > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content .wp-block-column ul, .entry-content .wp-block-column ol, .entry-content .wp-block-media-text__content ul, .entry-content .wp-block-media-text__content ol {
  padding-left: 40px;
}
@media (min-width: 600px) and (max-width: 781px) {
  .entry-content .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}

/* ==========================================================================
	アーカイブタイトル周り
	========================================================================== */
.title-head {
  padding-top: 100px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .title-head {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}

/* ==========================================================================
  お知らせ一覧
========================================================================== */
.news-list {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .news-list {
    margin-top: 25px;
  }
}
.news-list .news-item {
  border-bottom: 1px solid var(--theme-base-color-theme);
  padding: 16px 27px 16px 10px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .news-list .news-item {
    padding: 15px 10px;
  }
}
.news-list .news-item:hover {
  background: var(--theme-base-color-sub02);
}
.news-list .news-item:hover .news-ttl {
  color: var(--theme-base-color-theme);
}
.news-list .news-item:first-child {
  border-top: 1px solid var(--theme-base-color-theme);
}
.news-list .news-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.news-list .news-item--upper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.news-list .news-item--upper .news-date {
  font-size: 0.88em;
  letter-spacing: 0;
  margin-right: 8px;
}
@media (max-width: 599px) {
  .news-list .news-item--upper .news-date {
    margin-right: 5px;
    font-size: 0.93em;
    line-height: 1;
  }
}
.news-list .news-item--lower {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .news-list .news-item--lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news-list .news-item--lower .news-ttl {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  transition: 0.4s;
}
@media (max-width: 599px) {
  .news-list .news-item--lower .news-ttl {
    font-size: 1.066em;
  }
}

/* ==========================================================================
  実績シングル、お知らせシングル
========================================================================== */
.single.achievement .achievement-client {
  font-size: 1.33em;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.4;
  color: var(--theme-base-color-theme);
}
@media (max-width: 1024px) {
  .single.achievement .achievement-client {
    margin-top: 20px;
    font-size: 1.11em;
  }
}
@media (max-width: 599px) {
  .single.achievement .achievement-client {
    font-size: 1.13em;
  }
}
.single.achievement .achievement-point-box {
  position: relative;
  border: 1px solid var(--theme-base-color-theme);
  padding: 40px 60px 22px;
  margin: 70px 0 28px;
}
@media (max-width: 1024px) {
  .single.achievement .achievement-point-box {
    margin: 30px 0 10px;
    padding: 30px 25px 15px;
  }
}
@media (max-width: 599px) {
  .single.achievement .achievement-point-box {
    margin-bottom: 0;
    padding: 28px 15px 18px;
  }
}
.single.achievement .achievement-point-box .achievement-item__point {
  padding: 0;
}

.single.news .entry-content h2,
.single.achievement .entry-content h2 {
  background: none;
  color: inherit;
  font-size: 1.77em;
  margin: 50px 0 20px;
  padding: 0;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .single.news .entry-content h2,
.single.achievement .entry-content h2 {
    font-size: 1.6em;
    margin: 50px 0 20px;
  }
}
.single.news .entry-content h3,
.single.achievement .entry-content h3 {
  font-size: 1.33em;
  margin: 50px 0 30px;
  padding-left: 0;
}
@media (max-width: 599px) {
  .single.news .entry-content h3,
.single.achievement .entry-content h3 {
    font-size: 1.466em;
    margin: 30px 0 20px;
  }
}
.single.news .entry-content h3::before,
.single.achievement .entry-content h3::before {
  display: inline-block;
  position: static;
  width: 40px;
  height: 4px;
  border-radius: 5px;
  background-color: #222;
  vertical-align: middle;
  margin-top: -0.0835em;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .single.news .entry-content h3::before,
.single.achievement .entry-content h3::before {
    width: 30px;
    height: 3px;
    margin-right: 13px;
  }
}
.single.news .entry-content h4,
.single.achievement .entry-content h4 {
  position: relative;
  padding-left: 35px;
}
@media (max-width: 599px) {
  .single.news .entry-content h4,
.single.achievement .entry-content h4 {
    padding-left: 30px;
  }
}
.single.news .entry-content h4::before,
.single.achievement .entry-content h4::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 14px;
  height: 19px;
  border-right: 5px solid #222;
  border-bottom: 5px solid #222;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
@media (max-width: 599px) {
  .single.news .entry-content h4::before,
.single.achievement .entry-content h4::before {
    width: 11px;
    height: 15px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}

/* ==========================================================================
  ブログ一覧
========================================================================== */
.blog-list {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .blog-list {
    margin-top: 30px;
  }
}
.blog-list .blog-item {
  position: relative;
  border: 1px solid var(--theme-base-color-theme);
  padding: 25px 20px;
  margin: 0 10px 20px;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .blog-list .blog-item {
    padding: 20px 20px 16px;
    margin: 0 0 20px;
  }
}
.blog-list .blog-item:hover {
  background-color: var(--theme-base-color-sub02);
}
.blog-list .blog-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.blog-list .blog-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 13px;
}
.blog-list .blog-item__meta .date {
  font-size: 0.88em;
  margin-right: 8px;
}
@media (max-width: 599px) {
  .blog-list .blog-item__meta .date {
    font-size: 0.93em;
    margin-right: 5px;
  }
}
.blog-list .blog-item__ttl {
  font-size: 1.33em;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .blog-list .blog-item__ttl {
    font-size: 1.066em;
  }
}
.blog-list .blog-item__excerpt {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #999;
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .blog-list .blog-item__excerpt {
    padding-top: 15px;
    font-size: 0.93em;
  }
}
.blog-list .blog-item__excerpt .read-more {
  color: var(--theme-base-color-theme);
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .blog-list .blog-item__excerpt .read-more {
    display: block;
  }
}

/* ==========================================================================
  事績一覧
========================================================================== */
.achievement-list {
  margin-top: 70px;
}
.achievement-list .achievement-item {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .achievement-list .achievement-item {
    margin-bottom: 10px;
  }
}

/* ==========================================================================
  よくある質問一覧
========================================================================== */
.faq-list {
  margin-top: 45px;
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .faq-list {
    font-size: 0.93em;
  }
}
.faq-list .list-inner {
  display: flex;
  padding: 18px 0 18px 23px;
  width: calc(100% - 80px);
}
@media (max-width: 599px) {
  .faq-list .list-inner {
    padding: 10px 0 10px 15px;
    width: calc(100% - 40px);
  }
}
.faq-list .list-inner .question, .faq-list .list-inner .answer {
  flex-shrink: 0;
  margin-right: 50px;
}
.faq-list .list-inner .question img, .faq-list .list-inner .answer img {
  width: 11px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .faq-list .list-inner .question, .faq-list .list-inner .answer {
    margin-right: 15px;
  }
  .faq-list .list-inner .question img, .faq-list .list-inner .answer img {
    width: 9px;
  }
}
.faq-list .q-txt {
  font-weight: bold;
}
.faq-list .entry-content {
  padding-top: 0;
}
.faq-list .entry-content h1, .faq-list .entry-content h2, .faq-list .entry-content h3, .faq-list .entry-content h4, .faq-list .entry-content h5, .faq-list .entry-content h6 {
  text-align: left;
}
.faq-list .entry-content h2 {
  font-size: 1.16em;
  background-color: transparent;
  color: inherit;
  padding: 0 0 0 0.5em;
  border-left: 4px solid var(--theme-base-color-theme);
}
@media (max-width: 599px) {
  .faq-list .entry-content h2 {
    font-size: 1.2em;
  }
}
.faq-list .entry-content h3 {
  font-size: 1.1em;
  color: var(--theme-base-color-theme);
  padding: 0;
}
@media (max-width: 599px) {
  .faq-list .entry-content h3 {
    font-size: 1.07em;
  }
}
.faq-list .entry-content h3::before {
  display: none;
}
.faq-list .entry-content h4, .faq-list .entry-content h5, .faq-list .entry-content h6 {
  font-size: 1em;
  color: inherit;
}
.faq-list .entry-content h1, .faq-list .entry-content h2, .faq-list .entry-content h3, .faq-list .entry-content h4, .faq-list .entry-content h5, .faq-list .entry-content h6, .faq-list .entry-content p, .faq-list .entry-content .wp-block-image, .faq-list .entry-content ul, .faq-list .entry-content ol {
  margin: 18px auto;
}
@media (max-width: 599px) {
  .faq-list .entry-content h1, .faq-list .entry-content h2, .faq-list .entry-content h3, .faq-list .entry-content h4, .faq-list .entry-content h5, .faq-list .entry-content h6, .faq-list .entry-content p, .faq-list .entry-content .wp-block-image, .faq-list .entry-content ul, .faq-list .entry-content ol {
    margin: 12px auto;
  }
}
.faq-list .entry-content blockquote {
  margin: 30px auto 18px;
  padding: 20px 30px;
}
@media (max-width: 599px) {
  .faq-list .entry-content blockquote {
    padding: 15px 20px;
  }
}
.faq-list .entry-content blockquote::before {
  width: 36.1px;
  height: 30.57px;
  left: -10px;
  top: -14px;
}
@media (max-width: 599px) {
  .faq-list .entry-content blockquote::before {
    width: 27.11px;
    height: 22.9px;
    top: -10px;
  }
}
.faq-list .entry-content blockquote cite {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .faq-list .entry-content blockquote cite {
    margin-top: 15px;
  }
}
.faq-list .entry-content *:first-child {
  margin-top: 0;
}
.faq-list .entry-content *:last-child {
  margin-bottom: 0;
}
.faq-list dt {
  margin: 2px 0;
  position: relative;
  background-color: var(--theme-base-color-sub01);
  cursor: pointer;
  line-height: 1.6;
  font-weight: bold;
}
.faq-list dt::before, .faq-list dt::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #222;
  top: 30px;
  right: 29px;
}
.faq-list dt::before {
  transform: rotate(0deg);
}
.faq-list dt::after {
  transform: rotate(90deg);
}
@media (max-width: 599px) {
  .faq-list dt {
    margin: 1px 0;
  }
  .faq-list dt::before, .faq-list dt::after {
    width: 15px;
    height: 1px;
    top: 21px;
    right: 10px;
  }
}
.faq-list dt.close::after {
  display: none;
}
.faq-list dd {
  display: none;
  border: 1px solid var(--theme-base-color-sub01);
}
@media (max-width: 599px) {
  .faq-list dd .list-inner {
    width: calc(100% - 10px);
  }
}

/* ==========================================================================
	singleページ上部
========================================================================== */
.single .single-head {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .single .single-head {
    margin-bottom: 0;
  }
}
.single .single-head-ttl {
  font-family: var(--theme-base-font-ttl-family);
  font-size: 2.66em;
  font-weight: var(--theme-base-font-ttl-weight);
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .single .single-head-ttl {
    font-size: 2.06em;
  }
}
@media (max-width: 599px) {
  .single .single-head-ttl {
    font-size: 1.86em;
  }
}
.single .single-head-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  margin-top: 15px;
}
@media (max-width: 599px) {
  .single .single-head-summary {
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.single .single-head-summary .date, .single .single-head-summary .update-date {
  margin-right: 10px;
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .single .single-head-summary .date, .single .single-head-summary .update-date {
    font-size: 0.93em;
  }
}
.single .single-head-summary .date {
  position: relative;
  padding-left: 20px;
}
.single .single-head-summary .date::before {
  background: url(./assets/img/common/date-icon.svg) no-repeat center center/14px 14px;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single .single-head-summary .update-date {
  position: relative;
  padding-left: 20px;
}
.single .single-head-summary .update-date::before {
  background: url(./assets/img/common/update-icon.svg) no-repeat center center/14px 14px;
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
	投稿詳細
========================================================================== */
.postTemplate {
  margin-top: 80px;
  padding-bottom: 65px;
}
@media (max-width: 599px) {
  .postTemplate {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
.postTemplate .single-eyecatch {
  margin-bottom: 20px;
  text-align: center;
}

/* 前/次の記事ナビ */
.paging {
  border-bottom: 1px solid var(--theme-base-color-theme);
  border-top: 1px solid var(--theme-base-color-theme);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 35px;
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 599px) {
  .paging {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.paging-item {
  position: relative;
  width: 50%;
  min-height: 90px;
}
@media (max-width: 599px) {
  .paging-item {
    min-height: 80px;
    width: 100%;
  }
}

.paging-item a {
  display: flex;
  align-items: center;
  word-wrap: break-word;
  height: 100%;
}
.paging-item a::before, .paging-item a::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: var(--theme-base-color-theme);
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}
@media (max-width: 599px) {
  .paging-item a::before, .paging-item a::after {
    width: 10px;
  }
}
.paging-item a:hover {
  background: var(--theme-base-color-sub02);
}

.paging-item-prev {
  border-right: 1px solid var(--theme-base-color-theme);
}
.paging-item-prev a {
  padding: 2% 7% 2% 22px;
}
@media (max-width: 599px) {
  .paging-item-prev a {
    padding: 10px 5% 10px 14px;
  }
}
.paging-item-prev a::before, .paging-item-prev a::after {
  left: 0;
  transform-origin: left 50%;
}
.paging-item-prev a::before {
  transform: rotate(-60deg);
}
.paging-item-prev a::after {
  transform: rotate(60deg);
}

.paging-item-next a {
  padding: 2% 22px 2% 7%;
}
@media (max-width: 599px) {
  .paging-item-next a {
    padding: 10px 14px 10px 5%;
  }
}
.paging-item-next a::before, .paging-item-next a::after {
  right: 0;
  transform-origin: right 50%;
}
.paging-item-next a::before {
  transform: rotate(60deg);
}
.paging-item-next a::after {
  transform: rotate(-60deg);
}

.single-bottom {
  position: relative;
  margin-top: 367px;
}
@media (max-width: 599px) {
  .single-bottom {
    margin-top: 200px;
  }
}
.single-bottom::before {
  background: #222;
  content: "";
  height: 193px;
  left: 50%;
  position: absolute;
  top: -280px;
  transform: translateX(-50%);
  width: 1px;
}
@media (max-width: 599px) {
  .single-bottom::before {
    top: -175px;
    height: 150px;
  }
}
.single-bottom .single-bottom-ttl {
  font-family: var(--theme-base-font-ttl-family);
  font-size: 1.66em;
  font-weight: var(--theme-base-font-ttl-weight);
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 599px) {
  .single-bottom .single-bottom-ttl {
    font-size: 1.6em;
  }
}
.single-bottom .category-list li {
  font-size: 1em;
}
@media (max-width: 599px) {
  .single-bottom .category-list li {
    font-size: 0.93em;
  }
}
.single-bottom .achievement-list {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .single-bottom .this-cates a {
    font-size: 12px;
  }
}

/* ==========================================================================
	固定ページ・サービスページ
========================================================================== */
.pageTemplate {
  margin: 60px auto 120px;
}
@media (max-width: 599px) {
  .pageTemplate {
    margin: 30px auto 60px;
  }
}
.pageTemplate .entry-content h2 {
  position: relative;
  font-size: 2em;
  background: none;
  padding: 0;
  text-align: center;
  color: inherit;
  margin: 70px 0 60px;
}
@media (max-width: 599px) {
  .pageTemplate .entry-content h2 {
    font-size: 1.6em;
    margin: 60px 0 45px;
  }
}
.pageTemplate .entry-content h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 6px;
  background-color: var(--theme-base-color-theme);
  border-radius: 5px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .pageTemplate .entry-content h2::after {
    width: 60px;
    height: 5px;
    bottom: -17px;
  }
}
.pageTemplate .entry-content h3 {
  padding-left: 0;
  margin: 60px 0 30px;
  color: var(--theme-base-color-theme);
  text-align: center;
}
@media (max-width: 599px) {
  .pageTemplate .entry-content h3 {
    margin: 30px 0 20px;
  }
}
.pageTemplate .entry-content h3::before {
  display: none;
}

.rich-head {
  min-height: 500px;
  position: relative;
}
@media (max-width: 599px) {
  .rich-head {
    min-height: 300px;
  }
}
.rich-head__ttl {
  font-family: var(--theme-base-font-ttl-family);
  font-size: 3em;
  font-weight: var(--theme-base-font-ttl-weight);
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1024px) {
  .rich-head__ttl {
    font-size: 2.44em;
  }
}
@media (max-width: 599px) {
  .rich-head__ttl {
    font-size: 1.87em;
  }
}
.rich-head__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  min-height: 500px;
  position: relative;
  z-index: 2;
  background-color: var(--theme-rich-title-overlay-color);
  color: var(--theme-rich-title-color);
}
@media (max-width: 599px) {
  .rich-head__inner {
    min-height: 300px;
  }
}
.rich-head__eyecatch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 1;
}
.rich-head__en {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 1.33em;
}
@media (max-width: 599px) {
  .rich-head__en {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.rich-head__desc {
  text-align: center;
  line-height: 2;
  margin: 40px auto 0;
}
.rich-head__desc p {
  display: inline-block;
  text-align: left;
}
@media (max-width: 599px) {
  .rich-head__desc {
    line-height: 2;
    margin-top: 20px;
    max-width: 100%;
    text-align: left;
  }
}

.service .service-item__point {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .service .service-item__point {
    margin-bottom: 10px;
  }
}

.service-related-list {
  margin-top: 70px;
}
@media (max-width: 599px) {
  .service-related-list {
    margin-top: 50px;
  }
}

.service-related-item {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .service-related-item {
    margin-bottom: 30px;
  }
}
.service-related-item a {
  display: block;
  height: 100%;
}
.service-related-item a:hover .service-related-item__ttl {
  text-decoration: underline;
}
.service-related-item a:hover img, .service-related-item a:hover .no-img {
  transform: scale(1.1, 1.1);
}
.service-related-item__img {
  width: 180px;
  float: left;
  margin-right: 40px;
  aspect-ratio: 180/98;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .service-related-item__img {
    margin-right: 20px;
  }
}
@media (max-width: 599px) {
  .service-related-item__img {
    margin-right: calc(13px + 1.7%);
    width: 36.84%;
    max-width: 140px;
    margin-bottom: 2px;
  }
}
.service-related-item__img img {
  display: block;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-related-item__ttl {
  font-weight: bold;
  font-size: 1.22em;
  line-height: 1.3;
  padding-top: 5px;
  color: var(--theme-base-color-theme);
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .service-related-item__ttl {
    padding-top: 2px;
  }
}
.service-related-item__desc {
  font-size: 0.88em;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .service-related-item__desc {
    font-size: 1em;
  }
}

/* ==========================================================================
  プラグイン調整
========================================================================== */
/* Easy Table of Contents(目次プラグイン) */
.entry-content #ez-toc-container {
  border-radius: 0;
  margin-top: 50px;
  padding: 20px;
}

/* contact form 7 */
.entry-content .wpcf7-form {
  max-width: 620px;
  padding: 0 10px;
  margin: 90px auto 0;
  font-size: 1.1em;
}
@media (max-width: 599px) {
  .entry-content .wpcf7-form {
    font-size: 0.93em;
    margin-top: 40px;
  }
}
.entry-content .wpcf7-form textarea, .entry-content .wpcf7-form input[type=text], .entry-content .wpcf7-form input[type=email], .entry-content .wpcf7-form input[type=tel], .entry-content .wpcf7-form input[type=url], .entry-content .wpcf7-form input[type=number], .entry-content .wpcf7-form input[type=password], .entry-content .wpcf7-form input[type=date], .entry-content .wpcf7-form input[type=checkbox], .entry-content .wpcf7-form select {
  width: 100%;
  border: none;
  background-color: var(--theme-base-color-sub02);
  padding: 10px 30px;
}
@media (max-width: 599px) {
  .entry-content .wpcf7-form textarea, .entry-content .wpcf7-form input[type=text], .entry-content .wpcf7-form input[type=email], .entry-content .wpcf7-form input[type=tel], .entry-content .wpcf7-form input[type=url], .entry-content .wpcf7-form input[type=number], .entry-content .wpcf7-form input[type=password], .entry-content .wpcf7-form input[type=date], .entry-content .wpcf7-form input[type=checkbox], .entry-content .wpcf7-form select {
    font-size: 1.07em;
    padding: 10px 10px;
  }
}
.entry-content .wpcf7-form select, .entry-content .wpcf7-form input[type=date] {
  width: auto;
  padding: 10px 15px;
}
@media (max-width: 599px) {
  .entry-content .wpcf7-form select, .entry-content .wpcf7-form input[type=date] {
    padding: 10px 10px;
  }
}
.entry-content .wpcf7-form input[type=file] {
  font-size: 0.88em;
}
@media (max-width: 599px) {
  .entry-content .wpcf7-form input[type=file] {
    font-size: 0.93em;
  }
}
.entry-content .wpcf7-form input[type=checkbox], .entry-content .wpcf7-form input[type=radio] {
  position: absolute;
  opacity: 0;
}
.entry-content .wpcf7-form textarea {
  height: 210px;
}
.entry-content .wpcf7-form span.wpcf7-list-item {
  position: relative;
  margin: 0 1.5em 0 0 !important;
}
.entry-content .wpcf7-form span.wpcf7-list-item:last-child {
  margin-right: 0 !important;
}
.entry-content .wpcf7-form .wpcf7-list-item-label {
  cursor: pointer;
}
.entry-content .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  background-color: var(--theme-base-color-sub02);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
  margin: 5px 10px 5px 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.entry-content .wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 20px;
  height: 10px;
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  transform: rotate(-45deg);
}
.entry-content .wpcf7-form input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background-color: var(--theme-base-color-sub02);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  top: -2px;
  margin: 5px 10px 5px 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 599px) {
  .entry-content .wpcf7-form input[type=radio] + .wpcf7-list-item-label:before {
    width: 26px;
    height: 26px;
  }
}
.entry-content .wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .entry-content .wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label:after {
    top: 8px;
    left: 5px;
  }
}
.entry-content .wpcf7-form a {
  text-decoration: underline;
  color: inherit;
}
.entry-content .wpcf7-form a:hover {
  text-decoration: none;
}
.entry-content .wpcf7-form a:visited {
  color: inherit;
}
.entry-content .wpcf7-submit + br, .entry-content .wpcf7-previous + br {
  font-size: 0;
  line-height: 0;
  display: none;
}
.entry-content .wpcf7-submit, .entry-content .wpcf7-previous {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  outline: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.91em;
  font-weight: 700;
  line-height: 1.4;
  height: 56px;
  letter-spacing: 0;
  margin: 30px auto 0;
  position: relative;
  min-width: 210px;
}
@media (max-width: 599px) {
  .entry-content .wpcf7-submit, .entry-content .wpcf7-previous {
    font-size: 1.08em;
    height: 40px;
    margin: 15px auto 0;
    min-width: 170px;
  }
}
.entry-content .wpcf7-submit:hover, .entry-content .wpcf7-previous:hover {
  opacity: 0.8;
}
.entry-content .wpcf7-submit {
  background: var(--theme-base-color-accent);
  border: none;
  color: #fff;
}
.entry-content .wpcf7-previous {
  background: none;
  border: 1px solid var(--theme-base-color-accent);
  color: var(--theme-base-color-accent);
}
.entry-content .form-btn-wrp p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .entry-content .form-btn-wrp p {
    margin-top: 30px;
  }
}
.entry-content .form-btn-wrp p input {
  margin: 10px;
}
.entry-content .form-btn-wrp p .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 35px);
}