@charset "UTF-8";
/*
Theme Name: NANO
Theme URI:
Description: WordPressテーマ「NANO」
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Text Domain: tcd-w
Version:1.2
*/
/* ========================================================================== Foundation ========================================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/** Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

section {
  margin-bottom: 50px;
}

section iframe {
  width: 100%;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio,
video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu {
  display: block;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

/** Add the correct display in IE. */
template {
  display: none;
}

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  color: #000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin-top: 0;
}

p {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

.admin-bar {
  padding-top: 32px;
}

.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

/* -------------------------------------------------------------------------------- web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策） -------------------------------------------------------------------------------- */
@font-face {
  font-family: "design_plus";
  src: url("assets/fonts/design_plus.eot?v=1.0");
  src: url("assets/fonts/design_plus.eot?v=1.0#iefix")
      format("embedded-opentype"),
    url("assets/fonts/design_plus.woff?v=1.0") format("woff"),
    url("assets/fonts/design_plus.ttf?v=1.0") format("truetype"),
    url("assets/fonts/design_plus.svg?v=1.0#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}

.wf-sawarabimincho {
  font-family: Sawarabi Mincho, serif;
}
.wf-Oswald {
  font-family: "Oswald", sans-serif;
}
.wf-Roboto {
  font-family: "Roboto", sans-serif;
}
.wf-hannari {
  font-family: "Hannari";
}
.wf-noto {
  font-family: "Noto Serif JP", serif;
}
/* keyframes */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes slideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@keyframes slideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes slideUp {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}

@keyframes slideUp {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}

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

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

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }
}

/*================================================
 *  改行調整
 ================================================*/

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .visible-lg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }

  .visible-lg {
    display: block;
  }
}

/* ========================================================================== Layout ========================================================================== */
.l-contents {
  border-top: 1px solid #ddd;
  margin-bottom: 150px;
  padding-top: 50px;
}

.l-contents--grid-rev .l-contents__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 50px 1fr;
  -ms-grid-columns: minmax(0, 830px) 4.0678% 300px;
  grid-template: "main header" auto "main sidebar" 1fr / minmax(0, 830px) 300px;
  grid-column-gap: 4.0678%;
  grid-row-gap: 50px;
  gap: 50px 4.0678%;
}

.l-contents--grid-rev .l-contents__inner .l-page-header {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: header;
}

.l-contents--grid-rev .l-contents__inner .l-primary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: main;
}

.l-contents--grid-rev .l-contents__inner .l-secondary {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: sidebar;
}

.l-contents--grid .l-contents__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 50px 1fr;
  -ms-grid-columns: 300px 4.0678% minmax(0, 830px);
  grid-template: "header main" auto "sidebar main" 1fr/300px minmax(0, 830px);
  grid-column-gap: 4.0678%;
  grid-row-gap: 50px;
  gap: 50px 4.0678%;
}

.l-contents--grid .l-contents__inner .l-page-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}

.l-contents--grid .l-contents__inner .l-primary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: main;
}

.l-contents--grid .l-contents__inner .l-secondary {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sidebar;
}

.l-contents--no-border {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.l-contents--no-border .l-contents__inner {
  background: #fff;
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .l-contents--grid .l-contents__inner,
  .l-contents--grid-rev .l-contents__inner {
    display: block;
  }
  .l-contents--no-border .l-contents__inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contents {
    border-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .home .l-contents {
    margin-bottom: 0px;
  }
}

.l-footer {
  position: relative;
  border-top: 1px solid #9fbbad;
}

.l-header {
  width: 100%;
}

.l-header--fixed.is-active {
  -webkit-animation: slideDown 1.2s;
  animation: slideDown 1.2s;
  position: fixed;
  z-index: 99;
  top: 0;
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 100px;
  position: relative;
}

/* 追加 */
.is-active .l-header__inner {
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
}

.l-header__logo {
  margin-right: 30px;
  margin-bottom: 0;
}

.l-header__logo .logo_head {
  position: relative;
  z-index: 1000;
  display: inline-block;
  width: 31px;
  top: 0;
  margin-right: 16px;
}

.l-header__logo .logo_head {
  width: 65px;
}

.l-header--fixed.is-active .l-header__logo .logo_head {
  width: 45px;
}

.l-header__logo a {
  display: flex;
  align-items: center;
  line-height: 1;
  overflow: hidden;
  word-wrap: break-word;
  /* font-family: 'Sawarabi Mincho',serif; */
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.l-header__logo a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 992px) {
  .l-header__logo a {
    color: #ffffff;
    font-size: 18px;
  }
}
.jp-header .global_change a.b_jp {
  border-bottom: 1.3px solid #fff;
}

.jp-header .global_change a.b_en {
  border-bottom: none;
}

.en-header .global_change a.b_jp {
  border-bottom: none;
}

.en-header .global_change a.b_en {
  border-bottom: 1.3px solid #fff;
}

@media screen and (max-width: 767px) {
  .l-header__logo a {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  .jp-header .global_change a.b_jp {
    padding-bottom: 2.05px;
    border-bottom: 1.3px solid #fff;
  }

  .jp-header .global_change a.b_en {
    border-bottom: none;
  }

  .en-header .global_change a.b_jp {
    border-bottom: none;
  }

  .en-header .global_change a.b_en {
    border-bottom: 1.3px solid #fff;
  }

  .global_change {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #0d6f46;
    padding-right: 20px;
    margin-bottom: 0 !important;
    padding-left: 20px !important;
    letter-spacing: 1.65px;
    line-height: 49px;
  }
}

.l-header__desc {
  flex: 1;
}

.l-header__form {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.l-header__form.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__form-input {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 17.5px;
  box-shadow: none;
  margin-right: 5px;
  padding: 0 15px;
  width: 210px;
  height: 35px;
}

.l-header__search {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "design_plus";
  font-size: 20px;
  transition: color 0.2s ease;
  color: #fff;
  margin-right: 13px; /* eureka 211104 [仕様変更]#0007 アクセス、お問い合わせボタン追加に伴うヘッダー配置調整 */
}

.l-header__search:hover {
  color: #999;
}

.l-header__form-close {
  display: none;
}

.l-header__nav-close {
  display: none;
}

/* 追加 .global_change --------------*/
.global_change {
  /* eureka 211104 [仕様変更]#0007 アクセス、お問い合わせボタン追加に伴うヘッダー配置調整 */
  padding-left: 7px;
  /* margin-bottom: 4px; */
}

.global_change,
.global_change a {
  color: #fff;
}

.global_change a {
  font-size: 1.15em; /* eureka 211104 [仕様変更]#0007 アクセス、お問い合わせボタン追加に伴うヘッダー配置調整 */
}

.global_change a:hover {
  border-bottom: 1px solid #ddd;
}

/* eureka 211104 仕様変更#0008 アクセス、お問い合わせボタン追加に伴うヘッダースタイル追加 BEGIN */
.header-wrap-btn {
  display: flex;
  margin-bottom: 0;
  text-align: center;
}
.header-wrap-btn a {
  display: block;
  box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
  transition: color 0.2s ease;
  color: #fff;
}
/* eureka 211104 仕様変更#0008 アクセス、お問い合わせボタン追加に伴うヘッダースタイル追加 END */
@media only screen and (min-width: 1200px) {
  .l-header__nav {
    display: block !important;
    height: 69px;
    /* box-shadow: inset 0px 1px 3px 1px #34633f; */
    /* border-top: 1px solid #055f1d; */
  }
/* eureka 211104 仕様変更#0008 アクセス、お問い合わせボタン追加に伴うヘッダースタイル追加 BEGIN */
  .header-wrap-btn-pc {
    flex-direction: row;
    margin-right: 15px;
  }
  .header-wrap-btn-pc a:hover {
    opacity: 0.5;
  }
  .header-wrap-btn-mobile {
    display: none;
  }
  .header-wrap-btn-pc .btn-access {
    margin-right: 15px;
  }
}
/* eureka 211104 仕様変更#0008 アクセス、お問い合わせボタン追加に伴うヘッダースタイル追加 END */

@media only screen and (max-width: 1199px) {
  /* eureka 211104 仕様変更#0008 アクセス、お問い合わせボタン追加に伴うヘッダースタイル追加 BEGIN */
  .header-wrap-btn-pc {
    display: none;
  }
  .header-wrap-btn-mobile {
    overflow: auto;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 10px auto 18px;
    width: 92.1875%;
  }
  .header-wrap-btn-mobile a {
    height: 50px;
    line-height: 50px;
  }
  .header-wrap-btn-mobile>div {
    border: 0;
    height: 61px;
    margin: 0 0 0 0;
    width: calc(24% - 6px);
  }
  .header-wrap-btn-mobile>div>a {
    border: 0;
    display: block;
    font-size: 1rem;
    padding: 0 0%;
    padding-bottom: 3%;
    border-bottom: 2px solid #015332;
    box-sizing: content-box;
  }
  .header-wrap-btn-mobile>div>a:hover {
    background: #438552 !important;
    border-bottom: 3px solid #06220c;
    box-sizing: content-box;
    padding-bottom: 0%;
  }
  .header-wrap-btn-mobile>.btn-contact {
    position: relative;
  }
  /* eureka 211104 仕様変更#0008 アクセス、お問い合わせボタン追加に伴うヘッダースタイル追加 END */
  .l-header {
    border-bottom: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 99;
  }
  .l-header .l-header__inner {
    position: static;
  }
  .l-header__inner {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .l-header__logo {
    height: 100%;
    margin-right: 0;
  }
  .l-header__desc {
    display: none;
  }
  .l-header__form-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    margin: auto;
    z-index: 1;
  }
  .l-header__search {
    padding: 0;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1;
    width: 50px;
    height: 60px;
  }
  .l-header__search::after {
    background: #ddd;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .l-header__nav {
    background: #f4f4f4;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
  }
  .l-header__nav-close {
    width: 100%;
  }
  .l-header__nav-close.is-active {
    display: block;
    color: #fff;
    background: #015332;
    border-top: 1px solid #015332;
  }

  .global_change {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #0d6f46;
    padding-right: 20px;
    margin-bottom: 0 !important;
    padding-left: 20px !important;
    letter-spacing: 1.65px;
    line-height: 60px;
  }
}
/* eureka 211104 仕様変更#0008 アクセス、お問い合わせボタン追加に伴うヘッダースタイル追加 */
@media only screen and (max-width: 767px) {
  .header-wrap-btn-mobile>div {
    width: calc(32% - 6px);
  }
}
@media only screen and (max-width: 782px) {
  .global_change {
    line-height: 50px;
  }
}

/* // 極小デバイス（縦向きモバイル, 320px ） */
@media screen and (max-width: 320px) {
  .l-header__nav {
    top: 50px;
  }

  .is-active .l-header__inner {
    height: 60px;
  }

  .global_change {
    line-height: 50px;
  }
}

/* @media only screen and (max-width: 782px) { .admin-bar .l-header--fixed.is-active { top: 46px; } } */

@media only screen and (max-width: 767px) {
  .l-header {
    border-bottom: 0;
  }
  .l-header__form {
    background: #f4f4f4;
    padding: 20px 20px 0 30px;
    position: absolute;
    top: 60px;
    z-index: 2;
    width: 102.3%;
    margin: 0 -20px;
  }
  .l-header__form.is-active .l-header__form-input,
  .l-header__form.is-active .l-header__form-close {
    display: block;
  }
  .l-header__form-input {
    display: none;
    opacity: 1;
    background: #fff;
    border-radius: 0;
    position: static;
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
  }
  .l-header__form-close {
    display: none;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 320px) {
  .l-header__form {
    top: 50px;
    width: 102.3%;
    margin: 0 -17px;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92.1875%;
  max-width: 1180px;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .l-inner {
    width: 88.88889%;
  }
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
    width: 100%;
  }
  .l-header__inner.l-inner {
    padding: 0 10px;
    width: 100%;
  }
}

.l-main {
  overflow: hidden;
  position: relative;
}


/* 202201001 スクロール時にヘッダー分ずれるのを解消 */
@media screen and (max-width: 320px) {
  .l-header--fixed.is-active + .l-main {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .l-header--fixed.is-active + .l-main {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header--fixed.is-active + .l-main {
    padding-top: 169px;
  }
}


.l-page-header {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-page-header {
    padding-bottom: 49px;
  }
}

@media screen and (max-width: 991px) {
  .l-primary {
    margin-bottom: 50px;
    width: 100%;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-primary {
    margin-bottom: 40px;
  }
  .home .l-primary {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .l-secondary {
    margin: 0 auto 40px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .l-secondary {
    margin: 0 auto 30px;
    padding-top: 40px;
    position: relative;
    width: 100%;
  }
  .l-secondary::before {
    background: #ddd;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
  }
}

/* ========================================================================== Object ========================================================================== */
/* Component ----------------------------------------------------------------- */
.c-breadcrumb__item {
  display: inline;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "\E910";
  font-family: "design_plus";
  margin-left: 12px;
  margin-right: 12px;
}

.c-breadcrumb__item--home a::before {
  content: "\E90C";
  font-family: "design_plus";
  vertical-align: middle;
  position: relative;
  top: -1px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #4d855e;
  color: #438552;
  padding: 10px;
}

.c-breadcrumb__item--home a:hover::before {
  background: #5d9d72;
  color: #fff;
}

.c-breadcrumb__item--home span {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb__item + .c-breadcrumb__item::before {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: -1px;
  }
  .c-breadcrumb__item--home a::before {
    vertical-align: -1px;
  }
}

/** コメント */
.c-comment {
  font-size: 12px;
  margin-bottom: 50px;
}

.c-comment input,
.c-comment textarea {
  border-radius: 0;
  box-sizing: border-box;
}

.c-comment input,
.c-comment textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-comment__tab {
  margin-bottom: 25px;
  display: flex;
}

.c-comment__tab-item {
  text-align: center;
  display: flex;
  flex: 1;
}

.c-comment__tab-item.is-active + .c-comment__tab-item a {
  border-left-color: #333;
}

.c-comment__tab-item.is-active a,
.c-comment__tab-item.is-active p {
  background: #333;
  border: 0;
  color: #fff;
  position: relative;
}

.c-comment__tab-item.is-active a:after,
.c-comment__tab-item.is-active p:after {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
}

.c-comment__tab-item a,
.c-comment__tab-item p {
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 11px;
  line-height: 180%;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}

.c-comment__tab-item a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

/* コメントの基本部分 */
.c-comment__list {
  padding-left: 0;
}

.c-comment__list-item {
  border: 1px solid #ccc;
  color: #777;
  list-style: none;
  margin-bottom: 15px;
  padding: 15px 20px 0;
}

/* コメント本文 */
.c-comment__item-body p {
  line-height: 2.4;
  margin-bottom: 15px;
}

/* コメントの情報部分 */
.c-comment__item-header {
  margin-bottom: 10px;
  position: relative;
}

.c-comment__item-avatar {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.c-comment__item-author {
  display: block;
  margin-bottom: 10px;
  padding-top: 3px;
}

.c-comment__item-author a {
  text-decoration: underline;
}

.c-comment__item-date {
  color: #757676;
  display: block;
  font-size: 11px;
}

.c-comment__item-act {
  font-size: 11px;
  margin-top: 5px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.c-comment__item-act > li {
  display: inline;
  border-right: 1px solid #aaa;
  margin-right: 6px;
  padding-right: 10px;
}

.c-comment__item-act > li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* ページナビ */
.c-comment__pager {
  margin-bottom: 10px;
}

.c-comment__pager a,
.c-comment__pager span {
  display: inline;
  float: left;
  margin-right: 10px;
}

.c-comment__pager span {
  text-decoration: underline;
}

/* メッセージ、警告文 */
.c-comment__item-note {
  background: #d6f4f0;
  border: 1px solid #94ddd4;
  color: #33a8e5;
  display: block;
  font-size: 11px;
  margin-bottom: 1em;
  padding: 10px 15px;
}

/* トラックバック */
.c-comment__trackback-url {
  background: #fafafa;
  font-size: 11px;
  padding: 10px;
  box-sizing: border-box;
}

.trackback_time {
  font-size: 11px;
  color: #757676;
  margin: 0 0 7px 0px;
}

.trackback_title {
  margin: 2px 0 8px 0;
  margin: 0 0 10px 0px;
  line-height: 160%;
}

/* コメントフォーム */
.c-comment__form-wrapper {
  border: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 15px;
}

.c-comment__cancel {
  color: #666;
  font-size: 11px;
  margin-bottom: 1em;
}

.c-comment__cancel a {
  color: #666;
}

.c-comment__cancel a:before {
  content: "\E910";
  font-family: "design_plus";
  display: inline-block;
}

.c-comment__form-login {
  color: #666;
  font-size: 11px;
}

.c-comment__form-login a {
  color: #666;
}

.c-comment__input {
  margin-bottom: 12px;
  text-align: left;
}

.c-comment__input input {
  border: 1px solid #ccc;
  color: #777;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.c-comment__input textarea {
  border: 1px solid #ccc;
  color: #777;
  font-size: 11px;
  overflow: auto;
  margin-top: 15px;
  width: 100%;
  height: 150px;
}

.c-comment__label-text {
  color: #666;
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}

.c-comment__form-submit {
  background: #aaa;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 15px auto 0;
  width: 200px;
  height: 50px;
  transition: background-color 200ms ease-in-out;
}

.c-comment__form-hidden {
  display: none;
}

/* パスワード保護 */
.c-comment__password-protected {
  background: #3db4b2;
  border-radius: 5px;
  color: #fff;
  margin: 0 38px 30px;
  padding: 10px 20px;
  text-align: center;
}

.c-comment__password-protected p {
  font-size: 12px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .c-comment__item-act {
    margin-top: 10px;
    padding-left: 0;
    position: static;
  }
  .c-comment__tab-item a,
  .c-comment__tab-item p {
    padding: 5px 10px;
  }
  .c-comment__tab-item.is-active a,
  .c-comment__tab-item.is-active p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@-webkit-keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-square-base {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  5%,
  50% {
    bottom: 0;
    opacity: 1;
  }
  55%,
  100% {
    bottom: -10px;
    opacity: 0;
  }
}

@keyframes loading-square-base {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  5%,
  50% {
    bottom: 0;
    opacity: 1;
  }
  55%,
  100% {
    bottom: -10px;
    opacity: 0;
  }
}

@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
  }
}

@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
  }
}

@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
  }
}

@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
  }
}

@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
  }
}

@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
  }
}

@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
  }
}

/*#site_wrap { display: none; }*/
#site_loader_overlay {
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

/* type1 */
.c-load--type1 {
  width: 48px;
  height: 48px;
  font-size: 10px;
  text-indent: -9999em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-animation: loading-circle 1.1s infinite linear;
  animation: loading-circle 1.1s infinite linear;
}

/* type2 */
.c-load--type2 {
  width: 44px;
  height: 44px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.c-load--type2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-animation: loading-square-loader 5.4s linear forwards infinite;
  animation: loading-square-loader 5.4s linear forwards infinite;
}

.c-load--type2::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0;
  content: "";
  -webkit-animation: loading-square-base 5.4s linear forwards infinite;
  animation: loading-square-base 5.4s linear forwards infinite;
}

/* type3 */
.c-load--type3 {
  width: 100%;
  min-width: 160px;
  font-size: 16px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-animation: loading-dots-fadein 0.5s linear forwards;
  animation: loading-dots-fadein 0.5s linear forwards;
}

#site_loader_animation i {
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  border-radius: 50%;
  margin: 0 0.25em;
  -webkit-animation: loading-dots-middle-dots 0.5s linear infinite;
  animation: loading-dots-middle-dots 0.5s linear infinite;
}

#site_loader_animation i:first-child {
  -webkit-animation: loading-dots-first-dot 0.5s linear infinite;
  animation: loading-dots-first-dot 0.5s linear infinite;
  opacity: 0;
  -webkit-transform: translate(-1em);
  transform: translate(-1em);
}

#site_loader_animation i:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s linear infinite;
  animation: loading-dots-last-dot 0.5s linear infinite;
}

@media only screen and (max-width: 767px) {
  .c-load--type1 {
    width: 30px;
    height: 30px;
  }
  .c-load--type2::before {
    width: 8px;
    height: 8px;
  }
  .c-load--type2::after {
    width: 8px;
    height: 8px;
  }
  #site_loader_animation i {
    width: 0.25em;
    height: 0.25em;
    margin: 0 0.125em;
  }
}

.c-logo {
  display: flex;
  font-weight: 700;
}

.c-logo a {
  text-align: center;
}

.c-logo img {
  vertical-align: middle;
}

.c-logo--retina img {
  width: 50%;
}

.c-menu-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.c-menu-btn::before {
  content: "\F0C9";
  font-family: "design_plus";
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .c-menu-btn {
    display: block;
  }
}

.c-meta-box {
  background: #fafafa;
  box-sizing: border-box;
  font-size: 12px;
  padding: 22px 20px;
}

.c-meta-box__item {
  border-right: 1px solid #ddd;
  float: left;
  list-style: none;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
}

.c-meta-box__item:last-child {
  border-right: none;
}

.c-meta-box__item::before {
  color: #aaa;
  font-family: "design_plus";
  position: absolute;
  left: 0;
}

.c-meta-box__item--author::before {
  content: "\E90D";
}

.c-meta-box__item--category::before {
  content: "\E92F";
}

.c-meta-box__item--tag::before {
  content: "\E935";
}

.c-meta-box__item--comment::before {
  content: "\E916";
}

