@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}

/*!
global > color
------------------------------
*/
:root {
  --color-base: #001628;
  --color-link: #001628;
  --color-link-hover: #005bab;
  --color-link-2nd: #808a93;
  --color-link-2nd-hover: #40505e;
  --color-btn: #005bab;
  --color-btn-hover: #80add5;
  --color-box: rgb(241, 243, 254);
  --color-accent-1: #005bab;
  --color-accent-2: #7f7978;
  --color-accent-3: #e3f0fb;
  --color-accent-4: #808a93;
  --color-accent-5: #616f7a;
  --color-white: #ffffff;
  --color-red: #ff0000;
  --color-black: #000000;
  --color-bg-base: #fff;
  --color-bg-accent-1: #f5f8fc;
  --color-bg-accent-2: #005bab;
  --color-bg-accent-3: #142939;
  --color-bg-accent-4: #001628;
  --color-bg-accent-5: #f0f1f6;
  --color-bg-gray: #d4d7da;
  --color-bg-gray-2: #f9f9f9;
  --color-bg-gray-3: #c7c7cf;
}

/*!
global > letter-spacing
------------------------------
*/
:root,
body {
  --padding-xxs: 16px;
  --margin-xxs: 16px;
  --padding-xs: 24px;
  --margin-xs: 24px;
  --padding-sm: 30px;
  --margin-sm: 30px;
  --padding-md: 50px;
  --margin-md: 50px;
  --padding-lg: 86px;
  --margin-lg: 86px;
  --padding-xl: 100px;
  --margin-xl: 100px;
  --padding-xxl: 138px;
  --margin-xxl: 138px;
  --padding-side: 40px;
  --margin-side: 40px;
}

@media (max-width: 781px) {
  :root,
  body {
    --padding-xxs: 14px;
    --padding-xs: 16px;
    --padding-sm: 24px;
    --padding-md: 30px;
    --padding-lg: 50px;
    --padding-xl: 86px;
    --padding-xxl: 100px;
    --padding-side: 40px;
    --margin-xxs: 14px;
    --margin-xs: 16px;
    --margin-sm: 24px;
    --margin-md: 30px;
    --margin-lg: 50px;
    --margin-xl: 86px;
    --margin-xxl: 100px;
    --margin-side: 40px;
  }
}
@media (max-width: 425px) {
  :root,
  body {
    --padding-xxs: 8px;
    --padding-xs: 14px;
    --padding-sm: 16px;
    --padding-md: 24px;
    --padding-lg: 30px;
    --padding-xl: 50px;
    --padding-xxl: 86px;
    --padding-side: 20px;
    --margin-xxs: 8px;
    --margin-xs: 14px;
    --margin-sm: 16px;
    --margin-md: 24px;
    --margin-lg: 30px;
    --margin-xl: 50px;
    --margin-xxl: 86px;
    --margin-side: 20px;
  }
}
@media (max-width: 375px) {
  :root,
  body {
    --padding-xxs: 8px;
    --padding-xs: 12px;
    --padding-sm: 14px;
    --padding-md: 16px;
    --padding-lg: 24px;
    --padding-xl: 30px;
    --padding-xxl: 50px;
    --padding-side: 20px;
    --margin-xxs: 8px;
    --margin-xs: 12px;
    --margin-sm: 14px;
    --margin-md: 16px;
    --margin-lg: 24px;
    --margin-xl: 30px;
    --margin-xxl: 50px;
    --margin-side: 20px;
  }
}
/*!
foundation > base
------------------------------
*/
html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

/* サイト全体のテキストリンク設定 */
a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: var(--color-link);
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:active {
  color: var(--color-link-hover);
}

/*画像リンク*/
a:hover img {
  opacity: 0.6;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/*body*/
body {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--color-base);
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  background-color: var(--color-white);
  overflow-x: hidden;
}
@media (max-width: 425px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*hr*/
hr {
  border: 0 none;
  border-top: 1px solid var(--color-white);
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォントサイズ */
.font-size-large {
  font-size: large;
}

.font-size-xlarge {
  font-size: x-large;
}

.font-size-xxlarge {
  font-size: xx-large;
}

.font-size-s {
  font-size: 82% !important;
  line-height: 126%;
}

.font-size-ss {
  font-size: 69% !important;
  line-height: 126%;
}

.font-size-l {
  font-size: 115% !important;
}

.font-size-ll {
  font-size: 130% !important;
}

.line-height-s {
  line-height: 112%;
}

.line-height-m {
  line-height: 132%;
}

.line-height-l {
  line-height: 157%;
}

/* 汎用 */
/* テキスト及びインライン */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* テキスト インデント */
.indent-left1em {
  text-indent: 1em;
}

.indent-left2em {
  text-indent: 2em;
}

.indent-left3em {
  text-indent: 3em;
}

/* left マージン */
.margin-left1em {
  margin-left: 1em;
}

.margin-left2em {
  margin-left: 2em;
}

.margin-left3em {
  margin-left: 3em;
}

.margin-left4em {
  margin-left: 4em;
}

.margin-left5em {
  margin-left: 5em;
}

.list-style {
  text-indent: -1em;
  margin-left: 1em;
}

.list-style02 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.nowrap {
  white-space: nowrap;
}

/*Google map*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*youtube*/
.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a[href^="https://maps.app.goo.gl/"]:after {
  font-family: "Font Awesome 7 Free";
  content: "\f5a0";
  font-weight: 900;
  margin: 0 0.25rem;
  vertical-align: bottom;
}

/*!
foundation > motion
------------------------------
*/
/*動き*/
@-webkit-keyframes btn_animation {
  0% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  94% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  96% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  94% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  96% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*速度*/
.fast {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.littleslow {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
}

.slow {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.reallyslow {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
}

.speed01 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.speed02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.speed03 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.speed04 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.speed05 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.speed06 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.speed07 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.speed08 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes more_btn_before {
  0% {
    background-color: var(--color-btn);
    border: 3px solid var(--color-btn);
  }
  1% {
    background-color: var(--color-btn);
    border: 3px solid var(--color-btn);
  }
  95% {
    background-color: var(--color-btn);
    border: 3px solid var(--color-btn);
    background-image: url(asset/images/btn_triangle_white.png);
  }
  100% {
    background-color: var(--color-white);
    border: 3px solid var(--color-btn);
    background-image: url(asset/images/btn_triangle_red.png);
  }
}

@keyframes more_btn_before {
  0% {
    background-color: var(--color-btn);
    border: 3px solid var(--color-btn);
  }
  1% {
    background-color: var(--color-btn);
    border: 3px solid var(--color-btn);
  }
  95% {
    background-color: var(--color-btn);
    border: 3px solid var(--color-btn);
    background-image: url(asset/images/btn_triangle_white.png);
  }
  100% {
    background-color: var(--color-white);
    border: 3px solid var(--color-btn);
    background-image: url(asset/images/btn_triangle_red.png);
  }
}
@-webkit-keyframes more_btn_after {
  0% {
    border: 2px solid var(--color-white);
  }
  99% {
    border: 16px solid var(--color-white);
  }
  100% {
    border: 0px none var(--color-white);
  }
}
@keyframes more_btn_after {
  0% {
    border: 2px solid var(--color-white);
  }
  99% {
    border: 16px solid var(--color-white);
  }
  100% {
    border: 0px none var(--color-white);
  }
}
/*--------------------------------------*
  * object
  *--------------------------------------*/
/*!
foundation > c-wordpress
WordPress用
------------------------------
*/
/*幅広と全幅*/
.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignfull {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

/*ページナビ*/
#pagenavi,
#menu_box {
  margin: 36px auto;
  text-align: center;
  padding-top: 24px;
  border-top: 3px solid var(--color-accent-1);
}

.wp-pagenavi {
  margin: 36px auto;
  text-align: center;
  padding-top: 24px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: var(--color-btn);
}

.wp-pagenavi span.current {
  color: var(--color-btn);
}

#menu_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.navigation.p-post-nav {
  margin: 36px auto;
  text-align: center;
  padding-top: 24px;
  clear: both;
}
.navigation.p-post-nav h2.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.navigation.p-post-nav .nav-links {
  margin-top: 36px;
  border-top: 1px solid var(--color-bg-gray);
  padding-top: 16px;
  zoom: 1;
}
.navigation.p-post-nav .nav-links::before {
  content: "";
  display: table;
}
.navigation.p-post-nav .nav-links::after {
  content: "";
  display: table;
}
.navigation.p-post-nav .nav-previous {
  display: block;
  text-align: left;
  float: left;
}
.navigation.p-post-nav .nav-next {
  display: block;
  text-align: right;
  float: right;
}

.navigation.pagination {
  margin: 36px auto;
  text-align: center;
  padding-top: 24px;
  clear: both;
}
.navigation.pagination h2.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.navigation.pagination .nav-links {
  margin-top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 0px none var(--color-bg-gray);
  padding-top: 0px;
}
.navigation.pagination .nav-links span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}
.navigation.pagination .nav-links span.current {
  color: var(--color-btn);
}
.navigation.pagination .nav-links a {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}
.navigation.pagination .nav-links a.current {
  color: var(--color-btn);
}

/*404*/
.search_box {
  margin-top: 2em;
}

/*カレンダー*/
#wp-calendar {
  border: 1px solid #ddd;
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 90%;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
}

#wp-calendar a:hover {
  background: #e0e6e0;
  color: #333;
}

#wp-calendar caption {
  color: #999;
  font-size: 16px;
  text-align: left;
}

#wp-calendar td {
  color: #ccc;
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  background: #fff;
}

#wp-calendar td:hover,
#wp-calendar #today {
  background: #eee;
  color: #bbb;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

.c-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px 30px;
}

