@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
/* MW WP FORM */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

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

main {
  display: block; }

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

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

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; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  overflow: visible; }

[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"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  background: #F1F1F1; }

.p-breadcrumbs + .p-article.article {
  padding-top: 100px; }
  @media screen and (max-width: 959px) {
    .p-breadcrumbs + .p-article.article {
      padding-top: 50px; } }
.p-article__main, .p-article__main--wide {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px; }
  .p-article__main p, .p-article__main--wide p {
    font: 500 16px/2 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #151E2F; }
    @media screen and (max-width: 959px) {
      .p-article__main p, .p-article__main--wide p {
        font-size: 14px; } }
  .p-article__main--wide {
    max-width: 1400px; }
.p-section {
  margin-top: 50px; }
  .p-section__title h3 {
    font: bold 30px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #151E2F;
    letter-spacing: .08em; }
    @media screen and (max-width: 959px) {
      .p-section__title h3 {
        font-size: 20px; } }
  .p-section__main p {
    margin-top: 18px;
    font: 500 16px/2 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #151E2F; }
    @media screen and (max-width: 959px) {
      .p-section__main p {
        font-size: 14px; } }
  .p-section__main ul.p-list-normal {
    margin-top: 18px; }
  .p-section__main .c-table {
    margin-top: 18px; }
  .p-section__main .c-youtube {
    margin-top: 18px; }
.p-list-normal {
  list-style: none; }
  .p-list-normal li {
    position: relative;
    font: 500 14px/2 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #151E2F;
    padding-left: 1em; }
    .p-list-normal li:before {
      content: "";
      width: 4px;
      height: 4px;
      display: block;
      background-color: #151E2F;
      border-radius: 50%;
      position: absolute;
      top: 14px;
      left: 4px;
      margin-right: 5px; }
    .p-list-normal li + li {
      margin-top: 5px; }
    @media screen and (min-width: 960px) {
      .p-list-normal li {
        font: 500 16px/2 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
        .p-list-normal li:before {
          top: 16px;
          left: 5px; } }
.p-list-info__item a {
  display: block;
  text-decoration: none;
  padding: 20px 0 18px;
  border-bottom: 1px solid #E6E7E9;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  .p-list-info__item a:hover {
    background-color: rgba(0, 0, 0, 0.05); }
.p-list-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-list-info__date p {
  font: 500 12px/1 "Poppins", sans-serif;
  color: #82868F; }
  @media screen and (min-width: 960px) {
    .p-list-info__date p {
      font-size: 14px; } }
.p-list-info__cat p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px; }
  .p-list-info__cat p span {
    display: block;
    padding: 3px 10px 4px;
    border: 1px solid #151E2F;
    font: 500 10px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #151E2F; }
    .p-list-info__cat p span + span {
      margin-left: 10px; }
    @media screen and (min-width: 960px) {
      .p-list-info__cat p span {
        font-size: 12px; } }
.p-list-info__ttl {
  margin-top: 5px; }
  .p-list-info__ttl h3 {
    font: 500 14px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #151E2F; }
    @media screen and (min-width: 960px) {
      .p-list-info__ttl h3 {
        font-size: 16px; } }
.p-list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .p-list-tabs li {
    padding: 12px 40px 14px;
    font: 500 14px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    background-color: white;
    border: 1px solid #151E2F;
    color: #151E2F;
    cursor: pointer;
    -webkit-transition: opacity .15s ease, background-color .15s ease, color .15s ease;
    transition: opacity .15s ease, background-color .15s ease, color .15s ease; }
    .p-list-tabs li + li {
      margin-left: 10px; }
    @media screen and (min-width: 960px) {
      .p-list-tabs li:hover {
        opacity: .6; } }
    .p-list-tabs li.js-on {
      background-color: #151E2F;
      color: white; }
.p-list-staff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media screen and (max-width: 959px) {
    .p-list-staff {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }
  .p-list-staff__item {
    display: none; }
    .p-list-staff__item.js-on {
      display: block; }
  .p-list-staff__comment {
    margin-top: 15px;
    font: 500 18px/1.4 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important; }
  .p-list-staff__name {
    margin-top: 15px;
    font: bold 14px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    .p-list-staff__name small {
      font: bold 10px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      margin-left: 10px;
      opacity: .6; }
.p-list-about {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0; }
  @media screen and (max-width: 959px) {
    .p-list-about {
      grid-template-columns: repeat(2, 1fr); } }
  .p-list-about__item {
    background-color: white;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .p-list-about__item:nth-child(1) {
        border-right: 1px solid rgba(21, 30, 47, 0.1);
        border-bottom: 1px solid rgba(21, 30, 47, 0.1); }
      .p-list-about__item:nth-child(2) {
        border-bottom: 1px solid rgba(21, 30, 47, 0.1); }
      .p-list-about__item:nth-child(3) {
        border-right: 1px solid rgba(21, 30, 47, 0.1); } }
    @media screen and (min-width: 960px) {
      .p-list-about__item {
        border-right: 1px solid rgba(21, 30, 47, 0.1); }
        .p-list-about__item:nth-child(4) {
          border-right: 0; } }
    .p-list-about__item p {
      margin-top: 37px;
      font: bold 25px/1 "Poppins", sans-serif !important;
      letter-spacing: 0;
      text-transform: uppercase; }
      @media screen and (max-width: 959px) {
        .p-list-about__item p {
          font-size: 18px !important;
          margin-top: 30px; } }
    .p-list-about__item h2 {
      font: 500 14px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
      margin-bottom: 30px; }
      @media screen and (max-width: 959px) {
        .p-list-about__item h2 {
          margin-bottom: 20px;
          font-size: 10px !important; } }
    .p-list-about__item a {
      -webkit-transition: opacity .15s ease;
      transition: opacity .15s ease; }
      .p-list-about__item a:hover {
        opacity: .6; }
  .p-list-about__img img {
    width: 100%;
    vertical-align: bottom; }
.p-info__head {
  padding-bottom: 20px;
  border-bottom: 2px dotted #a3a3a3; }
.p-info__title {
  font: bold 30px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: .08em;
  color: #151E2F; }
  @media screen and (max-width: 959px) {
    .p-info__title {
      font-size: 22px;
      margin-bottom: 6px; } }
.p-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.p-info__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-info__cate span {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    padding: 3px 10px 4px;
    border: 1px solid #151E2F;
    font: 500 10px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #151E2F; }
    .p-info__cate span.results01 {
      background-color: #9898BA;
      border: 1px solid #9898BA;
      color: white; }
    .p-info__cate span.results02 {
      background-color: #5FA6C2;
      border: 1px solid #5FA6C2;
      color: white; }
    .p-info__cate span.results03 {
      background-color: #EF8166;
      border: 1px solid #EF8166;
      color: white; }
    .p-info__cate span.results04 {
      background-color: #A0B12D;
      border: 1px solid #A0B12D;
      color: white; }
    .p-info__cate span.results05 {
      background-color: #EAA52E;
      border: 1px solid #EAA52E;
      color: white; }
    .p-info__cate span.results06 {
      background-color: #A46BAF;
      border: 1px solid #A46BAF;
      color: white; }
    .p-info__cate span.results07 {
      background-color: #49bd71;
      border: 1px solid #49bd71;
      color: white; }
    .p-info__cate span + span {
      margin-left: 10px; }
    @media screen and (min-width: 960px) {
      .p-info__cate span {
        font-size: 12px; } }
.p-info__date {
  font: 500 12px/1 "Poppins", sans-serif;
  color: #82868F;
  margin-left: 10px; }
  @media screen and (min-width: 960px) {
    .p-info__date {
      font-size: 14px; } }
.p-info__main {
  margin-top: 50px; }
  .p-info__main p {
    font: 500 14px/2 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .08em;
    margin-bottom: 40px; }
    .p-info__main p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .p-info__main p {
        margin-bottom: 30px; } }
  .p-info__main h3 {
    position: relative;
    font: 500 20px/1.5 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .1em;
    color: #008949;
    border: 1px solid #008949;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px; }
    .p-info__main h3:before {
      content: "";
      display: block;
      width: 4px;
      height: 50%;
      color: #151E2F;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #008949; }
  .p-info__main h4 {
    font: bold 18px/1.5 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .1em;
    position: relative;
    border-bottom: 1px solid #898E96;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .p-info__main h5 {
    font: bold 16px/1.5 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-bottom: 20px;
    letter-spacing: .1em; }
.p-staff__anchor p {
  font: bold 14px/1 "Poppins", sans-serif;
  color: #151E2F;
  letter-spacing: 0;
  margin-bottom: 15px; }
@media screen and (min-width: 960px) {
  .p-message__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-message__flex .p-message__text {
      width: 800px;
      padding-right: 20px; }
    .p-message__flex .p-message__img {
      width: calc(100% - 800px);
      min-width: 400px; } }
.p-message__copy {
  font: 500 40px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
  margin-bottom: 30px; }
  @media screen and (max-width: 959px) {
    .p-message__copy {
      font-size: 28px !important; } }
.p-message__auth {
  margin-top: 30px; }
  .p-message__auth p {
    font-size: 12px;
    font-weight: bold;
    color: #666; }
    .p-message__auth p img {
      margin-left: 20px;
      width: 140px;
      vertical-align: -5px; }
.p-message__img img {
  border-radius: 0 60px;
  margin-top: 30px; }
  @media screen and (max-width: 959px) {
    .p-message__img img {
      border-radius: 0 30px; } }
.p-archive-works {
  position: relative; }
  .p-archive-works .p-list-tabs li {
    padding: 0;
    border: 0 !important; }
    .p-archive-works .p-list-tabs li a {
      display: block;
      padding: 12px 40px 14px;
      color: white;
      font-weight: 500; }
  @media screen and (max-width: 1240px) {
    .p-archive-works .p-list-tabs {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-archive-works .p-list-tabs li a {
        padding: 12px 20px 14px; } }
  @media screen and (max-width: 959px) {
    .p-archive-works .p-list-tabs {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-archive-works .p-list-tabs li {
        margin-right: 5px;
        margin-bottom: 5px;
        width: calc(33% - 10px); }
        .p-archive-works .p-list-tabs li a {
          text-align: center;
          padding: 7px 0px 8px;
          font-size: 11px; }
        .p-archive-works .p-list-tabs li + li {
          margin-left: 0; } }
  @media screen and (max-width: 560px) {
    .p-archive-works .p-list-tabs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px; }
      .p-archive-works .p-list-tabs li {
        width: 100%;
        margin: 0; } }
  .p-archive-works .p-works__ttl {
    width: 100%; }
  .p-archive-works .p-works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px; }
    @media screen and (max-width: 959px) {
      .p-archive-works .p-works__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px; }
        .p-archive-works .p-works__list .p-works__item {
          margin: 0; } }
    @media screen and (max-width: 560px) {
      .p-archive-works .p-works__list {
        grid-template-columns: repeat(1, 1fr); } }
    .p-archive-works .p-works__list li {
      width: 100%; }
      .p-archive-works .p-works__list li a {
        -webkit-transition: -webkit-transform .15s ease;
        transition: -webkit-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease; }
        .p-archive-works .p-works__list li a:hover {
          -webkit-transform: scale(1.01);
                  transform: scale(1.01); }
  .p-archive-works::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    height: calc(100% - 100px);
    width: 80%;
    z-index: 0;
    background: white;
    opacity: .5; }
.p-results-ba {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px; }
  @media screen and (max-width: 959px) {
    .p-results-ba {
      grid-template-columns: repeat(1, 1fr); } }
  .p-results-ba__item {
    position: relative; }
    .p-results-ba__item .cap {
      position: absolute;
      left: -5px;
      top: -5px;
      font: bold 18px/1 "Poppins", sans-serif;
      color: white;
      letter-spacing: .08em;
      background: #008949;
      padding: 7px 25px 7px; }
    .p-results-ba__item:nth-child(1)::before {
      content: "";
      display: block;
      position: absolute; }
      @media screen and (min-width: 960px) {
        .p-results-ba__item:nth-child(1)::before {
          top: calc(50% - 40px);
          right: -28px;
          height: 80px;
          width: 15px;
          border-left: 15px solid #008949;
          border-top: 40px solid transparent;
          border-bottom: 40px solid transparent; } }
      @media screen and (max-width: 959px) {
        .p-results-ba__item:nth-child(1)::before {
          left: calc(50% - 40px);
          bottom: -24px;
          width: 80px;
          height: 15px;
          border-top: 15px solid #008949;
          border-left: 40px solid transparent;
          border-right: 40px solid transparent; } }
.p-results-slide {
  margin: 50px auto; }
  @media screen and (max-width: 959px) {
    .p-results-slide {
      margin: 20px auto; } }
.p-results__main p {
  margin-bottom: 0; }

.h-ar-works__list {
  display: grid; }

@media screen and (min-width: 960px) {
  .h-result {
    padding-left: 80px;
    padding-right: 80px; } }
@media screen and (max-width: 959px) {
  .h-result {
    padding-left: 20px;
    padding-right: 20px; } }
.h-result--contact {
  margin-top: 130px; }
  @media screen and (max-width: 959px) {
    .h-result--contact {
      margin-top: 80px; } }
.h-result__inner {
  position: relative;
  border: 1px solid #151E2F;
  padding: 30px;
  background-color: white;
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .h-result__inner {
      padding: 30px 20px; } }
.h-result__subtitle {
  position: absolute;
  left: -1px;
  top: -37px; }
  .h-result__subtitle p {
    font: bold 30px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: white;
    background: #151E2F;
    padding: 1px 4px 6px 3px; }
.h-result__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media screen and (max-width: 560px) {
    .h-result__grid {
      grid-template-columns: repeat(1, 1fr); } }
.h-result__main {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media screen and (max-width: 560px) {
    .h-result__main {
      grid-template-columns: repeat(1, 1fr); } }
  .h-result__main.nogrid {
    display: block; }
  .h-result__main p {
    font: 500 14px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .h-result__main.before {
    display: block; }
    .h-result__main.before.is-calculated {
      display: none; }
  .h-result__main.after {
    display: none; }
    .h-result__main.after.is-calculated {
      display: grid; }
  .h-result__main .p-result__total {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0; }
    @media screen and (max-width: 959px) {
      .h-result__main .p-result__total {
        margin: 0 auto !important; } }
  .h-result__main .p-result__total-title {
    width: 100%;
    min-width: 250px;
    background: #151E2F;
    color: white;
    padding: 7px 0 9px;
    text-align: center;
    background-color: #151E2F; }
  .h-result__main .p-result__attention {
    margin-top: 0;
    margin-left: 0; }
    .h-result__main .p-result__attention p {
      font: 500 10px/1.8 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .h-result__main .c-btn {
    text-align: left; }
    @media screen and (max-width: 959px) {
      .h-result__main .c-btn {
        text-align: center; } }
    .h-result__main .c-btn a {
      padding: 20px 50px 20px 40px; }
  .h-result__main .table tr th, .h-result__main .table tr td {
    font: 500 14px/1.4 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  @media screen and (max-width: 959px) {
    .h-result__main .table {
      margin-top: 10px; }
      .h-result__main .table tr th, .h-result__main .table tr td {
        display: table-cell;
        padding: 10px;
        text-align: left;
        font: 500 12px/1.4 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      .h-result__main .table tr th {
        width: 50px; } }

.h-form__wrapper .h-result__inner {
  max-width: 1000px; }

.py-works {
  height: 100% !important; }
  .py-works__list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 0; }
    @media screen and (max-width: 959px) {
      .py-works__list {
        grid-template-columns: 1fr; } }
  .py-works__item {
    margin-right: 0;
    /*top-slear*/
    height: 300px;
    overflow: hidden; }
    .py-works__item a {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative; }
      .py-works__item a::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(21, 30, 47, 0.3);
        top: 0;
        left: 0;
        position: absolute;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
    .py-works__item img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    @media screen and (max-width: 959px) {
      .py-works__item {
        height: 250px; } }
    .py-works__item:hover img {
      -webkit-transform: scale(1.02, 1.02);
              transform: scale(1.02, 1.02); }
    .py-works__item:hover a::after {
      background-color: rgba(21, 30, 47, 0.08); }
  .py-works__img-list {
    overflow: hidden;
    margin-bottom: 10px; }
  .py-works__img-item {
    position: relative; }
    .py-works__img-item img {
      width: 100%; }
    .py-works__img-item p {
      position: absolute;
      bottom: 10px;
      left: 10px;
      padding: 5px 10px;
      font: 500 14px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      color: white;
      background: #151E2F; }
  .py-works__img-list-thumb .slick-track {
    -webkit-transform: unset !important;
            transform: unset !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px; }
    .py-works__img-list-thumb .slick-track::before, .py-works__img-list-thumb .slick-track::after {
      content: none; }
    @media screen and (max-width: 959px) {
      .py-works__img-list-thumb .slick-track {
        grid-template-columns: repeat(5, 1fr); } }
  .py-works__img-item-thumb .slick-current {
    opacity: 1; }
  .py-works__ttl {
    margin-bottom: 40px;
    padding: 0 0 10px 20px;
    border-left: 2px solid #151e2f; }
    .py-works__ttl h3 {
      font: 500 20px/2 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      @media screen and (max-width: 959px) {
        .py-works__ttl h3 {
          font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .py-works__num {
      margin-bottom: 10px; } }
  .py-works__num p {
    font: bold 14px/1 "Poppins", sans-serif; }

.c-table {
  table-layout: fixed;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }
  .c-table tr {
    border-top: 1px solid #ddd;
    background-color: white; }
    .c-table tr th {
      width: 150px;
      padding: 20px;
      font: bold 16px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      background-color: #f5f5f5; }
      @media screen and (max-width: 959px) {
        .c-table tr th {
          display: block;
          width: 100%;
          text-align: left;
          font-size: 14px;
          padding: 15px 20px; } }
    .c-table tr td {
      font: 500 16px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      padding: 20px;
      color: #333; }
      @media screen and (max-width: 959px) {
        .c-table tr td {
          display: block;
          padding: 20px 20px; } }
      .c-table tr td p {
        font: 500 16px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important; }
        .c-table tr td p span {
          font-weight: bold;
          text-decoration: underline; }
        .c-table tr td p + p {
          margin-top: 15px; }
        @media screen and (max-width: 959px) {
          .c-table tr td p {
            font-size: 14px !important; } }
    .c-table tr:nth-child(0) {
      border-top: none; }
  .c-table thead tr {
    background: #f1f2f1 !important; }
.c-youtube {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  overflow: hidden; }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 900px) {
    .c-youtube {
      height: 0;
      padding-bottom: 56.5%; } }

.p-anim__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  color: black;
  width: 100%;
  background-color: transparent; }
  .p-anim__title .text-split {
    overflow: hidden; }
    .p-anim__title .text-split span {
      display: inline-block;
      min-width: .15em;
      opacity: 0; }
  .p-anim__title .is-active .text-split span {
    -webkit-animation: flash 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
            animation: flash 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s; }
    .p-anim__title .is-active .text-split span:nth-child(1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .p-anim__title .is-active .text-split span:nth-child(2) {
      -webkit-animation-delay: 0.125s;
              animation-delay: 0.125s; }
    .p-anim__title .is-active .text-split span:nth-child(3) {
      -webkit-animation-delay: 0.15s;
              animation-delay: 0.15s; }
    .p-anim__title .is-active .text-split span:nth-child(4) {
      -webkit-animation-delay: 0.175s;
              animation-delay: 0.175s; }
    .p-anim__title .is-active .text-split span:nth-child(5) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .p-anim__title .is-active .text-split span:nth-child(6) {
      -webkit-animation-delay: 0.225s;
              animation-delay: 0.225s; }
    .p-anim__title .is-active .text-split span:nth-child(7) {
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s; }
    .p-anim__title .is-active .text-split span:nth-child(8) {
      -webkit-animation-delay: 0.275s;
              animation-delay: 0.275s; }
    .p-anim__title .is-active .text-split span:nth-child(9) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .p-anim__title .is-active .text-split span:nth-child(10) {
      -webkit-animation-delay: 0.325s;
              animation-delay: 0.325s; }
    .p-anim__title .is-active .text-split span:nth-child(11) {
      -webkit-animation-delay: 0.35s;
              animation-delay: 0.35s; }
    .p-anim__title .is-active .text-split span:nth-child(12) {
      -webkit-animation-delay: 0.375s;
              animation-delay: 0.375s; }
    .p-anim__title .is-active .text-split span:nth-child(13) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .p-anim__title .is-active .text-split span:nth-child(14) {
      -webkit-animation-delay: 0.425s;
              animation-delay: 0.425s; }
@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.anime-frame {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1; }
  .anime-frame:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 2; }
  .anime-frame .anime-inner {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }

.anime-frame.fade_on:before {
  -webkit-animation: img_show 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
          animation: img_show 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9); }
.anime-frame.fade_on .anime-inner {
  display: inline;
  opacity: 1; }

.anime-frame2 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease; }
  .anime-frame2.show {
    visibility: visible;
    opacity: 1; }

@-webkit-keyframes img_show {
  0% {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  35% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  36%, 60% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  99.9%,to {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }

@keyframes img_show {
  0% {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  35% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  36%, 60% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  99.9%,to {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }
.p-form .mw_wp_form {
  font-family: YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .p-form .mw_wp_form .error-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    background: rgba(236, 24, 52, 0.1);
    border: 1px solid #ec1834;
    color: #ec1834;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_error .error-area {
    display: block; }
  .p-form .mw_wp_form .confilm-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    margin-top: 60px;
    background: rgba(18, 124, 179, 0.1);
    border: 1px solid #127CB3;
    color: #127CB3;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_confirm .confilm-area {
    display: block; }
  .p-form .mw_wp_form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 5px; }
    .p-form .mw_wp_form dl .error + .error {
      left: 200px; }
  .p-form .mw_wp_form dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0px;
    padding: 10px 0px;
    /* border-bottom: 1px dotted #e5e5e5; */ }
    .p-form .mw_wp_form dl dl .mwform-radio-field {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .p-form .mw_wp_form dl dl .mwform-radio-field {
          margin-left: 0; } }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dl dl {
        display: block; } }
  .p-form .mw_wp_form dd {
    position: relative;
    width: calc(100% - 350px); }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dd {
        width: 100%; } }
  .p-form .mw_wp_form dt {
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
    /* border-bottom: 1px solid $bc; */ }
    .p-form .mw_wp_form dt:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #151E2F;
      left: 0; }
      @media all and (-ms-high-contrast: none) {
        .p-form .mw_wp_form dt:before {
          content: none; } }
    .p-form .mw_wp_form dt span.must {
      display: inline-block;
      margin-left: 8px;
      padding: 5px 10px 6px;
      border-radius: 2px;
      color: white !important;
      background-color: #151E2F;
      font-size: 14px;
      line-height: 1; }
  .p-form .mw_wp_form dd.flex-col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
      width: calc((100% - 30px)/4); }
      .p-form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
        padding-right: 0; }
      @media screen and (max-width: 959px) {
        .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
          width: 100%;
          padding-left: 0;
          margin: 0;
          margin-top: 8px; } }
  .p-form .mw_wp_form dd.flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-form .mw_wp_form dd.flex-col2 > span:not(.error) {
      width: calc((100% - 8px)/2); }
      .p-form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
        padding-right: 0; }
    .p-form .mw_wp_form dd.flex-col2 > input {
      width: calc((100% - 8px)/2);
      padding-right: 8px; }
      .p-form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
        margin-right: 0; }
  .p-form .mw_wp_form .mwform-radio-field-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 15px 15px 15px 45px;
    border-radius: 0px;
    border: 1px solid #F1F1F1;
    background-color: #898E96;
    font-size: 16px !important;
    cursor: pointer; }
    .p-form .mw_wp_form .mwform-radio-field-text:before, .p-form .mw_wp_form .mwform-radio-field-text:after {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: ''; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      opacity: 0; }
    .p-form .mw_wp_form .mwform-radio-field-text:after {
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      left: 15px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 2px solid #151E2F;
      border-radius: 2px;
      background: white; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      left: 21px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #008949;
      z-index: 1; }
  .p-form .mw_wp_form .mwform-zip-field {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-form .mw_wp_form .mwform-zip-field input {
      margin: 0 10px !important; }
  .p-form .mw_wp_form input[type=radio] {
    display: none; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
    border-color: #008949; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
    opacity: 1; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
    background: #151E2F;
    color: white; }
  .p-form .mw_wp_form input[type=file] {
    margin-top: 20px; }
  .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
    -webkit-appearance: none;
    width: 100%;
    padding: 8px 10px 10px;
    border: solid 2px #151E2F;
    background: white;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    height: 50px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
        margin-top: 8px; } }
  .p-form .mw_wp_form textarea {
    height: 120px; }
    .p-form .mw_wp_form textarea::-webkit-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea:-ms-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea::-ms-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea::placeholder {
      font-size: 14px; }
  .p-form .mw_wp_form #consultation {
    height: auto; }
  .p-form .mw_wp_form .mwform-tel-field {
    width: 100%; }
  .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
    width: 120px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
        width: calc((100% - 32px)/3); } }
  .p-form .mw_wp_form select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 11px 0 10px 15px;
    font-weight: normal;
    cursor: pointer;
    background: none;
    z-index: 1;
    line-height: 24px;
    border: none;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    font-size: 18px !important;
    border: 2px solid #151E2F;
    background-color: white;
    border-radius: 0px; }
.p-form .contact-policy {
  padding: 30px;
  border: 1px solid #F1F1F1;
  background: #222; }
  .p-form .contact-policy .section {
    margin-top: 30px; }
  .p-form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    .p-form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    .p-form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  .p-form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .p-form .contact-policy {
      padding: 15px; } }
  .p-form .contact-policy p {
    text-align: left;
    font: 100 14px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .p-form .contact-policy h3 {
    font-size: 20px;
    margin: 40px 0 15px; }
  .p-form .contact-policy h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline; }
.p-form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .p-form .button {
      margin-top: 30px; } }
.p-form input[type="submit"] {
  position: relative;
  background: #151E2F;
  color: white;
  border: 0;
  border-radius: 50px;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease, color .15s ease;
  transition: background-color .15s ease, color .15s ease; }
  @media screen and (max-width: 959px) {
    .p-form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  .p-form input[type="submit"]:hover {
    background-color: #151E2F;
    color: white;
    opacity: .8; }
.p-form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    .p-form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: wrap-reverse;
              flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  .p-form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
.p-form p + .mw_wp_form {
  margin-top: 50px; }
.p-form .address {
  padding: 15px; }
  .p-form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .p-form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      .p-form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          .p-form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    .p-form .address dl dd {
      width: 80%; }
      .p-form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dd {
          width: 100%; } }
.p-form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-form .col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .p-form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-form .col3 .mwform-radio-field {
        margin-left: 0; } }
.p-form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
.p-form.mw_wp_form_error .error-area {
  display: block; }
.p-form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
.p-form.mw_wp_form_confirm .confilm-area {
  display: block; }
.p-form .form-title {
  margin-top: 30px; }
  .p-form .form-title h3 {
    margin: 0 !important; }
.p-form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
  font-size: 1.1em;
  font-weight: 600; }
.p-form .contact-tel dd span {
  color: #151E2F;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .p-form .contact-tel dd span {
      display: block; } }
  .p-form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
.p-form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  .p-form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #666;
    text-align: center; }
    .p-form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    .p-form .step {
      display: block; }
      .p-form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #666; }
        .p-form .step .item:last-child {
          border: none; } }
  .p-form .step h4 {
    margin-bottom: 15px;
    color: #151E2F;
    font-size: 18px;
    font-weight: 600; }
    .p-form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: #151E2F;
      color: black;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  .p-form .step i {
    display: block;
    margin: 0 auto 15px;
    color: #151E2F;
    font-size: 80px; }