@media only screen and (max-width: 767px) {
  .c-meta-box {
    background: none;
    margin-bottom: 10px;
    padding: 0;
  }
  .c-meta-box__item {
    border-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}

.c-nav01 {
  border-collapse: collapse;
  display: flex;
}

.c-nav01__item {
  border: 1px solid #ddd;
  font-size: 14px;
  list-style: none;
  position: relative;
  width: 50%;
  transition: background 0.2s ease;
  flex: 1;
}

.c-nav01__item:only-child {
  margin-left: 0;
}

.c-nav01__item:only-child a {
  justify-content: center;
}

.c-nav01__item a {
  display: flex;
  align-items: center;
  height: 100%;
}

.c-nav01__item a:hover {
  background: #f6f6f6;
}

.c-nav01__item--prev::before {
  content: "\E90F";
  font-family: "design_plus";
  font-size: 18px;
  line-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 18px;
  height: 18px;
  color: #438552;
}

.c-nav01__item--next {
  margin-left: -1px;
}

.c-nav01__item--next::after {
  content: "\E910";
  font-family: "design_plus";
  font-size: 18px;
  line-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 18px;
  height: 18px;
  color: #438552;
}

@media only screen and (max-width: 991px) {
  .c-nav01__item--prev a::before {
    content: attr(data-prev);
  }
  .c-nav01__item--prev a span {
    display: none;
  }
  .c-nav01__item--next a::before {
    content: attr(data-next);
  }
  .c-nav01__item--next a span {
    display: none;
  }

  /* 弁護士 ページだけ名前  ------------------------------------------------------*/
  .single-works .c-nav01__item--prev a span {
    display: block;
  }
  .single-works .c-nav01__item--next a::before {
    content: attr(data-next);
  }
  .single-works .c-nav01__item--next a span {
    display: block;
    border-left: 1px solid #ddd;
  }

  .single-works .p-nav01 {
    display: block;
  }

  .single-works .p-nav01__item {
    width: 100%;
  }

  .single-works .nav01__item--next {
    border-left: 1px solid #ddd;
  }

  .single-works .c-nav01__item--prev a span {
    display: block;
    width: 100%;
    font-size: 0.9rem;
  }

  .single-works .c-nav01__item--next a span {
    display: block;
    width: 100%;
    font-size: 0.9rem;
  }

  .single-works .p-nav01__item + .p-nav01__item {
    border-left: 0;
    /* border: 1px solid #ddd; */
  }
}

@media only screen and (max-width: 767px) {
  .c-nav01__item {
    text-align: center;
    font-size: 12px;
    width: 50%;
    height: 50px;
  }
  .c-nav01__item a {
    display: block;
    line-height: 48px;
    padding: 0;
    width: 100%;
    height: 48px;
  }
  .c-nav01__item--prev::before {
    left: 16px;
    width: 18px;
    height: 18px;
  }
  .c-nav01__item--next::after {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}

.c-pw__desc {
  line-height: 2.5;
}

.c-pw__desc p {
  line-height: 2.5;
  margin-bottom: 16px;
}

.c-pw__btn {
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  padding: 13px 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.c-pw__btn:hover {
  background: #333;
  color: #fff;
}

.c-pw__btn--register {
  min-width: 160px;
  margin-bottom: 32px;
}

.c-pw__btn--submit {
  min-width: 100px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.c-pw .c-pw__btn:hover {
  text-decoration: none;
}

.c-pw__box {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 25px 36px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.c-pw__box .c-pw__box-desc {
  line-height: 1.2;
  margin-bottom: 20px;
}

.c-pw__box-inner {
  display: flex;
  align-items: center;
}

.c-pw__box-label {
  margin-right: 14px;
}

.c-pw__box-input {
  border: 1px solid #ddd;
  box-shadow: none;
  height: 40px;
  width: 250px;
  margin-right: 14px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .c-pw__box {
    margin: 0 auto 30px;
    padding: 20px;
    text-align: center;
  }
  .c-pw__box-inner {
    flex-direction: column;
  }
  .c-pw__box-label {
    display: block;
    margin-bottom: 1em;
    margin-right: 0;
    font-size: 12px;
  }
  .c-pw__box-input {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }
}

.c-share__btn {
  list-style: none;
}

.c-share__icn {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "design_plus" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; /* Better Font Rendering */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.c-share__icn--facebook::before {
  content: "\E902";
}

.c-share__icn--facebook2::before {
  content: "\E903";
}

.c-share__icn--feedly::before {
  content: "\E907";
}

.c-share__icn--google-plus::before {
  content: "\E900";
}

.c-share__icn--google-plus2::before {
  content: "\E901";
}

.c-share__icn--hatebu::before {
  content: "\E908";
}

.c-share__icn--line::before {
  content: "\E909";
}

.c-share__icn--pinterest::before {
  content: "\E905";
}

.c-share__icn--pocket::before {
  content: "\E90A";
}

.c-share__icn--rss::before {
  content: "\E90B";
}

.c-share__icn--rss2::before {
  content: "\E906";
}

.c-share__icn--twitter::before {
  content: "\E904";
}

.c-share--sm {
  line-height: 25px;
  min-width: 27px;
}

.c-share--sm .c-share__btn {
  margin-right: 5px;
  margin-bottom: 5px;
}

.c-share--sm a {
  padding: 1px 5px 0;
}

.c-share--sm .c-share__icn {
  font-size: 1.3em;
  position: relative;
  top: 3px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.c-share--sm .c-share__title {
  line-height: 20px;
  margin: 0 3px 0 2px;
}

.c-share--lg {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
}

@media only screen and (max-width: 767px) {
  .c-share--lg {
    margin-right: -3%;
  }
}

.c-share--lg .c-share__btn {
  margin-right: 1%;
  margin-bottom: 2px;
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .c-share--lg .c-share__btn {
    margin-right: 3%;
    margin-bottom: 3%;
    width: 47%;
  }
}

.c-share--lg .c-share__btn:nth-child(4n) {
  margin-right: 0;
}

.c-share--lg .c-share__btn a {
  padding: 10px 2px;
}

.c-share--lg .c-share__icn {
  font-size: 140%;
  position: relative;
  top: 3px;
}

.c-share--lg .c-share__title {
  margin: 0 3px 0 4px;
}

.c-share--color a {
  color: #fff;
}

.c-share--color a:hover {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

.c-share--color .c-share__btn--twitter a {
  background-color: #55acee;
}

.c-share--color .c-share__btn--twitter a:hover {
  background-color: #468ec5;
}

.c-share--color .c-share__btn--facebook a {
  background-color: #35629a;
}

.c-share--color .c-share__btn--facebook a:hover {
  background-color: #1f3669;
}

.c-share--color .c-share__btn--google-plus a {
  background-color: #dd4b39;
}

.c-share--color .c-share__btn--google-plus a:hover {
  background-color: #b94031;
}

.c-share--color .c-share__btn--hatebu a {
  background-color: #3c7dd1;
}

.c-share--color .c-share__btn--hatebu a:hover {
  background-color: #0270ac;
}

.c-share--color .c-share__btn--pocket a {
  background-color: #ee4056;
}

.c-share--color .c-share__btn--pocket a:hover {
  background-color: #c53648;
}

.c-share--color .c-share__btn--rss a {
  background-color: #ffb53c;
}

.c-share--color .c-share__btn--rss a:hover {
  background-color: #e09900;
}

.c-share--color .c-share__btn--feedly a {
  background-color: #6cc655;
}

.c-share--color .c-share__btn--feedly a:hover {
  background-color: #5ca449;
}

.c-share--color .c-share__btn--pinterest a {
  background-color: #d4121c;
}

.c-share--color .c-share__btn--pinterest a:hover {
  background-color: #a42f35;
}

.c-share--mono a {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #222;
}

.c-share--mono a:hover {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.c-share--mono .c-share__btn--twitter a:hover {
  background-color: #55acee;
}

.c-share--mono .c-share__btn--facebook a:hover {
  background-color: #35629a;
}

.c-share--mono .c-share__btn--google-plus a:hover {
  background-color: #dd4b39;
}

.c-share--mono .c-share__btn--hatebu a:hover {
  background-color: #3c7dd1;
}

.c-share--mono .c-share__btn--pocket a:hover {
  background-color: #ee4056;
}

.c-share--mono .c-share__btn--rss a:hover {
  background-color: #ff8c00;
}

.c-share--mono .c-share__btn--feedly a:hover {
  background-color: #6cc655;
}

.c-share--mono .c-share__btn--pinterest a:hover {
  background-color: #d4121c;
}

.c-share__btn {
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.c-share__btn a {
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  display: block;
}

@media screen and (max-width: 767px) {
  .c-share--sm .c-share__icn {
    left: 1px;
  }
  .c-share--sm .c-share__title {
    display: none;
  }
}

.c-share--official {
  display: inline-block;
}

.c-share--official .c-share__btn {
  float: left;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
}

.c-share--official .c-share__btn--pocket {
  width: 88px;
}

@media only screen and (max-width: 991px) {
  .c-share__btn {
    margin-bottom: 5px;
  }
}

/* Project ----------------------------------------------------------------- */
.p-archive-header {
  box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.2);
  padding: 92px 0;
  text-align: center;
  position: relative;
}

.p-archive-header::before,
.p-archive-header::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
  content: "";
  position: absolute;
  top: 100px;
  width: 10px;
  height: calc(100% - 100px);
}

.p-archive-header::before {
  left: -10px;
}

.p-archive-header::after {
  right: -10px;
}

.p-archive-header--no-shadow {
  box-shadow: none;
}

.p-archive-header__title {
  line-height: 1.4;
  margin-bottom: 14px;
}

.p-archive-header__desc {
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .p-archive-header {
    box-shadow: none;
  }
  .p-archive-header::before,
  .p-archive-header::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-archive-header {
    padding: 36px 0 33px;
  }
  .p-archive-header__title {
    line-height: 1.3;
    margin-bottom: 7px;
  }
}

.p-article01 {
  border: 1px solid #ddd;
  padding: 22px 22px 35px;
}

.p-article01__img {
  overflow: hidden;
  margin-bottom: 28px;
}

.p-article01__title {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
  min-height: 50px;
  transition: color 0.2s ease;
}

.p-article01__excerpt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 17px;
}

.p-article01__meta {
  display: flex;
  align-items: center;
}

.p-article01__cat {
  margin-right: 20px;
}

.p-article01__date {
  color: #999;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-article01 {
    padding: 0 20px 20px;
  }
  .p-article01 > a {
    margin: -1px -21px 0;
  }
  .p-article01__title {
    min-height: auto;
    margin-bottom: 7px;
  }
  .p-article01__excerpt {
    margin-bottom: 9px;
  }
  .p-article01__img {
    margin-bottom: 13px;
  }
  .p-article01__title {
    font-size: 16px;
    padding: 0 20px;
  }
  .item-insight__title {
    padding: 0;
  }
}

.p-article02 a {
  display: flex;
}

.p-article02__img {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  width: 120px;
}

.p-article02__img img {
  width: 100%;
  height: auto;
}

.p-article02__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-article02__date {
  color: #999;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
}

.p-article02__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
  transition: color 0.2s ease;
}

@media screen and (max-width: 767px) {
  .p-article02__date {
    margin-top: 11px;
  }
}

.p-article03__img {
  margin-bottom: 10px;
  overflow: hidden;
}

.p-article03__title {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 21px;
  transition: color 0.2s ease;
}

@media screen and (max-width: 767px) {
  .p-article03__img {
    margin-bottom: 9px;
  }
  .p-article03__title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px;
  }
}

.p-article04 {
  background: #f8f8f8;
  border: 1px solid #ddd;
}

.p-article04 a {
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
}

/* 追加  */

.p-cb__item__column .p-article04 a {
  height: 80px;
  line-height: 80px;
}

.p-article04__date {
  font-size: 14px;
  margin-right: 14px;
  background: #ced6d1;
  color: #0f2815;
  line-height: 2.1em;
  padding: 0.5px 10px;
  min-width: 100.5px;
  text-align: center;
}

.p-cb__item__column .p-article04__date {
  font-size: 14px;
  margin-right: 14px;
  background: #fff;
  color: #5c9d72;
  line-height: 2.1em;
  padding: 0.5px 10px;
}

.p-article04__cat {
  margin-right: 14px;
}

.p-article04__title {
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  margin-bottom: 0;
  transition: color 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-article04 a {
    display: block;
    height: auto;
    padding: 11px 20px 13px;
    line-height: inherit;
  }

  .p-cb__item__column .p-article04 a {
    height: auto;
    line-height: initial;
  }

  .p-cb__item__column .p-article04__date {
    font-size: 14px;
    margin-right: 14px;
    background: #ffffff;
    color: #5c9d72;
    line-height: 2.1em;
    padding: 1.5px 0;
    width: 100%;
    display: block;
    text-align: center;
  }

  .p-article04__date {
    font-size: 12px;
    margin-right: 8px;
  }
  .p-article04__title {
    line-height: 1.7;
    margin-top: 7px;
    white-space: normal;
  }
}

.p-article05 {
  position: relative;
}

.p-article05 a:hover .p-article05__link {
  color: #999;
}

.p-article05--rev .p-article05__content {
  left: auto;
  right: 15px;
}

.p-article05__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 430px;
}

.p-article05__content {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0 5.08475%;
}

.p-article05__title {
  margin-bottom: 12px;
}

.p-article05__sub {
  margin-bottom: 56px;
}

.p-article05__desc {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 56px;
}

.p-article05__link {
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
  position: relative;
}

.p-article05__link::after {
  content: "\E910";
  font-family: "design_plus";
  width: 14px;
  height: 14px;
  margin-left: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 899px) {
  .p-article05__img {
    height: auto;
  }
  .p-article05__content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 25px 30px 30px;
    position: static;
    width: 100%;
    height: auto;
  }
  .p-article05__sub {
    margin-bottom: 30px;
  }
  .p-article05__desc {
    margin-bottom: 25px;
  }
  .p-article05__desc br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-article05__img {
    height: 200px;
  }
  .p-article05__title {
    margin-bottom: 5px;
  }
  .p-article05__sub {
    margin-bottom: 25px;
  }
  .p-article05__link::after {
    top: 1px;
  }
}

.p-article06__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 auto;
  padding: 28px 0 0 9.4086%;
}

.p-article06__title {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 23px;
  min-height: 50px;
  max-width: 100%;
}

.p-article06__excerpt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 17px;
  max-width: 100%;
}

.p-article06__cat {
  background: #000;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-article06__img {
    margin-bottom: 11px;
  }
  .p-article06__title {
    font-size: 16px;
    margin-bottom: 11px;
    min-height: auto;
  }
  .p-article06__excerpt {
    display: none;
  }
  .p-article06__content {
    border-left: 0 !important;
    padding: 0;
  }
}

/* 追加 home ---------------------------*/

.home .p-article06 a.p-works-list__card {
  background: #f7f7f7;
}

.home .p-article06 a.p-works-list__card:hover {
  background: #ced6d1;
}

.home .p-works-list__item {
  position: relative;
}

.home .p-article06__title {
  min-height: 1em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
}

.home .p-article06__title {
  font-size: 1.3em;
  font-weight: lighter;
}

.home .p-article06__content {
  padding: 18px 0 50px 9.4086%;
  border-left: 4px solid #0f2915;
  box-shadow: 8px 8px 0 #cecece;
}

.home .p-article06__cat {
  background: #0f2815 !important;
  position: absolute;
  top: 63px;
  left: 31px;
}

.home .p-article06__cat:hover {
  background: #206230 !important;
}

@media screen and (max-width: 767px) {
  .home .p-article06 a.p-works-list__card {
    margin-bottom: 15px;
  }
}

.p-article07__img {
  overflow: hidden;
  margin-bottom: 13px;
}

.p-article07__title {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.12em;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.2s ease;
  border-left: 2px solid #5c9d72;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-article07__title {
    font-size: 16px;
  }
}

.p-article08__img {
  margin-bottom: 10px;
}

.p-article08__title {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-article08__img {
    margin-bottom: 8px;
  }
  .p-article08__title {
    font-size: 14px;
  }
}

.p-article09 {
  margin-top: -1px;
}

.p-article09 a {
  display: flex;
}

.p-article09 a:hover .p-article09__link {
  color: #999;
}

.p-article09--rev a {
  flex-direction: row-reverse;
}

.p-article09--rev .p-article09__content {
  border-right: 1px solid #ddd;
  border-left: 0;
}

.p-article09__content {
  border: 1px solid #ddd;
  border-right: 0;
  padding: 50px 5.08475%;
  width: 50%;
}

.p-article09__title {
  font-size: 32px;
  margin-bottom: 12px;
}

.p-article09__sub {
  font-size: 16px;
  margin-bottom: 56px;
}

.p-article09__desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 56px;
}

.p-article09__link {
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
  position: relative;
}

.p-article09__link::after {
  content: "\E910";
  font-family: "design_plus";
  width: 14px;
  height: 14px;
  margin-left: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.p-article09__img {
  overflow: hidden;
  width: 50%;
}

@media screen and (max-width: 1049px) {
  .p-article09__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5.08475%;
  }
}

@media screen and (max-width: 991px) {
  .p-article09__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .p-article09__sub {
    margin-bottom: 25px;
  }
  .p-article09__desc {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-article09 {
    margin-top: 0;
  }
  .p-article09 a {
    display: block;
  }
  .p-article09--rev .p-article09__content {
    border-left: 1px solid #ddd;
  }
  .p-article09__content {
    border-right: 1px solid #ddd;
    border-bottom: 0;
    padding: 30px;
    width: 100%;
  }
  .p-article09__img {
    width: 100%;
  }
}

.p-article10 a {
  border: 1px solid #ddd;
  overflow: visible;
}

.p-article10__img {
  margin: -1px;
  overflow: hidden;
}

.p-article10__content {
  padding: 43px 10.12658% 42px;
}

.p-article10__title {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}

.p-article10__desc {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-article10__content {
    padding: 24px 30px 25px;
  }
  .p-article10__title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .p-article10__desc {
    line-height: 1.6;
  }
}

.p-article11 {
  position: relative;
}

.p-article11 a:hover .p-article11__title,
.p-article11 a:hover .p-article11__sub {
  padding-left: 14px;
}

.p-article11__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 48px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.p-article11__title {
  font-size: 36px;
  margin-bottom: 7px;
  transition: padding-left 0.2s ease;
}

.p-article11__sub {
  font-size: 14px;
  font-weight: 700;
  transition: padding-left 0.2s ease;
}

@media screen and (max-width: 767px) {
  .p-article11__content {
    padding: 0 30px;
  }
  .p-article11__title {
    font-size: 28px;
  }
  .p-article11__sub {
    font-size: 14px;
  }
}

.p-article12 {
  background: #fff;
  overflow: hidden;
}

.p-article12:first-child .p-article12__img {
  border-left: 1px solid #ddd;
}

.p-article12:last-child .p-article12__img {
  border-right: 1px solid #ddd;
}

.p-article12 a {
  display: block;
  position: relative;
  height: 100%;
}

.p-article12 a:hover .p-article12__title,
.p-article12 a:hover .p-article12__sub {
  color: #fff;
}

.p-article12 a:hover .p-article12__desc {
  opacity: 1;
}

/* home  p-article12__desc */

.home .p-article12 a:hover::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  z-index: 4;
}

.home .p-article12 a:hover .p-article12__desc {
  opacity: 1;
  display: block;
  text-align: center;
  width: 100%;
}

.home .p-article12 a:hover .p-article12__desc img {
  width: 40%;
}

.p-article12 a:hover .p-article12__img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.home .p-article12:nth-child(9) a .p-article12__desc img {
  width: 50%;
}

.home .p-article12:nth-child(11) a .p-article12__desc img {
  width: 30%;
}

.p-article12 a:hover .p-article12__img::before {
  opacity: 1;
  opacity: 1;
  background: rgba(0, 0, 0, 0.47843137254901963);
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast: none) {
  .p-article12 a:hover .p-article12__img::before {
    opacity: 1;
    opacity: 1;
    background: url(../../themes/nano_tcd065/assets/images/bg-op-black.png)
      repeat;
  }
}

.p-article12__header {
  border: 1px solid #ddd;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  font-family: "Noto Sans JP";
  font-weight: bold;
  border-top: 5px solid #5c9d72;
  color: #000;
}

.p-article12 a:hover .p-article12__header {
  background: none;
  border: none;
  border-top: inherit;
}
.p-article12__title {
  transition: color 0.2s ease;
  margin-bottom: 1px;
  font-size: 1.2rem;
  line-height: 1.2;
  /* font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif!important; */
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP" !important;
  font-weight: bold;
}

.p-article12__sub {
  transition: color 0.2s ease;
  font-size: 0.8rem;
}