/*!
component > _c-site-branding
------------------------------
*/
.c-site-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.c-site-branding__title {
  margin: 0;
  padding: 0;
  line-height: 1.75;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
}
@media (max-width: 781px) {
  .c-site-branding__title {
    line-height: 1;
    text-align: left;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-site-branding__title br {
    display: none;
  }
}
.c-site-branding__title a {
  display: block;
  color: var(--color-base);
}
@media (max-width: 781px) {
  .c-site-branding__title img {
    height: 30px;
    width: auto;
    max-width: inherit;
    vertical-align: baseline;
    margin-right: 1.3em;
  }
}

.logo100 {
  margin-left: 1.5em;
}

@media (max-width: 781px) {
  img.logo100 {
    height: 30px;
    width: auto;
    max-width: inherit;
    vertical-align: baseline;
    margin-left: 0em;
  }
}
/*!
component > c-main-visual
------------------------------
*/
.c-main-visual {
  margin: 0px auto 0;
  width: 100%;
  z-index: 1;
  display: block;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-main-visual .p-catchcopy {
  width: 1074px;
  margin: 0 auto;
  color: var(--color-white);
  text-align: left;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 2.2;
}
.c-main-visual .p-catchcopy h3 {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.075em;
}
.c-main-visual .p-catchcopy p {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1074px) {
  .c-main-visual .p-catchcopy {
    width: 90%;
  }
}

/*!
component > c-loop
------------------------------
*/
.c-loop {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  margin-top: -1em;
}
@media (max-width: 425px) {
  .c-loop {
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
.c-loop__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}
.c-loop__box img {
  height: 96px;
  width: auto;
  max-width: inherit;
}
.c-loop__box img:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}
.c-loop__box img:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
@media (max-width: 425px) {
  .c-loop__box img {
    height: 48px;
  }
  .c-loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
            animation: loop 50s -25s linear infinite;
  }
  .c-loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
            animation: loop2 50s linear infinite;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*!
component > c-title_parts
------------------------------
*/
.c-title_parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-title_parts .wp-block-group__inner-container {
  width: auto;
  max-width: inherit;
  padding: 0;
  margin: 0;
}
.c-title_parts-caption {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
  display: block;
  position: relative;
}
.c-title_parts-caption::before {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: var(--color-accent-1);
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-title_parts-title {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 62px;
  font-size: 3.875rem;
  letter-spacing: -0.025em;
  display: block;
}
@media (max-width: 781px) {
  .c-title_parts-title {
    font-size: 46px;
    font-size: 2.875rem;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}
@media (max-width: 425px) {
  .c-title_parts-caption {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-title_parts-caption::before {
    width: 12px;
    height: 4px;
    left: -15px;
  }
  .c-title_parts-title {
    font-size: 31px;
    font-size: 1.9375rem;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

.p-top section .c-title_parts .wp-block-group__inner-container {
  width: auto;
  max-width: inherit;
  padding: 0;
  margin: 0;
}
.p-top section .c-title_parts .wp-block-group__inner-container p.c-title_parts-caption {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
  display: block;
  position: relative;
}
@media (max-width: 425px) {
  .p-top section .c-title_parts .wp-block-group__inner-container p.c-title_parts-caption {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*!
component > c-page-header
------------------------------
*/
.c-page-header {
  width: 100%;
  position: relative;
  height: 274px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 781px) {
  .c-page-header {
    height: 168px;
  }
}
@media (max-width: 425px) {
  .c-page-header {
    height: 130px;
  }
}
.c-page-header-wrapper {
  width: 1020px;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .c-page-header-wrapper {
    width: 100%;
  }
}
.c-page-header-caption {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
  display: block;
  position: relative;
}
.c-page-header-caption::before {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: var(--color-accent-1);
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-page-header-title {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 62px;
  font-size: 3.875rem;
  letter-spacing: -0.025em;
  display: block;
}
.c-page-header-title span {
  text-transform: capitalize;
}
@media (max-width: 425px) {
  .c-page-header-caption {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-page-header-caption::before {
    width: 12px;
    height: 4px;
    left: -15px;
  }
  .c-page-header-title {
    font-size: 31px;
    font-size: 1.9375rem;
    letter-spacing: -0.025em;
  }
}

/*!
component > c-contener_menu
------------------------------
*/
.c-contener_menu.wp-block-columns-is-layout-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--padding-sm);
}
@media (max-width: 425px) {
  .c-contener_menu.wp-block-columns-is-layout-flex {
    gap: var(--padding-md);
  }
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column {
  padding: 1.5em 1.5em 0em; /*内側の余白*/
  border: 3px solid var(--color-bg-gray);
  position: relative;
  z-index: 0;
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column:before {
  border-top: 3px solid var(--color-accent-1);
  border-left: 3px solid var(--color-accent-1);
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column .wp-block-image {
  margin: 0;
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column .wp-block-list {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column .wp-block-list li {
  position: relative;
  background-image: url(asset/images/point_triangle_blue.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  padding: 1em 0;
  color: var(--color-base);
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column .wp-block-list li:hover {
  color: var(--color-link-hover);
  text-decoration: none;
  background-position: right 0px center;
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column a:hover + .wp-block-image img {
  opacity: 0.6;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.c-contener_menu.wp-block-columns-is-layout-flex > .wp-block-column a:hover + .wp-block-image + .wp-block-list li {
  text-decoration: none;
  background-position: right 0px center;
  color: var(--color-link-hover);
}

.l-main-contents .c-contener_menu .wp-block-table:has(table) {
  margin: 0;
}
.l-main-contents .c-contener_menu table {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-color: var(--color-bg-gray);
  margin: 0;
}
.l-main-contents .c-contener_menu table th {
  line-height: 1.5;
  padding: 0.5em;
  border-color: transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-accent-1);
}
.l-main-contents .c-contener_menu table td {
  line-height: 1.5;
  padding: 0.5em;
  border-color: transparent;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-bg-gray);
}
.l-main-contents .c-contener_menu table tr:last-child th,
.l-main-contents .c-contener_menu table tr:last-child td {
  border-bottom: 0px none var(--color-bg-gray);
}

/*!
component > c-button
------------------------------
*/
@media (max-width: 781px) {
  .c-button-contact {
    width: 100%;
  }
}
.c-button-contact__icon {
  vertical-align: middle;
  fill: var(--color-base);
  margin-right: 16px;
}
@media (max-width: 781px) {
  .c-button-contact__icon {
    margin-right: 8px;
  }
}
.c-button-contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 384px;
  height: 62px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0px;
  text-align: center;
  color: var(--color-base);
  background-color: var(--color-white);
  border-radius: 8px;
  text-decoration: none;
}
@media (max-width: 781px) {
  .c-button-contact a {
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-button-contact a:hover {
  color: var(--color-white) !important;
  background-color: var(--color-link-hover);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-button-contact a:hover .c-button-contact__icon {
  fill: #fff;
}
.c-button-search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 1;
  padding: 0px;
  text-align: center;
  color: var(--color-base);
  background-color: var(--color-btn);
  text-decoration: none;
}
.c-button-search a img {
  vertical-align: middle;
}
.c-button-search a:hover {
  background-color: var(--color-btn-hover);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-button-search a:hover img {
  opacity: 1;
}

/*ボタン*/
.wp-block-button .wp-block-button__link {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: block;
  color: var(--color-white);
  padding: 8px 40px;
  border-radius: 24px;
  border: 2px solid var(--color-btn);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: var(--color-btn);
  text-decoration: none;
}
@media (max-width: 425px) {
  .wp-block-button .wp-block-button__link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 77px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  color: var(--color-btn) !important;
  background-color: var(--color-white);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--color-btn);
  border: 2px solid var(--color-btn);
  background-color: var(--color-white);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--color-white) !important;
  background-color: var(--color-btn);
}
.wp-block-button.is-style-arrow_btn .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-btn);
  padding: 0px 61px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-radius: 0px;
  border: 0px none var(--color-btn);
  text-align: left;
  background-color: transparent;
  position: relative;
}
.wp-block-button.is-style-arrow_btn .wp-block-button__link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-btn);
  border: 3px solid var(--color-btn);
  background-image: url(asset/images/btn_triangle_white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.wp-block-button.is-style-arrow_btn .wp-block-button__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  scale: 0.9;
}
.wp-block-button.is-style-arrow_btn .wp-block-button__link:hover {
  color: var(--color-btn) !important;
  background-color: transparent;
}
.wp-block-button.is-style-arrow_btn .wp-block-button__link:hover::before {
  -webkit-animation: more_btn_before 1s forwards;
          animation: more_btn_before 1s forwards;
  background-color: var(--color-btn);
  border: 3px solid var(--color-btn);
}
.wp-block-button.is-style-arrow_btn .wp-block-button__link:hover::after {
  -webkit-animation: more_btn_after 1s forwards;
          animation: more_btn_after 1s forwards;
  border: 2px solid var(--color-white);
}

.c-button-point {
  line-height: 1;
  display: block;
  margin: 0;
  padding: 0;
}
.c-button-point.after_arrow a {
  padding-right: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  color: var(--color-btn);
}
.c-button-point.after_arrow a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: url(asset/images/point_blue.png);
  vertical-align: middle;
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-point.after_arrow a:hover {
  color: var(--color-btn-hover);
}
.c-button-point.after_arrow a:hover::after {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vk_button .btn.has-background:not(.has-text-color),
.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color) {
  color: var(--color-white);
  background-color: var(--color-btn);
}

.vk_button,
.editor-styles-wrapper .vk_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0px;
  text-align: center;
}

.vk_button-color-custom a:hover,
.editor-styles-wrapper .vk_button-color-custom a:hover {
  opacity: 0.8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vk_button-color-custom .vk_button_link-type-text:hover,
.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 16px;
  font-size: 1rem;
}
.wp-block-file .wp-block-file__button {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: block;
  color: var(--color-white) !important;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(28, 28, 28, 0.3);
          box-shadow: 1px 1px 1px 1px rgba(28, 28, 28, 0.3);
  border-radius: 4px;
  background-color: var(--color-btn);
  border: 0px none transparent;
  padding: 10px 12px !important;
  text-align: left;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none;
  cursor: pointer;
}

/*!
component > c-list-style
------------------------------
*/
.is-style-cautionlist {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  position: relative;
}
.is-style-cautionlist li {
  list-style: none;
  position: relative;
  margin-top: 0;
  margin-left: 0;
}
.is-style-cautionlist li::before {
  content: "※";
  font-weight: 900;
  position: absolute;
  left: -1.5em;
}

.is-style-cautionlist-red {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  position: relative;
}
.is-style-cautionlist-red li {
  list-style: none;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  color: #ff0000;
}
.is-style-cautionlist-red li::before {
  content: "※";
  font-weight: 900;
  position: absolute;
  left: -1.5em;
  color: #ff0000;
}

ul.is-style-horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-start: 0.7em;
          padding-inline-start: 0.7em;
}
ul.is-style-horizontal-list li {
  margin: 0.3em 1.6em 0.3em 1.3em;
}

ol.is-style-horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-start: 0.7em;
          padding-inline-start: 0.7em;
}
ol.is-style-horizontal-list li {
  margin: 0.3em 1.6em 0.3em 1.3em;
}

ul.is-style-list_none {
  list-style: none;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
ul.is-style-list_none li {
  margin: 0.3em 3em 0.3em 0em;
}

ol.is-style-list_none {
  list-style: none;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
ol.is-style-list_none li {
  margin: 0.3em 3em 0.3em 0em;
}

.is-style-underline_arrow_list {
  list-style: none;
}
.is-style-underline_arrow_list li {
  position: relative;
  background-image: url(asset/images/point_triangle_blue.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--color-bg-gray);
  padding: 1em 0;
  color: var(--color-base);
}
.is-style-underline_arrow_list li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0%;
  width: 22px;
  height: 1px;
  background: var(--color-accent-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.is-style-underline_arrow_list li:hover {
  color: var(--color-link-hover);
  text-decoration: none;
  background-position: right 0px center;
}
.is-style-underline_arrow_list li:hover::after {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.is-style-underline_arrow_list li a {
  display: block;
  color: var(--color-base);
}
.is-style-underline_arrow_list li a:hover {
  color: var(--color-link-hover);
}

/*!
component > c-breadcrumbs
------------------------------
*/
.c-breadcrumbs {
  width: 1020px;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  margin: 0 auto var(--margin-sm);
  color: var(--color-accent-5);
}
.c-breadcrumbs a {
  color: var(--color-accent-5);
}
.c-breadcrumbs a:hover {
  color: var(--color-link-hover);
}
.c-breadcrumbs {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1020px) {
  .c-breadcrumbs {
    width: 100%;
  }
}

/*フォーム*/
/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
.p-article .l-main-contents .wpcf7-form p {
  line-height: 1.35;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: var(--color-bg-gray);
  color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
button.send,
input[type=button].send,
input[type=reset].send,
input[type=submit].send {
  background-color: var(--color-bg-base);
  color: var(--color-btn);
  border-color: var(--color-btn) var(--color-btn) var(--color-link-hover);
}
button.send:hover,
input[type=button].send:hover,
input[type=reset].send:hover,
input[type=submit].send:hover {
  background: var(--color-link-hover);
  color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* 必須マーク */
.must {
  color: #f92931;
  margin-left: 10px;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 0px;
  border: 1px solid var(--color-link-hover);
  border-radius: 4px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  display: block;
  margin: var(--margin-md) auto 0;
  width: 80%;
  padding: 19px 78px;
  background: var(--color-btn);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 34px;
  border: 1px solid var(--color-btn);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
input.wpcf7-submit:hover {
  color: var(--color-btn) !important;
  background: #fff;
  cursor: pointer;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

.table-contactform_wrapper table.table-contactform {
  width: 730px;
  margin: 0 auto;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-color: var(--color-bg-gray);
}
.table-contactform_wrapper table.table-contactform th {
  line-height: 1.5;
  padding: 1em;
  border-color: transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-accent-1);
}
.table-contactform_wrapper table.table-contactform td {
  line-height: 1.5;
  padding: 1em;
  border-color: transparent;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-bg-gray);
}
@media (max-width: 781px) {
  .table-contactform_wrapper table.table-contactform {
    width: 100%;
  }
  .table-contactform_wrapper table.table-contactform th {
    width: 100%;
    display: block;
    white-space: normal;
  }
  .table-contactform_wrapper table.table-contactform td {
    width: 100%;
    display: block;
    white-space: normal;
  }
}

/*!
component > c-news
------------------------------
*/
.c-news-wrapper {
  width: 100%;
}

.c-news-list {
  padding: 0;
  overflow: hidden;
  line-height: 1.75;
  width: 100%;
}
.c-news-list__date {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--color-link-2nd);
  letter-spacing: 0.1em;
  float: left;
  width: 120px;
  clear: left;
  text-align: left;
  overflow: hidden;
  padding: 16px 0px 16px 0px;
}
@media (max-width: 425px) {
  .c-news-list__date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.35;
    float: none;
    text-align: left;
    width: 100%;
    padding: 10px 0px 5px 0px;
  }
}
.c-news-list__title {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0px;
  padding: 16px 62px 16px 140px;
  color: var(--color-base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid var(--color-bg-gray);
}
@media (max-width: 425px) {
  .c-news-list__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    width: 100%;
    margin: 0px;
    padding: 5px 27px 10px 0px;
  }
}

.c-news-wrapper a {
  color: var(--color-base);
  display: block;
  position: relative;
  background-image: url(asset/images/point_triangle_blue.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
}
@media (max-width: 425px) {
  .c-news-wrapper a {
    background-position: right 2px center;
  }
}
.c-news-wrapper a .c-news-list__title {
  color: var(--color-base);
}
.c-news-wrapper a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 22px;
  height: 1px;
  background: var(--color-accent-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-news-wrapper a:hover {
  color: var(--color-link-hover);
  text-decoration: none;
  background-position: right 0px center;
}
@media (max-width: 425px) {
  .c-news-wrapper a:hover {
    background-position: right 11px center;
  }
}
.c-news-wrapper a:hover .c-news-list__title {
  color: var(--color-link-hover);
}
.c-news-wrapper a:hover::after {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-news-wrapper a:visited {
  color: var(--color-base);
}

/*!
component > c-table
------------------------------
*/
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-no-border > table {
  border-top: 0px none #dbddde;
  border-left: 0px none #dbddde;
  line-height: 1.5;
  width: auto;
  margin: 0 auto;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-no-border > table th {
  font-weight: normal;
  border-right: 0px none #dbddde;
  border-bottom: 0px none #dbddde;
  background-color: transparent;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-no-border > table td {
  border-right: 0px none #dbddde;
  border-bottom: 0px none #dbddde;
  background-color: transparent;
  border-color: transparent;
}

/*!
utility > utility
------------------------------
*/
.u-ptb {
  padding: 64px 0 !important;
}

.wp-block-image figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.p-article .l-main-contents .metaslider ol.flex-control-nav {
  margin: auto;
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
}
.p-article .l-main-contents .metaslider ol.flex-control-nav li {
  line-height: 1;
}
.p-article .l-main-contents .metaslider ul.slides {
  border: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
  padding: 0;
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
  line-height: normal;
  max-width: none;
  max-height: none;
}
.p-article .l-main-contents .metaslider ul.slides li {
  border: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
  padding: 0;
  line-height: normal;
  max-width: none;
  max-height: none;
}

:root {
  --wp--preset--font-size--small: 15px;
  --wp--preset--font-size--medium: 24px;
  --wp--preset--font-size--large: 32px;
  --wp--preset--font-size--x-large: 40px;
}
@media (max-width: 781px) {
  :root {
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--large: 28px;
    --wp--preset--font-size--x-large: 36px;
  }
}
@media (max-width: 425px) {
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 26px;
    --wp--preset--font-size--x-large: 32px;
  }
}

.l-container .vk_flow {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-bottom: 0;
}
.l-container .vk_flow .vk_flow_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  border: 1px solid var(--color-bg-gray);
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-container .vk_flow .vk_flow_frame_text {
  display: block;
  overflow: hidden;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.l-container .vk_flow .vk_flow_frame_text_title {
  padding-left: 0;
  border: none;
  border-bottom: 0px none #ccc;
  margin: 0 0 3px;
  padding: 5px 0 5px 32px !important;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.25;
  position: relative;
}
.l-container .vk_flow .vk_flow_frame_text_title::before {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: var(--color-accent-1);
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-container .vk_flow .vk_flow_frame_text_content {
  padding-left: 32px;
  border: none;
  margin-bottom: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.35;
  letter-spacing: 0.025em;
}
.l-container .vk_flow .vk_flow_frame_text_content:not(:last-child) {
  border-bottom: 1px dotted var(--color-bg-gray);
}
.l-container .vk_flow .vk_flow_frame_image {
  max-width: 350px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .l-container .vk_flow .vk_flow_frame {
    gap: 1em;
  }
  .l-container .vk_flow .vk_flow_frame_image {
    max-width: 100% !important;
  }
}
.l-container .vk_flow.vk_flow-arrow-on::after {
  position: relative;
  content: "";
  background: url(asset/images/arrow_bottom.png) center 50% no-repeat;
  background-size: 50px 50px;
  display: block;
  overflow: hidden;
  height: 65px;
  width: 50px;
  margin: 0 auto;
}
.l-container .vk_flow.vk_flow-arrow-off {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.l-container .vk_flow.vk_flow-arrow-off::after {
  content: "";
  font-size: 0;
  background-image: none;
}
.l-container .is-style-vk-group-alert-info {
  background-color: #e8f2ff;
  color: var(--color-base);
  border-radius: 0px;
  border: 1px solid #aecff7;
  padding: 1em;
}
.l-container .is-style-vk-group-alert-info ul {
  padding-left: 1em;
}
.l-container .is-style-vk-group-alert-success {
  background-color: #fff;
  color: var(--color-accent-2);
  border: 1px solid var(--color-accent-2);
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
}
.l-container .is-style-vk-group-alert-success ul {
  padding-left: 1em;
}
.l-container .is-style-vk-group-alert-warning {
  background-color: transparent;
  color: #ab2800;
  border-radius: 5px;
  border: 1px solid #ab2800;
  padding: 1em;
}
.l-container .is-style-vk-group-alert-warning ul {
  padding-left: 1em;
}
.l-container .is-style-vk-group-alert-danger {
  background-color: #fef1e5;
  color: #f67000;
  border-radius: 0px;
  border: 1px solid #fab780;
  padding: 1em;
}
.l-container .is-style-vk-group-alert-danger ul {
  padding-left: 1em;
}

ul.is-style-vk-arrow-mark li::before,
ul.is-style-vk-triangle-mark li::before,
ul.is-style-vk-check-mark li::before,
ul.is-style-vk-check-circle-mark li::before,
ul.is-style-vk-check-square-mark li::before,
ul.is-style-vk-handpoint-mark li::before,
ul.is-style-vk-pencil-mark li::before,
ul.is-style-vk-smile-mark li::before,
ul.is-style-vk-frown-mark li::before,
ol.is-style-vk-arrow-mark li::before,
ol.is-style-vk-triangle-mark li::before,
ol.is-style-vk-check-mark li::before,
ol.is-style-vk-check-circle-mark li::before,
ol.is-style-vk-check-square-mark li::before,
ol.is-style-vk-handpoint-mark li::before,
ol.is-style-vk-pencil-mark li::before,
ol.is-style-vk-smile-mark li::before,
ol.is-style-vk-frown-mark li::before {
  color: var(--color-accent-1);
}

ul.is-style-vk-numbered-circle-mark li::before,
ul.is-style-vk-numbered-square-mark li::before,
ol.is-style-vk-numbered-circle-mark li::before,
ol.is-style-vk-numbered-square-mark li::before {
  background: var(--color-accent-1);
  color: var(--color-white);
}

.is-style-vk-heading-background_fill_lightgray {
  background-color: var(--color-accent-3);
}

.is-style-vk-heading-double_black,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-double_black,
.is-style-vk-heading-double_bottomborder_black,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-double_bottomborder_black,
.is-style-vk-heading-solid_black,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-solid_black,
.is-style-vk-heading-solid_bottomborder_black,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-solid_bottomborder_black,
.is-style-vk-heading-dotted_bottomborder_black,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-dotted_bottomborder_black,
.is-style-vk-heading-both_ends::before,
.is-style-vk-heading-both_ends::after,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::before,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::after,
.is-style-vk-heading-both_ends::before,
.is-style-vk-heading-both_ends::after,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::before,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::after,
.is-style-vk-heading-brackets_black::before,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-brackets_black::before,
.is-style-vk-heading-brackets_black::after,
.editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-brackets_black::after {
  border-color: var(--color-accent-1);
}

.is-style-vk-heading-both_ends::before {
  margin-right: 0.2em;
}

.is-style-vk-heading-both_ends::after {
  margin-left: 0.2em;
}

/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-list dt {
  margin: 0 10px 0 0;
}

.gallery-list li {
  margin: 0 10px 0 0;
}

/*固定ヘッダー分targetリンク調整*/
/* アンカーリンクのスクロール位置調整 */
/* スムーススクロールを有効化 */
html {
  scroll-behavior: smooth;
}

/* PC（768px以上） */
:target,
h3[id],
h6[id] {
  scroll-margin-top: 142px;
}

/* スマホ・タブレット（728px以下） */
@media (max-width: 728px) {
  :target,
  h3[id],
  h6[id] {
    scroll-margin-top: 80px;
  }
}
/*!
project > p-main-nav
------------------------------
*/
/*グローバルメニュー*/
.p-main-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 0 2.5em;
}
@media (max-width: 1074px) {
  .p-main-nav-menu {
    gap: 0 1.5em;
  }
}
.p-main-nav-listitem {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-main-nav-listitem > a {
  display: block;
  color: var(--color-base);
  padding: 10px 0px;
  position: relative;
}
@media (max-width: 1176px) {
  .p-main-nav-listitem > a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 0px;
  }
}
@media (max-width: 1120px) {
  .p-main-nav-listitem > a {
    padding: 10px 0px;
  }
}
@media (max-width: 1020px) {
  .p-main-nav-listitem > a {
    padding: 10px 0px;
  }
}
.p-main-nav-listitem > a:hover {
  text-decoration: none;
  color: var(--color-link-hover);
}
.p-main-nav-listitem > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
}
.p-main-nav-listitem > a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0px;
  left: 0%;
  /*線の形状*/
  width: 100%;
  height: 4px;
  background: var(--color-link-hover);
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左上基点*/
}
.p-main-nav-listitem.current_page_item a:hover {
  color: var(--color-link-hover);
}
.p-main-nav-listitem.current_page_item a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
}

/*!
project > p-sub-menu
------------------------------

/*ドロップダウンメニュー*/
.p-sub-menu {
  width: 100%;
  color: #001628;
  position: absolute;
  left: 0;
  top: 112px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background-color: #fff;
  z-index: 101;
  display: none;
}
.p-sub-menu:after {
  content: "";
  display: table;
  clear: both;
}
.p-sub-menu .sub-inner {
  max-width: 1176px;
  width: 1176px;
  margin: 0px auto 0;
  padding: 0px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
}
@media (max-width: 1176px) {
  .p-sub-menu .sub-inner {
    width: 100%;
    padding: 0px 0px 0px 40px;
  }
}
@media (max-width: 1074px) {
  .p-sub-menu .sub-inner {
    padding: 0px 0px 0px 40px;
    gap: 0 16px;
  }
}
.p-sub-menu .sub-inner__title {
  width: 460px;
}
.p-sub-menu .sub-inner__title .wp-block-image {
  margin-left: -80px;
  max-height: 241px;
  overflow: hidden;
}
.p-sub-menu .sub-inner__title .wp-block-image img {
  width: 100%;
  height: auto;
  max-width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-sub-menu .sub-inner__title .c-title_parts-title a {
  color: #005bab;
  padding-right: 93px;
  background-image: url(asset/images/btn_image.png);
  background-position: right 0px top 3px;
  background-repeat: no-repeat;
}
.p-sub-menu .sub-inner__title .c-title_parts-title a:hover {
  color: #005bab;
  background-position: right 16px top 3px;
}
@media (max-width: 1074px) {
  .p-sub-menu .sub-inner__title {
    width: 300px;
  }
  .p-sub-menu .sub-inner__title .c-title_parts-title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1;
  }
  .p-sub-menu .sub-inner__title .c-title_parts-title a {
    padding-right: 44px;
    background-image: url(asset/images/btn_image.png);
    background-position: right 0px top 0px;
    background-repeat: no-repeat;
    background-size: 35px;
  }
  .p-sub-menu .sub-inner__title .c-title_parts-title a:hover {
    background-position: right 6px top 0px;
  }
}
.p-sub-menu .sub-inner__contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 60px;
}
@media (max-width: 1074px) {
  .p-sub-menu .sub-inner__contents {
    padding-top: 20px;
  }
}
.p-sub-menu .menu_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3つのメニューを横に並べる */
  gap: 10px;
  list-style: none;
  padding: 0;
}
.p-sub-menu .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; /* サブメニューの表示のため */
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (max-width: 1074px) {
  .p-sub-menu .menu-item {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
}
.p-sub-menu .menu-item a {
  color: #001628;
  text-align: left;
  display: block;
  padding-left: 1.5em;
  background-image: url(asset/images/point_triangle_blue.png);
  background-position: left 0px center;
  background-repeat: no-repeat;
}
.p-sub-menu .menu-item a:hover {
  color: #005bab;
  background-position: left 10px center;
}
@media (max-width: 1074px) {
  .p-sub-menu .menu-item a {
    padding-left: 0.8em;
  }
  .p-sub-menu .menu-item a:hover {
    background-position: left 5px center;
  }
}
.p-sub-menu .menu-item-has-children {
  grid-column: span 3; /* 1行全体に表示 */
  position: relative; /* サブメニューを親要素の中に絶対配置するため */
}
.p-sub-menu .sub-menu {
  display: grid;
  grid-template-columns: 6em 12em 6em 6em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  list-style: none;
  padding: 1.5em 0 1.5em 1.5em;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media (max-width: 1074px) {
  .p-sub-menu .sub-menu {
    grid-template-columns: 6em 12em 6em;
    gap: 3px;
    padding: 0.5em 0 0.5em 0.8em;
  }
}
.p-sub-menu .sub-menu .menu-item {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
}
@media (max-width: 1074px) {
  .p-sub-menu .sub-menu .menu-item {
    font-size: 13.5px;
    font-size: 0.84375rem;
    letter-spacing: 0;
  }
}
.p-sub-menu .sub-menu .menu-item a {
  text-align: left;
  display: block;
  padding-left: 0px;
  background-image: none;
}
.p-sub-menu .sub-menu .menu-item a:hover {
  color: #005bab;
}
.p-sub-menu {
  /* レスポンシブ対応 */
}
@media (max-width: 768px) {
  .p-sub-menu .menu_list {
    grid-template-columns: 1fr 1fr; /* メニューを2列に */
  }
  .p-sub-menu .menu-item-has-children {
    grid-column: span 2; /* メニュー04を2列に対応 */
  }
  .p-sub-menu .sub-menu {
    grid-template-columns: repeat(2, 1fr); /* サブメニューを2列に */
  }
}
@media (max-width: 480px) {
  .p-sub-menu .menu_list {
    grid-template-columns: 1fr; /* メニューを1列に */
  }
  .p-sub-menu .menu-item-has-children {
    grid-column: span 1; /* メニュー04も1列に */
  }
  .p-sub-menu .sub-menu {
    grid-template-columns: 1fr; /* サブメニューを1列に */
  }
}

.company_contents .p-sub-menu .sub-inner__contents {
  padding-top: 20px;
}
.company_contents .p-sub-menu .menu-item.jigyou {
  position: relative;
}
.company_contents .p-sub-menu .menu-item.jigyou .sub-menu {
  padding: 0.3em 0 0.3em 1.5em;
  gap: 4px 10px;
}
.company_contents .p-sub-menu .menu-item.jigyou_group {
  position: relative;
  margin-top: 4em;
}
.company_contents .p-sub-menu .menu-item.jigyou_group .sub-menu {
  padding: 0.3em 0 0.3em 1.5em;
  grid-template-columns: 9em 13em;
  gap: 4px 10px;
}

/*!
project > _p-gnav.scss
------------------------------
*/
/*グローバルサブメニュー*/
.p-gnav {
  width: 100%;
}
.p-gnav ul.p-gnav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.p-gnav ul.p-gnav-menu li.menu-item {
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-gnav ul.p-gnav-menu li.menu-item a {
  display: block;
  min-width: 100px;
  padding: 14px 16px;
  color: var(--color-base) !important;
  text-decoration: none;
  position: relative;
  text-align: center;
}
@media (max-width: 1280px) {
  .p-gnav ul.p-gnav-menu li.menu-item a {
    padding: 14px 10px;
  }
}
@media (max-width: 1120px) {
  .p-gnav ul.p-gnav-menu li.menu-item a {
    padding: 14px 8px;
  }
}
.p-gnav ul.p-gnav-menu li.menu-item a:hover {
  color: var(--color-link-hover) !important;
}
.p-gnav ul.p-gnav-menu li.menu-item.current_page_item a {
  color: var(--color-link-hover) !important;
}

/*ドロップダウンメニュー*/
/*!
project > _p-drawer
------------------------------
*/
/*ハンバーガーメニュー用*/
/* Wrapper */
#wrapper .drawer-hamburger-icon,
#wrapper .drawer-hamburger-icon:after,
#wrapper .drawer-hamburger-icon:before {
  height: 3px;
  border-radius: 3px;
}
#wrapper .drawer-hamburger-icon {
  background-color: transparent !important;
}
#wrapper .drawer-hamburger-icon:before {
  top: 0;
}
#wrapper .drawer-hamburger-icon:after {
  top: 7px;
}

/* Drawer Open */
.drawer-open #wrapper .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open #wrapper .drawer-hamburger-icon:after {
  top: 0;
}

/* Menu and Drawer */
.menu-sp_menu-container ul.drawer-menu {
  margin: 0;
  list-style: none;
  padding: 16px 8px;
}
.menu-sp_menu-container ul.drawer-menu li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 4px;
}
.menu-sp_menu-container ul.drawer-menu li a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--color-white);
  padding: 5px 0px;
  text-decoration: none;
}
.menu-sp_menu-container ul.drawer-menu li a:hover {
  text-decoration: none;
  background-color: var(--color-link-2nd);
  color: var(--color-white);
  outline: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-sp_menu-container ul.drawer-menu li.drawer-dropdown a {
  display: block;
}
.menu-sp_menu-container ul.drawer-menu li.drawer-dropdown a:first-child {
  position: relative;
}
.menu-sp_menu-container ul.drawer-menu li.drawer-dropdown a:first-child::after {
  position: absolute;
  content: "＋";
  top: 5px;
  right: 0;
}
.menu-sp_menu-container ul.drawer-menu li.drawer-dropdown a:first-child.active::after {
  content: "－";
}
.menu-sp_menu-container ul.drawer-menu li ul.drawer-dropdown-menu {
  padding: 8px;
  font-size: 16px;
  background-color: var(--color-white);
}
.menu-sp_menu-container ul.drawer-menu li ul.drawer-dropdown-menu li a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  padding: 3px 0px;
  color: var(--color-link-2nd);
}
.menu-sp_menu-container ul.drawer-menu li ul.drawer-dropdown-menu li a.category {
  padding-left: 0.5em;
}
.menu-sp_menu-container ul.drawer-menu li ul.drawer-dropdown-menu li a:hover {
  text-decoration: none;
  background-color: var(--color-bg-accent-4);
  color: var(--color-white);
  outline: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Hover State */
.menu-sp_menu-container ul.drawer-menu li a:hover,
.menu-sp_menu-container ul.drawer-dropdown-menu li a:hover {
  text-decoration: none;
  color: var(--color-white);
  outline: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Drawer Dropdown */
.drawer-dropdown-menu {
  background-color: inherit;
}

.drawer-dropdown a {
  display: block;
}
.drawer-dropdown a:first-child {
  position: relative;
}
.drawer-dropdown a:first-child::after {
  content: "＋";
  position: absolute;
  top: 5px;
  right: 0;
  color: var(--color-white);
}
.drawer-dropdown a:first-child.active::after {
  content: "－";
  color: var(--color-white);
}

/* Nested Menu */
.menu-sp_menu-container ul.drawer-menu li ul {
  padding: 8px;
  font-size: 16px;
  background-color: var(--color-white);
}
.menu-sp_menu-container ul.drawer-menu li ul li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-accent-1);
  padding: 3px 0;
}
.menu-sp_menu-container ul.drawer-menu li ul li a::after, .menu-sp_menu-container ul.drawer-menu li ul li a.active::after {
  display: none;
}
.menu-sp_menu-container ul.drawer-menu li ul li a:hover {
  color: rgba(0, 54, 146, 0.6);
}

/* Caret Icon */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 18px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* Toggle States */
.down-toggle {
  position: relative;
  color: var(--color-white) !important;
}
.down-toggle:after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  color: var(--color-white) !important;
}
.down-toggle a {
  color: var(--color-white) !important;
}

.down.open .down-toggle:after {
  content: "⌵";
  right: 13px;
}

/*!
 > project > p-section
------------------------------
*/
.p-scroll-point .p-section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 425px) {
  .p-scroll-point .p-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--margin-xs);
  }
}

.p-scroll-point.p-section-area-2 .p-section-inner,
.p-scroll-point.p-section-area-4 .p-section-inner,
.p-scroll-point.p-section-area-6 .p-section-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 425px) {
  .p-scroll-point.p-section-area-2 .p-section-inner,
  .p-scroll-point.p-section-area-4 .p-section-inner,
  .p-scroll-point.p-section-area-6 .p-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--margin-xs);
  }
}

.p-section-contents {
  width: 722px;
}
@media (max-width: 425px) {
  .p-section-contents {
    width: 100%;
  }
}
.p-section-contents .p-section-image img {
  border-radius: 30px;
}
.p-section-contents h3 {
  color: rgba(0, 0, 0, 0);
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  text-align: left;
  -webkit-text-stroke: 1.5px var(--color-base);
  text-shadow: 2px 2px var(--color-accent-1);
  line-height: 1.75;
  margin: var(--margin-lg) 0 var(--margin-sm);
}
@media (max-width: 781px) {
  .p-section-contents h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
    text-shadow: 1.5px 1.5px var(--color-accent-1);
  }
}
@media (max-width: 375px) {
  .p-section-contents h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.p-section-contents p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1em;
  margin-bottom: var(--margin-sm);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 375px) {
  .p-section-contents p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.p-section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 120px;
  gap: 16px 8px;
}
@media (max-width: 425px) {
  .p-section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.p-section-title .p-section-no {
  color: rgba(0, 0, 0, 0);
  font-size: 86px;
  font-size: 5.375rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  text-align: left;
  -webkit-text-stroke: 1.5px var(--color-base);
  text-shadow: 2.3px 2.3px var(--color-accent-1);
  margin: 0;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 425px) {
  .p-section-title .p-section-no {
    font-size: 70px;
    font-size: 4.375rem;
    -webkit-text-stroke: 1.7px var(--color-base);
    text-shadow: 2.1px 2.1px var(--color-accent-1);
  }
}
@media (max-width: 375px) {
  .p-section-title .p-section-no {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.p-section-title .p-section-heading {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 28px;
  font-size: 1.75rem;
  color: var(--color-base);
  letter-spacing: 0.05em;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0;
}
.p-section-title .p-section-heading span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: -0.7em;
}
@media (max-width: 425px) {
  .p-section-title .p-section-heading {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  .p-section-title .p-section-heading span {
    margin-left: -0.5em;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 375px) {
  .p-section-title .p-section-heading {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.p-section-table th {
  width: 6.5em;
}

/*!
project > p-contact
------------------------------
*/
.p-contact {
  color: var(--color-white);
  background-color: var(--color-bg-accent-3);
  line-height: 1.75;
  padding: var(--padding-lg) 0;
}
.p-contact a {
  color: var(--color-white);
}
.p-contact__inner {
  margin: 0 auto;
}
.p-contact__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  margin: 0 0 var(--margin-sm) 0;
}
.p-contact__title strong {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.025em;
  margin-right: 1em;
}
@media (max-width: 781px) {
  .p-contact__title strong {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-contact__tel {
  font-size: 20.5px;
  font-size: 1.28125rem;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
}
.p-contact__tel strong {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.p-contact__hour {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 1;
}
.p-contact__flexcontents {
  max-width: 678px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .p-contact__flexcontents {
    width: 100%;
    gap: 1em;
  }
}
.p-contact .vk_button .vk_button_link.btn,
.p-contact .editor-styles-wrapper .vk_button .vk_button_link.btn {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 1em 3em;
  min-width: 300px;
  border-radius: 30px;
  color: var(--color-base) !important;
  background-color: var(--color-white);
}
.p-contact .vk_button .vk_button_link.btn:hover,
.p-contact .editor-styles-wrapper .vk_button .vk_button_link.btn:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-white) !important;
  background-color: var(--color-btn);
}

/*!
project > _p-footer
------------------------------
*/
.p-footer__left-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer__logo {
  text-align: left;
  margin-bottom: 20px;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0;
  line-height: 1.75;
}
@media (max-width: 781px) {
  .p-footer__logo {
    margin-bottom: 16px;
  }
}
.p-footer__address {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
}
.p-footer__copyright {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (max-width: 425px) {
  .p-footer__copyright {
    text-align: center;
    width: 100%;
  }
}

body.pop .p-footer__copyright {
  text-align: center;
}

/*ナビゲーション*/
@media (max-width: 781px) {
  .p-footer__navi {
    display: none;
  }
}
.p-footer__navi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1074px) {
  .p-footer__navi-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.p-footer__navi-list .menu-item {
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  margin: 0px 0px 1em 0px;
  text-align: left;
}
.p-footer__navi-list .menu-item li > a {
  display: block;
  color: var(--color-white);
}
.p-footer__navi-list .menu-item li > a:hover {
  color: var(--color-link-2nd);
}
.p-footer__navi-list .menu-item ul.sub-menu {
  margin-top: 1em;
  margin-left: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1074px) {
  .p-footer__navi-list .menu-item ul.sub-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8em;
  }
  .p-footer__navi-list .menu-item ul.sub-menu:has(li.title) {
    display: inline-block;
    margin: 0;
  }
}
.p-footer__navi-list .menu-item ul.sub-menu li {
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0;
  margin: 0px 0px 0.8em 0px;
  text-align: left;
}
.p-footer__navi-list .menu-item ul.sub-menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1074px) {
  .p-footer__navi-list .menu-item ul.sub-menu li {
    margin: 0;
  }
}
.p-footer__navi-list .menu-item ul.sub-menu li > a {
  display: block;
  color: var(--color-link-2nd);
}
.p-footer__navi-list .menu-item ul.sub-menu li > a:hover {
  color: var(--color-link-2nd-hover);
}
.p-footer__navi-list .menu-item ul.sub-menu li.title {
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  margin: 0px 0px 1em -1em;
  text-align: left;
}
.p-footer__navi-list .menu-item ul.sub-menu li.title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1074px) {
  .p-footer__navi-list .menu-item ul.sub-menu li.title {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .p-footer__navi-list .menu-item ul.sub-menu li.title:last-child {
    margin-right: 0;
  }
}
.p-footer__navi-list .menu-item ul.sub-menu li.title > a {
  display: block;
  color: var(--color-white);
}
.p-footer__navi-list .menu-item ul.sub-menu li.title > a:hover {
  color: var(--color-link-2nd);
}

/*ボトムナビゲーション*/
.p-footer__bottom-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  margin: var(--margin-md) 0 0 0;
  padding: 0;
}
@media (max-width: 425px) {
  .p-footer__bottom-nav__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__bottom-nav__list .menu-item {
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-footer__bottom-nav__list .menu-item > a {
  display: block;
  color: var(--color-white);
}
.p-footer__bottom-nav__list .menu-item > a:hover {
  color: var(--color-link-2nd);
}

/*!
project > _p-top
------------------------------
*/
.p-top section .wp-block-group__inner-container {
  max-width: 1074px;
  width: 1074px;
  margin: 0 auto;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
}
@media (max-width: 1074px) {
  .p-top section .wp-block-group__inner-container {
    width: 100%;
  }
}
.p-top section .wp-block-group__inner-container {
  /*右側へ要素を広げる（1カラム）*/
}
.p-top section .wp-block-group__inner-container .outside-right {
  margin-right: calc(50% - 50vw);
}
.p-top section .wp-block-group__inner-container .outside-right figure.wp-block-image {
  margin: 0;
}
.p-top section .wp-block-group__inner-container .outside-right {
  min-width: 60%;
}
@media (max-width: 781px) {
  .p-top section .wp-block-group__inner-container .outside-right {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top section .wp-block-group__inner-container {
  /*左側へ要素を広げる（1カラム）*/
}
.p-top section .wp-block-group__inner-container .outside-left {
  margin-left: calc(50% - 50vw);
}
.p-top section .wp-block-group__inner-container .outside-left figure.wp-block-image {
  margin: 0;
}
.p-top section .wp-block-group__inner-container .outside-left {
  min-width: 60%;
}
@media (max-width: 781px) {
  .p-top section .wp-block-group__inner-container .outside-left {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top section .wp-block-group__inner-container .outside-left h3.top_title {
    margin-left: calc(50% - 40vw);
  }
}
.p-top section .wp-block-group__inner-container p {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 425px) {
  .p-top section .wp-block-group__inner-container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top__news__inner {
  gap: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__news__inner .left_contents {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-basis: 155px !important;
      -ms-flex-preferred-size: 155px !important;
          flex-basis: 155px !important;
  width: 155px;
}
@media (max-width: 781px) {
  .p-top__news__inner .left_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-top__news__inner .left_contents .c-button-point {
    margin-top: 0 !important;
    margin-left: 1em;
    margin-bottom: 1.2em;
  }
}
.p-top__news__inner .right_contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 674px;
}
@media (max-width: 781px) {
  .p-top__news__inner .right_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
  }
}
.p-top__about {
  background-color: var(--color-bg-accent-1);
  background-image: url(asset/images/top/about_back_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top__about__inner {
  gap: 16px var(--padding-lg);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 781px) {
  .p-top__about__inner {
    gap: 16px;
  }
}
.p-top__about__inner .left_contents {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-basis: 510px !important;
      -ms-flex-preferred-size: 510px !important;
          flex-basis: 510px !important;
  width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 781px) {
  .p-top__about__inner .left_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top__about__inner .left_contents .c-button-point {
    margin-top: 0 !important;
    margin-left: 1em;
    margin-bottom: 1.2em;
  }
}
.p-top__about__inner .right_contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 60%;
  margin-right: calc(50% - 50vw);
}
.p-top__about__inner .right_contents figure.wp-block-image {
  margin: 0;
  padding-top: 30px;
  margin-bottom: -30px;
  max-height: 584px;
  overflow-y: hidden;
}
@media (max-width: 781px) {
  .p-top__about__inner .right_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top__business-top__inner {
  gap: 16px var(--padding-lg);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__business-top__inner .left_contents {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-basis: 386px !important;
      -ms-flex-preferred-size: 386px !important;
          flex-basis: 386px !important;
  width: 386px;
}
@media (max-width: 781px) {
  .p-top__business-top__inner .left_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
  }
}
.p-top__business-top__inner .right_contents {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 510px;
}
@media (max-width: 781px) {
  .p-top__business-top__inner .right_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
  }
}
.p-top__business-bottom__inner {
  gap: 16px var(--padding-lg);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__business-bottom__inner .left_contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 60%;
  margin-left: calc(50% - 50vw);
}
.p-top__business-bottom__inner .left_contents figure.wp-block-image {
  margin: 0;
  max-height: 444px;
  overflow-y: hidden;
}
@media (max-width: 781px) {
  .p-top__business-bottom__inner .left_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top__business-bottom__inner .left_contents figure#area01 {
  background-image: url(asset/images/top/business/business001.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__business-bottom__inner .left_contents figure#area01.top-business001 {
  background-image: url(asset/images/top/business/business001.jpg);
}
.p-top__business-bottom__inner .left_contents figure#area01.top-business002 {
  background-image: url(asset/images/top/business/business002.jpg);
}
.p-top__business-bottom__inner .left_contents figure#area01.top-business003 {
  background-image: url(asset/images/top/business/business003.jpg);
}
.p-top__business-bottom__inner .left_contents figure#area01.top-business004 {
  background-image: url(asset/images/top/business/business004.jpg);
}
.p-top__business-bottom__inner .left_contents figure#area01 img {
  opacity: 0;
}
.p-top__business-bottom__inner .right_contents {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 510px;
}
@media (max-width: 781px) {
  .p-top__business-bottom__inner .right_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
  }
}
.p-top__business-bottom__inner .right_contents .is-style-underline_arrow_list li {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
}
.p-top__business-bottom-md__inner {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__business-bottom-md__inner.wp-block-columns.is-not-stacked-on-mobile {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__business-bottom-md__inner {
  gap: 1em 2em;
}
.p-top__business-bottom-md__inner .wp-block-column {
  -webkit-flex-basis: 47% !important;
      -ms-flex-preferred-size: 47% !important;
          flex-basis: 47% !important;
}
.p-top__business-bottom-md__inner .wp-block-column .wp-block-image {
  margin: 0;
}
.p-top__business-bottom-md__inner .wp-block-column .wp-block-image a {
  display: block;
}
.p-top__business-bottom-md__inner .wp-block-column .wp-block-list {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
.p-top__business-bottom-md__inner .wp-block-column .wp-block-list li {
  position: relative;
  background-image: url(asset/images/point_triangle_blue.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  padding: 1em 0;
  color: var(--color-base);
}
.p-top__business-bottom-md__inner .wp-block-column .wp-block-list li:hover {
  color: var(--color-link-hover);
  text-decoration: none;
  background-position: right 0px center;
}
.p-top__business-bottom-md__inner .wp-block-column .wp-block-list a {
  display: block;
  color: var(--color-base);
}
.p-top__business-bottom-md__inner .wp-block-column .wp-block-list a:hover {
  color: var(--color-link-hover);
}
.p-top__works__inner {
  gap: 16px var(--padding-lg);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__works__inner .left_contents {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-basis: 510px !important;
      -ms-flex-preferred-size: 510px !important;
          flex-basis: 510px !important;
  width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 781px) {
  .p-top__works__inner .left_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top__works__inner .right_contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top__works-slide {
  margin-top: var(--margin-md);
  /*施工事例スライダー*/
}
.p-top__works-slide .wp-block-group__inner-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 1px 0 0 0 !important;
  background-color: var(--color-bg-accent-2);
}
.p-top__works-slide #ourworks_slider_wrapper {
  position: relative;
  margin-top: -4%;
}
@media (max-width: 425px) {
  .p-top__works-slide #ourworks_slider_wrapper {
    margin-top: 16px;
  }
}
.p-top__works-slide #slide_wrapper {
  position: relative;
}
.p-top__works-slide #slide_wrapper .swiper-pagination {
  bottom: 0px;
}
.p-top__works-slide #slide_wrapper .swiper-button-next {
  display: none;
}
.p-top__works-slide #slide_wrapper .swiper-button-prev {
  display: none;
}
.p-top__works-slide .swiper {
  padding: 5% 0;
  margin-top: -30px;
}
.p-top__works-slide .swiper-slide {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__works-slide .swiper-slide figure {
  background-color: var(--color-base);
}
.p-top__works-slide .swiper-slide img {
  opacity: 0.5;
  width: 100%;
}
.p-top__works-slide .swiper-slide:hover img {
  opacity: 1;
}
.p-top__works-slide .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important; /* スライドの大きさ調整 */
}
.p-top__works-slide .swiper-slide-active figure {
  background-color: var(--color-white);
}
.p-top__works-slide .swiper-slide-active img {
  opacity: 1;
}
.p-top__blog {
  padding: var(--padding-md) 0 var(--padding-xxl);
  background-image: -webkit-linear-gradient(right, var(--color-white) 80px, var(--color-bg-accent-1) 80px 100%);
  background-image: linear-gradient(-90deg, var(--color-white) 80px, var(--color-bg-accent-1) 80px 100%);
}
@media (max-width: 781px) {
  .p-top__blog {
    background-image: -webkit-linear-gradient(right, var(--color-white) 40px, var(--color-bg-accent-1) 40px 100%);
    background-image: linear-gradient(-90deg, var(--color-white) 40px, var(--color-bg-accent-1) 40px 100%);
    padding: var(--padding-xxl) 0 var(--padding-xxl);
  }
}
@media (max-width: 425px) {
  .p-top__blog {
    background-image: none;
    background-color: var(--color-bg-accent-1);
  }
}
.p-top__blog__inner {
  gap: 16px var(--padding-lg);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__blog__inner .left_contents {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-basis: 510px !important;
      -ms-flex-preferred-size: 510px !important;
          flex-basis: 510px !important;
  width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 781px) {
  .p-top__blog__inner .left_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top__blog__inner .left_contents .c-button-point {
    margin-top: 0 !important;
    margin-left: 1em;
    margin-bottom: 1.2em;
  }
}
@media (max-width: 425px) {
  .p-top__blog__inner .left_contents {
    -webkit-flex-basis: 90px !important;
        -ms-flex-preferred-size: 90px !important;
            flex-basis: 90px !important;
    width: 90px;
  }
}
.p-top__blog__inner .right_contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 60%;
  margin-right: calc(50% - 50vw);
}
.p-top__blog__inner .right_contents figure.wp-block-image {
  margin: 0;
  padding-top: 30px;
  margin-bottom: -30px;
  max-height: 584px;
  overflow-y: hidden;
}
@media (max-width: 781px) {
  .p-top__blog__inner .right_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top__banners__inner {
  gap: var(--padding-sm);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__banners__inner .left_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--padding-sm);
}
.p-top__recruit {
  background-color: var(--color-bg-accent-1);
  padding: var(--padding-lg) 0;
}
.p-top__recruit__inner {
  gap: 16px var(--padding-lg);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__recruit__inner .left_contents {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-basis: 510px !important;
      -ms-flex-preferred-size: 510px !important;
          flex-basis: 510px !important;
  width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 781px) {
  .p-top__recruit__inner .left_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top__recruit__inner .left_contents .c-button-point {
    margin-top: 0 !important;
    margin-left: 1em;
    margin-bottom: 1.2em;
  }
}
.p-top__recruit__inner .right_contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 60%;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 781px) {
  .p-top__recruit__inner .right_contents {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 425px) {
  .p-top__recruit__inner .right_contents {
    margin-right: 0;
  }
}

/*!
 > project > p-article
------------------------------
*/
.p-article .l-main-contents .wp-block-heading {
  margin-bottom: 1.5rem;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-plain {
  font-weight: normal;
  border: 0px none transparent;
  padding: 0;
  color: inherit;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-article .l-main-contents .wp-block-heading.is-style-text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-background_fill_lightgray {
  background-color: var(--color-accent-3);
  padding: 10px;
  border-radius: 5px;
  border: 0px none transparent;
  color: inherit;
  letter-spacing: 0.05em;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-solid_black {
  background-color: var(--color-accent-1);
  color: white;
  padding: 10px;
  border-radius: 5px;
  border: 0px none transparent;
  letter-spacing: 0.05em;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-solid_bottomborder_black {
  border: 0px none transparent;
  padding: 0;
  color: inherit;
  border-bottom: 2px solid var(--color-accent-1);
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
.p-article .l-main-contents h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: var(--color-base);
  margin-top: var(--margin-sm);
  margin-bottom: var(--margin-lg);
}
@media (max-width: 781px) {
  .p-article .l-main-contents h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 425px) {
  .p-article .l-main-contents h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-article .l-main-contents h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-base);
  margin: var(--margin-sm) auto var(--margin-lg);
}
@media (max-width: 781px) {
  .p-article .l-main-contents h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 425px) {
  .p-article .l-main-contents h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-article .l-main-contents h3.is-style-vk-heading-brackets_black {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
}
.p-article .l-main-contents h3.is-style-vk-heading-brackets_black::before {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  display: inline-block;
  margin-left: 0;
  border-top: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  background: unset;
  border-left: solid 2px currentColor;
  left: 0;
}
.p-article .l-main-contents h3.is-style-vk-heading-brackets_black::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  display: inline-block;
  margin-left: 0;
  border-top: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  background: unset;
  border-right: solid 2px currentColor;
  right: 0;
}
.p-article .l-main-contents h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-base);
  margin-top: var(--margin-xs);
  margin-bottom: var(--margin-xs);
}
@media (max-width: 781px) {
  .p-article .l-main-contents h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 425px) {
  .p-article .l-main-contents h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-article .l-main-contents h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-base);
  margin: var(--margin-sm) auto var(--margin-lg);
}
@media (max-width: 781px) {
  .p-article .l-main-contents h5 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 425px) {
  .p-article .l-main-contents h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-article .l-main-contents h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-base);
  margin: var(--margin-sm) auto var(--margin-lg);
}
.p-article .l-main-contents p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: var(--color-base);
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 425px) {
  .p-article .l-main-contents p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.p-article .l-main-contents ul {
  margin: 1em 0 1em;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.p-article .l-main-contents ul li {
  line-height: 1.75;
}
.p-article .l-main-contents ul li + li {
  margin-top: 1em;
}
.p-article .l-main-contents ol {
  margin: 1em 0 1em;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.p-article .l-main-contents ol li {
  line-height: 1.75;
}
.p-article .l-main-contents ol li + li {
  margin-top: 1em;
}
@media (max-width: 781px) {
  .p-article .l-main-contents .pagemenu {
    gap: 0em 2em;
  }
}
.p-article .l-main-contents .pagemenu ul {
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  margin: 1em 0.5em 1em 0;
}
.p-article .l-main-contents .pagemenu ol {
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  margin: 1em 0.5em 1em 0;
}
.p-article .l-main-contents strong {
  color: inherit;
}

.p-article .l-main-contents .wp-block-separator {
  border-bottom: 1px solid #d4d7da !important;
  margin: var(--margin-md) auto;
}
.p-article .l-main-contents .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: auto;
  max-width: 688px;
}

.p-article .l-main-contents .is-style-point_box01 {
  padding: 2em; /*内側の余白*/
  border: 3px solid var(--color-bg-gray);
  position: relative;
  z-index: 0;
}
.p-article .l-main-contents .is-style-point_box01:before {
  border-top: 3px solid var(--color-accent-1);
  border-left: 3px solid var(--color-accent-1);
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.p-article .l-main-contents .is-style-point_box02 {
  padding: 2em; /*内側余白*/
  position: relative;
  border: 8px solid var(--color-bg-gray); /* 線の太さ・種類・色 */
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-article .l-main-contents .is-style-point_box02:before {
  background-color: var(--color-accent-1); /* ワインポイントの色 */
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.p-article .l-main-contents .is-style-history,
.p-article .l-main-contents .is-style-history_arrow {
  padding: 20px 25px;
  border: 1px solid var(--color-bg-gray);
  margin: 0 0 30px 0;
}
.p-article .l-main-contents .is-style-history .wp-block-heading,
.p-article .l-main-contents .is-style-history_arrow .wp-block-heading {
  margin: 8px 0 3px;
}
.p-article .l-main-contents .is-style-history h6,
.p-article .l-main-contents .is-style-history_arrow h6 {
  padding-left: 0;
  border: none;
  border-bottom: 0px none #ccc;
  margin: 0.8em 0 6px;
  padding: 5px 0 5px 32px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.25;
  position: relative;
}
.p-article .l-main-contents .is-style-history h6::before,
.p-article .l-main-contents .is-style-history_arrow h6::before {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: var(--color-accent-1);
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-article .l-main-contents .is-style-history p,
.p-article .l-main-contents .is-style-history_arrow p {
  padding-left: 32px;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.35;
  letter-spacing: 0.025em;
}
.p-article .l-main-contents .is-style-history p:not(:last-child),
.p-article .l-main-contents .is-style-history_arrow p:not(:last-child) {
  padding-bottom: 0.8em;
  border-bottom: 1px dotted var(--color-bg-gray);
}
.p-article .l-main-contents .is-style-history_arrow {
  position: relative;
  margin-bottom: 65px;
}
.p-article .l-main-contents .is-style-history_arrow::after {
  position: absolute;
  content: "";
  background: url(asset/images/arrow_bottom.png) center 50% no-repeat;
  background-size: 50px 50px;
  display: block;
  overflow: hidden;
  height: 65px;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -65px;
}
.p-article .l-main-contents .is-style-history_arrow.no_arrow {
  margin-bottom: 16px;
}
.p-article .l-main-contents .is-style-history_arrow.no_arrow::after {
  display: none;
}
.p-article .l-main-contents .is-style-jigyo {
  padding: 20px 25px;
  border: 1px solid var(--color-bg-gray);
  margin: 0 0 30px 0;
}
.p-article .l-main-contents .is-style-jigyo .wp-block-heading {
  margin: 8px 0 3px;
}
.p-article .l-main-contents .is-style-jigyo h6 {
  padding-left: 0;
  border: none;
  border-bottom: 0px none #ccc;
  margin: 0.8em 0 6px;
  padding: 5px 0 5px 32px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.25;
  position: relative;
}
.p-article .l-main-contents .is-style-jigyo h6::before {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: var(--color-accent-1);
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-article .l-main-contents .is-style-jigyo h6 img {
  vertical-align: text-top;
}
.p-article .l-main-contents .is-style-jigyo p {
  padding-left: 32px;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.p-article .l-main-contents .is-style-jigyo_point {
  background-color: var(--color-bg-gray-2);
  padding: 1.6em; /*内側の余白*/
  position: relative;
  z-index: 0;
}
.p-article .l-main-contents .is-style-jigyo_point:before {
  content: "POINT";
  color: var(--color-accent-1);
  display: block;
  position: absolute;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: -3px;
  left: -20px;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.35;
  letter-spacing: -0.025em;
  z-index: 1;
}

.p-article .l-main-contents .c-maker_logo-wrapper {
  gap: 32px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-article .l-main-contents .c-maker_logo-wrapper figure.wp-block-image {
  width: 150px;
}
@media (max-width: 425px) {
  .p-article .l-main-contents .c-maker_logo-wrapper figure.wp-block-image {
    width: 100px;
  }
  .p-article .l-main-contents .c-maker_logo-wrapper figure.wp-block-image .wp-element-caption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-article .l-main-contents .c-maker_logo-wrapper figure.wp-block-image img {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-bg-gray);
}

.p-article.type-post .article-header {
  padding: 0.5em;
  border: 0px none;
  border-top: 1px solid var(--color-bg-gray);
  border-bottom: 1px solid var(--color-bg-gray);
  position: relative;
  margin-bottom: var(--margin-sm);
}
.p-article.type-post .article-header::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 15%;
  height: 1px;
  background: var(--color-accent-1);
}
.p-article.type-post .article-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 15%;
  height: 1px;
  background: var(--color-accent-1);
}
.p-article.type-post .article-header .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--color-base);
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 781px) {
  .p-article.type-post .article-header .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .p-article.type-post .article-header .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 375px) {
  .p-article.type-post .article-header .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-article.type-post .article-header .date {
  text-align: right;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--color-link-2nd);
  letter-spacing: 0.1em;
}
/*--------------------------------------*
  * layout
  *--------------------------------------*/
/*!
layout > l-container
------------------------------
*/
#wrapper {
  position: relative;
}

.l-container {
  padding-top: 112px;
  position: relative;
  z-index: 1;
}
@media (max-width: 781px) {
  .l-container {
    padding-top: 60px;
  }
}

body.home .l-container,
body.tpmtest .l-container {
  padding-top: 0px;
}
@media (max-width: 1120px) {
  body.home .l-container,
  body.tpmtest .l-container {
    padding-top: 0px;
  }
}
@media (max-width: 781px) {
  body.home .l-container,
  body.tpmtest .l-container {
    padding-top: 60px;
  }
}

body.pop .l-container {
  padding-top: 0;
}
body.pop .l-main-contents-wrapper {
  padding: 24px;
  margin: 0;
}
body.pop .p-article .l-main-contents h3 {
  margin-top: 0;
}

.l-main-wrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.l-inner-content {
  max-width: 1020px;
  width: 1020px;
  margin: 0px auto 0;
  padding: 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1020px) {
  .l-inner-content {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .l-inner-content {
    width: 100%;
    padding: 0;
  }
}

/*!
layout > l-header
------------------------------
*/
/* ヘッダーのレイアウトスタイル */
.l-header {
  width: 100%;
  background-color: var(--color-white);
  color: var(--color-base);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
}
.l-header__wrapper {
  position: relative;
  width: 100%;
}
.l-header__inner {
  width: 1176px;
  margin: 0 auto;
  height: 112px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1280px) {
  .l-header__inner {
    width: 99%;
    margin: 0 auto;
  }
}
@media (max-width: 781px) {
  .l-header__inner {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4px 8px 0px 8px;
  }
}
@media (max-width: 425px) {
  .l-header__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4px 80px 0px 8px;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 781px) {
  .l-header__right {
    display: none;
  }
}
.l-header__right__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  margin-top: 15px;
}

body.home .l-header {
  background-color: transparent;
}
body.home .l-header.is-in-contnts {
  background-color: var(--color-white);
}

/*!
layout > l-sidebar
------------------------------
*/
/* サイドバーのレイアウトスタイル */
.l-sidebar {
  position: fixed;
  right: 40px;
  top: 76px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .l-sidebar {
    right: 16px;
  }
}
@media (max-width: 1144px) {
  .l-sidebar {
    right: auto;
    left: 220px;
    top: 9px;
    z-index: 60;
  }
}
@media (max-width: 1120px) {
  .l-sidebar {
    display: none;
  }
}
.l-sidebar__inner nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 8px 0;
}
@media (max-width: 1144px) {
  .l-sidebar__inner nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 16px;
  }
}

/*!
layout > l-main-contents
------------------------------
*/
.l-main-contents-wrapper {
  width: 1020px;
  margin: 0 auto var(--margin-xxl);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
}
@media (max-width: 1020px) {
  .l-main-contents-wrapper {
    width: 100%;
  }
}

.l-main-contents {
  min-height: 300px;
  text-align: justify;
  word-break: break-all;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}
@media (max-width: 781px) {
  .l-main-contents {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .l-main-contents {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-main-contents {
  line-height: 1.75;
}

.l-main-contents .wp-block-table table th {
  line-height: 1.5;
  padding: 16px;
  border-color: var(--color-bg-gray);
}
.l-main-contents .wp-block-table table td {
  line-height: 1.5;
  padding: 16px;
  border-color: var(--color-bg-gray);
}
.l-main-contents .wp-block-table.is-style-no-border table th {
  line-height: 1.5;
  padding: 16px;
  border-color: transparent;
}
.l-main-contents .wp-block-table.is-style-no-border table td {
  line-height: 1.5;
  padding: 16px;
  border-color: transparent;
}
.l-main-contents .wp-block-table.rinen table {
  font-size: var(--wp--preset--font-size--medium);
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.l-main-contents .wp-block-table.rinen table th {
  line-height: 1.35;
  padding: 8px;
  border-color: transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
}
.l-main-contents .wp-block-table.rinen table td {
  line-height: 1.35;
  padding: 8px;
  border-color: transparent;
  vertical-align: top;
}
.l-main-contents .company_table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table {
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-color: var(--color-bg-gray);
}
.l-main-contents .company_table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th {
  line-height: 1.5;
  padding: 1em;
  border-color: transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-accent-1);
}
.l-main-contents .company_table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td {
  line-height: 1.5;
  padding: 1em;
  border-color: transparent;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-bg-gray);
}
.l-main-contents.is-style-stripes table th {
  line-height: 1.5;
  padding: 16px;
  border-color: var(--color-bg-gray);
}
.l-main-contents.is-style-stripes table td {
  line-height: 1.5;
  padding: 16px;
  border-color: var(--color-bg-gray);
}

/*!
layout > l-footer
------------------------------
*/
.l-footer {
  padding: var(--padding-lg) 0;
  background-color: var(--color-bg-accent-4);
  color: var(--color-white);
  position: relative;
  margin: 0;
  z-index: 1;
}
.l-footer a {
  color: var(--color-white);
}
.l-footer a:hover {
  color: var(--color-link-2nd);
}
.l-footer-top__inner {
  width: 1144px;
  margin: 0 auto;
}
@media (max-width: 1144px) {
  .l-footer-top__inner {
    width: 95%;
  }
}
.l-footer-bottom__inner {
  width: 1144px;
  margin: var(--padding-md) auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1144px) {
  .l-footer-bottom__inner {
    width: 95%;
  }
}
@media (max-width: 425px) {
  .l-footer-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.l-footer-bottom__left {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.75;
  width: calc(100% - 400px);
}
@media (max-width: 781px) {
  .l-footer-bottom__left {
    width: 49%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 425px) {
  .l-footer-bottom__left {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer-bottom__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 390px;
}
@media (max-width: 781px) {
  .l-footer-bottom__right {
    width: 49%;
  }
}
@media (max-width: 425px) {
  .l-footer-bottom__right {
    width: 100%;
  }
}

/*-------------------
  * page
  -------------------*/
/*!
page > top > top (common)
------------------------------
*/
.top-section-text {
  margin-top: 8px;
}
.top-section-text a {
  color: var(--color-link);
}

/*!
page > top > top-section01
------------------------------
*/
/*!
page > top > top-section02
------------------------------
*/
/*!
page > top > top-section03
------------------------------
*/
/*!
page > sub > sub (common)
------------------------------
*/
.top-section-text {
  margin-top: 8px;
}
.top-section-text a {
  color: var(--color-link);
}

/*!
page > sub > sub-section01
------------------------------
*/
/*!
page > sub > sub-section02
------------------------------
*/
/*!
page > sub > sub-section03
------------------------------
*/