.p-form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0 0 30px 0px; }
  .p-form dl.policy dd {
    padding-left: 0 !important; }
  .p-form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 0px; }
    .p-form dl .error + .error {
      left: 200px; }
  .p-form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 959px) {
      .p-form dl dt:before {
        top: 12px !important; } }
  .p-form dl dt {
    vertical-align: middle;
    color: black;
    padding-top: 0 !important; }
  .p-form dl dt.num {
    position: relative;
    padding-left: 40px; }
    .p-form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        .p-form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  .p-form dl p.red {
    color: red; }
  .p-form dl:nth-child(2) dt.num:before {
    content: "1"; }
  .p-form dl:nth-child(3) dt.num:before {
    content: "2"; }
  .p-form dl:nth-child(4) dt.num:before {
    content: "3"; }
  .p-form dl:nth-child(5) dt.num:before {
    content: "4"; }
  .p-form dl:nth-child(6) dt.num:before {
    content: "5"; }
  .p-form dl:nth-child(7) dt.num:before {
    content: "6"; }
  .p-form dl:nth-child(8) dt.num:before {
    content: "7"; }
  .p-form dl:nth-child(9) dt.num:before {
    content: "8"; }
  .p-form dl:nth-child(10) dt.num:before {
    content: "9"; }
  .p-form dl dd,
  .p-form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important; }
    .p-form dl dd .must,
    .p-form dl dt .must {
      float: right;
      color: #151E2F !important;
      border-color: #151E2F !important;
      background-color: white;
      font-weight: bold; }
    @media screen and (max-width: 959px) {
      .p-form dl dd,
      .p-form dl dt {
        display: block;
        font-size: 16px !important; }
        .p-form dl dd .must,
        .p-form dl dt .must {
          font-size: 14px !important; } }
  .p-form dl dt {
    width: 280px;
    font-size: 16px !important;
    font-weight: 100; }
    @media screen and (max-width: 959px) {
      .p-form dl dt {
        width: 100%; } }
  .p-form dl dd {
    color: #333 !important;
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      .p-form dl dd {
        padding-left: 0 !important; } }
  .p-form dl.sub > dd {
    position: relative; }
    .p-form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      .p-form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          .p-form dl.sub > dd dl dt {
            width: 100%; } }