.p-article12__desc {
  color: #fff;
  line-height: 1.8;
  padding: 0 12.71186%;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 66%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.p-article12__img {
  width: 100%;
  height: 100%;
  /* transition: opacity 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
  /* transition: opacity 0.2s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
  /* transition: opacity 0.2s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
  /* -webkit-transform: translateY(140px); */
  /* transform: translateY(140px); */
  /* border-top: 5px solid #071e09;  */
  border-top: 5px solid #ffffff;
}

.p-article12__img::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-article12__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .p-article12 a:hover .p-article12__title,
  .p-article12 a:hover .p-article12__sub {
    color: #fff;
  }
  .p-article12 a:hover .p-article12__img {
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
  .p-article12 a:hover .p-article12__img::before {
    /* opacity: 0;  */
  }
  .p-article12__desc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-article12 a:hover .p-article12__img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .p-article12__header {
    height: 83px;
  }

  .p-article12__title {
    margin-bottom: 0px;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .p-article12__sub {
    font-size: 14px;
  }
  .p-article12__img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media screen and (max-width: 320px) {
  .p-article12__title {
    margin-bottom: 0px;
    font-size: 0.8rem;
  }
}

.p-article13 a {
  display: flex;
  flex-direction: column;
  padding: 8px;
  height: 100%;
}

.p-article13__img {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-out,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s ease-out,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s ease-out,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.p-article13__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .p-article13__img {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .p-article13__img img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.p-article13__content {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-article13__title {
  font-size: 24px;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.p-article13__sub {
  font-size: 14px;
}

.p-banner {
  position: relative;
}

.p-banner a:hover p {
  padding-left: 14px;
}

.p-banner p {
  transition: padding-left 0.2s ease;
}

.p-banner img {
  width: 100%;
  height: auto;
}

.p-banner--lg .p-banner__content {
  font-size: 16px;
}

.p-banner__content {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-banner__title {
  font-size: 30px;
  line-height: 1;
  margin: 1px 0 3px;
}

.p-banners-list__item {
  list-style-type: none;
  margin-bottom: 14px;
}

.p-blog {
  margin-bottom: 50px;
  margin-right: -2px;
}

.p-blog__title {
  line-height: 1.7;
  margin-bottom: 0;
  padding: 36px 0 31px;
  text-align: center;
}

.p-blog__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}

.p-blog__list-item {
  opacity: 0;
  width: 50%;
  margin-top: -1px;
  transition-duration: 0.6s;
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .p-blog__list-item {
    opacity: 1;
  }
}

.p-blog__list-item:nth-child(even) {
  margin-left: -1px;
  transition-delay: 0.15s;
}

.p-blog__list-item.aos-animate {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .p-blog__title {
    border-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .p-blog {
    margin-bottom: 10px;
  }
  .p-blog__title {
    padding: 22px 0;
  }
  .p-blog__list-item {
    width: 100%;
    margin: 0 0 18px;
  }
  .p-blog__list-item:nth-child(even) {
    margin-left: 0;
    transition-delay: 0;
  }
}

.p-breadcrumb {
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.p-breadcrumb__item {
  font-size: 14px;
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
  color: #000 !important;
  font-size: 10px;
}

.p-breadcrumb__item a {
  color: #000;
}

.p-breadcrumb__item a:hover {
  color: #000;
}

@media screen and (orientation: portrait) {
  .p-breadcrumb {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .p-breadcrumb {
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-breadcrumb {
    display: none;
  }
}

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

.p-btn a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  min-width: 240px;
  height: 60px;
  padding: 0 15px;
}

.home .p-index-content03 .p-btn a {
  background: #0f6f46 !important;
}

.home .p-index-content03 .p-btn a:hover {
  background: #025332 !important;
}

@media screen and (max-width: 767px) {
  .p-btn a {
    font-size: 12px;
    line-height: 45px;
    min-width: 180px;
    height: 45px;
  }
}

.p-cat-list {
  background: #f8f8f8;
  margin-bottom: 50px;
  box-shadow: inset 0 0 3px 1px #ddd;
}

.p-cat-list__title {
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 0;
  padding: 36px 0 40px;
  text-align: center;
  border-top: none !important;
  font-family: "Roboto", sans-serif !important;
  position: relative;
  text-shadow: 2px 2px 0 #fff;
  z-index: 1;
}

.p-cat-list__title::before {
  content: "";
  height: 25px;
  width: 25px;
  border: solid 1px #84c499;
  background: #84c499;
  display: block;
  position: absolute;
  left: 1em;
  top: 2em;
  right: 9em;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}

.p-cat-list__title::after {
  content: "";
  height: 20px;
  width: 20px;
  border: solid 1px #83c499;
  background: #83c499;
  display: block;
  position: absolute;
  left: 8em;
  top: 1.2em;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: -1;
}

/* term-23 */
.term-23 .p-cat-list__title::after {
  left: 11em;
}
.term-23 .p-cat-list__title::before {
  right: 11em;
  left: 0;
}

.p-cat-list__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 100%;
}

.p-cat-list__list-item {
  margin: 0 15px 25px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  width: 100%;
}

.p-cat-list__list-item:nth-child(even) {
  transition-delay: 0.15s;
}

.p-cat-list__list-item.aos-animate {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .p-cat-list {
    background: #fff;
    margin-bottom: 0;
  }
  .p-cat-list__list {
    padding: 15px;
  }
  .p-cat-list__title {
    border-top: 0 !important;
    font-size: 24px;
    padding: 22px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cat-list__list-item {
    width: 100%;
    margin: 0 0 25px;
  }
  .p-cat-list__list-item:nth-child(even) {
    transition-delay: 0;
  }
}

.p-cat {
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  font-size: 12px;
  min-width: 110px;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  transition: color 0.2s ease, border-color 0.2s ease;
}

a.p-cat:hover {
  border-color: #999 !important;
  color: #999 !important;
}

.p-cat--sm {
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  .p-cat {
    min-width: 100px;
  }
}

.p-cb__item-header {
  text-align: center;
}

.p-cb__item-title {
  /* margin-bottom: 15px;  */
  margin-bottom: 50px;
}

.p-cb__item-sub {
  font-size: 16px;
  margin-bottom: 42px;
  display: none;
}

.p-cb__item-sub:last-child {
  margin-bottom: 50px;
}

.p-cb__item-desc {
  line-height: 2;
  margin-bottom: 42px;
}

/* 追加 カスタム */
.p-cb__item-title {
  position: relative;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.12em;
}

.p-cb__item-title span {
  position: relative;
  z-index: 10;
  font-size: 46px;
}

.p-cb__item-title::before {
  content: "";
  height: 30px;
  width: 40px;
  border: solid 1px #fff;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  right: -440px;
  bottom: 0;
  margin: auto;
  z-index: -1; /* 重なり調整 */
}

.p-cb__item-title::after {
  content: "";
  height: 55px;
  width: 55px;
  border: solid 1px #fff;
  background: #fff;
  display: block;
  position: absolute;
  left: -450px;
  top: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
  z-index: -1; /* 重なり調整 */
}

@media only screen and (max-width: 782px) {
  .p-cb__item-title::before {
    top: -70px;
    right: -250px;
  }

  .p-cb__item-title::after {
    height: 45px;
    width: 45px;
    left: -250px;
    top: 0;
    right: 0;
    bottom: -25px;
  }
}

/* // 極小デバイス（縦向きモバイル, 320px ） */
@media screen and (max-width: 320px) {
  .p-cb__item-title::before {
    top: -80px;
    right: -250px;
  }

  .p-cb__item-title::after {
    height: 45px;
    width: 45px;
    left: -250px;
    top: 0;
    right: 0;
    bottom: -75px;
  }
}

/* sq_ptn00 */
.p-cb__item-title.sq_ptn00::before {
  content: "";
  height: 1px;
  width: 120px;
  border: none;
  background: #ced6d2;
  display: block;
  position: absolute;
  left: 0;
  top: 50.5px;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: -1;
}

.p-cb__item-title.sq_ptn00::after {
  content: "";
  height: 1px;
  width: 60px;
  border: none;
  background: #0f6f47;
  display: block;
  position: absolute;
  left: -60px;
  top: 50.5px;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}

/* sq_ptn01 */
.p-cb__item-title.sq_ptn01::before {
  /* content: '';
  height: 30px;
  width: 40px;
  border: solid 1px #ced6d2;
  background: #ced6d2;
  display: block;
  position: absolute;
  left: -200px;
  top: -40px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;           /* 重なり調整 */
}

.p-cb__item-title.sq_ptn01::after {
  content: "";
  height: 50px;
  width: 40px;
  border: solid 1px #ced6d2;
  /* background: #ced6d2; */
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -190px;
  bottom: -50px;
  margin: auto;
  z-index: 2; /* 重なり調整 */
}

.p-cb__item-title.sq_ptn02::before {
  content: "";
  height: 45px;
  width: 40px;
  border: solid 1px #ced6d2;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  right: -160px;
  bottom: -50px;
  margin: auto;
  z-index: 2;
}

.p-cb__item-title.sq_ptn02::after {
  content: "";
  height: 50px;
  width: 40px;
  border: solid 1px #ced6d2;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  right: -230px;
  bottom: -50px;
  margin: auto;
  z-index: 2;
}

/* top .p-index-content07 */

.p-index-content07 .p-cb__item-title::before {
  content: "";
  height: 1px;
  width: 120px;
  border: none;
  background: #ced6d2;
  display: block;
  position: absolute;
  left: 0;
  top: 50.5px;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: -1;
}

.p-index-content07 .p-cb__item-title::after {
  content: "";
  height: 1px;
  width: 60px;
  border: none;
  background: #0f6f47;
  display: block;
  position: absolute;
  left: -60px;
  top: 50.5px;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}

.p-index-content03 .p-cb__item-title {
  position: relative;
  z-index: 10;
}

.p-cb__item__column .p-cb__item-title.sq_ptn00::after {
  content: "";
  height: 1px;
  width: 100px;
  border: none;
  background: #ced6d2;
  display: block;
  position: absolute;
  left: 0;
  top: 50.5px;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: -1;
}

.p-cb__item__column .p-cb__item-title.sq_ptn00::before {
  content: "";
  height: 1px;
  width: 50px;
  border: none;
  background: #0f6f47;
  display: block;
  position: absolute;
  left: -50px;
  top: 50.5px;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}

/* span */
.p-cb__item-title span::before {
  content: "";
  height: 45px;
  width: 40px;
  border: solid 1px #ced6d2;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  right: -160px;
  bottom: -50px;
  margin: auto;
  z-index: 2; /* 重なり調整 */
}

.p-cb__item-title span::after {
  content: "";
  height: 45px;
  width: 40px;
  border: solid 1px #ced6d2;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  right: -160px;
  bottom: -50px;
  margin: auto;
  z-index: 2; /* 重なり調整 */
}

@media screen and (max-width: 320px) {
  .p-index-content03 .p-cb__item-desc {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content03 .p-cb__item-title,
  .p-index-content07 .l-inner_block .p-cb__item-title {
    margin-bottom: 75px;
  }

  .p-cb__item-title.sq_ptn00::before {
    /* top: 30px;
    right: -98px;
    height: 20px;
    width: 20px; */
  }

  .p-cb__item-title.sq_ptn00::after {
    /* left: -108px;
    top: -14px;
    right: 0;
    bottom: auto;
    height: 20px;
    width: 20px; */
  }

  /* EXPERTISE */
  .p-index-content07 .p-cb__item-title::before {
    /* height: 20px;
    width: 20px;
    left: -278px;
    top: -13px;
    right: 0;
    bottom: auto; */
    width: 90px;
  }

  .p-index-content07 .p-cb__item-title::after {
    /* height: 20px;
    width: 20px;
    left: 0;
    top: 27px;
    right: -270px;
    bottom: 0; */
    width: 50px;
  }

  /* INSIGHTS */
  .p-cb__item__column .p-cb__item-title.sq_ptn00::after {
    /* height: 20px;
    width: 20px;
    left: -146px;
    top: -12px; */
  }

  .p-cb__item__column .p-cb__item-title.sq_ptn00::before {
    /* height: 20px;
    width: 20px;
    left: 0;
    top: 25px;
    right: -142px;
    bottom: 0; */
    width: 50px;
  }

  .p-cb__item-title {
    margin-bottom: 15px;
  }
  .p-cb__item-sub {
    font-size: 14px;
    margin-bottom: 23px;
  }
  .p-cb__item-sub:last-child {
    margin-bottom: 30px;
  }
  .p-cb__item-desc {
    margin-bottom: 33px;
  }
}

.p-close-btn {
  background: transparent;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.p-close-btn::before {
  content: "\E91A";
  display: inline;
  font-family: "design_plus";
  margin-right: 0.5em;
  vertical-align: middle;
}

.p-company-header {
  margin-bottom: 94px;
  position: relative;
}

.p-company-header__content {
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-company-header__img {
  text-align: center;
}

.p-company-header__img img {
  max-width: 100%;
  height: auto;
}

.p-company-header__title {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-company-header {
    margin: 0 -20px 36px;
  }
  .p-company-header__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 899px) {
  .p-company-list__item {
    margin-top: -2px;
  }
}

.p-copyright {
  color: #fff;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.p-copyright small {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .p-copyright {
    height: 50px;
    line-height: 50px;
    font-size: 10.5px;
    padding-bottom: 100px;
  }
}

.p-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  height: 450px;
}

.p-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-cover__header {
  display: none;
}

.p-cover__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* header__title */
.p-cover__title {
  margin-bottom: 10px;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif !important;
  margin-bottom: 25px;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif !important;
  /* text-shadow: 1px 1px 0 #5f5d5d; */
  letter-spacing: 0.08em;
}

.company-template-default .p-company-header__title {
  /* text-shadow: 1px 1px 0 #5f5d5d; */
  font-weight: normal;
}

.company-template-default .p-company-header__sub {
  text-shadow: 0px 0px 0 #000;
}

.p-cover__sub {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-cover {
    height: 200px;
    margin-top: 50px;
  }
  .p-cover__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 0 20px;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
  }
  .p-cover__title {
    margin-bottom: 5px;
  }
  .p-cover__header-sub {
    font-weight: 700;
  }
  .p-cover__sub {
    font-size: 14px;
  }
}

.p-dropdown {
  font-size: 14px;
}

.p-dropdown__title {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 55px;
  line-height: 55px;
  padding: 0 18px;
  position: relative;
}

.p-dropdown__title::after {
  content: "\E90E";
  font-family: "design_plus";
  position: absolute;
  right: 17px;
}

.p-dropdown__title:hover {
  cursor: pointer;
}

.p-dropdown__title.is-active::after {
  content: "\E911";
}

.p-dropdown__list {
  display: none;
}

.p-dropdown__list li {
  list-style-type: none;
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 1.5;
}

.p-dropdown__list a {
  display: block;
  padding: 14px 18px;
}

.p-dropdown__list a:hover {
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-dropdown__title {
    height: 50px;
    line-height: 50px;
  }
}

.p-entry {
  border: 1px solid #ddd;
  margin-bottom: 50px;
}

.p-entry__inner {
  padding: 47px 50px 50px;
}

.p-entry__header {
  margin-bottom: 50px;
}

.p-entry__cat {
  margin-bottom: 14px;
}

.p-entry__title {
  line-height: 1.4;
  margin-bottom: 14px;
}

.p-entry__date {
  color: #999;
  display: block;
  font-size: 12px;
}

.p-entry__img {
  margin-bottom: 40px;
}

.p-entry__img img {
  width: 100%;
  height: auto;
}

.p-entry__img--lg {
  margin: 0 -50px 40px;
}

.p-entry__body {
  margin-bottom: 40px;
}

.service-template-default .p-entry__body {
  margin-bottom: 0px;
}

.p-entry__body a:hover {
  text-decoration: underline;
}

.p-entry__body .p-entry__ad img {
  max-width: none;
  width: auto;
}

.p-entry__body .p-readmore a {
  color: #fff;
}

.p-entry__body .q_button:hover {
  text-decoration: none;
}

.p-entry__body p {
  font-size: inherit;
  line-height: 2.2;
  margin-bottom: 35px;
}

.p-entry__share {
  margin-bottom: 45px;
}

.p-entry__meta-box {
  margin-bottom: 50px;
}

.p-entry__ad {
  display: flex;
  justify-content: center;
  text-align: center;
}

.p-entry__ad--upper,
.p-entry__ad--inner {
  margin-bottom: 42px;
}

.p-entry__ad--lower {
  margin-bottom: 50px;
}

.p-entry__ad-item + .p-entry__ad-item {
  margin-left: 40px;
}

.p-entry__related {
  display: flex;
  flex-wrap: wrap;
  margin-right: -26px;
  margin-bottom: -25px;
}

.p-entry__related-item {
  margin-right: 26px;
  width: calc((100% - 78px) / 3);
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .p-entry__ad {
    display: block;
  }
  .p-entry__ad-item + .p-entry__ad-item {
    margin-left: 0;
  }
  .p-entry__ad--upper .p-entry__ad-item + .p-entry__ad-item,
  .p-entry__ad--inner .p-entry__ad-item + .p-entry__ad-item {
    margin-top: 40px;
  }
  .p-entry__ad--lower .p-entry__ad-item + .p-entry__ad-item {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .p-entry {
    border: 0 !important;
  }
  .p-entry__inner {
    padding: 50px 0 0;
  }
  .p-entry__img img {
    max-width: none;
    width: 100%;
  }
  .p-entry__related {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-entry {
    margin: 0 -20px 40px;
  }
  .p-entry__inner {
    padding: 30px 20px 0;
  }
  .p-entry__inner {
    padding: 30px 20px 0;
  }
  .p-entry__header {
    margin-bottom: 30px;
  }
  .p-entry__img {
    margin-bottom: 23px;
  }
  .p-entry__cat {
    margin-bottom: 6px;
  }
  .p-entry__title {
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .p-entry__share {
    margin-bottom: 25px;
  }
  .p-entry__body {
    margin-bottom: 23px;
  }
  .p-entry__body p {
    line-height: 2;
    margin-bottom: 26px;
  }
  .p-entry__body--page {
    font-size: 14px;
  }
  .p-entry__ad {
    display: block;
    margin-bottom: 40px;
  }
  .p-entry__ad-item {
    margin-bottom: 20px;
  }
  .p-entry__ad-item + .p-entry__ad-item {
    margin-left: 0;
  }
  .p-entry__ad-item img {
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-entry__meta-box {
    background: transparent;
    margin-bottom: 10px;
  }
  .p-entry__related {
    justify-content: space-between;
    margin: 0 0 -25px;
  }
  .p-entry__related-item {
    margin-right: 0;
    width: calc(50% - 10px);
  }
  .p-entry__related-item--no-post {
    margin-top: 30px;
  }
}

@media screen and (max-width: 320px) {
  .p-entry__related-item {
    width: 100%;
  }
}

.p-footer-banners {
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
}

.p-footer-banners__list {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.p-footer-banners__list-item {
  list-style-type: none;
  margin-right: 34px;
  width: 31.35593%;
}

.p-footer-banners__list-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .p-footer-banners__list {
    flex-direction: column;
    align-items: center;
  }
  .p-footer-banners__list-item {
    margin: 0 0 20px 0;
    width: 50%;
  }
  .p-footer-banners__list-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-banners {
    padding: 40px 0;
  }
}

@media screen and (max-width: 600px) {
  .p-footer-banners__list-item {
    width: 100%;
  }
}
.p-footer-nav {
  /* border-top: 1px solid #ddd; */
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 35px;
  /* line-height: 60px; */
  text-align: center;
  display: flex;
  justify-content: center;
}

.p-info,
.p-footer-nav {
  background: #ced6d2 !important;
}

.p-footer-nav li {
  list-style-type: none;
  margin: 0 12.5px;
}

@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 50px 10px 70px;
  }
  .p-footer-nav li {
    line-height: 1;
    text-align: left;
    margin: 0 0 20px;
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .p-footer-nav {
    padding: 30px 40px 10px 40px;
  }
}

/* 追加 */

/* .p-footer-nav li　a {
  color: #0f2915!important;
} */

.p-footer-widget {
  padding: 50px 2.9661% 42px;
}

.p-footer-widget a {
  color: inherit;
}

.p-footer-widget__title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-footer-widget {
    padding: 0;
  }
  .p-footer-widget__title {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.p-footer-widgets__inner {
  display: flex;
  border-left: 1px solid #ddd;
}

.p-footer-widgets .widget_nav_menu ul {
  margin-bottom: 0;
}

.p-footer-widgets .widget_nav_menu li {
  list-style-type: none;
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 0;
}

.p-footer-widgets__item {
  border-right: 1px solid #ddd;
  width: 25%;
}

@media screen and (max-width: 991px) {
  .p-footer-widgets__inner {
    flex-wrap: wrap;
  }
  .p-footer-widgets__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-widgets__inner {
    border-left: 0;
    padding: 40px 20px 0;
  }
  .p-footer-widgets__item {
    border-right: 0;
    margin-bottom: 33px;
    width: 100%;
  }
  .p-footer-widgets__item.widget_nav_menu {
    width: 50%;
  }
}

.p-global-nav {
  display: flex;
  font-size: 14px;
  line-height: 52px;
  margin-bottom: 0;
  text-align: center;
}

.p-global-nav li {
  list-style-type: none;
}

/* 追加 */
.p-global-nav a {
  display: block;
  color: #fff;
  padding: 0 1em;
  /* font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  letter-spacing: 0.16em;
  font-family: Sawarabi Mincho, serif;
}

.p-global-nav [data-megamenu] + .sub-menu {
  display: none !important;
}

.p-global-nav > li {
  /* border-left: 1px solid #3e724b; */
  /* border-right: 1px solid #3e724b; */
  flex: 1;
  margin-left: -1px;
}

.p-global-nav > li.menu-item-has-children:hover > .sub-menu {
  left: 0;
}

.p-global-nav > li > a {
  padding: 0px 21px 14px;
  position: relative;
  font-size: 1rem;
  border-bottom: 3px solid #0f6f47;
  font-family: "Noto Sans JP" !important;
  font-weight: bold;
}

.p-global-nav a:hover {
  background: #0f2916;
  /* border-bottom: 2px solid #fff; */
  border-bottom: 3px solid #001d09;
}

@media screen and (max-width: 767px) {
  .p-global-nav a:hover {
    border-bottom: none;
  }
}

.p-global-nav > li > a::after {
  content: "TEST";
  font-size: 0.6rem;
  position: absolute;
  display: inline-block;
  bottom: 0;
  /* top: 21px; */
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  /* font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  font-family: Sawarabi Mincho, serif;
  /* font-weight: normal; */
  letter-spacing: 0.18em;
}

@media screen and (max-width: 767px) {
  .p-global-nav > li > a::after {
    font-size: 0.45rem;
  }
}

@media (min-width: 1200px) and (max-width: 1415px) {
  .p-global-nav > li > a {
    font-size: 0.79rem;
  }

  .p-global-nav > li > a::after {
    font-size: 0.5rem;
  }
}

/* nav 下 英語 */
.p-global-nav > li:nth-of-type(1) > a::after {
  content: "HOME";
}
.p-global-nav > li:nth-of-type(2) > a::after {
  /* content:"OFFICE"; */
  content: "ABOUT US";
}
.p-global-nav > li:nth-of-type(3) > a::after {
  content: "EXPERTISE";
}
.p-global-nav > li:nth-of-type(4) > a::after {
  content: "ATTORNEYS";
}
.p-global-nav > li:nth-of-type(5) > a::after {
  content: "NEWS";
}
.p-global-nav > li:nth-of-type(6) > a::after {
  /* content:"INSIGHTS"; コラムが増えたら、こっちを表示*/
  content: "INSIGHTS";
}
.p-global-nav > li:nth-of-type(7) > a::after {
  content: "CAREERS";
}
/*content:"CONTACT";  */

/*  */

.p-global-nav > li > .sub-menu {
  top: 100%;
  left: 0;
}

.p-global-nav .menu-item-has-children {
  position: relative;
}

.p-global-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  left: 100%;
  visibility: visible;
}

.p-global-nav .sub-menu {
  display: block;
  line-height: 1.2;
  text-align: left;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  transition: 0.2s;
  visibility: hidden;
  z-index: 2;
}

.p-global-nav .sub-menu a {
  padding: 17px 39px 17px 25px;
  width: 240px;
  transition: padding-left 0.2s ease;
}

.p-global-nav .sub-menu a:hover {
  padding: 17px 39px;
}

.p-global-nav .sub-menu .menu-item-has-children > a {
  position: relative;
}

.p-global-nav .sub-menu .menu-item-has-children > a::after {
  content: "\E910";
  font-family: "design_plus";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 14px;
  height: 14px;
}

/* 追加 */
.p-global-nav ul {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .p-global-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    margin: 10px auto 18px;
    width: 92.1875%;
  }
  .l-header--fixed .p-global-nav {
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .p-global-nav > li {
    border: 0;
    flex: 0 1 auto;
    margin: 0 0 0px 0;
    width: calc((50% - 6px));
  }
  .p-global-nav > li > a {
    border: 0;
    display: block;
    padding: 0 0%;
    padding-bottom: 11.7%;
    border-bottom: 2px solid #015332;
    box-sizing: content-box;
  }
  .p-global-nav > li > a:hover {
    background: #438552 !important;
    border-bottom: 3px solid #06220c;
    padding: 0% 0% 6%;
    box-sizing: content-box;
  }

  .p-global-nav a {
    box-sizing: border-box;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .p-global-nav .menu-item-has-children > a > .p-global-nav__toggle {
    display: none;
  }
  .p-global-nav .sub-menu {
    display: none;
  }
}

/* @media only screen and (max-width: 767px) { .p-global-nav { > li { > a { padding: 0 20px; } } .sub-menu { a { padding: 0 20px; } } } } */
.p-header-content {
  position: relative;
}

.p-header-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.p-header-content__inner {
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.p-header-content__inner > img {
  display: inline;
}

.p-header-content__title {
  line-height: 1.3;
  /* opacity: 0;  */
  transition: opacity 1s ease 1s;
}

/* home */
.home .p-header-content__title {
  /* text-shadow: 2px 2px 0 #fff; */
  /* text-shadow: 2px 2px 0 #071e09; */
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 3.5em;
}

.home .p-header-content__title span {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
}

.home .p-header-content__title span.jp_w {
  letter-spacing: 0.08em;
}

.home .p-header-content__title span.border_anime {
  content: "";
  display: block;
  height: 1px;
  /* width: 19em; */
  width: 2.7em;
  width: 99.36px;
  background: #fff;
  margin-top: 17px;
  margin-bottom: 11px;
  animation-duration: 1.8s;
  animation-name: b_ani;
  animation-timing-function: ease-in;
  animation-delay: 2000ms;
}

@keyframes b_ani {
  from {
    /* opacity:0; */
    width: 0em;
  }
  to {
    opacity: 1;
    /* width: 18.2em; */
    width: 99.36px;
  }
}

.home .p-header-content__title span b {
  font-weight: 500;
}

.home .p-header-content__title span.logo {
  display: block;
  width: 155px;
  top: -31px;
  position: relative;
  left: 0;
}

.home .p-header-content__title span.en_w {
  font-size: 1.5rem;
}

.fadeinUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2500ms;
}
.fadeinUp.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeDown {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 2500ms;
}
.fadeDown.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* // 極小デバイス（縦向きモバイル, 320px ） */
@media screen and (max-width: 320px) {
  .admin-bar .p-menu-btn {
    top: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
  }

  .l-header__search {
    width: 40px;
    right: 40px;
    height: 50px;
  }

  .l-header__logo a {
    color: #ffffff;
    font-weight: 600;
    font-size: 10.5px !important;
  }

  .l-header__logo .logo_head {
    width: 25px;
    top: -5px;
    margin-right: 5px;
  }

  .l-header {
    height: 50px;
    line-height: 50px;
  }

  .p-header-slider {
    height: calc(100vh - 110px);
  }
}

/* // 極小デバイス（縦向きモバイル, 576px 未満） */
@media (max-width: 575.99px) {
}

@media screen and (max-width: 767px) {
  .p-header-slider__item--1 .p-header-content__title {
    line-height: 23px;
  }

  .home .p-header-content__title span {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .home .p-header-content__title span.wf-noto {
    font-weight: 700;
  }

  .home .p-header-content__title span.en_w {
    font-size: 1rem;
  }

  .home .p-header-content__title span.border_anime {
    width: 78.36px;
  }

  .l-header__logo .logo_head {
    width: 0.8em;
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .p-header-slider__item--1 .p-header-content__title {
    font-size: 53px;
    line-height: 0.9em;
  }

  .p-header-slider__item--1 .p-header-content__title br {
    /* display: none; */
  }
}

.is-active .p-header-content__title {
  opacity: 1;
}

.p-header-content__title--vertical span {
  text-align: left;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-header-content__btn {
  opacity: 0;
  margin-top: 22px;
  transition: opacity 1s ease 2s;
}

.is-active .p-header-content__btn {
  opacity: 1;
}

.p-header-content__link {
  display: none;
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 6em;
  height: 18px;
  color: #fff;
  text-align: center;
}

.p-header-content__link::after {
  color: #fff;
  content: "\E90E";
  display: block;
  font-family: "design_plus";
}

@media screen and (max-width: 767px) {
  .p-header-content__title {
    margin-bottom: 16px;
  }
  .p-header-content__link {
    display: block;
  }
}

.p-header-slider {
  overflow: hidden;
  position: relative;
  /* 追加 */
  height: 600px;
}

.p-header-slider .slick-arrow {
  transition-property: left, right;
  transition-duration: 0.2s;
  z-index: 1;
}

.p-header-slider .slick-arrow::before {
  font-family: "design_plus";
}

.p-header-slider .slick-prev {
  left: -20px;
}

.p-header-slider .slick-prev::before {
  content: "\E90F";
}

.p-header-slider .slick-next {
  right: -20px;
}

.p-header-slider .slick-next::before {
  content: "\E910";
}

.p-header-slider:hover .slick-prev {
  left: 30px;
}

.p-header-slider:hover .slick-next {
  right: 30px;
}

.p-header-slider__item {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.p-header-slider__item-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.p-header-slider__item-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-active .p-header-slider__item-img--type1 {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

.is-active .p-header-slider__item-img--type2 {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@media screen and (max-width: 767px) {
  .p-header-slider {
    height: calc(100vh - 60px);
  }
  .p-header-slider__item {
    height: 100%;
  }
  .p-header-slider__item-img {
    height: calc(100vh - 60px);
    padding-bottom: 0;
  }
}

/* 追加 */
.p-header-slider__item--1 br {
}

/* // 極小デバイス（縦向きモバイル, 320px ） */
@media screen and (max-width: 320px) {
  .p-header-slider {
    height: calc(100vh - 110px);
  }
}

.p-header-video {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.p-header-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .p-header-video video {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-header-video {
    height: calc(100vh - 60px);
    padding-bottom: 0;
  }
}

.p-header-youtube {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 700px;
  position: relative;
}

.p-header-youtube__player {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-header-youtube {
    height: calc(100vh - 60px);
    padding-bottom: 0;
  }
}

.p-headline {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 0;
  padding: 38px 0 41px;
  text-align: center;
}

.p-headline--lg {
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .p-headline {
    font-size: 20px;
    padding: 23px 0;
  }
  .p-headline--lg {
    border-top: 0 !important;
    font-size: 24px;
    padding: 20px 0;
  }
}

/* Hover effect */
.p-hover-effect--type1 {
  display: block;
  overflow: hidden;
}

.p-hover-effect--type1 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-duration: 0.5s;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.p-hover-effect--type2 {
  display: block;
  overflow: hidden;
}

.p-hover-effect--type2:hover img {
  -webkit-transform: scale(1.3) translate3d(0, 0, 0) !important;
  transform: scale(1.3) translate3d(0, 0, 0) !important;
}

.p-hover-effect--type2 img {
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition: 0.5s;
  width: 100%;
  height: auto;
}

.p-hover-effect--type3 {
  display: block;
  overflow: hidden;
  background: #ffffff !important;
}

.archive .p-hover-effect--type3 {
  background: #ffffff !important;
  padding: 10.5px;
  border: 2px solid #e7e7e7;
}

.category-column .p-hover-effect--type3 {
  background: #ffffff !important;
  padding: 10.5px;
  border: none;
}

/*
.archive article:hover,
.archive .p-hover-effect--type3:hover {
  background: #e7e7e7!important;
} */

.archive .p-hover-effect--type3:hover {
  background: none !important;
}

.archive .p-hover-effect--type3:hover .p-article07__title {
  color: #3e3e3e !important;
}

.category-column .p-hover-effect--type3 {
  background: #fff !important;
}

.p-hover-effect--type3 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity;
  transition: 0.5s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-hover-effect--type1:hover img,
  .p-hover-effect--type2:hover img,
  .p-hover-effect--type3:hover img {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .p-hover-effect--type1 img,
  .p-hover-effect--type2 img,
  .p-hover-effect--type3 img {
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.p-index-content01 {
  background: #fff;
  box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.2);
  padding: 92px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-index-content01::before,
.p-index-content01::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
  content: "";
  position: absolute;
  top: 100px;
  width: 10px;
  height: calc(100% - 100px);
}

.p-index-content01::before {
  left: -10px;
}

.p-index-content01::after {
  right: -10px;
}

.p-index-content01__title {
  line-height: 1.4;
  margin-bottom: 14px;
}

.p-index-content01__desc {
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .p-index-content01 {
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content01 {
    padding: 36px 20px 33px;
  }
  .p-index-content01__title {
    line-height: 1.3;
    margin-bottom: 6px;
  }
}

.p-index-content02 {
  margin-bottom: 100px;
}

.p-index-content02__list {
  padding: 0 0px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .p-index-content02__list {
    padding: 0;

    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-index-content02 {
    margin-bottom: 40px;
    margin-bottom: 60px;
  }
  .p-index-content02__list {
    margin-bottom: 30px;
  }
}

.p-index-content03 {
  margin-bottom: 100px;
}
.p-index-content03.p-cb__item__column {
  margin-bottom: 100px;
  padding-top: 92px;
}

@media screen and (max-width: 767px) {
  .p-index-content03 {
    margin-bottom: 40px;
  }
}

.p-index-content04 {
  background: #f8f8f8;
  margin-bottom: 100px;
  padding: 100px 0;
}

.p-index-content04__list {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-index-content04 {
    margin-bottom: 30px;
    padding: 36px 0 30px;
  }
  .p-index-content04__list {
    margin: 0 auto 30px;
  }
}

.p-index-content05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 92px;
}

.p-index-content05__item {
  width: 48.30508%;
}

.p-index-content05__item-banner {
  margin-bottom: 12px;
}

.p-index-content05__item-banner img {
  max-width: 100%;
  height: auto;
}

.p-index-content05__item-desc {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-index-content05 {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .p-index-content05__item {
    margin-bottom: 13px;
    width: 100%;
  }
  .p-index-content05__item-banner {
    margin-bottom: 7px;
  }
  .p-index-content05__item-banner img {
    max-width: auto;
    width: 100%;
  }
  .p-index-content05__item-desc {
    font-size: 14px;
  }
}

/* footer */
.p-info {
  /* border-bottom: 1px solid #ced6d2; */
  border-top: 1px solid #ced6d2;
  background: #ced6d2 !important;
}

.p-info__inner {
  display: flex;
  align-items: center;
  /* height: 140px; */
  height: 60px;
  padding: 35px 0 30px;
}

.p-info__logo {
  margin-right: 30px;
  /* 追加 */
  font-size: 13px !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
}

span.logo_foot {
  width: 30px;
  display: inline-block;
  vertical-align: 2px;
  padding-right: 4px;
}

.p-info__logo a {
  color: inherit;
  color: #0f2915;
  /* font-family: Sawarabi Mincho,serif;  */
  font-family: "Noto Serif JP", serif;
}

.p-info__desc {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .p-info__inner {
    display: block;
    height: auto;
    padding: 29px 20px 1px;
    text-align: center;
  }
  .p-info__logo a {
    font-size: 0.9rem;
  }

  .p-info__desc {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-latest-news {
    margin-bottom: -41px;
  }
  .p-latest-news__list {
    margin: 0 -21px;
  }
}

@media screen and (max-width: 320px) {
  .p-info__inner {
    padding: 29px 30px 1px;
  }

  .p-info__logo a {
    font-size: 0.8rem;
  }
}

.p-latest-works {
  background: #f8f8f8;
}

.p-latest-works__headline {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  padding: 50px 0;
}

.p-latest-works__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}

.p-latest-works__list-item {
  margin: 0 8px 41px;
  width: calc((100% - 48px) / 3);
}

@media screen and (max-width: 767px) {
  .p-latest-works {
    margin: 0 -20px -40px;
    padding-bottom: 10px;
  }
  .p-latest-works__headline {
    font-size: 20px;
    padding: 30px 0;
  }
  .p-latest-works__list {
    justify-content: space-between;
    padding: 0 20px;
  }
  .p-latest-works__list-item {
    margin: 0 0 17px;
    width: calc(50% - 10px);
  }
}

.p-list {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

.p-list__item {
  list-style-type: none;
  font-size: 14px;
  margin-top: -1px;
}

.p-list__item.is-parent > a::before {
  left: -1px;
}

.p-list__item.is-active > a > .p-list__item-toggle::before {
  content: "\E911";
}

.p-list__item.is-current > a {
  /* background: #ced6d1; */
  color: #2a4932;
}

.p-list__item .p-list__item .p-list__item a {
  padding-left: 58px;
}

.p-list__item .p-list__item .p-list__item a:hover {
  padding-left: 72px;
}

.p-list__item .p-list__item a {
  padding-left: 44px;
}

.p-list__item .p-list__item a:hover {
  padding-left: 58px;
}

.p-list__item a {
  background: #fff;
  border: 1px solid #dedede;
  display: block;
  height: 60px;
  line-height: 58px;
  padding: 0 0px 0 25px;
  position: relative;
  transition: padding 0.2s ease;
}

.postid-30 .p-list__item a {
  font-size: 1rem;
}

.p-list__item a:hover {
  padding-left: 44px;
}

.p-list__item a:hover::before {
  left: -1px;
}

.p-list__item a::before {
  content: "";
  width: 3px;
  height: 60px;
  transition: left 0.2s ease;
  position: absolute;
  top: -1px;
  left: -4px;
  z-index: 1;
}

.p-list__item-toggle {
  color: #000;
  font-family: "design_plus";
  font-size: 11px;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  text-align: center;
}

.p-list__item-toggle::before {
  content: "\E90E";
}

.p-list__item-btn {
  border: 1px solid #ddd;
  border-top: 0;
  background: #f4f4f4;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}

.p-list__item-btn::before {
  content: "\E91A";
  font-family: "design_plus";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .p-list__item a {
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
  }
  .p-list__item a::before {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-list {
    width: calc(100% + 40px);
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 3;
  }
  .p-list a:hover {
    padding-left: 20px;
  }
  .p-list a::before {
    display: none;
  }
  .p-list > .p-list__item a {
    background: #fff;
    font-size: 0.8rem;
    padding: 0 10px;
    border-left: none;
    height: 46px;
    line-height: 46px;
  }

  .service-template-default .p-list > .p-list__item a {
    padding: 0 0px 0 14px;
    /* font-size: 0.6rem; */
    font-size: 0.7rem;
    height: 36px;
    line-height: 36px;
  }

  .p-list__item .p-list__item a,
  .p-list__item .p-list__item a:hover {
    background: #f4f4f4;
    padding-left: 20px;
  }
  .p-list__item .p-list__item .p-list__item a,
  .p-list__item .p-list__item .p-list__item a:hover {
    padding-left: 34px;
  }
  .p-list__item .p-list__item .p-list__item .p-list__item a,
  .p-list__item .p-list__item .p-list__item .p-list__item a:hover {
    padding-left: 48px;
  }

  /* 打ち消し追加 */
  .p-list .is-current > a {
    color: #438552 !important;
    background: #c0d6c5 !important;
  }

  .p-list > .p-list__item a::before {
    content: "";
  }
}

@media screen and (max-width: 320px) {
  .service-template-default .p-list > .p-list__item a {
    font-size: 0.65rem;
    /* font-size: 0.85rem; */
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
  }

  .service-template-default .p-service-entry__title {
    top: 45px;
  }
}

.p-megamenu01 {
  background: #fff;
  display: flex;
  width: 100%;
  position: absolute;
  top: 160px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.admin-bar .p-megamenu01 {
  top: 192px;
}

.p-megamenu01:hover,
.p-megamenu01.is-active {
  opacity: 1;
  visibility: visible;
}

.p-megamenu01:hover .p-megamenu01__item-list,
.p-megamenu01.is-active .p-megamenu01__item-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-megamenu01:hover .p-megamenu01__item-img img,
.p-megamenu01.is-active .p-megamenu01__item-img img {
  -webkit-transform: scale(2) translateX(-25%);
  transform: scale(2) translateX(-25%);
}

.p-megamenu01__item {
  flex: 1 1 33.33%;
  overflow: hidden;
  position: relative;
  height: 450px;
}

.p-megamenu01__item-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  transition: opacity 0.5s ease,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 60px;
}

.p-megamenu01__item-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 2.4;
}

.p-megamenu01__item-list ul li {
  width: calc(50% - 25px);
}

.p-megamenu01__item-list li {
  list-style-type: none;
}

.p-megamenu01__item-list a {
  color: #fff;
  transition: padding-left 0.2s ease;
}

.p-megamenu01__item-list a:hover {
  padding-left: 14px;
}

.p-megamenu01__item-list > li > a {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
}

.p-megamenu01__item-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-megamenu01__item-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-megamenu01__item-img img {
  -webkit-transform: scale(2) translateX(-15%);
  transform: scale(2) translateX(-15%);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 1199px) {
  .p-megamenu01 {
    display: none;
  }
}

.p-megamenu02 {
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 160px;
  z-index: 2;
  width: 100%;
  height: 450px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.admin-bar .p-megamenu02 {
  top: 192px;
}

.p-megamenu02:hover,
.p-megamenu02.is-active {
  opacity: 1;
  visibility: visible;
}

.p-megamenu02:hover .p-article13__img,
.p-megamenu02.is-active .p-article13__img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-megamenu02::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
}

.p-megamenu02__inner {
  display: flex;
}

.p-megamenu02__header {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  padding: 100px 0;
}

.p-megamenu02__title {
  font-size: 26px;
  margin-bottom: 12px;
}

.p-megamenu02__sub {
  font-size: 16px;
}

.p-megamenu02__link {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
}

.p-megamenu02__link:hover::after {
  padding-left: 1em;
}

.p-megamenu02__link::after {
  content: "\E910";
  font-family: "design_plus";
  margin-left: 10px;
  transition: padding-left 0.2s ease;
}

.p-megamenu02__list {
  background: #fff;
  display: flex;
  width: 80%;
  height: 100%;
  margin-bottom: 0;
}

.p-megamenu02__list li {
  list-style-type: none;
  border-right: 1px solid #ddd;
  flex: 1;
  height: 449px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .p-megamenu02 {
    display: none;
  }
}

.p-menu-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 60px;
  width: 50px;
  height: 60px;
}

.p-menu-btn:focus {
  outline: 0;
}

.admin-bar .p-menu-btn {
  top: 0;
}

@media screen and (max-width: 782px) {
  .admin-bar .p-menu-btn {
    top: 0;
  }
}

/* // 極小デバイス（縦向きモバイル, 320px ） */
@media screen and (max-width: 320px) {
  .p-menu-btn {
    line-height: 50px;
    width: 40px;
    height: 50px;
  }
}

.p-nav01 {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.p-nav01__item {
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  height: 90px;
  width: 50%;
}

.p-nav01__item a:hover {
  background: #f9f9f9;
}

.p-nav01__item:empty {
  background: transparent;
  border: 0;
}

.p-nav01__item:empty::before,
.p-nav01__item:empty::after {
  content: "";
}

.p-nav01__item:empty + .p-nav01__item a {
  border-left: 1px solid #ddd;
}

.p-nav01__item + .p-nav01__item {
  border-left: 0;
}

.p-nav01__item--prev {
  float: left;
}

.p-nav01__item--prev::before {
  content: "\E90F";
  font-size: 16px;
  font-weight: bold;
  left: 6.0241%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.p-nav01__item--prev a {
  padding: 0 40px 0 60px;
}

.p-nav01__item--next {
  float: right;
}

.p-nav01__item--next::after {
  content: "\E910";
  font-size: 16px;
  font-weight: bold;
  right: 6.0241%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.p-nav01__item--next a {
  padding: 0 60px 0 40px;
}

/* // コラムページ版 */
.p-nav02 {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.p-nav02__item {
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  height: 90px;
  width: 50%;
}

.p-nav02__item a:hover {
  background: #f9f9f9;
}

.p-nav02__item:empty {
  background: transparent;
  border: 0;
}

.p-nav02__item:empty::before,
.p-nav02__item:empty::after {
  content: "";
}

.p-nav02__item:empty + .p-nav02__item a {
  border-left: 1px solid #ddd;
}

.p-nav02__item + .p-nav02__item {
  border-left: 0;
}

.p-nav02__item--prev {
  float: left;
}

.p-nav02__item--prev::before {
  content: "\E90F";
  font-size: 16px;
  font-weight: bold;
  left: 6.0241%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.p-nav02__item--prev a {
  padding: 0 40px 0 60px;
}

.p-nav02__item--next {
  float: right;
}

.p-nav02__item--next::after {
  content: "\E910";
  font-size: 16px;
  font-weight: bold;
  right: 6.0241%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.p-nav02__item--next a {
  padding: 0 60px 0 40px;
}


@media only screen and (max-width: 767px) {
  .p-nav01 {
    margin-bottom: 30px;
  }
  .p-nav01__item {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    text-align: center;
  }
  .p-nav01__item a {
    padding: 0;
  }
  .p-nav01__item span {
    display: none;
  }
  .p-nav01__item--prev::before {
    left: 12px;
  }
  .p-nav01__item--prev a::before {
    content: attr(data-next);
  }
  .p-nav01__item--next::after {
    right: 12px;
  }
  .p-nav01__item--next a::before {
    content: attr(data-prev);
  }
}

/* news */
.single-news .p-nav01__item:empty {
  background: transparent;
  border: 0;
}

.single-news .p-nav01__item:empty::before,
.p-nav01__item:empty::after {
  content: "";
  content: "" !important;
}

.single-news .p-nav01__item:empty + .p-nav01__item a {
  border-left: 1px solid #ddd;
}

.single-news .p-nav01__item--prev {
  float: right;
}

.single-news .p-nav01__item--prev::before {
  content: "\E910";
  font-size: 16px;
  font-weight: bold;
  right: 6.0241%;
  left: auto;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.single-news .p-nav01__item--prev a {
  padding: 0 40px 0 60px;
}

.single-news .p-nav01__item--next {
  float: left;
}

.single-news .p-nav01__item--next::after {
  content: "\E90F";
  font-size: 16px;
  font-weight: bold;
  left: 6.0241%;
  right: auto;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.single-news .p-nav01__item--next a {
  padding: 0 60px 0 40px;
  border-left: 1px solid #ddd;
}

.single-news .p-nav01__item--next a .sp_str,
.single-news .p-nav01__item--prev a .sp_str {
  display: none;
}

@media only screen and (max-width: 767px) {
  .single-news .p-nav01__item--next a .sp_str,
  .single-news .p-nav01__item--prev a .sp_str {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .single-news .p-nav01__item--next a .sp_str,
  .single-news .p-nav01__item--prev a .sp_str {
    display: inline-block;
  }
}

.p-news-list {
  margin-bottom: 0;
}

.p-news-list__item {
  list-style-type: none;
  margin-top: -1px;
}

.p-news-tab-list {
  margin-bottom: 50px;
}

.p-news-tab-list__tabs {
  background: #fff;
  display: flex;
  margin-left: 1px;
  margin-bottom: 0;
}

.p-news-tab-list__tabs-item {
  list-style-type: none;
  font-size: 16px;
  text-align: center;
  width: 20%;
}

.p-news-tab-list__tabs-item.is-active a,
.p-news-tab-list__tabs-item a:hover {
  background: #306f48;
  border-color: #306f48;
  color: #fff !important;
}

.p-news-tab-list__tabs-item.is-active + .p-news-tab-list__tabs-item a {
  border-left: 1px solid #4d855e;
}

.p-news-tab-list__tabs-item a {
  background: #f8f8f8;
  border: 1px solid #ddd;
  display: block;
  margin-left: -1px;
  transition-property: background, border-color, color;
  transition-duration: 0.2s;
  height: 60px;
  line-height: 59px;
}

.p-news-tab-list__tabs li a {
  /* color: #fff; */
  /* border: none; */
  font-weight: bold;
}

.p-news-tab-list__tabs li a:hover {
  color: #fff !important;
}

.p-news-tab-list__tabs li:nth-child(1) a {
  /* color: #23282d; */
}

.p-news-tab-list__tabs li:nth-child(2) a {
  color: #880700;
}

.p-news-tab-list__tabs li:nth-child(3) a {
  color: #574521;
}

.p-news-tab-list__tabs li:nth-child(4) a {
  color: #003a00;
}

.p-news-tab-list__tabs li:nth-child(5) a {
  color: #004a8f;
}

/* カラー カテゴリー --------------------*/
.p-cat {
  border: none !important;
  color: #fff;
  line-height: 2.5em;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #ddd !important;
  margin-right: 11px;
}

/* ローカル ------------------------------------------------------------------ */
/* 外部セミナー */
.p-cat--3 {
  /* background: #003a00!important; */
  border-color: #003a00 !important;
  color: #003a00 !important;
}

/* 法律セミナー */
.p-cat--9 {
  /* background: #004a90!important; */
  border-color: #004a90 !important;
  color: #004a90 !important;
}
/* 書籍 */
.p-cat--6 {
  /* background: #880900!important; */
  border-color: #880900 !important;
  color: #880900 !important;
}

/* 案内 */
.p-cat--12 {
  /* background: #574621!important; */
  border-color: #574621 !important;
  color: #574621 !important;
}

/* 研究会 */
.p-cat--16 {
  /* background: #693202!important; */
  border-color: #693202 !important;
  color: #693202 !important;
}

/* 本サバ ------------------------------------------------------------------ */
/* 外部セミナー */
.p-cat--20 {
  /* background: #003a00!important; */
  border-color: #003a00 !important;
  color: #003a00 !important;
}

/* 法律セミナー */
.p-cat--17 {
  /* background: #004a90!important; */
  border-color: #004a90 !important;
  color: #004a90 !important;
}
/* 書籍 */
.p-cat--16 {
  /* background: #880900!important; */
  border-color: #880900 !important;
  color: #880900 !important;
}

/* 案内 */
.p-cat--18 {
  /* background: #574621!important; */
  border-color: #574621 !important;
  color: #574621 !important;
}

/* 研究会 */
.p-cat--19 {
  /* background: #693202!important; */
  border-color: #693202 !important;
  color: #693202 !important;
}

/* -----------------------------------------------------------------------*/

.p-news-tab-list__panel {
  display: none;
}

.p-news-tab-list__panel.is-active {
  display: block;
}

@media screen and (max-width: 320px) {
  .p-news-tab-list__tabs-item {
    width: 17%;
  }
}

@media screen and (max-width: 767px) {
  .p-news-tab-list {
    margin: 0 -21px 30px;
  }
  .p-news-tab-list__tabs-wrapper {
    /* overflow-x: scroll; */
  }
  .p-news-tab-list__tabs {
    font-size: 0;
    width: 625px;
  }
  .p-news-tab-list__tabs-item {
    font-size: 14px;
  }
  .p-news-tab-list__tabs-item a {
    height: 50px;
    line-height: 50px;
  }
}

.p-page-header {
  /* font-weight: 700; */
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  width: 300px;
  height: 150px;
}

.p-page-header .p-page-header__title {
  text-indent: -0.1em;
}

.p-page-header__title {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .p-page-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 100px;
    padding: 0 20px;
  }
  .p-page-header__title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-page-header {
    height: 50px;
    margin: 0 -20px;
  }
}

.p-page-links {
  font-size: 14px;
  margin-bottom: 50px;
}

.p-page-links a {
  background: #eee;
  color: #000 !important;
  display: inline-block;
}

.p-page-links a:hover {
  color: #fff !important;
}

.p-page-links span {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: background 0.2s ease;
}

.p-page-links > span {
  color: #fff;
}

.p-page-links .p-page-links__title {
  background: transparent;
  color: #000;
  text-align: left;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .p-page-links {
    margin-bottom: 40px;
  }
}

.pb-widget-catchcopy h4 {
  font-weight: 600;
}

.pb_slider:hover .slick-arrow {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.pb_slider .slick-arrow {
  /* Override pagebuilder CSS */
  font-size: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.2s;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pb_slider .slick-arrow:hover,
.pb_slider .slick-arrow:focus {
  background: #000;
  color: #fff;
}

.pb_slider .slick-arrow:before {
  content: "";
}

.pb_slider .slick-prev {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.pb_slider .slick-next {
  right: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.pb_slider_nav .pb_slider_nav_item.slick-current {
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
}

.pb_slider_nav .pb_slider_nav_item.slick-current::after {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .dp-google-map {
    height: auto !important;
    padding-bottom: 100%;
  }
  .pb-widget-headline h3 {
    font-weight: 600;
  }
  .pb_slider_nav .pb_slider_nav_item.slick-current:after {
    box-shadow: none;
  }
}

.p-pager {
  display: flex;
  justify-content: center;
  margin-bottom: -5px;
}

.p-pager__item {
  list-style-type: none;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.p-pager__item a,
.p-pager__item span {
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.p-pager__item a {
  background: #eee;
}

.p-pager__item a:hover,
.p-pager__item span {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .p-pager {
    margin-bottom: 0;
  }
}

.p-pagetop {
  background: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  outline: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: background 0.2s, opacity 0.35s, -webkit-transform 0.35s;
  transition: background 0.2s, opacity 0.35s, transform 0.35s;
  transition: background 0.2s, opacity 0.35s, transform 0.35s,
    -webkit-transform 0.35s;
  opacity: 0;
  width: 60px;
  height: 60px;
}

.p-pagetop.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.p-pagetop::after {
  content: "\E911";
  font-family: "design_plus";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .p-pagetop {
    width: 50px;
    height: 50px;
  }
}

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

.p-readmore__btn {
  background: #eee;
  color: #000 !important;
}

.p-readmore__btn:hover {
  color: #fff !important;
}

.p-readmore .p-readmore__btn:hover {
  text-decoration: none;
}

.p-readmore .p-readmore__num {
  font-size: 16px;
  margin-top: 0.5em;
}

.p-service-cat-header {
  display: flex;
  width: 100%;
}

.p-service-cat-header__list {
  display: none;
}

.p-service-cat-header__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% - 300px);
  height: 300px;
}

@media screen and (max-width: 991px) {
  .p-service-cat-header {
    display: block;
  }
  .p-service-cat-header__img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-service-cat-header {
    position: relative;
  }
  .p-service-cat-header__img {
    margin: 40px -20px 0;
    width: calc(100% + 40px);
  }
  .p-service-cat-header__list {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    width: calc(100% + 40px);
  }
}

.p-service-cats-list {
  display: flex;
  flex-wrap: wrap;
}

.p-service-cats-list__item {
  list-style-type: none;
  margin-left: -1px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  width: 33.33%;
}

.p-service-cats-list__item:nth-child(3n-1) {
  transition-delay: 0.15s;
}

.p-service-cats-list__item:nth-child(3n) {
  transition-delay: 0.3s;
}

.p-service-cats-list__item.aos-animate {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .p-service-cats-list__item {
    width: 50%;
  }
  .p-service-cats-list__item:nth-child(3n) {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-service-cats-list__item {
    margin-left: 0;
    width: 100%;
  }
  .p-service-cats-list__item:nth-child(3n-1) {
    transition-delay: 0;
  }
}

.p-service-entry__header {
  border-top: 1px solid #ddd;
  margin-bottom: 40px;
}

.p-service-entry__img {
  text-align: center;
}

.p-service-entry__img img {
  max-width: 100%;
  height: auto;
}

.p-service-entry__title {
  line-height: 1.4;
  margin-bottom: 44px;
  padding-top: 44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-service-entry__header {
    margin-bottom: 23px;
  }
  .p-service-entry__title {
    margin-bottom: 26px;
    padding-top: 26px;
  }
}

/** share */
.p-share__btn {
  margin-bottom: 2px;
}

.slick-arrow {
  -webkit-transform: none;
  transform: none;
  transition-property: background;
  transition-duration: 0.2s;
  z-index: 1;
}

.slick-arrow::before {
  font-family: "design_plus";
  opacity: 1;
}

.slick-arrow--square {
  top: auto;
  left: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
}

.slick-arrow--square.slick-prev {
  right: 50px;
}

.slick-arrow--square.slick-next {
  right: 0;
}

.slick-arrow--square::before {
  font-size: 16px;
}

.slick-prev::before {
  content: "\E90F";
}

.slick-next::before {
  content: "\E910";
}

@media screen and (max-width: 767px) {
  .slick-arrow--square {
    width: 40px;
    height: 40px;
  }
  .slick-arrow--square::before {
    font-size: 13px;
  }
  .slick-arrow--square.slick-prev {
    right: 40px;
  }
}

.p-social-nav {
  margin-bottom: 0;
}

.p-social-nav__item {
  display: inline;
  font-family: "design_plus";
  font-size: 14px;
  margin-right: 12px;
}

.p-social-nav__item a:hover {
  color: #999;
}

.p-social-nav__item:last-child {
  margin-right: 0;
}

.p-social-nav__item--twitter a::before {
  content: "\E904";
}

.p-social-nav__item--facebook a::before {
  content: "\E902";
}

.p-social-nav__item--instagram a::before {
  content: "\EA92";
}

.p-social-nav__item--pinterest a::before {
  content: "\E905";
}

.p-social-nav__item--mail a::before {
  content: "\F0E0";
}

.p-social-nav__item--rss a::before {
  content: "\E90B";
}

/* 追加 */

.home .p-social-nav {
  display: none !important;
}

.p-tab-list__tab {
  display: flex;
  margin-bottom: -1px;
  width: 100%;
}

.p-tab-list__tab-item {
  background: #f5f5f5;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 50%;
}

.p-tab-list__tab-item.is-active {
  background: #fff;
  border-bottom: 0;
}

.p-tab-list__tab-item.is-active a {
  cursor: default;
}

.p-tab-list__tab-item + .p-tab-list__tab-item {
  border-left: 0;
}

.p-tab-list__tab-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-tab-list__panel {
  border: 1px solid #ddd;
  display: none;
}

.p-tab-list__panel.is-active {
  display: block;
}

.p-tab-list__panel-item {
  border-bottom: 1px solid #ddd;
  padding: 11px;
}

.p-tab-list__panel-item:last-child {
  border-bottom: 0;
}

.p-three-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-three-box__item {
  margin-left: -1px;
  /* width: 33.33%;  */
  height: 533px;
}

.p-three-box-custom {
  margin-bottom: 60px;
}

.p-three-box__row03 {
  /* width: 75%; */
  margin: 0 auto 60px;
}

/* top 追加 -------------------------------------------------------------------*/
.home .p-three-box__item {
  height: 270px;
  flex-basis: 25%;
}

@media screen and (max-width: 767px) {
  .p-three-box {
    flex-wrap: wrap;
  }
  .p-three-box__item {
    margin-left: 0;
    width: 100%;
    height: 403px;
  }

  .home .p-three-box__item {
    height: 200px;
    flex-basis: 50%;
  }

  .home .p-article12__header {
    height: 80px;
    /* border-bottom: 1px solid #14371b; */
    border-bottom: 1px solid #31703f;
  }

  .p-three-box__row03 {
    width: 100%;
  }

  .p-three-box-custom,
  .p-three-box__row03 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 320px) {
  .home .p-three-box__item {
    height: 180px;
  }

  .home .p-article12__img img {
    position: relative;
    top: 11px;
  }
}

.p-widget-search {
  position: relative;
}

.p-widget-search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 0;
  height: 55px;
  line-height: 55px;
  outline: none;
  padding: 0 38px 0 10px;
  width: 100%;
}

.p-widget-search__submit {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: "design_plus";
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 55px;
  border-radius: 0;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-widget-search__input {
    height: 50px;
    line-height: 50px;
  }
  .p-widget-search__submit {
    height: 50px;
  }
}

.p-widget {
  line-height: 1.7;
  margin-bottom: 50px;
}

.p-widget:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.p-widget__title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  height: 55px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.ad_widget {
  text-align: center;
}

/* custom menu */
.widget_nav_menu li {
  font-size: 12px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .p-widget {
    margin-bottom: 40px;
  }
  .p-widget__title {
    line-height: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
  .ad_widget {
    text-align: center;
  }
  .ad_widget img {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* WordPress preset style */
/* alignment */
.p-entry__body .alignright {
  float: right;
}

.p-entry__body .alignleft {
  float: left;
}

.p-entry__body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.p-entry__body blockquote.alignleft,
.p-entry__body img.alignleft {
  margin: 7px 24px 7px 0;
}

.p-entry__body .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.p-entry__body blockquote.alignright,
.p-entry__body img.alignright {
  margin: 7px 0 7px 24px;
}

.p-entry__body .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.p-entry__body blockquote.aligncenter,
.p-entry__body img.aligncenter,
.p-entry__body .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */
.p-entry__body h1,
.p-entry__body h2,
.p-entry__body h3,
.p-entry__body h4,
.p-entry__body h5,
.p-entry__body h6 {
  clear: both;
  line-height: 1.4;
  margin-bottom: 24.2px;
}

.p-entry__body h1 {
  font-size: 150%;
}

.p-entry__body h2 {
  font-size: 140%;
}

.p-entry__body h3 {
  font-size: 130%;
}

.p-entry__body h4 {
  font-size: 120%;
}

.p-entry__body h5 {
  font-size: 110%;
}

.p-entry__body h6 {
  font-size: 100%;
}

/* カスタム 見出し------------------------*/

.p-entry__body h2.p-cb__item-title {
  position: relative;
  /* font-family: 'Roboto', sans-serif!important; */
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP" !important;
}

.p-entry__body h2.p-cb__item-title {
  position: relative;
  z-index: 10;
  /* font-size: 46px; */
  /* font-size: 36px; */
  font-size: 32px;
}

.p-entry__body h2.p-cb__item-title::before {
  content: "";
  height: 30px;
  width: 40px;
  border: solid 1px #fff;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  right: -200px;
  bottom: 0;
  margin: auto;
  z-index: -1; /* 重なり調整 */
}

/* .single */

/* 2文字用 */
.single .p-entry__body h2.p-cb__item-title {
  text-shadow: 2px 2px 0 #fff;
  display: inline-block;
  padding-left: 18px;
}

.single .p-entry__body h2 {
  position: relative;
  border: none;
}

.single .p-entry__body h2::before {
  content: "";
  height: 1px;
  width: 100%;
  /* border: solid 1px #cecece; */
  background: #cecece;
  display: block;
  position: absolute;
  left: auto;
  top: 35px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single .p-entry__body h2 span {
  position: relative;
  text-shadow: 2px 2px 0 #fff;
  display: inline-block;
  padding-left: 0;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP" !important;
  font-weight: normal;
  z-index: 3;
}

.single .p-entry__body h2 span::before {
  content: "";
  height: 1px;
  width: 110%;
  border: none;
  background: #0d6f46;
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single .p-entry__body h2 span::after {
  /* content: '';
  height: 20px;
  width: 20px;
  border: solid 1px #cecece;
  background: #cecece;
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
  right: auto;
  bottom: auto;
  margin: auto;
  z-index: -1; */
}

/* 4文字用 */
.single .p-entry__body h2.p-cb__item-title__04em::before {
  left: 111px;
}

/* 3文字用 */
.single .p-entry__body h2.p-cb__item-title__03em::before {
  left: 4em;
}

/* 5文字用 */
.single .p-entry__body h2.p-cb__item-title__05em::before {
  left: 6em;
}

/* 6文字用 */
.single .p-entry__body h2.p-cb__item-title__06em::before {
  left: 7em;
}

/* 7文字用 */
.single .p-entry__body h2.p-cb__item-title__07em::before {
  left: 8em;
}

/* 8文字用 */
.single .p-entry__body h2.p-cb__item-title__08em::before {
  left: 9em;
}

/* 10文字用 */
.single .p-entry__body h2.p-cb__item-title__010em::before {
  left: 11.5em;
}
/* 11文字用 */
.single .p-entry__body h2.p-cb__item-title__011em::before {
  left: 12.5em;
}

/* 15文字用 */
.single .p-entry__body h2.p-cb__item-title__015em::before {
  left: 16em;
}

@media screen and (max-width: 767px) {
  /* 10文字用 */
  .single .p-entry__body h2 span {
    font-size: 1.1rem;
  }

  .single .p-entry__body h2 span::before {
    top: 33px;
  }

  .single .p-entry__body h2 span::before {
    top: 33px;
  }
}

@media screen and (max-width: 320px) {
  .single .p-entry__body h2 span {
    font-size: 1rem;
  }

  .single .p-entry__body h2 span::before {
    top: 32px;
  }

  .service-template-default.single .p-entry__body h2 span::before {
    top: 32px;
    /* width: 102%; */
  }

  .service-template-default.single .p-entry__body h2.row_02 span::before {
    width: 102%;
  }
}

/* image */
.p-entry__body img[class*="align"],
.p-entry__body img[class*="wp-image-"],
.p-entry__body img[class*="attachment-"],
.p-entry__body .size-full,
.p-entry__body .size-large,
.p-entry__body .wp-post-image,
.p-entry__body img {
  max-width: 100%;
  height: auto;
}

/* list */
.p-entry__body li,
.p-entry__body dt,
.p-entry__body dd {
  line-height: 2.2;
  list-style: none;
}

.p-entry__body ol {
  list-style: decimal outside none !important;
}

.p-entry__body ul,
.p-entry__body ol,
.p-entry__body dl {
  margin-bottom: 24px;
}

.p-entry__body ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.p-entry__body ul {
  list-style: circle outside none;
  margin-left: 0;
}

.p-entry__body li > ul,
.p-entry__body li > ol {
  margin-bottom: 0;
}

.p-entry__body dt {
  font-weight: bold;
}

.p-entry__body dd {
  margin-bottom: 1em;
}

/* table */
.p-entry__body table {
  margin: 0 0 24px 0;
  border-collapse: collapse;
  width: 100%;
}

.p-entry__body td,
.p-entry__body th {
  border-bottom: 1.5px dotted #b4b4b4;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 13px;
}

.p-entry__body th {
  background: #fafafa;
  font-weight: normal;
}

/* table style */
.table_no_border th,
.table_no_border td {
  border: none;
  padding-left: 0;
}

.table_border_horizontal th,
.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

/* block quote */
.p-entry__body blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}

.p-entry__body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.p-entry__body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #5cbcd7;
}

.p-entry__body blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.p-entry__body .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}

.p-entry__body .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.p-entry__body .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

/* gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */
.p-entry__body .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.p-entry__body address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.p-entry__body pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px; /*background:url(img/common/pre.gif) repeat left top;*/
  padding: 0 17px;
  overflow: auto;
}

.p-entry__body .mejs-container {
  margin: 12px 0 25px;
}

.p-works-entry {
  margin-bottom: 0px;
}

.p-works-entry__header {
  margin-bottom: 40px;
}

.p-works-entry__img {
  margin-bottom: 50px;
  text-align: center;
}

.p-works-entry__img img {
  max-width: 100%;
  height: auto;
}

.p-works-entry__cat {
  background: #000;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 14px;
}

.p-works-entry__title {
  line-height: 1.4;
  margin-bottom: 44px;
}

@media screen and (max-width: 991px) {
  .p-works-entry {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-works-entry {
    margin-top: 30px;
  }
  .p-works-entry__header {
    margin-bottom: 23px;
  }
  .p-works-entry__img {
    margin-bottom: 30px;
  }
  .p-works-entry__cat {
    margin-bottom: 8px;
  }
  .p-works-entry__title {
    margin-bottom: 26px;
  }
}

.p-works-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: 50px;
}

.p-works-list__item {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
  margin-bottom: 35px;
  transition: opacity 0.6s ease-in-out;
  width: calc(33.33% - 32px);
}

.p-works-list__item[data-aos] {
  opacity: 0;
}

.p-works-list__item:nth-child(3n-1) {
  transition-delay: 0.15s;
}

.p-works-list__item:nth-child(3n) {
  transition-delay: 0.3s;
}

.p-works-list__item.aos-animate {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .p-works-list {
    justify-content: space-between;
    margin-right: 0;
  }
  .p-works-list__item {
    margin-right: 0;
    width: 47.5%;
  }
  .p-works-list__item:nth-child(3n) {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-works-list {
    margin-bottom: 8px;
  }
  .p-works-list__item {
    margin-bottom: 15px;
    width: 100%;
  }
  .p-works-list__item:nth-child(3n-1) {
    transition-delay: 0;
  }
}

/* Utility ----------------------------------------------------------------- */
.u-center {
  text-align: center;
}

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

.u-hidden {
  display: none;
}

/* Column layout - カラムレイアウト */
.post_row {
  line-height: 2.4;
  margin-left: -25px;
  margin-right: -25px;
}

.post_row:before,
.post_row:after {
  content: " ";
  display: table;
}

.post_row:after {
  clear: both;
}

.post_col,
.post_col-2,
.post_col-3 {
  float: left;
  margin-bottom: 2em;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .post_col-2 {
    width: 50%; /* 2カラム */
  }
  .post_col-3 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .post_col-2 {
    width: 50%; /* 2カラム */
  }
  .post_col-3 {
    width: 33.33333%;
  }
}

/* headline - 見出しのスタイル */
.style2a,
.style2b,
.style3a,
.style3b,
.style4a,
.style4b,
.style5a,
.style5b,
.style6 {
  line-height: 1.6;
  font-weight: 500;
}

/* h2 */
.style2a {
  margin: 65px 0 30px !important;
  padding: 0 0 0.9em;
  border-bottom: 3px solid #000;
  font-size: 26px !important;
}

.style2b {
  margin: 65px 0 30px !important;
  padding: 0.48em 1em 0.47em;
  font-size: 26px !important;
  color: #fff;
  background: #000;
}

/* h3 */
.style3a {
  margin: 65px 0 30px !important;
  padding: 1.2em 0.15em;
  font-size: 22px !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.style3b {
  margin: 65px 0 30px !important;
  padding: 1.1em 1.4em 1.15em;
  font-size: 22px !important;
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: 3px solid #000;
}

/* h4 */
.style4a {
  margin: 65px 0 30px !important;
  padding: 0.4em 0 0.4em 1.2em;
  border-left: 3px solid #000;
  font-size: 20px !important;
  font-weight: 500;
}

.style4b {
  position: relative;
  margin: 65px 0 30px !important;
  padding: 0.8em 1.5em 0.8em;
  border-left: #000 3px solid;
  font-size: 20px !important;
  box-sizing: border-box;
}

.style4b:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 2px);
  border: 1px solid #ddd;
  border-left: none;
}

/* h5 */
.style5a {
  margin: 65px 0 30px !important;
  padding: 0.85em 1.5em 0.8em;
  font-size: 18px !important;
  background: #fafafa;
  border: 1px solid #ddd;
}

.style5b {
  margin: 65px 0 30px !important;
  padding: 0.85em 1.5em 0.8em;
  font-size: 18px !important;
  color: #fff;
  background: #000;
}

/* h6 */
.style6 {
  position: relative;
  margin: 65px 0 30px !important;
  padding: 0 0.8em 0 1.3em;
  color: #000;
  font-size: 16px !important;
  font-weight: 700;
}

.style6:before {
  background: #000;
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  /* h2 */
  .style2a {
    margin: 30px 0 20px !important;
    padding: 0 0 0.6em;
    font-size: 20px !important;
  }
  .style2b {
    margin: 30px 0 20px !important;
    padding: 0.42em 0.7em 0.41em;
    font-size: 20px !important;
    color: #fff;
    background: #000;
  }
  /* h3 */
  .style3a {
    margin: 30px 0 20px !important;
    padding: 0.6em 0.15em;
    font-size: 18px !important;
  }
  .style3b {
    margin: 30px 0 20px !important;
    padding: 0.5em 0.5em 0.45em 0.6em;
    font-size: 18px !important;
  }
  /* h4 */
  .style4a {
    margin: 30px 0 20px !important;
    padding: 0.4em 0 0.4em 0.8em;
    border-left: 2px solid #000;
    font-size: 16px !important;
  }
  .style4b {
    margin: 30px 0 20px !important;
    padding: 0.8em 1em 0.75em;
    border-left: #000 2px solid;
    font-size: 16px !important;
  }
  /* h5 */
  .style5a {
    margin: 30px 0 20px !important;
    padding: 0.8em 1em 0.75em;
    font-size: 15px !important;
  }
  .style5b {
    margin: 30px 0 20px !important;
    padding: 0.8em 1em 0.75em;
    font-size: 15px !important;
  }
}

.news_headline1 {
  border-left: 8px solid #444;
  font-size: 1.2em;
  line-height: 1.2;
  margin: 80px 0 25px 0;
  padding: 0.5em;
  position: relative;
}

.news_headline1:after {
  border-bottom: 1px dotted #ddd;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0;
}

.news_headline2 {
  border-left: 6px solid #545454;
  font-size: 1.1em;
  line-height: 26px;
  margin: 40px 0 20px 0;
  padding: 0 0.5em;
}

.balloon {
  background: #222;
  border-bottom: 0;
  clear: both;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin: 50px 0 22px;
  min-width: 115px;
  padding: 0.5em 18px 0.5em;
  position: relative;
  text-align: left;
  width: auto;
  z-index: 0;
}

.balloon:after {
  border-color: #222 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  content: "";
  display: block;
  margin-left: -10px;
  position: absolute;
  left: 30px;
  width: 0px;
  height: 0px;
}

/* flame - 囲み枠 */
.well {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.well2 {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  border: 1px solid #ddd;
}

.well3 {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  border: 1px dashed #ddd;
  background: #fafafa;
}

.wl_red {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.wl_yellow {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.wl_blue {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.wl_green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

@media screen and (max-width: 767px) {
  .well,
  .well2,
  .well3 {
    padding: 0.9em 0.8em 0.9em 1em;
  }
}

/* button - CSSボタンのスタイル */
.q_button {
  background-color: #535353;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  font-size: 100%;
  font-weight: 400;
  min-width: 200px;
  margin: 0;
  max-width: 90%;
  padding: 0.6em 1.3em 0.5em;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.q_button:hover,
.q_button:focus {
  background-color: #7d7d7d;
  color: #fff;
  text-decoration: none;
}

/* Button option */
.rounded {
  border-radius: 6px;
}

.pill {
  border-radius: 50px;
}

.sz_full {
  display: block;
  font-size: 110%;
  max-width: 100%;
  min-width: 100px;
  padding: 1em 1.5em 0.9em;
}

.sz_l {
  font-size: 110%;
  max-width: 90%;
  min-width: 350px;
  padding: 0.8em 1.5em 0.7em;
}

@media screen and (max-width: 767px) {
  .sz_l {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

.sz_s {
  min-width: 100px;
  max-width: 90%;
  font-size: 85%;
  padding: 0.4em 1em 0.3em;
}

.bt_red {
  background: #c01f0e;
  color: #fff;
}

.bt_red:hover,
.bt_red:focus {
  background-color: #d33929;
  color: #fff;
}

.bt_yellow {
  background: #f1c40f;
  color: #fff;
}

.bt_yellow:hover,
.bt_yellow:focus {
  background-color: #f9d441;
  color: #fff;
}

.bt_blue {
  background: #2980b9;
  color: #fff;
}

.bt_blue:hover,
.bt_blue:focus {
  background-color: #3a91c9;
  color: #fff;
}

.bt_green {
  background: #27ae60;
  color: #fff;
}

.bt_green:hover,
.bt_green:focus {
  background-color: #39c574;
  color: #fff;
}

/* Youtube responsive - Youtube動画のレスポンシブ表示 */
.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Table responsive - テーブルのレスポンシブ表示 */
.rps_table {
  line-height: 2;
}

@media only screen and (max-width: 567px) {
  .rps_table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .rps_table th,
  .rps_table td {
    display: list-item;
    list-style-type: none;
  }
  .rps_table td {
    border-top: none;
  }
}

/* Cardlink style - カードリンクのスタイル */
.cardlink {
  padding: 20px;
  margin: 10px 0;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  background: #fafafa;
}

.cardlink_thumbnail {
  float: left;
  margin-right: 25px;
}

.cardlink_thumbnail img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* for IE11 */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .cardlink_thumbnail img {
    height: auto;
  }
}

.cardlink_content {
  line-height: 1.6;
}

.cardlink_timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #222;
  line-height: 1;
  font-size: 12px;
}

.cardlink_title {
  font-size: 16px;
  margin: -3px 0 5px;
}

.cardlink_title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.cardlink_title a:hover {
  text-decoration: underline;
}

.cardlink_excerpt {
  color: #000;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.9;
}

.cardlink_footer {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .cardlink_timestamp {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .cardlink {
    padding: 15px 11px 12px 13px;
  }
  .cardlink_thumbnail {
    float: left;
    margin-bottom: 10px;
    margin-right: 12px;
  }
  .cardlink_thumbnail img {
    width: 100px;
    height: 100px;
  }
  .cardlink_title {
    font-size: 14px;
    margin-top: -5px;
  }
  .cardlink_excerpt {
    clear: both;
  }
}

/* Contactform - お問い合わせフォーム */
.wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  font-size: 14px;
  margin: 0 0 2.5em !important;
  padding: 0;
  width: 100%;
}

.wpcf7 form {
  margin: 3.5em 3.5em 0;
}

.wpcf7 .check_impo {
  color: #fb1608;
}

.wpcf7 p {
  margin-bottom: 1em;
  font-size: 16px;
}

.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 8px;
  width: 100%;
}

.wpcf7 select,
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  border: 1px solid #ccc;
  max-width: 97%;
  padding: 8px;
  width: auto;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.2;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

.wpcf7 textarea {
  height: 300px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #bbb;
  outline: none;
}

.wpcf7 .wpcf7-submit {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  background-color: #333333;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition: all 0.3s;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
  box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #666666;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

/* font-size - フォントサイズ */
.text70 {
  font-size: 70%;
}

.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

.b {
  font-weight: 700;
}

/* 太字 */
.u {
  text-decoration: underline;
}

/* 下線 */
.del {
  text-decoration: line-through;
}

/* 打ち消し線 */
/* font-color - フォントカラー */
.red {
  color: red;
}

/* 赤色 */
.blue {
  color: #2ca9e1;
}

/* 青色 */
.green {
  color: #82ae46;
}

/* 緑色 */
.orange {
  color: #ff7d00;
}

/* 橙色 */
.yellow {
  color: #fff000;
}

/* 黄色 */
.pink {
  color: #ff0084;
}

/* ピンク */
.gray {
  color: #999999;
}

/* グレー */
/* background-color - 背景色 */
/* 青色の文字背景 */
.bg-blue {
  background-color: #4ab0f5;
  padding: 2px;
}

/* 赤色の文字背景 */
.bg-red {
  background-color: red;
  padding: 2px;
}

/* 黄色の文字背景 */
.bg-yellow {
  background-color: #ff0;
  padding: 2px;
}

/* text-align - 配置 */
.align1 {
  text-align: center !important;
}

/* 中央寄せ */
.align2 {
  text-align: right !important;
}

/* 右寄せ */
.align3 {
  text-align: left !important;
}

/* 左寄せ */
/* float - 回り込み */
/* 右に回り込み */
.r-flo {
  float: right;
  margin: 10px;
}

/* 左に回り込み */
.l-flo {
  float: left;
  margin: 10px;
}

.f-clear {
  clear: both;
}

/* 回り込みの解除 */
/* hover - 画像リンクマウスオーバー時の不透明度 */
a img.fade {
  background: none !important;
  outline: none;
  transition: all 0.3s;
}

a:hover img.fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

/* text-style - テキストスタイル */
/* 注意書き等で二行目以降を字下げ */
.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* テキストボックス */
.att_box {
  margin: 2em 0 2.5em;
  padding: 1em 1.2em;
  line-height: 2;
  border: 1px dotted #cccccc;
  background: #fcfcfc;
}

/* margin - 要素の外側の余白 */
.m0 {
  margin: 0 !important;
}

/* margin 0px を指定するクラス */
.mt0 {
  margin-top: 0 !important;
}

/* margin-top0px を指定するクラス */
.mr0 {
  margin-right: 0 !important;
}

/* margin-right0px を指定するクラス*/
.mb0 {
  margin-bottom: 0 !important;
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
  margin-left: 0 !important;
}

/* margin-left0px を指定するクラス*/
.m5 {
  margin: 5px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

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

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

/* padding - 要素の内側の余白 */
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.p5 {
  padding: 5px !important;
}

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

.pr5 {
  padding-right: 5px !important;
}

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

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

/* top 追加
------------------------------------------------------------------------------*/

/* .home */
.p-index-content07 {
  width: 100%;
  max-width: 100%;
  /* background: #cfd6d1; */
  background: #f8f8f8;
  padding: 92px 0;
  margin-bottom: 0;
}

.p-index-content07 .l-inner_block {
  width: 92.1875%;
  max-width: 1180px;
  margin: 0 auto;
}

.p-index-content07 .l-inner_block .p-cb__item-title {
  font-size: 36px;
}

.p-index-content07 .l-inner_block .p-cb__item-sub {
  font-size: 16px;
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .p-index-content07 .l-inner_block .p-cb__item-title {
    font-size: 28px;
  }
}

/* .post-type-archive-works 弁護士一覧ページ
------------------------------------------------------------------------------*/

.post-type-archive-works .l-contents--no-border .l-contents__inner {
  margin-top: 210px;
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  .post-type-archive-works .l-contents--no-border .l-contents__inner {
    margin-top: 270px;
  }
}

.post-type-archive-works .l-contents a.block {
  display: block;
  margin-top: -210px;
  padding-top: 210px;
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  .post-type-archive-works .l-contents a.block {
    display: block;
    margin-top: -270px;
    padding-top: 270px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .post-type-archive-works .l-contents a.block {
    display: block;
    margin-top: -110px;
    padding-top: 110px;
  }
}

.post-type-archive-works h2.category_tit {
  line-height: 1;
  text-align: left;
  padding-left: 30px;
  margin-top: 25px;
  margin: 19px 0 20px !important;
  padding: 0.5em 0em 0.45em;
  font-size: 20px !important;
  /* border-bottom: 2px dotted #438552; */
  width: 100%;
  font-family: "Noto Sans JP" !important;
  font-weight: normal;
  position: relative;
}

.post-type-archive-works h2.category_tit::before {
  content: "";
  height: 1px;
  width: 100%;
  /* border: solid 1px #cecece; */
  background: #cecece;
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: -5px;
  z-index: -1;
}

.post-type-archive-works h2.category_tit span {
  display: inline-block;
}

.post-type-archive-works h2.category_tit span::before {
  content: "";
  height: 1px;
  width: 110%;
  border: none;
  background: #0d6f46;
  display: inline-block;
  z-index: -1;
  position: relative;
  bottom: -36px;
}

.post-type-archive-works .p-article06__content {
  position: relative;
  padding: 0px 0 9px 20px;
  border-left: 3px solid #438552;
}

.post-type-archive-works .p-article06__title {
  padding-bottom: 0;
  padding-top: 3px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3em;
  min-height: 25px;
}

.post-type-archive-works .p-article06__title a {
  font-weight: normal;
}

.post-type-archive-works .p-article06__title a .name-jp {
  display: block;
  /* font-weight: bold; */
  line-height: 1.6;
  font-size: 1.15rem;
}

.post-type-archive-works .p-works-list__item {
  width: calc(25% - 32px);
}

.post-type-archive-works .p-article06__cat {
  /* padding: 0 20px; */
  padding: 0 0px;
  background: no-repeat;
  color: #222;
  background: none;
  line-height: 1;
  height: 1em;
  text-align: left;
}

.post-type-archive-works .p-article06__cat:hover {
  background: none;
}

.post-type-archive-works .p-hover-effect--type3:hover img {
  opacity: 0.8 !important;
}

@media screen and (max-width: 991px) {
  .post-type-archive-works .p-works-list__item {
    width: calc(50% - 32px);
  }

  .post-type-archive-works .l-contents--no-border .l-contents__inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-works .l-contents--no-border .l-contents__inner {
    margin-top: 100px;
  }

  .post-type-archive-works .p-article06__title a .name-jp {
    display: inline-block;
    font-size: 1rem;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
  }

  .post-type-archive-works .p-article06__title a {
    font-weight: normal;
    font-size: 0.8rem;
  }

  .post-type-archive-works .l-contents a.block {
    margin-top: -100px;
    padding-top: 100px;
    /* margin-top: -50px;  */
    /* padding-top: 50px;  */
  }

  /* .post-type-archive-works .is-active .l-contents a.block {
    margin-top: -30px;
    padding-top: 30px;
  } */

  .post-type-archive-works .l-contents a#block_01 {
    /* margin-top: -150px;
    padding-top: 150px; */
  }

  .post-type-archive-works .l-primary {
    padding-top: 0;
  }

  .p-works-list.first-area {
    /* margin-top: -150px; */
  }

  .post-type-archive-works .p-works-list {
    margin-bottom: 60px;
    min-height: 200px;
    display: block;
  }

  .post-type-archive-works .p-works-list__item {
    width: 100%;
  }

  .post-type-archive-works .p-article06__content {
    position: relative;
    padding: 5px 0 5px 20px;
    border-left: 4px solid #438552 !important;
  }

  .post-type-archive-works .p-article06__title {
    margin-bottom: 0;
  }

  .post-type-archive-works .p-article06__cat {
    height: 25px;
    line-height: 25px;
  }

  .post-type-archive-works h2.category_tit.row02 span::before {
    /* bottom: -56px; */
  }
}

@media screen and (max-width: 320px) {
  .post-type-archive-works .p-article06__content {
    padding: 0px 0 0px 20px;
  }

  .post-type-archive-works .p-article06__title a .name-jp {
    display: inline-block;
    font-size: 0.9rem;
  }

  .post-type-archive-works .p-article06__title {
    margin-bottom: 0;
  }

  .post-type-archive-works .l-contents a.block {
    margin-top: -40px;
    padding-top: 40px;
  }
}

/* .single-works 弁護士ページ
------------------------------------------------------------------------------*/
/* .single-works サイドバー */

.single-works .p-list__item.is-current > a {
  background: none !important;
  color: none !important;
}

.single-works .p-list__item a::before {
  /* background: none!important; */
}

/* l-page-header */

.single-works .p-list {
  display: none;
}

.single-works .p-list.origin {
  display: block;
  position: absolute;
  width: 300px;
  top: 150px;
}

.single-works .p-works-entry {
  margin-bottom: 40px;
}

.single-works .p-works-entry__img {
  width: 40%;
}

.single-works .p-works-entry__img img {
  width: 100%;
  box-shadow: -20px 20px 0 0px #091f0833, -9px 9px 0 0px #091f0833;
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  .single-works .p-works-entry__img img {
    width: 100%;
    box-shadow: -20px 20px 0 0px rgba(9, 31, 8, 0.2),
      -9px 9px 0 0px rgba(9, 31, 8, 0.2);
  }
}

.single-works .p-works-entry__cat {
  height: 24px;
  line-height: 24px;
}

.single-works .p-works-entry__cat:hover {
  background: #000;
}

.single-works .p-works-entry__title {
  font-size: 24.5px !important;
  margin-bottom: 14px;
  font-weight: 100;
  font-family: "Noto Sans JP" !important;
}

.single-works .p-works-entry__title br {
  display: none;
}

.single-works .p-works-entry__header {
  position: relative;
  margin-bottom: 0px;
  border-bottom: 2px dotted #0f2815;
}

.single-works .p-works-entry__img.p-works-entry__img {
  margin-bottom: 50px;
  position: absolute;
  top: 140px;
  right: 0;
}

.single-works .style3b {
  margin: 19px 0 20px !important;
  width: 53%;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  /* cursor: pointer; */
  font-size: 1.1em !important;
  padding: 0.3em 0.9em 0.15em;
  background: #fafafa;
  border: 1px solid #ccc;
  border-bottom: 2px solid #438552;
  font-family: "Noto Sans JP" !important;
  font-weight: normal;
  position: relative;
}

.single-works .style3b .circle {
  top: 0px;
  position: relative;
  color: #438552;
}

.single-works .style3b:hover .circle {
  color: #438552;
}

.single-works .p-entry__body ul.career {
  width: 53%;
  /* height: 345px; */
  height: 315px;
  margin-left: 0;
  padding: 0px 0px 20px 0px;
}

.single-works .p-entry__body ul.career li {
  border-bottom: 1px dotted #0e281542;
  line-height: 2.6em;
  list-style: none;
  font-size: 0.93rem;
}

.single-works .p-entry__body ul.career li.career_row02 {
  text-indent: -4.6em;
  padding-left: 4.6em;
}

.single-works .box {
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .single-works .p-entry__body ul.career {
    height: 235px;
  }
}

@media screen and (max-width: 991px) {
  .single-works .l-primary {
    padding-top: 170px;
  }

  .single-works .p-list.origin {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    top: 100px;
  }

  .single-works .p-list.origin li {
    flex-basis: 50%;
  }

  .single-works .p-list__item a::before {
    background: none !important;
  }
}

@media screen and (max-width: 767px) {
  .single-works .p-works-entry__title {
    font-size: 18.5px !important;
  }

  .single-works .l-primary {
    /* padding-top: 90px; */
    padding-top: 130px;
  }

  .single-works .p-entry__body {
    margin-top: 770px;
  }

  /* postid-147 */
  .single-works.postid-147 .p-entry__body {
    margin-top: 770px;
  }

  .single-works .p-works-entry__img.p-works-entry__img {
    width: 94%;
    top: 120px;
  }

  .single-works .style3b {
    width: 100%;
  }

  .single-works .p-entry__body ul.career {
    width: 100%;
    height: auto;
  }

  .single-works .p-list.origin {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
  }

  .single-works .p-list.origin li {
    background: #fff;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 425px) {
  .single-works .p-entry__body {
    margin-top: 460px;
  }
}

@media screen and (max-width: 375px) {
  .single-works .p-entry__body {
    margin-top: 420px;
  }
}

@media screen and (max-width: 320px) {
  .single-works .l-primary {
    padding-top: 90px;
    /* padding-top: 130px; */
  }

  .single-works .p-list > .p-list__item a {
    font-size: 0.5rem;
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
  }
}

/* ミハエル ムロチェク　スタイル postid-147 */

.single-works.postid-147 .p-entry__body ul.career {
  width: 100%;
  height: 495px;
}

.single-works.postid-147 .p-entry__body ul.career li.shortW {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .single-works.postid-147 .p-entry__body ul.career {
    width: 100%;
    height: 625px;
  }

  .single-works.postid-147 .p-entry__body ul.career li.shortW {
    width: 100%;
  }

  .single-works.postid-147 .p-entry__body ul.career li br {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  /* postid-147 */
  .single-works.postid-147 .p-entry__body {
    margin-top: 460px;
  }
}

@media screen and (max-width: 375px) {
  /* postid-147 */
  .single-works.postid-147 .p-entry__body {
    margin-top: 390px;
  }
}

@media screen and (max-width: 320px) {
  .single-works.postid-147 .p-entry__body ul.career {
    width: 100%;
    height: 685px;
  }

  .single-works.postid-147 .p-entry__body {
    margin-top: 360px;
  }
}

/* 清水 健介　スタイル postid-164 */

.single-works.postid-164 .p-entry__body ul.career {
  width: 100%;
  height: 345px;
}

.single-works.postid-164 .p-entry__body ul.career li.shortW {
  width: 53%;
}

@media screen and (max-width: 1199px) {
  .single-works.postid-164 .p-entry__body ul.career {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .single-works.postid-164 .p-entry__body ul.career {
    width: 100%;
    height: 415px;
  }

  .single-works.postid-164 .p-entry__body ul.career li.shortW {
    width: 100%;
  }

  .single-works.postid-164 .p-entry__body ul.career li br {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .single-works.postid-164 .p-entry__body ul.career {
    width: 100%;
    height: 555px;
  }
}

/* 髙橋 梨紗　スタイル postid-818 */

.single-works.postid-818 .p-entry__body ul.career {
  width: 100%;
  height: 345px;
}
.single-works.postid-818 .p-entry__body ul.career li.shortW {
  width: 53%;
}
@media screen and (max-width: 1199px) {
  .single-works.postid-818 .p-entry__body ul.career {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .single-works.postid-818 .p-entry__body ul.career {
    width: 100%;
    height: 400px;
  }

  .single-works.postid-818 .p-entry__body ul.career li.shortW {
    width: 100%;
  }

  .single-works.postid-818 .p-entry__body ul.career li br {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .single-works.postid-818 .p-entry__body ul.career {
    width: 100%;
    height: 545px;
  }
}

/* アコーディオン  --------------------*/
.single-works .box h3 {
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  margin: 19px 0 20px !important;
  padding: 0.5em 0.9em 0.45em;
  font-size: 18px !important;
  background: #fafafa;
  border: 1px solid #ccc;
  border-bottom: 2px solid #438552;
  width: 100%;
  font-family: "Noto Sans JP" !important;
  font-weight: normal;
  position: relative;
}

.single-works h3 .en_w {
  font-family: Sawarabi Mincho, serif;
  font-size: 0.85rem;
  padding-left: 1em;
}

.single-works h3 .circle {
  font-size: 0.8rem;
  vertical-align: top;
  padding-right: 0.7em;
  color: #438552;
}

.single-works .box h3:hover {
  background: #438552;
  font-weight: bold;
  border-left: 2px solid #053917;
}

.single-works .box h3:hover,
.single-works h3:hover .circle {
  color: #fff;
}

.single-works .box h3 .arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 15px;
  height: 15px;
  border-top: 1.5px solid #448552;
  border-right: 1.5px solid #448552;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.single-works .box h3:hover .arrow {
  border-color: #fff;
  transition: cubic-bezier(0, 0, 0.2, 1) 0.5s;
}

/* .click_on */

.single-works .box h3.click_on .arrow {
  top: 25px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.single-works .box .inner {
  background: #ffffff;
  color: #2f2f2f;
  font-weight: bold;
  width: 100%;
  padding: 2em;
  line-height: 1.7em;
  text-align: left;
  /* padding-left: 30px; */
  padding-left: 15px;
  margin: 0;
  border-radius: 3px 3px;
  display: block;
  box-shadow: 0 0 5px 1px #eee;
}

.single-works .box .inner p {
  margin-bottom: 0;
  /* font-size: 0.95rem; */
  font-size: 13px;
  /* font-weight: normal; */
}

.single-works .box .inner p .repletion {
  font-weight: normal;
  font-size: 0.8rem;
}

.single-works p.text-right.tit_cap {
  font-size: 0.7rem;
  margin-bottom: 60px;
}

.single-works .box .inner td {
  padding: 10px 10px 7px;
}

/* table_row03 */
.single-works .box .inner .table_row03 td:nth-child(1) {
  width: 10.2em;
}

.single-works .box .inner .table_row03 td:nth-child(2) {
  width: 12.2em;
}

@media screen and (max-width: 767px) {
  .single-works .box h3 {
    font-size: 14px !important;
    padding: 0.5em 0.6em 0.45em;
  }

  .single-works .box h3 .arrow {
    top: 21px;
    right: 16px;
    width: 10px;
    height: 10px;
  }

  .single-works h3 .circle {
    padding-right: 0.3em;
  }

  .single-works h3 .en_w {
    font-size: 0.75rem;
    padding-left: 0.6em;
  }

  /* table */
  .single-works .box .inner {
    padding: 15px;
    /* padding: 0; */
  }

  .single-works .box .inner p {
    font-size: 12px;
  }

  .single-works .box .inner td:first-child {
    width: 7.3em;
    /* width: 2.2em; */
    font-size: 12px;
    padding: 10px 5px 7px;
  }

  .single-works .box .inner td {
    line-height: 1.7;
    font-size: 12px;
    padding: 10px 5px 7px;
  }

  .single-works .box.row03 .inner td:nth-child(2) {
    width: 6.3em;
  }

  /* table_row03 */
  .single-works .box .inner .table_row03 td:nth-child(1) {
    width: 4.6em;
  }

  .single-works .box .inner .table_row03 td:nth-child(2) {
    width: 7.2em;
  }
}

@media screen and (max-width: 320px) {
  .single-works .p-works-entry__img.p-works-entry__img {
    margin-bottom: 50px;
    position: absolute;
    top: 140px;
    right: 0;
  }

  .single-works .p-entry__body {
    margin-top: 400px;
  }

  .single-works .box h3 {
    font-size: 13px !important;
    padding: 0.5em 0.6em 0.45em;
  }

  .single-works h3 .circle {
    padding-right: 0.3em;
  }

  .single-works h3 .en_w {
    font-size: 0.45rem;
    padding-left: 0.6em;
  }
}

/* 事務所概要  ------------------------------------------------------------------*/

.company-template-defaul .p-cover::before {
  background: rgba(0, 0, 0, 0.2);
}

.company-template-default .p-company-header {
  position: relative;
}

.company-template-default .p-company-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.company-template-default .p-company-header__content {
  z-index: 3;
}

.company-template-default .p-entry__body table {
  border-top: 1.5px dotted #b4b4b4;
}

.company-template-default .p-entry__body td,
.company-template-default .p-entry__body th {
  padding: 10px 10px 10px;
}

.company-template-default .p-entry__body th {
  text-align: left;
  padding-left: 20px;
  width: 20%;
}

.company-template-default .p-entry__body td {
  /* padding: 10px 15px 0px; */
}

.company-template-default .p-entry__body .f_minty {
  /* font-family: Sawarabi Mincho,serif; */
  font-size: 150%;
  letter-spacing: 0.08em;
  padding-left: 0.2em;
}

.company-template-default .p-entry__body a {
  display: block;
  margin-top: -310px;
  padding-top: 310px;
}

/* サイドバー */
.company-template-default .l-contents {
  position: relative;
}

.company-template-default .p-list {
  position: absolute;
  width: 300px;
  top: 150px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .company-template-default .l-primary {
    padding-top: 260px;
  }

  .company-template-default .p-list {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    display: flex;
    flex-flow: wrap;
  }

  .company-template-default .p-entry__body a {
    display: block;
    margin-top: -180px;
    padding-top: 180px;
  }

  .company-template-default .p-entry__body a {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
  }

  .company-template-default .l-primary {
    margin-bottom: 50px;
    width: 100%;
    padding-top: 70px;
  }

  .company-template-default .p-list .p-list__item {
    flex-basis: 50%;
  }

  .company-template-default .p-company-header {
    position: relative;
    margin: 0 0px 36px;
  }

  .company-template-default .p-entry__body th {
    width: 6.5em;
    padding-left: 10px;
    padding-right: 0;
  }

  .company-template-default .block iframe {
    width: 100%;
    height: 260px;
  }
}

/* // 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .company-template-default .p-list {
    position: absolute;
    width: 100%;
    top: 100px;
    display: flex;
    flex-wrap: wrap;
  }

  .company-template-default .p-list__item {
    list-style-type: none;
    font-size: 14px;
    margin-top: -1px;
    flex-basis: 50%;
  }

  .company-template-default .l-primary {
    margin-bottom: 50px;
    width: 100%;
    padding-top: 140px;
  }

  .company-template-default .p-list__item.is-parent > a::before {
    background: none;
  }
}

/* 業務内容  service-template-default ------------------------------------------*/
.service-template-default .p-service-entry__header {
  position: relative;
  color: #fff;
}

.service-template-default .p-service-entry__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.service-template-default .p-service-entry__title {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
  /* text-shadow: 1px 1px 0 #000; */
  font-weight: normal;
}

.service-template-default .p-service-entry__title::after {
  content: "EXPERTISE";
  position: absolute;
  top: 2.6em;
  left: 0;
  right: 0;
  font-weight: normal;
  font-size: 16px;
  text-shadow: none;
}

.service-template-default .block {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.service-template-default .block h3 {
  font-weight: normal;
}

.service-template-default .block ul {
  margin-bottom: 30px;
  margin-left: 0.7em;
}

.service-template-default .block .box ul {
  margin-bottom: 0px;
  margin-left: 1.2em;
}

.service-template-default .block ul li h3 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 0;
  position: relative;
}

.service-template-default .block ul li h3::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0px;
  left: -0.8em;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-template-default .p-list {
  position: absolute;
  width: 300px;
  top: 150px;
}

.service-template-default .p-entry__body a {
  display: block;
  margin-top: -310px;
  padding-top: 310px;
}

@media screen and (max-width: 991px) {
  .service-template-default .l-primary {
    padding-top: 320px;
  }

  .service-template-default .p-service-entry__title {
    top: 160px;
  }

  .service-template-default .p-list__item a::before {
    background: none;
  }

  .service-template-default .p-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    top: 100px;
  }

  .service-template-default .p-list li {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .service-template-default .p-list {
    width: calc(100% + 40px);
    position: absolute;
    top: 50px;
    left: -20px;
    padding-left: 1em;
    z-index: 1;
  }

  .service-template-default .p-entry__body a {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
  }

  .service-template-default .block ul {
    margin-left: 1em;
  }

  .service-template-default .block ul li h3 {
    font-size: 0.9rem;
  }

  .service-template-default .block ul li h3::before {
    top: 11px;
    left: -1.3em;
    bottom: auto;
  }

  .service-template-default .p-service-entry__title {
    top: 60px;
  }

  .service-template-default .p-service-entry__title::after {
    top: 1.7em;
  }

  .service-template-default .l-primary {
    padding-top: 200px;
  }
}

.service-template-default .block.test h2 {
  /* position:absolute; */
}

.service-template-default .block.test h3 {
  position: relative;
  right: 0;
  font-size: 1.2rem;
  top: 5px;
  text-indent: -30px;
}

.service-template-default .block.test p {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .service-template-default .block h3 {
    font-size: 1rem;
  }

  .service-template-default .block.test h3 {
    position: relative;
    right: -1em;
    top: 5px;
    text-indent: -30px;
  }
}

/* アコーディオン  --------------------*/
.service-template-default .box h3.list_tit {
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  margin: 19px 0 20px !important;
  padding: 0.5em 0.9em 0.45em;
  font-size: 18px !important;
  background: #fafafa;
  border: 1px solid #ccc;
  border-bottom: 2px solid #438552;
  width: 100%;
  font-family: "Noto Sans JP" !important;
  font-weight: normal;
  position: relative;
}

.service-template-default .box h3.list_tit .en_w {
  font-family: Sawarabi Mincho, serif;
  font-size: 0.85rem;
  padding-left: 1em;
}

.service-template-default .box h3.list_tit .circle {
  font-size: 0.8rem;
  vertical-align: top;
  padding-right: 0.7em;
  color: #438552;
}

.service-template-default .box h3.list_tit:hover {
  background: #438552;
  font-weight: bold;
  border-left: 2px solid #053917;
}

.service-template-default .box h3.list_tit:hover,
.service-template-default h3:hover .circle {
  color: #fff;
}

.service-template-default .box h3.list_tit .arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 15px;
  height: 15px;
  border-top: 1.5px solid #448552;
  border-right: 1.5px solid #448552;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.service-template-default .box h3.list_tit:hover .arrow {
  border-color: #fff;
  transition: cubic-bezier(0, 0, 0.2, 1) 0.5s;
}

/* .click_on */

.service-template-default .box h3.list_tit.click_on .arrow {
  top: 25px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service-template-default .box .inner {
  background: #ffffff;
  color: #2f2f2f;
  font-weight: bold;
  width: 100%;
  padding: 1em;
  line-height: 1.7em;
  text-align: left;
  padding-left: 30px;
  margin: 0;
  border-radius: 3px 3px;
  display: block;
  border: 1px solid #d4d4d4;
}

.service-template-default .box .inner p {
  margin-bottom: 0;
  font-size: 0.95rem;
  /* font-weight: normal; */
}

.service-template-default .box .inner p .repletion {
  font-weight: normal;
  font-size: 0.8rem;
}

.service-template-default p.text-right {
  font-size: 0.7rem;
}

@media screen and (max-width: 767px) {
  .service-template-default .box h3.list_tit {
    font-size: 14px !important;
  }

  .service-template-default .box h3.list_tit .arrow {
    top: 21px;
    right: 16px;
    width: 10px;
    height: 10px;
  }

  .service-template-default .box .inner {
    padding-left: 20px;
  }
}

/* single-news */
.single-news .p-entry__title {
  font-size: 20px;
  font-weight: normal;
  display: flex;
}

.news-template-default.single-news .p-entry__title {
  display: block !important;
}

.news-template-default.single-news .p-entry__title a {
  text-decoration: underline;
}

.news-template-default.single-news .p-entry__title a:hover {
  text-decoration: none;
}

.single-news .p-entry__title .p-entry__img {
  width: 350px;
  margin-right: 10px;
}

.single-news .p-entry__body span {
  font-size: 0.8rem;
  color: #0f6f46;
}

.single-news .p-entry__body dd {
  margin-left: 0;
}

.single-news .p-entry__body p {
  margin-bottom: 0px;
}

.single-news .p-entry__header_box {
  display: flex;
  align-items: center;
}

.single-news .p-entry__header_box .entry__cat {
  margin-right: 15px;
}

.single-news .p-entry__header_box .p-entry__date {
  color: #0d0d0d;
  display: block;
  font-size: 1rem;
  position: relative;
  top: -7px;
}

/* ムロチェクの画像がある ニュース */
.single-news.postid-508 .p-entry__title {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .single-news.postid-508 .p-entry__title {
    display: block !important;
  }

  .single-news .p-entry__title .p-entry__img {
    width: 100% !important;
  }
}

/* 通常の固定ページ  page-template-default ---------------------------------------*/

.page-template-default .p-entry__body h2.p-cb__item-title::before,
.p-entry__body h2.p-cb__item-title::after {
  border: solid 1px #f3f3f3;
  background: #f3f3f3;
}

/* 採用情報  .page-id-155 -------------------------------------*/
.page-id-155 .p-cover {
  background-image: url(./assets/images/cover/img-cover03.png);
}

.page-id-155 .p-cover::before {
  /* background: rgba(0, 0, 0, 0.4); */
}

.page-id-155 .l-contents__inner {
  width: 75.1875%;
  max-width: 1180px;
}

.page-id-155 .p-entry__body h2.p-cb__item-title::before {
  content: "";
  height: 1px;
  width: 120px;
  background: #ddd;
  display: block;
  position: absolute;
  left: 0;
  top: 88px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@-moz-document url-prefix() {
  .page-id-155 .p-entry__body h2.p-cb__item-title::before {
    top: 65px;
  }
}

.page-id-155 .p-entry__body h2.p-cb__item-title::after {
  content: "";
  height: 1px;
  width: 60px;
  border: none;
  background: #0f6f47;
  display: block;
  position: absolute;
  left: -60px;
  top: 65.5px;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}

.page-id-155 .p-entry__body h2.p-cb__item-title ::before {
  content: "";
  height: 1px;
  width: 120px;
  background: #ddd;
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 88px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.page-id-155 .block {
  text-align: center;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* height: 170px; */
  border-bottom: 1px solid #eee;
  margin-bottom: 120px;
}

.page-id-155 .block table {
  border-bottom: 1.5px dotted #b4b4b4;
}

.page-id-155 .block p.p-cb__item-sub:last-child {
  margin-bottom: 20px;
}

.page-id-155 .p-entry__body th {
  background: #fafafa;
  font-weight: normal;
  width: 23%;
}

/* 消去 */
.page-id-155 .p-cb__item-title span::before,
.page-id-155 .p-cb__item-title span::after {
  content: "";
  display: none;
}

@media screen and (max-width: 767px) {
  .page-id-155 .l-inner {
    width: auto;
    max-width: 1180px;
  }

  .page-id-155 .block {
    height: auto;
  }

  .page-id-155 .p-entry__body tr {
    display: flex;
    flex-wrap: wrap;
  }

  .page-id-155 .p-entry__body th {
    line-height: 1.6;
    flex-basis: 100%;
  }

  .page-id-155 .p-entry__body td {
    flex-basis: 100%;
  }

  .page-id-155 .p-index-content03.p-cb__item__column {
    margin-bottom: 100px;
    padding-top: 0;
  }

  .page-id-155 .p-entry__body h2.p-cb__item-title span {
    font-size: 35px;
  }

  .page-id-155 .p-entry__body h2.p-cb__item-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .page-id-155 .p-entry__body h2.p-cb__item-title::before {
    width: 90px;
  }

  .page-id-155 .p-entry__body h2.p-cb__item-title::after {
    width: 50px;
    top: 58.5px;
  }

  .page-id-155 .p-entry__body h2.p-cb__item-title.re_ptn00::before {
    right: -220px;
  }

  .page-id-155 .p-entry__body h2.p-cb__item-title.re_ptn00::after {
    left: -230px;
    top: 10px;
  }
}

/* category-column コラム ---------------------------------------------*/
.category-column {
}

@media screen and (max-width: 767px) {
  .category-column .p-article01 {
    border: none;
    padding: 22px 22px 35px;
  }

  .category-column .p-list {
    display: none;
  }
}

/* コラム投稿 */
.category-insights .p-breadcrumb .p-breadcrumb__item:nth-child(2),
.single-format-standard .p-breadcrumb .p-breadcrumb__item:nth-child(2) {
  display: none;
}

.category-insights .p-list .p-list__item,
.single-format-standard .p-list .p-list__item {
  display: none;
}

.single-format-standard .l-primary {
  margin-bottom: 50px;
  width: 100%;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .single-format-standard .p-entry__inner {
    padding: 0px 20px 0;
  }
}

/* .page-id-157 プライバシーポリシー ---------------------------------------------*/
.page-id-157 .block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-id-157 .p-cover {
  /* background-image: url(./assets/images/cover/img-cover04.png); */
}

.page-id-157 .p-cover::before {
  /* background: rgba(0, 0, 0, 0.4); */
}

.page-id-157 .p-entry__body h2 {
  margin-top: 3em;
}

.page-id-157 .p-entry__body h2 span {
  position: relative;
  text-shadow: 2px 2px 0 #fff;
  display: inline-block;
  padding-left: 19px;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP" !important;
  font-weight: normal;
}

.page-id-157 .p-entry__body h2 span::before {
  content: "";
  height: 25px;
  width: 25px;
  border: solid 1px #d4d4d4;
  background: #d4d4d4;
  display: block;
  position: absolute;
  left: auto;
  top: 17px;
  right: -0.9em;
  bottom: 0;
  z-index: -1;
}

.page-id-157 .p-entry__body h2 span::after {
  /* content: '';
  height: 25px;
  width: 25px;
  border: solid 1px #d4d4d4;
  background: #d4d4d4;
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
  right: auto;
  bottom: auto;
  margin: auto;
  z-index: -1; */
}

.page-id-157 .p-entry__body h2 {
  position: relative;
  border: none;
}

.page-id-157 .p-entry__body h2::before {
  content: "";
  height: 1px;
  width: 100%;
  /* border: solid 1px #cecece; */
  background: #cecece;
  display: block;
  position: absolute;
  left: auto;
  top: 35px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page-id-157 .p-entry__body h2 span {
  position: relative;
  text-shadow: 2px 2px 0 #fff;
  display: inline-block;
  padding-left: 0;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP" !important;
  font-weight: normal;
  z-index: 3;
}

.page-id-157 .p-entry__body h2 span::before {
  content: "";
  height: 1px;
  width: 107%;
  border: none;
  background: #0d6f46;
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page-id-157 .p-entry__body ol {
  /* margin-left: 0em; */
}

.page-id-157 .p-entry__body ol li {
  list-style: decimal;
}

.page-id-157 .p-entry__body .dl_8em {
  display: flex;
  margin: 0px 0 10px 0;
}

.page-id-157 .p-entry__body .dl_8em dt,
.page-id-157 .p-entry__body .dl_8em dd {
  line-height: 1;
  margin: 0;
}

.page-id-157 .p-entry__body .dl_8em dt {
  padding-right: 10px;
  padding-bottom: 10px;
}

.page-id-157 .p-entry__body address {
  margin: 0 0 0px 0;
  line-height: 1;
}

/* // 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .page-id-157 .block {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .page-id-157 .p-entry__body h2.row02::before {
    top: 35px;
  }

  .page-id-157 h2.row02 span::before {
    top: 35px;
    width: 107%;
  }
}

@media screen and (max-width: 767px) {
  .page-id-157 .block {
    padding-top: 0;
  }

  .page-id-157 .l-primary {
    padding-top: 10px;
  }

  .page-id-157 .p-entry__body h2 span {
    text-indent: -1.4em;
    margin-left: 1.4em;
  }

  .page-id-157 .p-entry__body h2 span::before {
    left: -1.4em;
    width: 130%;
  }

  .page-id-157 .p-entry__body h2.row02::before {
    /* top: 65px; */
  }

  .page-id-157 h2.row02 span::before {
    /* top: 65px; */
    width: 107%;
  }
}

@media screen and (max-width: 425px) {
  .page-id-157 .p-entry__body h2.row02::before {
    top: 65px;
  }

  .page-id-157 h2.row02 span::before {
    top: 65px;
    width: 107%;
  }

  .page-id-157 .p-entry__body h2.row02.row03::before {
    top: 35px;
  }

  .page-id-157 h2.row02.row03 span::before {
    top: 35px;
    width: 107%;
  }
}

@media screen and (max-width: 375px) {
  .page-id-157 .p-entry__body h2.row02::before {
    /* top: 65px; */
  }

  .page-id-157 h2.row02 span::before {
    /* top: 65px; */
    width: 107%;
  }
}

@media screen and (max-width: 320px) {
  .page-id-157 .p-entry__body h2.row02::before {
    top: 65px;
  }

  .page-id-157 h2.row02 span::before {
    top: 65px;
    width: 107%;
  }
}

/* .search or search-no-results お問い合わせ
------------------------------------------------------------------------------ */

.search .l-primary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: main;
}

.search .p-page-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}

.search .p-entry__body p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
}

.search .list_box {
  margin-bottom: 10px;
  padding: 30px 25px 0;
  border: 1px solid #ddd;
}

.search .list_box h3 {
  margin-bottom: 0;
}

.search .list_box a:hover {
  text-decoration: none;
  color: #02532e;
}

@media screen and (max-width: 768px) {
  .search .l-primary {
    padding-top: 50px;
  }

  .search .p-page-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header;
    position: absolute;
    width: 100%;
    top: -50px;
  }
}

@media screen and (max-width: 992px) {
  .search .l-primary {
    padding-top: 50px;
  }

  .search .p-page-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header;
    position: absolute;
    width: 100%;
    top: -70px;
  }
}

/* .page-id-159 検索結果
------------------------------------------------------------------------------ */
/* .コロナ対応
------------------------------------------------------------------------------ */
.p-news-list__item:nth-child(35) {
  display: none;
}


/* .page-id-159 検索結果
-------------------------------------- */
/* .各ニュースページだけ表示
-------------------------------------- */

.single-news .p-news-list__item {
  display: block;
}

/* eureka 211104 [仕様変更]#0009 各種画面用新規スタイル追加
-------------------------------------- */
.fm-cover .fm-cover__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.fm-cover .fm-cover__title {
  box-sizing: border-box;
  padding: 6rem 0 1rem;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif !important;
  letter-spacing: 0.08em;
  font-size: 2.5rem;
  font-weight: 500;
}
.fm-cover .fm-cover__inner>h1 {
  margin: 0;
}
.fm-contact input {
  line-height: normal;
}
.fm-contact hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 16px 0 8px;
  padding: 0;
}
.fm-contact table {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
.fm-contact input,
.fm-contact button,
.fm-contact textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}
.fm-contact textarea {
  padding: 8px;
  font-size: 16px;
  font-family: inherit;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fm-contact input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.fm-contact .underline {
  border-bottom: solid 1px #999999;
}
.fm-contact .underline a:hover {
  text-decoration: none;
}
.fm-contact .underline:hover {
  opacity: 0.6;
}
/* お問い合わせ画面のプライバシーポリシー、利用規約のリンク用デザイン*/
.fm-contact .underline-for-link {
  border-bottom: solid 2px #0b15ff;
}
.fm-contact .underline-for-link a:hover {
  text-decoration: none;
}
.fm-contact .underline-for-link:hover {
  opacity: 0.6;
}
.fm-contact .fm-header {
  padding: 30px 0;
}
.fm-contact .fm-header-lead {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 24px;
  width: 100%;
}
.mw_wp_form_input .fm-header-lead.show-confirm,
.mw_wp_form_input .fm-header-lead.show-complete {
  display: none;
}
.mw_wp_form_confirm .fm-header-lead.show-input,
.mw_wp_form_confirm .fm-header-lead.show-complete {
  display: none;
}
.mw_wp_form_complete .fm-header-lead.show-input,
.mw_wp_form_complete .fm-header-lead.show-confirm {
  display: none;
}
.fm-stage {
  margin: 54px auto;
  font-size: 0;
  width: 100%;
}
.fm-stage.text-center {
  text-align: center;
}
.fm-stage .stage-element {
  display: inline-block;
  width: 25%;
  margin: 0 4% 0 0;
  padding-left: 4%;
  vertical-align: middle;
}
.fm-stage .txt {
  /* font-size: 14px;*/
  font-size: 1.25rem;
  color: #c1c1c1;
  margin-bottom: 0.25rem;
}
.fm-stage .tab {
  position: relative;
  height: 0.45rem;
  /*margin: 0rem 0 0; */
  background-color: #eaeaea;
}
.fm-stage .tab:after {
  right: 0;
  border-width: 0 0.45rem 0.45rem 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  z-index: 10
}
.fm-stage .stage-element.show-input .txt {
  color: #333;
}
.fm-stage .stage-element.show-input .tab {
  background: #306f48;
}
.mw_wp_form_confirm .fm-stage .stage-element.show-input .txt {
  color: #c1c1c1;
}
.mw_wp_form_confirm .fm-stage .stage-element.show-input .tab {
  background: #eaeaea;
}
.mw_wp_form_confirm .fm-stage .stage-element.show-confirm .txt {
  color: #333;
}
.mw_wp_form_confirm .fm-stage .stage-element.show-confirm .tab {
  background: #306f48;
}
.mw_wp_form_complete .fm-stage .stage-element.show-input .txt {
  color: #c1c1c1;
}
.mw_wp_form_complete .fm-stage .stage-element.show-input .tab {
  background: #eaeaea;
}
.mw_wp_form_complete .fm-stage .stage-element.show-complete .txt {
  color: #333;
}
.mw_wp_form_complete .fm-stage .stage-element.show-complete .tab {
  background: #306f48;
}
.fm-contact .fm-table {
  border-collapse: collapse;
  border-color: #333333;
  border-style: none;
  border-width: 1px;
}
.fm-contact .fm-table tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
.fm-contact .fm-border {
  border-color: #333333;
  border-style: none;
  border-width: 1px;
  padding: 8px;
  text-align: left;
  vertical-align: center;
  width: 100%;
}
.fm-contact .p-mb0 {
  margin-bottom: 0 !important;
}
.fm-contact .fs14 {
  font-size: 14px !important;
}
.fm-contact .fsem095 {
  font-size: 0.95em !important;
}
.fm-contact .fw_b {
  font-weight: bold;
}
.fm-contact .ml0 {
  margin-left: 0 !important;
}
.fm-contact .mt8 {
  margin-top: 8px !important;
}
.fm-contact .ml8 {
  margin-left: 8px !important;
}
.fm-contact .mr8 {
  margin-right: 8px !important;
}
.fm-contact .pb16 {
  padding-bottom: 16px !important;
}
.fm-contact .fm_exp {
  margin-left: 16px;
  font-size: 16px;
  color: #999999;
}
.fm-contact .fm-question {
  vertical-align: middle;
  border-color: #333333;
  border-style: none;
  border-width: 1px;
  padding: 8px 8px 8px 24px;
  text-align: left;
  width: 30%;
  font-weight: bold;
}
.fm-contact .fm-answer {
  vertical-align: middle;
  border-color: #333333;
  border-style: none;
  border-width: 1px;
  padding: 8px 8px 8px 24px;
  text-align: left;
  width: 70%;
}
.fm-contact .fm-table input {
  vertical-align: middle;
}
.fm-contact .fm-table input[type="text"],
.fm-contact .fm-table input[type="email"] {
  padding: 7px 8px;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fm-contact .fm_w38 input[type="text"],
.fm-contact .fm_w38 textarea {
  width: 38.5% !important;
  box-sizing: border-box;
}
.fm-contact .fm_w90 input[type="text"],
.fm-contact .fm_w90 input[type="email"],
.fm-contact .fm_w90 textarea {
  width: 90% !important;
  box-sizing: border-box;
}
.fm-contact .fm_w90 textarea {
  padding: 7px 8px;
}
.fm-contact .fm-footer {
  text-align: center;
  margin: 15px auto;
}
.fm-contact .fm-checkbox-input {
  display: none;
}
.fm-contact .mwform-checkbox-field label {
position: relative;
padding: 0 0 0 2.4rem;
box-sizing: border-box;
cursor: pointer;
}
.fm-contact .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #04274b;
  background-color: #fff;
  /*border-radius: 4px;*/
}
.fm-contact .fm-checkbox-input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #04274b;
  border-left: 2px solid #04274b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fm-contact .contact-btn {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 16px 9px;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 8px;
  width: 280px;
  box-sizing: border-box;
}
.fm-contact .contact-btn:hover,
.fm-contact .contact-btn:focus  {
  opacity: 0.8;
  text-decoration: none;
}
.fm-contact .contact-btn.btn-send:disabled {
  background-color: gray;
  cursor: default;
  pointer-events: none;
}
.fm-contact .btn-send,
.fm-contact .btn-close {
  background-color: #015332;
  color: #ffffff;
}
.fm-contact .btn-back {
  background-color: #0f6f47;
  color: #f8f8f8;
}
.fm-contact .fm-agree-field {
  padding: 15px;
  width: 100%;
}
.mw_wp_form_confirm .fm-question .show-input,
.mw_wp_form_confirm .fm-answer .show-input,
.mw_wp_form_confirm .fm-agree-field.show-input {
  display: none;
}
.mw_wp_form_confirm .fm-btn-container .fm-btn {
  margin-right: 20px;
}
.mw_wp_form_confirm .fm-contact td {
  font-size: 14px;
}
.fm-contact .fm-btn-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 60px;
}
/* eureka terms_of_use */
.fm-tmu-contact .fm-tmu-border {
  position: relative;
  margin-bottom: 32px;
  padding-top: 32px;
}
.fm-tmu-contact .fm-tmu-border:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #cecece;
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.fm-tmu-contact .fm-tmu-border div:before {
  content: "";
  height: 1px;
  width: 25%;
  border: none;
  background: #0d6f46;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.fm-tmu-contact .fm-tmu-main li {
  list-style-type: disc;
}
.fm-tmu-contact .fm-tmu-main > div > ul {
  padding: 0 24px;
}
.fm-tmu-contact .fm-tmu-main {
  padding-left: 24px;
  padding-right: 24px;
}
.fm-contact .fm-answer p.fm_box {
  margin-bottom: 10px;
}
.mw_wp_form_confirm .fm-answer p.fm_box {
  margin-bottom: 0;
}
.fm-contact .fm-answer .fm_w38 {
  position: relative;
}
.fm-contact .fm-answer .fm_w38 span.error {
  position: absolute;
  top: 28px;
  left: 10px;
}
/* eureka .page-id-34 #block_03対応 */
.postid-34 #block_03 {
  padding-top: 110px;
  margin-top: -110px;
}
#gmap {
  width: 100%;
  position: relative;
  padding-bottom: 54%;
  overflow: hidden;
  margin: 40px auto;
}
#gmap iframe {
  position: absolute;
  top: -150px;
  width: 100%;
  height: calc(100% + 145px + 145px);
}
/* eureka media */
@media screen and (max-width: 991px) {
  .fm-template .l-primary {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fm-cover .fm-cover__title {
    font-size: 2rem;
  }
  .fm-contact input[type="text"],
  .fm-contact input[type="email"],
  .fm-contact textarea {
    width: 90%;
    font-size: 16px;
  }
  .fm-contact .fm-stage {
    margin: 0 0 36px;
  }
  .fm-contact .fm-stage .txt {
    font-size: 1rem;
  }
  .fm-contact .fm-header {
    padding: 20px 0;
  }
  .fm-contact .fm-table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
  }
  .fm-contact .fm-table td.fm-question,
  .fm-contact .fm-table td.fm-answer {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .fm-contact .fm-question {
    padding: 24px 8px 8px 12px;
  }
  .fm-contact .fm-answer {
    padding: 8px 8px 8px 12px;
  }
  .fm-contact .fm-answer .rsp_mr4 {
    margin-right: 4px !important;
  }
  .fm-contact .fm-rsp_w38 input[type="text"],
  .fm-contact .fm-rsp_w38 textarea {
    width: 35% !important;
    box-sizing: border-box;
  }
  .fm-contact .fm-rsp_w100 input[type="text"],
  .fm-contact .fm-rsp_w100 input[type="email"],
  .fm-contact .fm-rsp_w100 textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  .fm-contact .fm-btn-container {
    flex-direction: column;
    height: 100px;
  }
  .mw_wp_form_confirm .fm-btn-container .fm-btn {
    margin: 10px 0;
  }
  .fm-tmu-contact .fm-tmu-border div:before {
    width: 40%;
  }
  .p-entry__body .fm-contact p,
  .p-entry__body .fm-contact li {
    font-size: 14px;
  }
  .fm-tmu-contact .fm-tmu-main {
    padding-left: 8px;
    padding-right: 8px;
  }
  .fm-tmu-contact .fm-tmu-main > div > ul {
    padding: 0 12px;
  }
  .fm-contact .fm-answer p.fm_box {
    margin-bottom: 22px;
  }
  .mw_wp_form_confirm .fm-answer p.fm_box {
    margin-bottom: 0;
  }
  .fm-contact .fm-header-lead {
    padding-left: 12px;
  }
  #gmap {
    height: 260px;
  }
}
@media screen and (max-width: 425px) {
  .fm-tmu-contact .fm-tmu-border div:before {
    width: 50%;
  }
}


/* 20220915 コラム一覧の表示変更（執筆者追加） */
.list-insight {
  display: block;
}
.item-insight {
  padding: 0;
  margin-left: 0 !important;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
.item-insight__link {
  display: flex;
  align-items: center;
  padding: 0 25px !important;
  height: 60px;
  line-height: 60px;
  border: none !important;
}
.item-insight__title {
  min-height: auto;
  flex-basis: calc(80% - 2em);
}
.item-insight__excerpt {
  margin-bottom: 0;
  flex-basis: 20%;
  line-height: 1.4;
}
.item-insight__excerpt span {
  margin-right: 1em;
}

.fp-columns {
}
.fp-columns .fp-columns__item {
  margin-top: -1px;
  border: 1px solid #ddd;
}
.fp-columns .fp-columns__item .item-insight__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fp-columns .fp-columns__item .item-insight__link:hover {
  background: #f8f8f8 !important;
}
.fp-columns .fp-columns__item .item-insight__link:hover .p-article01__title {
  color: #0f6f46;
}
@media screen and (max-width: 767px) {
  .l-insight {
    padding-top: 0;
  }
  .item-insight {
    margin: 0 !important;
  }
  .item-insight__link {
    display: block;
    padding: 15px 20px !important;
    margin: 0 !important;
    height: auto;
    line-height: 1.4;
  }
  .item-insight:not(:first-of-type) {
    border-top: none !important;
  }
  .item-insight__title {
    margin: 0 !important;
    min-height: auto;
    flex-basis: calc(80% - 2em);
  }
  .item-insight__excerpt {
    margin-top: 2px;
  }

  .fp-columns .fp-columns__item .item-insight__link {
    display: block;
  }
}
