@charset "UTF-8";
/*
Theme Name: PALACE CAPE Theme
Theme URL: https://palacecape.com/
Description: PalaceCapeテーマ
Author: PALACE CAPE
Version: 1.0.0
License: PALACE CAPE
License URI: https://palacecape.com/
*/
:root {
  --cl-pri: #333;
  --cl-ac: #6C8C6B;
  --cl-light: #A8BDA0;
  --cl-thin: rgba(168, 189, 160, 0.3);
  --cl-base: #F9F9F6;
}

/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

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

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus-visible {
  outline: 1px solid transparent;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: var(--cl-pri);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  line-break: strict;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 14px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.btn,
::file-selector-button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.trg {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.trg.fadeUp {
  -webkit-animation-name: fadeUpAction;
          animation-name: fadeUpAction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.trg_fi {
  opacity: 0;
}
.trg_fi.fadeIn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-name: fadeInAction;
          animation-name: fadeInAction;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInAction {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAction {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===================================

  共通レイアウト

====================================== */
.home .main {
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .home .main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .home .main {
    padding-top: 60px;
  }
}
/* ===================================

  section-title

====================================== */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Zen Maru Gothic", serif;
}
.section-title .title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.section-title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
}
.section-title .subtitle::before, .section-title .subtitle::after {
  content: "";
  position: relative;
  top: 0.15em;
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--cl-pri);
}
.section-title .subtitle::before {
  margin-right: 10px;
}
.section-title .subtitle::after {
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
  .section-title .subtitle {
    margin-left: 1em;
    font-size: 16px;
  }
  .section-title .subtitle::before, .section-title .subtitle::after {
    top: 0.15em;
    width: 0.75em;
  }
  .section-title .subtitle::before {
    margin-right: 0.75em;
  }
  .section-title .subtitle::after {
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 758px) {
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .section-title .title {
    font-size: 24px;
  }
  .section-title .subtitle {
    margin-left: 0;
    margin-top: 0.75em;
    font-size: 15px;
  }
}
/* ===================================

  view allボタン

====================================== */
.va-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
}
.va-btn__link {
  position: relative;
  display: inline-block;
  padding-right: 66px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 700;
}
.va-btn__link::before, .va-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.va-btn__link::before {
  width: 56px;
  height: 56px;
  background-color: var(--cl-light);
  border-radius: 50%;
  opacity: 0.6;
}
.va-btn__link::after {
  width: 40px;
  height: 40px;
  background-image: url(img/ico/ico-qrrow-right.svg);
  background-repeat: no-repeat;
  background-size: 36px 6px;
  background-position: center right 8px;
}
.va-btn__link:hover::before {
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.va-btn__link:hover::after {
  -webkit-transform: translateY(-50%) translateX(3px);
      -ms-transform: translateY(-50%) translateX(3px);
          transform: translateY(-50%) translateX(3px);
}

@media screen and (max-width: 1199px) {
  .va-btn {
    margin-top: 50px;
  }
  .va-btn__link {
    padding-right: 50px;
    font-size: 16px;
  }
  .va-btn__link::before, .va-btn__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .va-btn__link::before {
    width: 46px;
    height: 46px;
    opacity: 0.6;
  }
  .va-btn__link::after {
    width: 35px;
    height: 35px;
    background-size: 35px 5px;
    background-position: center right 6px;
  }
  .va-btn__link:hover::before {
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  .va-btn__link:hover::after {
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
/* ===================================

  more-btn

====================================== */
.more-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 200px;
  height: 40px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .more-btn {
    width: 180px;
  }
}
/* ===================================

  下層メインビジュアル

====================================== */
.l-mv {
  margin-top: 100px;
}
.l-mv__inner {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.l-mv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 300px;
}
.l-mv .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-mv .page-title .title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.l-mv .page-title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.l-mv .page-title .subtitle::before, .l-mv .page-title .subtitle::after {
  content: "";
  position: relative;
  top: 0.15em;
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--cl-pri);
}
.l-mv .page-title .subtitle::before {
  margin-right: 10px;
}
.l-mv .page-title .subtitle::after {
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .l-mv__inner {
    width: 100%;
    max-width: 768px;
  }
  .l-mv__contents {
    height: 220px;
  }
  .l-mv .page-title .title {
    font-size: 30px;
  }
  .l-mv .page-title .subtitle {
    margin-left: 1em;
    font-size: 16px;
  }
  .l-mv .page-title .subtitle::before, .l-mv .page-title .subtitle::after {
    top: 0.15em;
    width: 0.75em;
  }
  .l-mv .page-title .subtitle::before {
    margin-right: 0.75em;
  }
  .l-mv .page-title .subtitle::after {
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 758px) {
  .l-mv {
    margin-top: 80px;
  }
  .l-mv__inner {
    padding: 0 15px;
    max-width: 100%;
  }
  .l-mv .page-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-mv .page-title .title {
    font-size: 24px;
    line-height: 1.3;
  }
  .l-mv .page-title .subtitle {
    margin-left: 0;
    margin-top: 0.75em;
    font-size: 15px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.breadcrumb-wrap {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 120px;
}
.breadcrumb-wrap .breadcrumb {
  line-height: 1.75;
  word-break: break-all;
}
.breadcrumb-wrap .breadcrumb span {
  color: #888;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0.15em;
}
.breadcrumb-wrap .breadcrumb span:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    width: 100%;
    max-width: 768px;
    margin-top: 100px;
  }
  .breadcrumb-wrap .breadcrumb span {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    padding: 0 15px;
    max-width: 100%;
    margin-top: 80px;
  }
  .breadcrumb-wrap .breadcrumb span {
    font-size: 11px;
  }
}
/* ===================================

  ページネーション

====================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination-wrap {
  margin-top: 80px;
}
.pagination-wrap .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-wrap .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
}
.pagination-wrap .page-numbers.current, .pagination-wrap .page-numbers:hover {
  background-color: var(--cl-ac);
  border: 1px solid var(--cl-ac);
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .pagination-wrap {
    margin-top: 60px;
  }
  .pagination-wrap .page-numbers {
    margin: 0 8px 8px 0;
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .pagination-wrap .page-numbers:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: var(--cl-pri);
  }
}
@media screen and (max-width: 758px) {
  .pagination-wrap .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
/* ===================================

  フッター追従ナビ

====================================== */
.fb-nav {
  display: none;
}

@media screen and (max-width: 1199px) {
  .fb-nav {
    position: fixed;
    display: block;
    bottom: -100px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: -10;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .fb-nav.show {
    bottom: 0;
    opacity: 1;
    z-index: 50;
  }
  .fb-nav__inner {
    display: grid;
    place-items: center;
    padding: 0 15px;
    width: 100%;
    height: 100%;
  }
  .fb-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 330px;
    height: 50px;
    background-color: var(--cl-ac);
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    color: #fff;
    border-radius: 9999px;
  }
  .fb-nav__ico {
    width: 20px;
    margin-right: 10px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header-logo {
  width: 260px;
}
.header-logo__link, .header-logo__img {
  display: block;
  width: 100%;
}
.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav .menu-item + .menu-item {
  margin-left: 30px;
}
.header .g-nav .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
}
.header .g-nav .menu-item span {
  display: block;
  margin-top: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 13px;
}
.header__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 50px;
  width: 200px;
  height: 40px;
  background-color: var(--cl-ac);
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
  z-index: 1;
}
.header__contact__ico {
  width: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .header__inner {
    width: 100%;
    padding: 0 30px;
  }
  .header-logo {
    width: 230px;
  }
  .header__contents {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .header {
    height: 80px;
  }
  .header__inner {
    padding: 0 15px;
  }
  .header-logo {
    width: 180px;
  }
}
/* ===================================

  ハンバーガーメニュー
  ドロワーメニュー

====================================== */
.menu-btn,
.dnav {
  display: none;
}

@media screen and (max-width: 1199px) {
  .menu-btn {
    display: block;
    position: fixed;
    top: 23px;
    right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 101;
    width: 55px;
    height: 55px;
    border: none;
    background-color: var(--cl-ac);
    overflow: hidden;
    outline: none;
  }
  .menu-btn span {
    position: absolute;
    top: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 28px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-btn span:first-child {
    top: 17px;
  }
  .menu-btn span:last-of-type {
    top: 37px;
  }
  .menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 26px;
    left: 14px;
  }
  .menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 14px;
    top: auto;
    bottom: 26px;
  }
  .dnav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    max-width: 400px;
    height: 100vh;
    background-color: #e0eae7;
    z-index: -10;
    opacity: 0;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .dnav.show {
    right: 0;
    opacity: 1;
    z-index: 100;
  }
  .dnav__inner {
    width: 100%;
    padding: 120px 30px;
  }
  .dnav .menu-item {
    text-align: center;
  }
  .dnav .menu-item + .menu-item {
    margin-top: 30px;
  }
  .dnav .menu-item a {
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
    font-weight: 700;
  }
  .dnav .menu-item span {
    display: block;
    margin-top: 6px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
  }
  .dnav__contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 330px;
    height: 50px;
    margin: 50px auto 0;
    background-color: var(--cl-ac);
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    color: #fff;
    border-radius: 9999px;
    z-index: 1;
  }
  .dnav__ico {
    width: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 758px) {
  .menu-btn {
    top: 12px;
    right: 15px;
  }
  .dnav {
    max-width: 100vw;
  }
  .dnav__inner {
    width: 100%;
    padding: 120px 30px;
  }
  .dnav .menu-item {
    text-align: center;
  }
  .dnav .menu-item + .menu-item {
    margin-top: 30px;
  }
  .dnav__contact {
    margin: 50px auto 0;
  }
}
/* ===================================

  お問い合わせ：cta

====================================== */
.cta {
  margin-top: 120px;
}
.cta .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.cta__contents {
  margin-top: 60px;
}
.cta__box {
  padding: 60px;
  background-color: rgba(168, 189, 160, 0.1);
}
.cta__txt {
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.cta__btn {
  position: relative;
  display: grid;
  place-items: center;
  margin: 40px auto 0;
  width: 400px;
  height: 100px;
  background-color: var(--cl-ac);
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 1199px) {
  .cta {
    margin-top: 100px;
  }
  .cta .container {
    width: 100%;
    max-width: 768px;
  }
  .cta__contents {
    margin-top: 40px;
  }
  .cta__box {
    padding: 50px 30px;
  }
  .cta__btn {
    margin: 35px auto 0;
    width: 360px;
    height: 80px;
    font-size: 18px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 758px) {
  .cta {
    margin-top: 80px;
  }
  .cta .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .cta__contents {
    margin-top: 30px;
  }
  .cta__box {
    padding: 30px 15px 40px;
  }
  .cta__txt {
    font-size: 13px;
  }
  .cta__btn {
    margin: 30px auto 0;
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size: 15px;
    border-radius: 10px;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  margin-top: 80px;
  padding: 40px 0;
  text-align: center;
}
.footer .copyright {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-weight: 700;
}

.home .footer {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 60px 0 100px;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .home .footer {
    margin-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    padding: 30px 0 90px;
  }
  .home .footer {
    margin-top: 50px;
  }
}
/* ===================================

  サービスページ共通

====================================== */
.page-section__title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.page-section__title .title::before, .page-section__title .title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 2px;
  background-color: var(--cl-pri);
}
.page-section__title .title::before {
  margin-right: 1.5em;
}
.page-section__title .title::after {
  margin-left: 1.5em;
}
.page .main .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.page .main .contents__head {
  position: relative;
  padding-top: 80px;
}
.page .main .contents__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: var(--cl-ac);
}
.page .main .contents__txt {
  font-weight: 400;
  line-height: 1.75;
}
.page .main .contents__txt + p {
  margin-top: 1em;
}
.page .main .contents__txt span {
  font-weight: 700;
}
.page .main .flow {
  margin-top: 120px;
}
.page .main .flow__contents {
  margin-top: 60px;
}
.page .main .flow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .main .flow .item + .item {
  margin-top: 60px;
}
.page .main .flow .item__num {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding-left: 0.13em;
  padding-bottom: 0.13em;
  background-color: var(--cl-ac);
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.page .main .flow .item__body {
  margin-left: 2em;
  padding-top: 0.5em;
}
.page .main .flow .item__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  color: var(--cl-ac);
  line-height: 1.3;
}
.page .main .flow .item__txt {
  margin-top: 1.5em;
  line-height: 1.75;
}
.page .main .flow .item__txt span {
  display: block;
  margin-top: 1em;
  font-size: 0.85em;
}
.page .main .plan {
  margin-top: 120px;
}
.page .main .plan__contents {
  margin-top: 60px;
}
.page .main .plan-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .main .plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333333333%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page .main .plan-item + .plan-item {
  margin-left: -1px;
}
.page .main .plan-item__head {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 80px;
  background-color: var(--cl-thin);
}
.page .main .plan-item__head::after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0px 18px;
  border-color: var(--cl-thin) transparent transparent transparent;
}
.page .main .plan-item__title {
  font-size: 20px;
}
.page .main .plan-item__body {
  padding: 50px 25px;
  font-weight: 500;
}
.page .main .plan-item__body ul {
  margin-top: 1em;
}
.page .main .plan-item__body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 1.75;
}
.page .main .plan-item__body li::before {
  content: "-";
  width: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.page .main .plan-item__body li + li {
  margin-top: 0.5em;
}
.page .main .plan-item__detail {
  margin-top: 30px;
}
.page .main .plan-item__subtitle {
  position: relative;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page .main .plan-item__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: var(--cl-pri);
}
.page .main .plan-item__foot {
  margin-top: auto;
}
.page .main .plan-item__price {
  margin-top: 40px;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.page .main .plan-item:nth-child(2) .plan-item__head {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 114, 114, 0.7)), to(rgba(233, 233, 233, 0.7)));
  background: linear-gradient(180deg, rgba(114, 114, 114, 0.7), rgba(233, 233, 233, 0.7));
}
.page .main .plan-item:nth-child(2) .plan-item__head::after {
  border-color: rgba(233, 233, 233, 0.7) transparent transparent transparent;
}
.page .main .plan-item:nth-child(3) .plan-item__head {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 242, 58)), color-stop(80%, rgb(224, 162, 8)));
  background: linear-gradient(0deg, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
}
.page .main .plan-item:nth-child(3) .plan-item__head::after {
  border-color: rgb(255, 242, 58) transparent transparent transparent;
}
.page .main .plan__opt {
  margin-top: 100px;
}
.page .main .plan-tbl__group + .plan-tbl__group {
  margin-top: 40px;
}
.page .main .plan-tbl__subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--cl-ac);
}
.page .main .plan-tbl__data {
  margin-top: 15px;
}
.page .main .plan-tbl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
}
.page .main .plan-tbl dl:first-child {
  border-top: 1px solid #ccc;
}
.page .main .plan-tbl dt,
.page .main .plan-tbl dd {
  padding: 20px;
  font-weight: 500;
}
.page .main .plan-tbl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
  background-color: #f1f1f1;
  font-size: 18px;
}
.page .main .plan-tbl dt span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.75;
}
.page .main .plan-tbl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
}
.page .main .plan-tbl dd span {
  font-size: 14px;
}
.page .main .plan__note {
  margin-top: 10px;
}
.page .main .plan__note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 1.75;
}
.page .main .plan__note li::before {
  content: "*";
  width: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.page .main .works {
  margin-top: 100px;
}
.page .main .works__contents {
  margin-top: 40px;
  padding: 50px 50px 70px;
  background-color: #f5f5f5;
}
.page .main .works .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .main .works .items::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.page .main .works .item {
  width: calc((100% - 60px) / 3);
  word-break: break-all;
}
.page .main .works .item__link {
  display: block;
}
.page .main .works .item__thumb {
  width: 100%;
  overflow: hidden;
}
.page .main .works .item__thumb-img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.page .main .works .item__link:hover {
  opacity: 0.6;
}
.page .main .works .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.page .main .works .item__body {
  padding-top: 20px;
  font-weight: 500;
}
.page .main .works .item__title {
  font-size: 16px;
  line-height: 1.3;
}
.page .main .works .item__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.page .main .works .item__cate {
  font-size: 14px;
  line-height: 1.5;
}
.page .main .works .item__cate + .entry__cate {
  margin-left: 0.25em;
}
.page .main .works .item__cate + .entry__cate::before {
  content: "/";
  margin-right: 0.25em;
}
.page .main .faq {
  margin-top: 120px;
}
.page .main .faq__contents {
  margin-top: 60px;
}
.page .main .faq .item + .item {
  margin-top: 40px;
}
.page .main .faq .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .main .faq .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3em;
          flex: 0 0 3em;
  width: 3em;
}
.page .main .faq .item__ico {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 24px;
}
.page .main .faq .item__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.page .main .faq .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.page .main .faq .item__body p {
  font-weight: 500;
  line-height: 1.75;
}
.page .main .faq .item__q {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page .main .faq .item__q .item__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: 36px;
  background-color: #fff;
  background-image: url(img/ico/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page .main .faq .item__q.active .item__btn {
  background-image: url(img/ico/ico-minus.svg);
  background-repeat: no-repeat;
  background-size: 24px 2px;
  background-position: center center;
}
.page .main .faq .item__q .item__ico {
  color: var(--cl-ac);
}
.page .main .faq .item__a {
  margin-top: 20px;
}
.page .main .faq .item__a .item__body {
  padding-right: 60px;
}
.page .main .blogs {
  margin-top: 120px;
}
.page .main .blogs__contents {
  margin-top: 50px;
}
.page .main .blogs .item {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.page .main .blogs .item__link {
  display: block;
  padding: 28px 0;
}
.page .main .blogs .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .main .blogs .item__date {
  font-size: 15px;
  font-weight: 500;
}
.page .main .blogs .item__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2em;
}
.page .main .blogs .item__cate {
  padding: 4px 8px;
  background-color: var(--cl-ac);
  font-size: 14px;
  color: #fff;
}
.page .main .blogs .item__cate + .item__cate {
  margin-left: 8px;
}
.page .main .blogs .item__body {
  margin-top: 18px;
  word-break: break-all;
}
.page .main .blogs .item__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .page-section__title .title {
    font-size: 24px;
  }
  .page-section__title .title::before, .page-section__title .title::after {
    height: 1px;
  }
  .page-section__title .title::before {
    margin-right: 1em;
  }
  .page-section__title .title::after {
    margin-left: 1em;
  }
  .page .main .container {
    width: 100%;
    max-width: 768px;
  }
  .page .main .contents__head {
    padding-top: 50px;
  }
  .page .main .flow {
    margin-top: 80px;
  }
  .page .main .flow__contents {
    margin-top: 40px;
  }
  .page .main .flow .item + .item {
    margin-top: 50px;
  }
  .page .main .flow .item__num {
    width: 40px;
    height: 40px;
    padding-left: 0.1em;
    padding-bottom: 0.1em;
    font-size: 20px;
  }
  .page .main .flow .item__body {
    margin-left: 1.5em;
    padding-top: 0.35em;
  }
  .page .main .flow .item__title {
    font-size: 22px;
  }
  .page .main .flow .item__txt {
    margin-top: 1.2em;
  }
  .page .main .plan {
    margin-top: 60px;
  }
  .page .main .plan__contents {
    margin-top: 40px;
  }
  .page .main .plan-item__head {
    height: 65px;
  }
  .page .main .plan-item__head::after {
    bottom: -16px;
    border-width: 16px 14px 0px 14px;
  }
  .page .main .plan-item__title {
    font-size: 20px;
  }
  .page .main .plan-item__subtitle {
    padding-bottom: 1em;
    font-size: 16px;
  }
  .page .main .plan-item__subtitle::after {
    width: 46px;
  }
  .page .main .plan-item__body {
    padding: 40px 15px;
  }
  .page .main .plan-item__body ul {
    margin-top: 20px;
  }
  .page .main .plan-item__body li {
    font-size: 14px;
  }
  .page .main .plan-item__detail {
    margin-top: 35px;
  }
  .page .main .plan-item__price {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .page .main .plan__opt {
    margin-top: 60px;
  }
  .page .main .plan-tbl__group + .plan-tbl__group {
    margin-top: 36px;
  }
  .page .main .plan-tbl__subtitle {
    font-size: 18px;
  }
  .page .main .plan-tbl__data {
    margin-top: 12px;
  }
  .page .main .plan-tbl dt,
  .page .main .plan-tbl dd {
    padding: 20px 30px 20px 15px;
  }
  .page .main .plan-tbl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    font-size: 16px;
  }
  .page .main .plan-tbl dt span {
    margin-top: 8px;
    font-size: 13px;
  }
  .page .main .plan-tbl dd {
    font-size: 16px;
  }
  .page .main .plan-tbl dd span {
    margin-top: 0.75em;
    display: block;
    font-size: 13px;
  }
  .page .main .plan__note {
    margin-top: 0.75em;
  }
  .page .main .plan__note li {
    font-size: 12px;
  }
  .page .main .works {
    margin-top: 50px;
  }
  .page .main .works__contents {
    margin-top: 30px;
    padding: 30px 30px 50px;
  }
  .page .main .works .items::after {
    width: calc((100% - 50px) / 3);
  }
  .page .main .works .item {
    width: calc((100% - 50px) / 3);
  }
  .page .main .works .item__link:hover {
    opacity: 1;
  }
  .page .main .works .item__link:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page .main .works .item__body {
    padding-top: 16px;
  }
  .page .main .works .item__cates {
    margin-top: 8px;
  }
  .page .main .works .item__cate {
    font-size: 13px;
  }
  .page .main .faq {
    margin-top: 80px;
  }
  .page .main .faq__contents {
    margin-top: 40px;
  }
  .page .main .faq .item + .item {
    margin-top: 30px;
  }
  .page .main .faq .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5em;
            flex: 0 0 2.5em;
    width: 2.5em;
  }
  .page .main .faq .item__ico {
    font-size: 20px;
  }
  .page .main .faq .item__title {
    font-size: 16px;
  }
  .page .main .faq .item__q .item__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-left: 30px;
  }
  .page .main .faq .item__q.active .item__btn {
    background-size: 20px 2px;
  }
  .page .main .faq .item__a {
    margin-top: 18px;
  }
  .page .main .faq .item__a .item__body {
    margin-top: -0.2em;
    padding-right: 50px;
  }
  .page .main .blogs {
    margin-top: 80px;
  }
  .page .main .blogs__contents {
    margin-top: 20px;
  }
  .page .main .blogs .item__link {
    padding: 25px 0;
  }
  .page .main .blogs .item__date {
    font-size: 14px;
  }
  .page .main .blogs .item__cate {
    padding: 3px 6px;
    font-size: 13px;
  }
  .page .main .blogs .item__cate + .item__cate {
    margin-left: 0.75em;
  }
  .page .main .blogs .item__body {
    margin-top: 16px;
  }
  .page .main .blogs .item__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-section__title .title {
    font-size: 18px;
  }
  .page-section__title .title::before {
    margin-right: 0.5em;
  }
  .page-section__title .title::after {
    margin-left: 0.5em;
  }
  .page .main .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .page .main .contents__head {
    padding-top: 30px;
  }
  .page .main .flow {
    margin-top: 60px;
  }
  .page .main .flow__contents {
    margin-top: 40px;
  }
  .page .main .flow .item + .item {
    margin-top: 40px;
  }
  .page .main .flow .item__num {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .page .main .flow .item__body {
    margin-left: 1em;
    padding-top: 0.4em;
  }
  .page .main .flow .item__title {
    font-size: 18px;
  }
  .page .main .flow .item__txt {
    margin-top: 1em;
  }
  .page .main .plan {
    margin-top: 60px;
  }
  .page .main .plan__contents {
    margin-top: 30px;
  }
  .page .main .plan-items {
    display: block;
  }
  .page .main .plan-item {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .page .main .plan-item + .plan-item {
    margin: 30px auto 0;
  }
  .page .main .plan-item__head {
    height: 50px;
  }
  .page .main .plan-item__head::after {
    bottom: -15px;
    border-width: 15px 12px 0px 12px;
  }
  .page .main .plan-item__title {
    font-size: 18px;
  }
  .page .main .plan-item__subtitle {
    font-size: 15px;
  }
  .page .main .plan-item__subtitle::after {
    width: 36px;
  }
  .page .main .plan-item__body {
    padding: 35px 15px;
  }
  .page .main .plan-item__body ul {
    margin-top: 1em;
  }
  .page .main .plan-item__body li {
    font-size: 13px;
  }
  .page .main .plan-item__detail {
    margin-top: 30px;
  }
  .page .main .plan__opt {
    margin-top: 40px;
  }
  .page .main .plan-tbl__group + .plan-tbl__group {
    margin-top: 35px;
  }
  .page .main .plan-tbl__subtitle {
    font-size: 16px;
  }
  .page .main .plan-tbl dl {
    display: block;
    border-bottom: 1px solid #888;
  }
  .page .main .plan-tbl dl:first-child {
    border-top: 1px solid #888;
  }
  .page .main .plan-tbl dt {
    width: 100%;
    padding: 20px 15px;
    font-size: 15px;
  }
  .page .main .plan-tbl dt span {
    font-size: 12px;
  }
  .page .main .plan-tbl dd {
    width: 100%;
    padding: 25px 15px;
    font-size: 16px;
  }
  .page .main .plan-tbl dd span {
    display: block;
    font-size: 12px;
  }
  .page .main .works {
    margin-top: 40px;
  }
  .page .main .works__contents {
    margin-top: 25px;
    padding: 30px 30px 40px;
  }
  .page .main .works .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page .main .works .items::after {
    display: none;
  }
  .page .main .works .item {
    width: 100%;
  }
  .page .main .works .item + .item {
    margin-top: 40px;
  }
  .page .main .works .item__title {
    font-size: 16px;
  }
  .page .main .works .item__cates {
    margin-top: 6px;
  }
  .page .main .faq {
    margin-top: 60px;
  }
  .page .main .faq__contents {
    margin-top: 30px;
  }
  .page .main .faq .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.2em;
            flex: 0 0 2.2em;
    width: 2.2em;
  }
  .page .main .faq .item__q .item__body {
    margin-top: 0;
    padding-top: 0.1em;
  }
  .page .main .faq .item__q .item__btn {
    margin-top: 0.25em;
  }
  .page .main .faq .item__a {
    margin-top: 15px;
  }
  .page .main .faq .item__a .item__body {
    margin-top: 0;
  }
  .page .main .blogs {
    margin-top: 60px;
  }
  .page .main .blogs__contents {
    margin-top: 10px;
  }
  .page .main .blogs .item__link {
    padding: 20px 0;
  }
  .page .main .blogs .item__head {
    display: block;
  }
  .page .main .blogs .item__date {
    font-size: 13px;
  }
  .page .main .blogs .item__cates {
    margin-top: 12px;
    margin-left: 0;
  }
  .page .main .blogs .item__cate {
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .page .main .blogs .item__cate + .item__cate {
    margin-left: 0;
  }
  .page .main .blogs .item__body {
    margin-top: 10px;
  }
  .page .main .blogs .va-btn {
    margin-top: 38px;
  }
}
/* ===================================

  WordPress構築

====================================== */
.page-wordpress-kouchiku .main .plan-wp__head {
  padding-bottom: 60px;
}
.page-wordpress-kouchiku .main .plan-wp__group + .plan-wp__group {
  margin-top: 60px;
}
.page-wordpress-kouchiku .main .plan-wp__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--cl-ac);
}
.page-wordpress-kouchiku .main .plan-wp ul {
  margin-top: 1.5em;
}
.page-wordpress-kouchiku .main .plan-wp ul li {
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.page-wordpress-kouchiku .main .plan-wp ul li::before {
  content: "-";
  position: relative;
  top: -2px;
  width: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.page-wordpress-kouchiku .main .plan-wp ul li + li {
  margin-top: 0.5em;
}

@media screen and (max-width: 1199px) {
  .page-wordpress-kouchiku .main .plan-wp__head {
    padding-bottom: 40px;
  }
  .page-wordpress-kouchiku .main .plan-wp__group + .plan-wp__group {
    margin-top: 40px;
  }
  .page-wordpress-kouchiku .main .plan-wp__title {
    font-size: 18px;
  }
  .page-wordpress-kouchiku .main .plan-wp ul {
    margin-top: 1.2em;
  }
  .page-wordpress-kouchiku .main .plan-wp ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page-wordpress-kouchiku .main .plan-wp__head {
    padding-bottom: 35px;
  }
  .page-wordpress-kouchiku .main .plan-wp__group + .plan-wp__group {
    margin-top: 35px;
  }
  .page-wordpress-kouchiku .main .plan-wp__title {
    font-size: 16px;
  }
  .page-wordpress-kouchiku .main .plan-wp ul {
    margin-top: 1em;
  }
}
/* ===================================

  コーディングパートナーサービス

====================================== */
.page-coding-partner .main .plan-coding__head {
  padding-bottom: 60px;
}
.page-coding-partner .main .plan-coding__group + .plan-coding__group {
  margin-top: 60px;
}
.page-coding-partner .main .plan-coding__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--cl-ac);
}
.page-coding-partner .main .plan-coding ul {
  margin-top: 1.5em;
}
.page-coding-partner .main .plan-coding ul li {
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.page-coding-partner .main .plan-coding ul li::before {
  content: "-";
  position: relative;
  top: -2px;
  width: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.page-coding-partner .main .plan-coding ul li + li {
  margin-top: 0.5em;
}
.page-coding-partner .main .plan-coding__txt {
  margin-top: 1.5em;
  line-height: 1.75;
}
.page-coding-partner .main .plan-coding__txt span {
  font-weight: 700;
}
.page-coding-partner .main .plan .price__txt {
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .page-coding-partner .main .plan-coding__head {
    padding-bottom: 40px;
  }
  .page-coding-partner .main .plan-coding__group + .plan-coding__group {
    margin-top: 40px;
  }
  .page-coding-partner .main .plan-coding__title {
    font-size: 18px;
  }
  .page-coding-partner .main .plan-coding ul {
    margin-top: 1.2em;
  }
  .page-coding-partner .main .plan-coding ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page-coding-partner .main .plan-coding__head {
    padding-bottom: 35px;
  }
  .page-coding-partner .main .plan-coding__group + .plan-coding__group {
    margin-top: 35px;
  }
  .page-coding-partner .main .plan-coding__title {
    font-size: 16px;
  }
  .page-coding-partner .main .plan-coding ul {
    margin-top: 1em;
  }
}
/* ===================================

  事業概要：about

====================================== */
.page-about .main .container {
  width: 840px;
}
.page-about .main .msg__contents {
  margin-top: 60px;
}
.page-about .main .msg__contents p {
  font-family: "Zen Maru Gothic", serif;
  line-height: 2;
  font-weight: 500;
}
.page-about .main .msg__contents p span {
  font-size: 1.05em;
  font-weight: 700;
}
.page-about .main .msg__contents p + p {
  margin-top: 1em;
}
.page-about .main .msg__contents p a {
  color: var(--cl-ac);
}
.page-about .main .msg__contents .name {
  font-size: 1.1em;
  margin-top: 3em;
  text-align: right;
}
.page-about .main .msg__contents .name small {
  font-size: 0.8em;
}
.page-about .main .info {
  margin-top: 120px;
}
.page-about .main .info__contents {
  margin-top: 60px;
}
.page-about .main .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.page-about .main .info dl:first-child {
  border-top: 1px solid #ccc;
}
.page-about .main .info dt,
.page-about .main .info dd {
  padding: 22px 20px;
  line-height: 1.75;
}
.page-about .main .info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  background-color: #f1f1f1;
  font-weight: 500;
}
.page-about .main .info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-about .main .info dd a {
  font-weight: 500;
  color: var(--cl-ac);
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .page-about .main .container {
    width: 100%;
    max-width: 768px;
  }
  .page-about .main .msg__contents {
    margin-top: 40px;
  }
  .page-about .main .info {
    margin-top: 80px;
  }
  .page-about .main .info__contents {
    margin-top: 40px;
  }
  .page-about .main .info dt,
  .page-about .main .info dd {
    padding: 15px;
  }
  .page-about .main .info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .main .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .page-about .main .msg__contents {
    margin-top: 30px;
  }
  .page-about .main .info {
    margin-top: 60px;
  }
  .page-about .main .info__contents {
    margin-top: 30px;
  }
  .page-about .main .info dl {
    display: block;
  }
  .page-about .main .info dt,
  .page-about .main .info dd {
    padding: 12px 15px;
  }
  .page-about .main .info dt {
    width: 100%;
  }
}
/* ===================================

  事業内容

====================================== */
.page-service .main .service__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-service .main .service__cate {
  display: grid;
  place-items: center;
  width: calc((100% - 10px) / 2);
  height: 60px;
  margin-bottom: 10px;
  background-color: var(--cl-thin);
  background-image: url(img/ico/ico-arrow-btm.svg);
  background-repeat: no-repeat;
  background-size: 16px 8px;
  background-position: center right 30px;
  font-size: 18px;
  font-weight: 500;
}
.page-service .main .contents {
  margin-top: 80px;
}
.page-service .main .items__title {
  padding-bottom: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  color: var(--cl-ac);
  line-height: 1.3;
  letter-spacing: 0.3em;
  border-bottom: 2px solid var(--cl-light);
}
.page-service .main .items + .items {
  margin-top: 120px;
}
.page-service .main .items__contents {
  margin-top: 50px;
}
.page-service .main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .main .item + .item {
  margin-top: 60px;
}
.page-service .main .item__thumb {
  position: relative;
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.page-service .main .item__thumb-img {
  width: 100%;
  padding-top: 133%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.page-service .main .item__thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 5px solid #555;
  z-index: -1;
}
.page-service .main .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 80px;
  font-weight: 500;
  word-break: break-all;
}
.page-service .main .item__title {
  position: relative;
  padding-bottom: 1.5em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.page-service .main .item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 2px;
  background-color: var(--cl-pri);
}
.page-service .main .item__txt {
  margin-top: 2em;
  line-height: 1.75;
}
.page-service .main .item__link {
  margin-top: 50px;
}
.page-service .main .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-service .main .item:nth-child(2n) .item__thumb::after {
  left: auto;
  right: 20px;
}
.page-service .main .item:nth-child(2n) .item__body {
  padding-left: 0;
  padding-right: 80px;
}

@media screen and (max-width: 1199px) {
  .page-service .main .service__cate {
    width: calc((100% - 8px) / 2);
    height: 50px;
    margin-bottom: 8px;
    background-size: 15px 8px;
    background-position: center right 15px;
    font-size: 16px;
  }
  .page-service .main .contents {
    margin-top: 50px;
  }
  .page-service .main .items__title {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .page-service .main .items + .items {
    margin-top: 100px;
  }
  .page-service .main .items__contents {
    margin-top: 30px;
  }
  .page-service .main .item + .item {
    margin-top: 60px;
  }
  .page-service .main .item__thumb {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .page-service .main .item__body {
    padding-left: 60px;
  }
  .page-service .main .item__title {
    font-size: 20px;
    padding-bottom: 1.3em;
  }
  .page-service .main .item__title::after {
    width: 60px;
  }
  .page-service .main .item__txt {
    margin-top: 1.5em;
  }
  .page-service .main .item__link {
    margin-top: 40px;
  }
  .page-service .main .item:nth-child(2n) .item__body {
    padding-right: 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-service .main .service__cates {
    display: block;
  }
  .page-service .main .service__cate {
    width: 100%;
    height: 40px;
    background-size: 12px 6px;
    background-position: center right 10px;
    font-size: 15px;
  }
  .page-service .main .items__title {
    padding-bottom: 12px;
    font-size: 19px;
  }
  .page-service .main .items + .items {
    margin-top: 80px;
  }
  .page-service .main .items__contents {
    margin-top: 25px;
  }
  .page-service .main .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-service .main .item + .item {
    margin-top: 40px;
  }
  .page-service .main .item__thumb {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .page-service .main .item__thumb-img {
    padding-top: 100%;
  }
  .page-service .main .item__thumb::after {
    top: 15px;
    left: 15px;
    right: auto;
  }
  .page-service .main .item__body {
    position: relative;
    margin-top: -30px;
    padding-left: 40px;
    z-index: 3;
  }
  .page-service .main .item__inner {
    padding: 30px 20px;
    background-color: #f1f1f1;
  }
  .page-service .main .item__title {
    padding-bottom: 1em;
    line-height: 1.3;
    font-size: 18px;
  }
  .page-service .main .item__title::after {
    width: 50px;
  }
  .page-service .main .item__txt {
    margin-top: 1.5em;
    font-size: 13px;
  }
  .page-service .main .item__link {
    margin-top: 30px;
    font-size: 13px;
  }
  .page-service .main .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-service .main .item:nth-child(2n) .item__thumb::after {
    top: 15px;
    left: 15px;
    right: auto;
  }
  .page-service .main .item:nth-child(2n) .item__body {
    padding-right: 0;
    padding-left: 40px;
  }
}
/* ===================================

  プライバシーポリシー

====================================== */
.page-privacypolicy .contents > *:first-child {
  margin-top: 0 !important;
}
.page-privacypolicy .contents h2 {
  margin-top: 50px;
  padding: 8px 20px;
  background-color: var(--cl-thin);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.page-privacypolicy .contents p {
  margin-top: 30px;
  line-height: 1.75;
  letter-spacing: 0;
}
.page-privacypolicy .contents p + p {
  margin-top: 1.25rem;
}
.page-privacypolicy .contents ul {
  margin-top: 20px;
}
.page-privacypolicy .contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.page-privacypolicy .contents ul li + li {
  margin-top: 0.75em;
}
.page-privacypolicy .contents ul li::before {
  content: "";
  position: relative;
  top: 5px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.page-privacypolicy .contents a {
  color: var(--cl-ac);
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .contents h2 {
    font-size: 22px;
    margin-top: 35px;
    padding: 8px 15px;
  }
  .page-privacypolicy .contents p {
    margin-top: 1em;
  }
  .page-privacypolicy .contents p + p {
    margin-top: 1em;
  }
  .page-privacypolicy .contents ul {
    margin-top: 1em;
  }
  .page-privacypolicy .contents ul li::before {
    top: 4px;
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .contents h2 {
    font-size: 18px;
    margin-top: 30px;
    padding: 10px 15px;
  }
  .page-privacypolicy .contents p {
    font-size: 14px;
  }
  .page-privacypolicy .contents p + p {
    margin-top: 1.25em;
  }
  .page-privacypolicy .contents ul li::before {
    top: 7px;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
}
/* ===================================

  お問い合わせ

====================================== */
.page-contact .main {
  padding-bottom: 120px;
}
.page-contact .main .container {
  width: 840px;
}
.page-contact .main .form__group {
  font-weight: 500;
}
.page-contact .main .form__group + .form__group {
  margin-top: 50px;
}
.page-contact .main .form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", serif;
}
.page-contact .main .form__head .req,
.page-contact .main .form__head .opt {
  position: relative;
  margin-left: 30px;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 2px;
  z-index: 1;
}
.page-contact .main .form__head .req {
  border: 1px solid #8b2e2e;
  color: #8b2e2e;
}
.page-contact .main .form__head .opt {
  border: 1px solid #888;
}
.page-contact .main .form__label {
  font-size: 18px;
}
.page-contact .main .form__body {
  margin-top: 18px;
  font-size: 16px;
}
.page-contact .main .form__body input:not([type=submit]):not([type=checkbox]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  border: 1px solid var(--cl-pri);
  border-radius: 2px;
  z-index: 1;
}
.page-contact .main .form__body input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder {
  color: #aaa;
}
.page-contact .main .form__body input:not([type=submit]):not([type=checkbox])::-moz-placeholder {
  color: #aaa;
}
.page-contact .main .form__body input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder {
  color: #aaa;
}
.page-contact .main .form__body input:not([type=submit]):not([type=checkbox])::-ms-input-placeholder {
  color: #aaa;
}
.page-contact .main .form__body input:not([type=submit]):not([type=checkbox])::placeholder {
  color: #aaa;
}
.page-contact .main .form__body .wpcf7-checkbox {
  display: block;
  padding: 20px 0;
}
.page-contact .main .form__body .wpcf7-checkbox .wpcf7-list-item-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 5px;
}
.page-contact .main .form__body .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 40px;
}
.page-contact .main .form__body .wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.page-contact .main .form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 20px;
  width: 100%;
  height: 250px;
  line-height: 1.75;
  border: 1px solid var(--cl-pri);
  border-radius: 2px;
  z-index: 1;
}
.page-contact .main .form__body .wpcf7-acceptance {
  display: block;
  text-align: center;
  line-height: 1.75;
}
.page-contact .main .form__body .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.page-contact .main .form__body .wpcf7-acceptance a {
  color: var(--cl-ac);
  text-decoration: underline;
}
.page-contact .main .form__body input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  top: -0.12em;
  width: 1em;
  height: 1em;
  border: 1px solid var(--cl-pri);
  border-radius: 0;
}
.page-contact .main .form__body input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  margin: 80px auto 0;
  width: 500px;
  height: 65px;
  background-color: var(--cl-ac);
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.page-contact .main .form__body input[type=submit]:hover {
  opacity: 0.6;
}
.page-contact .main .form__body input[type=submit]:disabled {
  opacity: 0.6;
}
.page-contact .main .form__body .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.page-contact .main .form__body .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}
.page-contact .main .form__body .wpcf7-response-output {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .page-contact .main .container {
    width: 100%;
    max-width: 768px;
  }
  .page-contact .main .form__group + .form__group {
    margin-top: 40px;
  }
  .page-contact .main .form__head .req,
  .page-contact .main .form__head .opt {
    margin-left: 20px;
    padding: 3px 6px;
    font-size: 12px;
  }
  .page-contact .main .form__body {
    margin-top: 15px;
  }
  .page-contact .main .form__body input:not([type=submit]):not([type=checkbox]) {
    padding: 0 15px;
    height: 50px;
  }
  .page-contact .main .form__body .wpcf7-checkbox {
    padding: 15px 0 10px;
  }
  .page-contact .main .form__body .wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 3px;
  }
  .page-contact .main .form__body .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 1.5em;
  }
  .page-contact .main .form__body textarea {
    padding: 20px 15px;
    height: 200px;
  }
  .page-contact .main .form__body input[type=submit] {
    margin: 60px auto 0;
    width: 400px;
    height: 60px;
    font-size: 17px;
  }
  .page-contact .main .form__body input[type=submit]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .page-contact .main .form__head .req,
  .page-contact .main .form__head .opt {
    position: relative;
    top: 1px;
    margin-left: 15px;
  }
  .page-contact .main .form__label {
    font-size: 16px;
  }
  .page-contact .main .form__body {
    margin-top: 12px;
  }
  .page-contact .main .form__body input:not([type=submit]):not([type=checkbox]) {
    padding: 0 10px;
  }
  .page-contact .main .form__body .wpcf7-checkbox {
    padding: 12px 0 8px;
  }
  .page-contact .main .form__body .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    top: -1px;
  }
  .page-contact .main .form__body .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 1.25em;
    font-size: 14px;
  }
  .page-contact .main .form__body textarea {
    padding: 10px 10px;
    height: 180px;
  }
  .page-contact .main .form__body .wpcf7-acceptance {
    line-height: 1.75;
    font-size: 14px;
    text-align: left;
  }
  .page-contact .main .form__body .wpcf7-acceptance input[type=checkbox] {
    position: relative;
    top: -1px;
  }
  .page-contact .main .form__body input[type=submit] {
    margin: 40px auto 0;
    width: 100%;
  }
}
/* ===================================

  サンクスページ
  404

====================================== */
.page-thanks .main .container,
.error404 .main .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.page-thanks .main .contents h2,
.error404 .main .contents h2 {
  padding: 8px 20px;
  background-color: var(--cl-thin);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.page-thanks .main .contents p,
.error404 .main .contents p {
  margin-top: 50px;
  line-height: 1.75;
  letter-spacing: 0;
}
.page-thanks .main .contents p + p,
.error404 .main .contents p + p {
  margin-top: 1.25rem;
}
.page-thanks .main .contents ul,
.error404 .main .contents ul {
  margin-top: 30px;
}
.page-thanks .main .contents ul li,
.error404 .main .contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.page-thanks .main .contents ul li + li,
.error404 .main .contents ul li + li {
  margin-top: 0.75em;
}
.page-thanks .main .contents ul li::before,
.error404 .main .contents ul li::before {
  content: "";
  position: relative;
  top: 5px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.page-thanks .main .contents a,
.error404 .main .contents a {
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main .container,
  .error404 .main .container {
    width: 100%;
    max-width: 768px;
  }
  .page-thanks .main .contents h2,
  .error404 .main .contents h2 {
    padding: 8px 15px;
    font-size: 22px;
  }
  .page-thanks .main .contents p,
  .error404 .main .contents p {
    margin-top: 40px;
  }
  .page-thanks .main .contents p + p,
  .error404 .main .contents p + p {
    margin-top: 1em;
  }
  .page-thanks .main .contents ul,
  .error404 .main .contents ul {
    margin-top: 1.5em;
  }
  .page-thanks .main .contents ul li::before,
  .error404 .main .contents ul li::before {
    top: 4px;
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .page-thanks .main .contents a,
  .error404 .main .contents a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .main .container,
  .error404 .main .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .page-thanks .main .contents h2,
  .error404 .main .contents h2 {
    padding: 10px 15px;
    font-size: 18px;
  }
  .page-thanks .main .contents p,
  .error404 .main .contents p {
    margin-top: 30px;
    font-size: 14px;
  }
  .page-thanks .main .contents p + p,
  .error404 .main .contents p + p {
    margin-top: 1.25em;
  }
  .page-thanks .main .contents ul,
  .error404 .main .contents ul {
    margin-top: 1em;
  }
  .page-thanks .main .contents ul li::before,
  .error404 .main .contents ul li::before {
    top: 7px;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .page-thanks .main .contents a,
  .error404 .main .contents a {
    margin-top: 20px;
  }
}
/* ===================================

  トップページ

====================================== */
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.home .mv {
  position: relative;
  margin: 100px auto 0;
  width: 100%;
  height: 600px;
}
.home .mv__inner {
  width: 100%;
  height: 100%;
  background-image: url(img/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right 0;
}
.home .mv-copy {
  display: inline-block;
  position: absolute;
  left: 10vw;
  bottom: 100px;
  padding: 40px 100px 40px 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.home .mv-copy__txt {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5;
}
.home .mv-copy__txt .sp {
  display: none;
}
.home .mv-copy__txt rt {
  font-size: 0.5em;
}
.home .mv-copy__sub {
  margin-top: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 1600px) {
  .home .mv-copy {
    left: 5vw;
  }
}
@media screen and (max-width: 1430px) {
  .home .mv-copy {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .home .mv {
    width: 100%;
    height: 100vh;
    max-height: 500px;
  }
  .home .mv__inner {
    background-position: center right -70px;
  }
  .home .mv-copy {
    left: 20px;
    bottom: 50px;
    padding: 40px 60px 40px 20px;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .home .mv-copy__txt {
    font-size: 36px;
  }
  .home .mv-copy__sub {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .mv {
    margin-top: 80px;
    width: 100%;
    max-height: 500px;
  }
  .home .mv__inner {
    background-image: url(img/sp-mv.webp);
    background-position: bottom 0 right 0;
    background-size: cover;
  }
  .home .mv-copy {
    max-width: calc(100% - 30px);
    left: 15px;
    bottom: 30px;
    padding: 30px 25px 30px 20px;
  }
  .home .mv-copy__txt {
    font-size: clamp(25px, 8.57vw - 8.857px, 30px);
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .home .mv-copy__txt .sp {
    display: block;
  }
  .home .mv-copy__sub {
    margin-top: 20px;
    font-size: clamp(11px, 4.29vw - 4.429px, 14px);
  }
}
/* ===================================

  制作事例

====================================== */
.home .works {
  margin-top: 150px;
}
.home .works .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.home .works__contents {
  margin-top: 50px;
  padding: 50px;
  background-color: #f5f5f5;
}
.home .works .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .works .entries::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.home .works .entry {
  width: calc((100% - 60px) / 3);
  word-break: break-all;
}
.home .works .entry__link {
  display: block;
}
.home .works .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .works .entry__thumb-img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.home .works .entry__link:hover {
  opacity: 0.6;
}
.home .works .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.home .works .entry__body {
  padding-top: 20px;
  font-weight: 500;
}
.home .works .entry__title {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.3;
}
.home .works .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.home .works .entry__cate {
  font-size: 13px;
  line-height: 1.5;
}
.home .works .entry__cate + .entry__cate {
  margin-left: 0.25em;
}
.home .works .entry__cate + .entry__cate::before {
  content: "/";
  margin-right: 0.25em;
}
.home .works .va-btn {
  margin-top: 80px;
}
.home .works__note {
  margin-top: 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
.home .works__note a {
  color: var(--cl-ac);
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .home .works {
    margin-top: 100px;
  }
  .home .works .container {
    width: 100%;
    max-width: 768px;
  }
  .home .works__contents {
    margin-top: 40px;
    padding: 30px;
  }
  .home .works .entries::after {
    width: calc((100% - 50px) / 3);
  }
  .home .works .entry {
    width: calc((100% - 50px) / 3);
  }
  .home .works .entry__link:hover {
    opacity: 1;
  }
  .home .works .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .works .entry__body {
    padding-top: 18px;
  }
  .home .works .entry__cate {
    font-size: 12px;
  }
  .home .works .va-btn {
    margin-top: 50px;
  }
  .home .works__note {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .home .works {
    margin-top: 80px;
  }
  .home .works .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .home .works__contents {
    margin-top: 25px;
    padding: 30px;
  }
  .home .works .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .works .entries::after {
    display: none;
  }
  .home .works .entry {
    width: 100%;
  }
  .home .works .entry + .entry {
    margin-top: 40px;
  }
  .home .works .entry__title {
    font-size: 16px;
  }
}
/* ===================================

  サービス

====================================== */
.home .service .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.home .service__contents {
  margin-top: 60px;
}
.home .service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .service .item + .item {
  margin-top: 60px;
}
.home .service .item__thumb {
  position: relative;
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.home .service .item__thumb-img {
  width: 100%;
  padding-top: 133%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.home .service .item__thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 5px solid #555;
  z-index: -1;
}
.home .service .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 80px;
  font-weight: 500;
  word-break: break-all;
}
.home .service .item__title {
  position: relative;
  padding-bottom: 1.5em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.home .service .item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 2px;
  background-color: var(--cl-pri);
}
.home .service .item__txt {
  margin-top: 2em;
  line-height: 1.75;
}
.home .service .item__link {
  margin-top: 50px;
}
.home .service .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .service .item:nth-child(2n) .item__thumb::after {
  left: auto;
  right: 20px;
}
.home .service .item:nth-child(2n) .item__body {
  padding-left: 0;
  padding-right: 80px;
}

@media screen and (max-width: 1199px) {
  .home .service .container {
    width: 100%;
    max-width: 768px;
  }
  .home .service__contents {
    margin-top: 40px;
  }
  .home .service .item + .item {
    margin-top: 60px;
  }
  .home .service .item__thumb {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .home .service .item__body {
    padding-left: 60px;
  }
  .home .service .item__title {
    font-size: 20px;
    padding-bottom: 1.3em;
  }
  .home .service .item__title::after {
    width: 60px;
  }
  .home .service .item__txt {
    margin-top: 1.5em;
  }
  .home .service .item__link {
    margin-top: 40px;
  }
  .home .service .item:nth-child(2n) .item__body {
    padding-right: 60px;
  }
}
@media screen and (max-width: 758px) {
  .home .service .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .home .service__contents {
    margin-top: 30px;
  }
  .home .service .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home .service .item + .item {
    margin-top: 40px;
  }
  .home .service .item__thumb {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .home .service .item__thumb-img {
    padding-top: 100%;
  }
  .home .service .item__thumb::after {
    top: 15px;
    left: 15px;
    right: auto;
  }
  .home .service .item__body {
    position: relative;
    margin-top: -30px;
    padding-left: 40px;
    z-index: 3;
  }
  .home .service .item__inner {
    padding: 30px 20px;
    background-color: #f1f1f1;
  }
  .home .service .item__title {
    padding-bottom: 1em;
    line-height: 1.3;
    font-size: 18px;
  }
  .home .service .item__title::after {
    width: 50px;
  }
  .home .service .item__txt {
    margin-top: 1.5em;
    font-size: 13px;
  }
  .home .service .item__link {
    margin-top: 30px;
    font-size: 13px;
  }
  .home .service .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .service .item:nth-child(2n) .item__thumb::after {
    top: 15px;
    left: 15px;
    right: auto;
  }
  .home .service .item:nth-child(2n) .item__body {
    padding-right: 0;
    padding-left: 40px;
  }
}
/* ===================================

  新着情報

====================================== */
.home .blogs {
  margin-top: 120px;
}
.home .blogs .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.home .blogs__contents {
  margin-top: 50px;
}
.home .blogs .entry {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.home .blogs .entry__link {
  display: block;
  padding: 28px 0;
}
.home .blogs .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .blogs .entry__date {
  font-size: 15px;
  font-weight: 500;
}
.home .blogs .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2em;
}
.home .blogs .entry__cate {
  padding: 4px 8px;
  background-color: var(--cl-ac);
  font-size: 14px;
  color: #fff;
}
.home .blogs .entry__cate + .entry__cate {
  margin-left: 8px;
}
.home .blogs .entry__body {
  margin-top: 18px;
  word-break: break-all;
}
.home .blogs .entry__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .home .blogs {
    margin-top: 80px;
  }
  .home .blogs .container {
    width: 100%;
    max-width: 768px;
  }
  .home .blogs__contents {
    margin-top: 20px;
  }
  .home .blogs .entry__link {
    padding: 25px 0;
  }
  .home .blogs .entry__date {
    font-size: 14px;
  }
  .home .blogs .entry__cate {
    padding: 3px 6px;
    font-size: 13px;
  }
  .home .blogs .entry__cate + .entry__cate {
    margin-left: 0.75em;
  }
  .home .blogs .entry__body {
    margin-top: 16px;
  }
  .home .blogs .entry__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .home .blogs {
    margin-top: 60px;
  }
  .home .blogs .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .home .blogs__contents {
    margin-top: 20px;
  }
  .home .blogs .entry__link {
    padding: 20px 0;
  }
  .home .blogs .entry__head {
    display: block;
  }
  .home .blogs .entry__date {
    font-size: 13px;
  }
  .home .blogs .entry__cates {
    margin-top: 12px;
    margin-left: 0;
  }
  .home .blogs .entry__cate {
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .home .blogs .entry__cate + .entry__cate {
    margin-left: 0;
  }
  .home .blogs .entry__body {
    margin-top: 10px;
  }
  .home .blogs .va-btn {
    margin-top: 38px;
  }
}
/* ===================================

  新着情報一覧

====================================== */
.blog .main .container,
.category .main .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.blog .main .entry,
.category .main .entry {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.blog .main .entry__link,
.category .main .entry__link {
  display: block;
  padding: 28px 0;
}
.blog .main .entry:first-child .entry__link,
.category .main .entry:first-child .entry__link {
  padding-top: 0;
}
.blog .main .entry__head,
.category .main .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .main .entry__date,
.category .main .entry__date {
  font-size: 15px;
  font-weight: 500;
}
.blog .main .entry__cates,
.category .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2em;
}
.blog .main .entry__cate,
.category .main .entry__cate {
  padding: 4px 8px;
  background-color: var(--cl-ac);
  font-size: 14px;
  color: #fff;
}
.blog .main .entry__cate + .entry__cate,
.category .main .entry__cate + .entry__cate {
  margin-left: 8px;
}
.blog .main .entry__body,
.category .main .entry__body {
  margin-top: 18px;
  word-break: break-all;
}
.blog .main .entry__title,
.category .main .entry__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .blog .main .container,
  .category .main .container {
    width: 100%;
    max-width: 768px;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    padding: 25px 0;
  }
  .blog .main .entry__date,
  .category .main .entry__date {
    font-size: 14px;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    padding: 3px 6px;
    font-size: 13px;
  }
  .blog .main .entry__cate + .entry__cate,
  .category .main .entry__cate + .entry__cate {
    margin-left: 0.75em;
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    margin-top: 16px;
  }
  .blog .main .entry__title,
  .category .main .entry__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .blog .main .container,
  .category .main .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    padding: 20px 0;
  }
  .blog .main .entry__head,
  .category .main .entry__head {
    display: block;
  }
  .blog .main .entry__date,
  .category .main .entry__date {
    font-size: 13px;
  }
  .blog .main .entry__cates,
  .category .main .entry__cates {
    margin-top: 12px;
    margin-left: 0;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .blog .main .entry__cate + .entry__cate,
  .category .main .entry__cate + .entry__cate {
    margin-left: 0;
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    margin-top: 10px;
  }
}
/* ===================================

  制作事例一覧

====================================== */
.post-type-archive-works .main .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.post-type-archive-works .main .works__note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.post-type-archive-works .main .works__note a {
  color: var(--cl-ac);
  text-decoration: underline;
}
.post-type-archive-works .main .contents {
  margin-top: 50px;
  padding: 50px 50px 70px;
  background-color: #f5f5f5;
}
.post-type-archive-works .main .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-works .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.post-type-archive-works .main .entry {
  width: calc((100% - 60px) / 3);
  word-break: break-all;
}
.post-type-archive-works .main .entry:nth-child(n+4) {
  margin-top: 60px;
}
.post-type-archive-works .main .entry__link {
  display: block;
}
.post-type-archive-works .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-works .main .entry__thumb-img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.post-type-archive-works .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-works .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.post-type-archive-works .main .entry__body {
  padding-top: 20px;
  font-weight: 500;
}
.post-type-archive-works .main .entry__title {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.3;
}
.post-type-archive-works .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.post-type-archive-works .main .entry__cate {
  font-size: 13px;
  line-height: 1.5;
}
.post-type-archive-works .main .entry__cate + .entry__cate {
  margin-left: 0.25em;
}
.post-type-archive-works .main .entry__cate + .entry__cate::before {
  content: "/";
  margin-right: 0.25em;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-works .main .container {
    width: 100%;
    max-width: 768px;
  }
  .post-type-archive-works .main .works__note {
    font-size: 14px;
  }
  .post-type-archive-works .main .contents {
    margin-top: 30px;
    padding: 30px 30px 50px;
  }
  .post-type-archive-works .main .entries::after {
    width: calc((100% - 50px) / 3);
  }
  .post-type-archive-works .main .entry {
    width: calc((100% - 50px) / 3);
  }
  .post-type-archive-works .main .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-works .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-works .main .entry__body {
    padding-top: 18px;
  }
  .post-type-archive-works .main .entry__cate {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-works .main .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .post-type-archive-works .main .contents {
    margin-top: 25px;
    padding: 30px 30px 40px;
  }
  .post-type-archive-works .main .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-type-archive-works .main .entries::after {
    display: none;
  }
  .post-type-archive-works .main .entry {
    width: 100%;
  }
  .post-type-archive-works .main .entry + .entry {
    margin-top: 40px;
  }
  .post-type-archive-works .main .entry__title {
    font-size: 16px;
  }
}
/* ===================================

  詳細ページ
  - single
  - page

====================================== */
.single .main .entry__body,
.page .main .entry__body {
  padding-top: 60px;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}
.single .main .entry__body > *:first-child,
.page .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single .main .entry__body .wp-block-columns,
.page .main .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single .main .entry__body .wp-block-column > *:first-child,
.page .main .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single .main .entry__body h2,
.single .main .entry__body h3,
.single .main .entry__body h4,
.single .main .entry__body h5,
.single .main .entry__body h6,
.page .main .entry__body h2,
.page .main .entry__body h3,
.page .main .entry__body h4,
.page .main .entry__body h5,
.page .main .entry__body h6 {
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.single .main .entry__body h2,
.page .main .entry__body h2 {
  font-size: 28px;
  margin-top: 40px;
  padding: 8px 20px;
  background-color: var(--cl-thin);
}
.single .main .entry__body h3,
.page .main .entry__body h3 {
  margin-top: 40px;
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--cl-ac);
}
.single .main .entry__body h4,
.page .main .entry__body h4 {
  margin-top: 40px;
  padding-left: 0.75em;
  font-size: 20px;
  border-left: 5px solid var(--cl-ac);
}
.single .main .entry__body h5,
.page .main .entry__body h5 {
  margin-top: 35px;
  font-size: 18px;
}
.single .main .entry__body h6,
.page .main .entry__body h6 {
  margin-top: 30px;
  font-size: 16px;
}
.single .main .entry__body p,
.page .main .entry__body p {
  margin-top: 30px;
  line-height: 1.75;
  letter-spacing: 0;
}
.single .main .entry__body p + p,
.page .main .entry__body p + p {
  margin-top: 1.25rem;
}
.single .main .entry__body .wp-block-image,
.page .main .entry__body .wp-block-image {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-image img,
.page .main .entry__body .wp-block-image img {
  margin: 0;
}
.single .main .entry__body .wp-block-image::after,
.page .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .main .entry__body .aligncenter,
.page .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single .main .entry__body .alignright,
.page .main .entry__body .alignright {
  margin-left: auto;
}
.single .main .entry__body .wp-caption,
.page .main .entry__body .wp-caption {
  max-width: 100%;
}
.single .main .entry__body .wp-caption-text,
.page .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .main .entry__body pre,
.page .main .entry__body pre {
  overflow-x: auto;
}
.single .main .entry__body table,
.page .main .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .main .entry__body table th,
.page .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single .main .entry__body table th a,
.page .main .entry__body table th a {
  color: inherit;
}
.single .main .entry__body table td,
.page .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single .main .entry__body table td a,
.page .main .entry__body table td a {
  color: inherit;
}
.single .main .entry__body > ol, .single .main .entry__body > ul,
.page .main .entry__body > ol,
.page .main .entry__body > ul {
  margin-top: 40px;
  font-weight: 500;
}
.single .main .entry__body ol,
.single .main .entry__body ul,
.page .main .entry__body ol,
.page .main .entry__body ul {
  margin-top: 40px;
}
.single .main .entry__body ol li,
.single .main .entry__body ul li,
.page .main .entry__body ol li,
.page .main .entry__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.single .main .entry__body ol li + li,
.single .main .entry__body ul li + li,
.page .main .entry__body ol li + li,
.page .main .entry__body ul li + li {
  margin-top: 0.75em;
}
.single .main .entry__body ul li::before,
.page .main .entry__body ul li::before {
  content: "";
  position: relative;
  top: 5px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.single .main .entry__body ol,
.page .main .entry__body ol {
  counter-reset: num;
  list-style-type: none;
}
.single .main .entry__body ol li,
.page .main .entry__body ol li {
  line-height: 1.5;
  font-weight: 500;
}
.single .main .entry__body ol li::before,
.page .main .entry__body ol li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: counter(num) ". ";
  counter-increment: num;
  position: relative;
  top: -1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 8px;
  padding-bottom: 0;
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  width: 25px;
  height: 25px;
  color: var(--cl-ac);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50%;
}
.single .main .entry__body a,
.page .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.single .main .entry__body .wp-block-buttons,
.page .main .entry__body .wp-block-buttons {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-buttons .wp-block-button a,
.page .main .entry__body .wp-block-buttons .wp-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 320px;
  height: 55px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--cl-ac) !important;
  background-image: url(img/ico/ico-link-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
}
.single .main .entry__body details,
.page .main .entry__body details {
  margin-top: 2em;
}
.single .main .entry__body .wp-calendar-table caption,
.page .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single .main .entry__body blockquote,
.page .main .entry__body blockquote {
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 43px 35px;
  border: 1px solid #ccc;
  border-left: 3px solid var(--cl-ac);
}
.single .main .entry__body blockquote p,
.page .main .entry__body blockquote p {
  margin-top: 0;
}
.single .main .entry__body blockquote p + p,
.page .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.single .main .entry__body blockquote cite,
.page .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
}
.single .main .entry__body blockquote a,
.page .main .entry__body blockquote a {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  color: var(--cl-ac);
}
.single .main .entry__body blockquote a:hover,
.page .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .main .entry__body .wp-block-liquid-speech-balloon,
.page .main .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 40px;
}
.single .main .entry__body hr.wp-block-separator,
.page .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid var(--cl-);
  border-top: none;
}
.single .main .entry__body hr.wp-block-separator.is-style-wide,
.page .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed var(--cl-ac);
}
.single .main .entry__body .liquid-speech-balloon-text p,
.page .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .main .entry__body iframe,
.page .main .entry__body iframe {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube,
.page .main .entry__body figure.wp-block-embed-youtube {
  margin-top: 40px;
}
.single .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper,
.page .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube iframe,
.page .main .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single .main .entry__body .toc-mokuji-content,
.page .main .entry__body .toc-mokuji-content {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-columns.is-layout-flex,
.page .main .entry__body .wp-block-columns.is-layout-flex {
  gap: 60px;
}

@media screen and (max-width: 1199px) {
  .single .main .entry__body,
  .page .main .entry__body {
    padding-top: 40px;
  }
  .single .main .entry__body .toc-mokuji-content,
  .page .main .entry__body .toc-mokuji-content {
    margin-top: 30px;
  }
  .single .main .entry__body h2,
  .page .main .entry__body h2 {
    font-size: 22px;
    margin-top: 35px;
    padding: 8px 15px;
  }
  .single .main .entry__body h3,
  .page .main .entry__body h3 {
    margin-top: 35px;
    font-size: 20px;
  }
  .single .main .entry__body h4,
  .page .main .entry__body h4 {
    margin-top: 35px;
    font-size: 18px;
  }
  .single .main .entry__body h5,
  .page .main .entry__body h5 {
    margin-top: 35px;
    font-size: 16px;
  }
  .single .main .entry__body h6,
  .page .main .entry__body h6 {
    margin-top: 35px;
    font-size: 15px;
  }
  .single .main .entry__body p,
  .page .main .entry__body p {
    margin-top: 1em;
  }
  .single .main .entry__body p + p,
  .page .main .entry__body p + p {
    margin-top: 1rem;
  }
  .single .main .entry__body .wp-block-image,
  .page .main .entry__body .wp-block-image {
    margin-top: 35px;
  }
  .single .main .entry__body .aligncenter,
  .page .main .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single .main .entry__body .wp-caption-text,
  .page .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single .main .entry__body table,
  .page .main .entry__body table {
    margin-top: 35px;
  }
  .single .main .entry__body table th,
  .page .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single .main .entry__body table td,
  .page .main .entry__body table td {
    height: 58px;
  }
  .single .main .entry__body > ol, .single .main .entry__body > ul,
  .page .main .entry__body > ol,
  .page .main .entry__body > ul {
    margin-top: 35px;
  }
  .single .main .entry__body ul li::before,
  .page .main .entry__body ul li::before {
    top: 4px;
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .single .main .entry__body ol li::before,
  .page .main .entry__body ol li::before {
    top: 0;
    margin-right: 8px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .single .main .entry__body .wp-block-buttons,
  .page .main .entry__body .wp-block-buttons {
    margin-top: 35px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a,
  .page .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .single .main .entry__body blockquote,
  .page .main .entry__body blockquote {
    margin-top: 35px;
    padding: 35px 30px;
  }
  .single .main .entry__body blockquote cite,
  .page .main .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single .main .entry__body .wp-block-liquid-speech-balloon,
  .page .main .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 35px;
  }
  .single .main .entry__body hr.wp-block-separator,
  .page .main .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single .main .entry__body iframe,
  .page .main .entry__body iframe {
    margin-top: 35px;
  }
  .single .main .entry__body figure.wp-block-embed-youtube,
  .page .main .entry__body figure.wp-block-embed-youtube {
    margin-top: 35px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex,
  .page .main .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 35px;
    gap: 1.5em;
  }
}
@media screen and (max-width: 758px) {
  .single .main .entry__body,
  .page .main .entry__body {
    padding-top: 30px;
  }
  .single .main .entry__body .toc-mokuji-content,
  .page .main .entry__body .toc-mokuji-content {
    margin-top: 25px;
  }
  .single .main .entry__body h2,
  .page .main .entry__body h2 {
    font-size: 18px;
    margin-top: 30px;
    padding: 10px 15px;
  }
  .single .main .entry__body h3,
  .page .main .entry__body h3 {
    margin-top: 30px;
    font-size: 16px;
  }
  .single .main .entry__body h4,
  .page .main .entry__body h4 {
    margin-top: 30px;
    font-size: 15px;
    border-left-width: 3px;
  }
  .single .main .entry__body h5,
  .page .main .entry__body h5 {
    margin-top: 25px;
    font-size: 14px;
  }
  .single .main .entry__body h6,
  .page .main .entry__body h6 {
    margin-top: 25px;
    font-size: 14px;
  }
  .single .main .entry__body p,
  .page .main .entry__body p {
    margin-top: 25px;
    font-size: 14px;
  }
  .single .main .entry__body p + p,
  .page .main .entry__body p + p {
    margin-top: 1.25rem;
  }
  .single .main .entry__body .wp-block-image,
  .page .main .entry__body .wp-block-image {
    margin-top: 25px;
  }
  .single .main .entry__body .aligncenter,
  .page .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single .main .entry__body table,
  .page .main .entry__body table {
    margin-top: 25px;
  }
  .single .main .entry__body table th,
  .page .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single .main .entry__body table td,
  .page .main .entry__body table td {
    height: 45px;
  }
  .single .main .entry__body > ol, .single .main .entry__body > ul,
  .page .main .entry__body > ol,
  .page .main .entry__body > ul {
    margin-top: 25px;
  }
  .single .main .entry__body ul li::before,
  .page .main .entry__body ul li::before {
    top: 6px;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .single .main .entry__body ol li::before,
  .page .main .entry__body ol li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: auto;
    top: 0;
    margin-right: 7px;
    padding-bottom: 0;
    font-size: 14px;
  }
  .single .main .entry__body blockquote,
  .page .main .entry__body blockquote {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .single .main .entry__body .wp-block-buttons,
  .page .main .entry__body .wp-block-buttons {
    margin-top: 25px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button,
  .page .main .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a,
  .page .main .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .single .main .entry__body .wp-block-liquid-speech-balloon,
  .page .main .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 25px;
  }
  .single .main .entry__body hr.wp-block-separator,
  .page .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single .main .entry__body iframe,
  .page .main .entry__body iframe {
    margin-top: 25px;
  }
  .single .main .entry__body figure.wp-block-embed-youtube,
  .page .main .entry__body figure.wp-block-embed-youtube {
    margin-top: 25px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex,
  .page .main .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 30px;
    gap: 1em;
  }
}
/* ===================================

  詳細ページ : single

====================================== */
.single .main {
  font-weight: 500;
}
.single .main .container {
  width: 840px;
  margin: 0 auto;
}
.single .main .entry__date {
  font-size: 15px;
}
.single .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.single .main .entry__cate {
  padding: 4px 8px;
  background-color: var(--cl-ac);
  font-size: 14px;
  color: #fff;
  margin: 0 8px 8px 0;
}
.single .main .entry__title {
  margin-top: 20px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
}
.single .main .entry__thumb {
  margin-top: 40px;
}
.single .main .va-btn {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .single .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single .main .entry__date {
    font-size: 13px;
  }
  .single .main .entry__cates {
    margin-top: 16px;
  }
  .single .main .entry__cate {
    padding: 4px 8px;
    font-size: 13px;
    margin: 0 0.75em 0.75em 0;
  }
  .single .main .entry__title {
    margin-top: 16px;
    font-size: 26px;
  }
  .single .main .entry__thumb {
    margin-top: 30px;
  }
  .single .main .va-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .single .main .container {
    padding: 0 20px;
  }
  .single .main .entry__date {
    font-size: 12px;
  }
  .single .main .entry__cates {
    margin-top: 12px;
  }
  .single .main .entry__cate {
    font-size: 12px;
    padding: 3px 6px;
    margin: 0 6px 6px 0;
  }
  .single .main .entry__title {
    margin-top: 12px;
    font-size: 20px;
  }
  .single .main .entry__thumb {
    margin-top: 25px;
  }
}