.p-form input[type="number"], .p-form input[type="text"], .p-form input[type="email"], .p-form input[type="url"], .p-form input[type="tel"], .p-form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #ddd !important;
  background: #ffffff !important;
  color: black !important;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease; }
  .p-form input[type="number"]:focus, .p-form input[type="text"]:focus, .p-form input[type="email"]:focus, .p-form input[type="url"]:focus, .p-form input[type="tel"]:focus, .p-form textarea:focus {
    border-color: #aaa !important; }
.p-form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    .p-form input.short {
      width: 120px !important; } }
.p-form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  z-index: 0;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #ddd !important;
  border-radius: 0px; }
.p-form input[type=radio], .p-form input[type=checkbox] {
  display: none; }
.p-form .mwform-checkbox-field-text,
.p-form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 0px;
  border: 1px solid #666;
  color: black;
  background-color: white !important;
  font-size: 16px !important;
  cursor: pointer; }
  .p-form .mwform-checkbox-field-text:before, .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:before,
  .p-form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    opacity: 0; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: transparent; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #008949;
    z-index: 1; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    border-radius: 100%; }
.p-form .mwform-checkbox-field-text:after {
  border-radius: 5px !important; }
@media screen and (max-width: 959px) {
  .p-form .mwform-checkbox-field,
  .p-form .mwform-radio-field {
    margin-top: 10px; } }
.p-form input[type=checkbox],
.p-form input[type=radio] {
  display: none; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.p-form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #008949; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
.p-form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
.p-form input[type=file] {
  margin-top: 20px; }
.p-form .button {
  margin-top: 50px;
  border-radius: 50px; }
  @media screen and (max-width: 767px) {
    .p-form .button:first-of-type {
      margin-top: 15px; } }
.p-form .button input {
  display: block;
  width: 365px;
  border-radius: 50px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #151E2F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid white;
  color: white;
  font-size: 14px;
  letter-spacing: .08em;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 959px) {
    .p-form .button input {
      max-width: 270px;
      width: 100%; } }
  .p-form .button input:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .p-form .button input {
      width: 200px !important;
      min-width: 0;
      height: 40px;
      font-size: 14px; } }
.p-form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    .p-form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  .p-form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    .p-form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    .p-form .flex-c2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-form .flex-c2 > input, .p-form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

.p-form .mw_wp_form dt.rirekisho:before {
  top: 41px; }

.p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  color: #151E2F; }

.u-text--link {
  text-decoration: underline;
  color: #065fd4; }
  .u-text--link:hover {
    text-decoration: none; }

.h-lead {
  margin-top: 20px;
  padding: 100px 20px;
  background-color: white; }
  @media screen and (max-width: 959px) {
    .h-lead {
      padding: 60px 20px; } }
  .h-lead p {
    text-align: center;
    font: 500 16px/2 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2; }
    @media screen and (max-width: 959px) {
      .h-lead p {
        text-align: left;
        font-size: 13px; } }
    .h-lead p.large {
      font-size: 32px;
      font-weight: 700;
      letter-spacing: .05em;
      line-height: 1.5; }
      @media screen and (max-width: 959px) {
        .h-lead p.large {
          font-size: 24px;
          line-height: 1.25;
          margin-bottom: 30px;
          text-align: center; } }
    .h-lead p span.em {
      background: #1DFF25;
      display: inline-block;
      line-height: 1;
      padding: 1px 1px 4px; }
    .h-lead p + p {
      margin-top: 20px; }
      @media screen and (max-width: 959px) {
        .h-lead p + p {
          margin-top: 10px; } }
    .h-lead p.left {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      text-align: left; }

.h-article__block {
  position: relative;
  max-width: 1300px;
  padding: 50px;
  margin: 100px auto;
  background: white; }
  @media screen and (max-width: 959px) {
    .h-article__block {
      padding: 40px 20px; } }

.h-block__title {
  position: absolute;
  left: 0;
  top: -52px; }
  @media screen and (max-width: 959px) {
    .h-block__title {
      top: -44px; } }
  .h-block__title h2, .h-block__title h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font: bold 50px/1 "Poppins", sans-serif;
    color: white;
    background-color: #151E2F;
    padding: 1px 4px; }
    @media screen and (max-width: 959px) {
      .h-block__title h2, .h-block__title h3 {
        font-size: 24px;
        padding: 10px 20px 10px 40px; } }
  .h-block__title p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font: 500 16px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: white;
    background-color: #151E2F;
    padding: 1px 4px 8px; }
    @media screen and (max-width: 959px) {
      .h-block__title p {
        font-size: 12px;
        padding: 1px 20px 8px 40px; } }

.h-zisseki {
  background-color: transparent;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .h-zisseki {
      padding: 0 20px; } }
  .h-zisseki .p-zisseki__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    @media screen and (max-width: 959px) {
      .h-zisseki .p-zisseki__list {
        grid-template-columns: repeat(1, 1fr); } }

.h-staff {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px; }
  .h-staff.last {
    margin-bottom: 100px; }
  @media screen and (max-width: 959px) {
    .h-staff {
      margin-top: 80px; }
      .h-staff.last {
        margin-bottom: 80px; } }
  .h-staff__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .h-staff__head {
        margin-bottom: 20px;
        padding: 0 20px; } }
  .h-staff__num {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #151E2F;
    text-align: center; }
    .h-staff__num span {
      display: block;
      font: bold 16px/1 "Poppins", sans-serif;
      letter-spacing: .05em;
      color: #151E2F; }
    .h-staff__num p {
      font: bold 50px/1 "Poppins", sans-serif;
      letter-spacing: .05em;
      color: #151E2F; }
      @media screen and (max-width: 959px) {
        .h-staff__num p {
          font-size: 40px; } }
  .h-staff__title p {
    font: 500 20px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .05em;
    color: #151E2F;
    margin-top: 2px; }
    @media screen and (max-width: 959px) {
      .h-staff__title p {
        font-size: 16px; } }
  .h-staff__title h2 {
    font: bold 30px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .05em;
    color: #151E2F;
    margin-top: 7px; }
    @media screen and (max-width: 959px) {
      .h-staff__title h2 {
        font-size: 24px; } }
  .h-staff__main {
    position: relative;
    z-index: 1;
    padding: 30px 0 50px; }
    @media screen and (max-width: 959px) {
      .h-staff__main {
        padding: 30px 20px 50px; } }
    .h-staff__main::before {
      content: "";
      display: block;
      height: 100%;
      width: calc(50vw + 450px);
      position: absolute;
      left: 50px;
      top: 0;
      background: white;
      z-index: -1; }
      @media screen and (max-width: 959px) {
        .h-staff__main::before {
          width: 80%;
          left: 0; } }
    .h-staff__main.rev::before {
      left: auto;
      right: 50px; }
      @media screen and (max-width: 959px) {
        .h-staff__main.rev::before {
          right: 0; } }
  .h-staff__intro {
    padding-left: 100px;
    margin: 0 0 30px; }
    .h-staff__intro p {
      font: 500 16px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    @media screen and (max-width: 959px) {
      .h-staff__intro {
        padding-left: 20px; }
        .h-staff__intro p {
          font-size: 14px; } }
  .h-staff__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    @media screen and (max-width: 959px) {
      .h-staff__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
    .h-staff__list-name p {
      margin-top: 5px;
      text-align: right;
      font: 500 12px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .h-staff__banner {
    max-width: 730px;
    display: block;
    margin: 0 auto 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .h-staff__banner:hover {
      opacity: .6;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    @media screen and (max-width: 959px) {
      .h-staff__banner {
        width: 100%;
        margin: 0 auto 80px;
        padding: 0 20px; } }
    .h-staff__banner img {
      width: 100%; }

.h-text {
  margin-top: 30px;
  padding-right: 80px;
  padding-left: 80px;
  font: 500 16px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  @media screen and (max-width: 959px) {
    .h-text {
      padding-right: 20px;
      padding-left: 20px;
      font-size: 14px; } }

@media screen and (min-width: 960px) {
  .p-zisseki__nav-list.p-grid.col4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

.p-zisseki__nav-item-ttl {
  position: relative; }
  .p-zisseki__nav-item-ttl::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1DFF25;
    position: absolute;
    right: 0;
    bottom: 0; }
  .p-zisseki__nav-item-ttl p {
    padding: 9px 0 11px; }
    .p-zisseki__nav-item-ttl p span.num {
      line-height: 0px;
      padding: 0;
      vertical-align: -1px;
      color: #151E2F;
      background-color: transparent; }
      .p-zisseki__nav-item-ttl p span.num em {
        font-size: 40px; }

/*
.p-zisseki__nav-item a {
  &.type01 { border-color: #9898BA; }
  &.type02 { border-color: #5FA6C2; }
  &.type03 { border-color: #EF8166; }
  &.type04 { border-color: #A0B12D; }
  &.type05 { border-color: #EAA52E; }
  &.type06 { border-color: #49bd71; }
  &.other { border-color: #A46BAF; }
}
*/
.p-zisseki__nav-item::after {
  content: none !important; }

@media screen and (max-width: 959px) {
  .p-zisseki__nav-item-ttl span {
    width: 80px; } }

.p-list-reason {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  .p-list-reason.col4 {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 959px) {
      .p-list-reason.col4 {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px; } }
  @media screen and (max-width: 959px) {
    .p-list-reason {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; } }
  .p-list-reason__item {
    position: relative; }
    .p-list-reason__item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: white;
      padding: 20px;
      -webkit-transition: -webkit-transform .01 ease;
      transition: -webkit-transform .01 ease;
      transition: transform .01 ease;
      transition: transform .01 ease, -webkit-transform .01 ease; }
      .p-list-reason__item a:hover {
        -webkit-transform: scale(1.02);
                transform: scale(1.02);
        opacity: .6; }
      @media screen and (max-width: 959px) {
        .p-list-reason__item a {
          padding: 15px 10px 12px; } }
    .p-list-reason__item.arrow::before {
      content: '';
      background-image: url(/svg/arrow-b.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 8px;
      height: 12px;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      z-index: 2; }
  .p-list-reason__num {
    position: relative;
    padding-left: 5px; }
    .p-list-reason__num p.label {
      position: absolute;
      left: 0;
      top: 0;
      font: bold 10px/1 "Poppins", sans-serif;
      color: #008949;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: left;
              transform-origin: left;
      line-height: 0.4;
      letter-spacing: 0; }
      @media screen and (max-width: 959px) {
        .p-list-reason__num p.label {
          -webkit-transform: scale(0.6) rotate(90deg);
                  transform: scale(0.6) rotate(90deg); } }
    .p-list-reason__num p.num {
      font: bold 10px/1 "Poppins", sans-serif;
      color: #151E2F; }
      .p-list-reason__num p.num span {
        font: bold 46px/1 "Poppins", sans-serif;
        color: #151E2F; }
        @media screen and (max-width: 959px) {
          .p-list-reason__num p.num span {
            font-size: 28px; } }
  .p-list-reason__title {
    padding-left: 10px; }
    .p-list-reason__title p {
      font: bold 12px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      line-height: 1;
      margin-block: 5px;
      margin-top: -3px; }
    .p-list-reason__title h3 {
      font: bold 16px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .p-list-reason__btn {
    position: absolute;
    right: 0;
    bottom: 0; }
    .p-list-reason__btn p {
      position: relative;
      padding: 3px 20px 4px 14px;
      background-color: #1DFF25;
      font: bold 11px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      color: #151E2F; }
      .p-list-reason__btn p::before {
        content: '';
        background-image: url(/svg/long-arrow-b.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 26px;
        height: 10px;
        right: -8px;
        bottom: -1px; }

/* LOADING */
.loading-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 900;
  pointer-events: none; }

.loading-wrap .text-wrap {
  overflow: hidden; }
  .loading-wrap .text-wrap.no01 {
    position: absolute;
    top: 50px;
    left: 50px; }
    .loading-wrap .text-wrap.no01 span.img {
      width: 37vw; }
    @media screen and (max-width: 959px) {
      .loading-wrap .text-wrap.no01 {
        top: 20px;
        left: 20px; }
        .loading-wrap .text-wrap.no01 span.img {
          width: 57vw; } }
  .loading-wrap .text-wrap.no02 {
    position: absolute;
    right: 50px;
    top: 50px; }
    .loading-wrap .text-wrap.no02 span.img {
      width: 7vw; }
    @media screen and (max-width: 959px) {
      .loading-wrap .text-wrap.no02 {
        right: 20px;
        top: 20px; }
        .loading-wrap .text-wrap.no02 span.img {
          width: 17vw; } }
  .loading-wrap .text-wrap.no03 {
    position: absolute;
    bottom: 50px;
    right: 50px; }
    .loading-wrap .text-wrap.no03 span.img {
      width: 70vw; }
    @media screen and (max-width: 959px) {
      .loading-wrap .text-wrap.no03 {
        bottom: 120px;
        right: 20px; }
        .loading-wrap .text-wrap.no03 span.img {
          width: 90vw; } }

.loading-wrap .text-wrap .img {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #f7e3af;
  position: relative;
  z-index: 121; }

.text-wrap .split span {
  display: inline-block; }

.reveal-1, .reveal-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.reveal-1 {
  background-color: #333;
  z-index: 130; }

.reveal-2 {
  background-color: #151e2f;
  z-index: 110; }

.gsap-mv01, .gsap-mv02, .gsap-mv03, .gsap-mv04, .gsap-mv05 {
  display: inline-block;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0; }

.p-kaikae__img img {
  width: 100%;
  max-width: 380px; }

.p-top-product__lineup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 0; }
  .p-top-product__lineup-item img {
    height: 31px; }
    .p-top-product__lineup-item img.mitsubishi {
      height: 57px;
      margin-top: -5px; }
    @media screen and (max-width: 1200px) {
      .p-top-product__lineup-item img {
        height: 25px; }
        .p-top-product__lineup-item img.mitsubishi {
          height: 45px; } }
  @media screen and (max-width: 560px) {
    .p-top-product__lineup-item {
      height: 50px; }
      .p-top-product__lineup-item img {
        height: 16px; }
        .p-top-product__lineup-item img.mitsubishi {
          height: 30px; } }

@media screen and (max-width: 959px) {
  .p-copy-tate__txt img {
    width: 21px; }

  .p-copy__btn-txt p {
    font-size: 13px;
    padding: 7px 14px; } }
.p-lead__img img {
  height: 30px; }
  @media screen and (min-width: 960px) {
    .p-lead__img img {
      height: 30px; } }

.p-supplies__item {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 9px rgba(21, 30, 47, 0.2);
          box-shadow: 0px 0px 9px rgba(21, 30, 47, 0.2);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  padding: 0; }
  .p-supplies__item a {
    display: block;
    padding: 40px 40px 40px 20px; }
  .p-supplies__item:hover {
    opacity: .6; }

@media screen and (max-width: 959px) {
  .p-mv__cnt {
    bottom: 90px; } }
#svg-animation4 {
  width: 22vw;
  max-width: 200px;
  margin-right: -30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

#svg-animation3,
#svg-animation,
#svg-animation2 {
  width: 62vw;
  max-width: 600px;
  margin-right: -30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

#svg-animation .st0,
#svg-animation2 .st0,
#svg-animation3 .st0,
#svg-animation4 .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 30;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  /* この行を追加 */
  stroke-dashoffset: 1500;
  /* この行を追加 */ }

@media screen and (max-height: 660px) {
  .p-mv__copy p {
    font-size: 80px; } }
@media screen and (max-width: 959px) {
  .p-mv__copy p {
    font-size: 60px; } }
@media screen and (max-height: 660px) {
  .p-mv__copy--ja p {
    font-size: 24px; } }
@media screen and (max-width: 959px) {
  .p-mv__copy--ja p {
    font-size: 16px; } }
.header {
  position: absolute; }

.header__nav-list .c-btn {
  width: 200px;
  height: 48px;
  position: relative; }

.header__nav-list .c-btn a {
  position: fixed;
  display: block; }

.h-lease {
  padding: 10px 0 140px;
  background-color: #DBFF1D; }

@media screen and (max-width: 959px) {
  .h-lease {
    padding: 10px 0 80px; } }
.h-lease__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto; }

@media screen and (max-width: 959px) {
  .h-lease__inner {
    padding: 30px 20px 0; } }
.h-lease__title {
  text-align: center; }

.h-lease__title h2 {
  margin-top: -50px;
  display: inline-block;
  font: bold 30px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: min(4vw, 50px);
  border-bottom: 10px double #151E2F;
  padding-bottom: 11px;
  text-align: center; }

.h-lease__title h2 span {
  font-size: 1.6em;
  vertical-align: -4px; }

@media screen and (max-width: 959px) {
  .h-lease__title h2 {
    font-size: 30px; } }
.h-lease__main p.u-text--attention {
  font: normal 16px/1.4 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-indent: -1em;
  padding-left: 1em; }

@media screen and (max-width: 959px) {
  .h-lease__main p.u-text--attention {
    font-size: 14px; } }
.h-lease__main h3 {
  text-align: center;
  font: bold 30px/1 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #DBFF1D;
  background: #151E2F;
  padding: 10px 0 14px; }

@media screen and (max-width: 959px) {
  .h-lease__main h3 {
    font-size: 20px; } }
.h-lease__main table {
  width: 100%;
  background-color: white; }

.h-lease__main table tr {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.h-lease__main table th, .h-lease__main table td {
  padding: 10px 10px 11px;
  font: normal 20px/1.6 YakuHanJP, "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle; }

.h-lease__main table th span, .h-lease__main table td span {
  margin-left: 2px;
  font-size: 0.8em;
  vertical-align: 1px; }

@media screen and (max-width: 959px) {
  .h-lease__main table th, .h-lease__main table td {
    font-size: 16px; } }
.h-lease__main table .h-th,
.h-lease__main table th {
  background: #f5f5f5;
  font-weight: bold; }

.h-lease__main table .h-th span,
.h-lease__main table th span {
  font-size: 0.8em;
  vertical-align: 1px; }

@media screen and (max-width: 959px) {
  .h-lease__table-wrapper {
    overflow-x: scroll; }

  .h-lease__table-wrapper table {
    min-width: 800px; } }
#lineup-page .h-lease {
  padding: 90px 0 140px; }

@media screen and (max-width: 959px) {
  #lineup-page .h-lease {
    padding: 10px 0 80px; } }
article.p-contact .p-concept__txt.w-800 {
  margin: 0 auto 60px;
  padding: 0; }
  @media screen and (max-width: 400px) {
    article.p-contact .p-concept__txt.w-800 {
      margin: 0 auto 40px; } }
article.p-contact p.js-scroll2.loaded.fade_on {
  padding: 20px;
  display: block;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #151E2F; }
  article.p-contact p.js-scroll2.loaded.fade_on span {
    font-size: 120%;
    font-weight: bold; }
  article.p-contact p.js-scroll2.loaded.fade_on i {
    display: inline-block; }
article.p-contact p.js-scroll2.loaded.fade_on a {
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  article.p-contact p.js-scroll2.loaded.fade_on a:hover {
    opacity: 0.6; }
  @media screen and (max-width: 400px) {
    article.p-contact p.js-scroll2.loaded.fade_on a {
      font-size: 190%; } }
/*# sourceMappingURL=style.css.map */