@charset "UTF-8";
/* MW WP FORM */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-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%);
  }
}
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
}
.js-scroll.fade_on {
  margin-top: 0;
  opacity: 1;
}

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.js-scroll2.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

#js-fade {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#js-fade.on {
  opacity: 0;
  pointer-events: none;
}

/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.l-header, .l-header--under {
  position: absolute;
  top: 0;
  height: 110px;
  width: 100%;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .l-header, .l-header--under {
    height: 110px;
  }
}
.l-header__logo {
  position: absolute;
  left: 50px;
  top: 57px;
}
.l-header__logo img {
  height: 42px;
}
.l-header__logo a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    left: 20px;
    top: 30px;
  }
}
.l-header__tel {
  position: absolute;
  top: 20px;
  right: 170px;
}
.l-header__tel a {
  font: bold 16px/40px YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: white;
  letter-spacing: .08em;
}
.l-header__tel a img {
  margin-right: 5px;
}
@media screen and (max-width: 959px) {
  .l-header__tel a img {
    margin-right: 0;
  }
}
.l-header__register {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.l-header__register a {
  display: block;
  width: 140px;
  height: 40px;
  font: bold 14px/40px YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  border-radius: 20px;
  background: #854c22;
  color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.l-header__cv {
  position: relative;
  z-index: 0;
}
.l-header__cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 70px;
  width: 90px;
  height: 40px;
  border-radius: 20px;
  background-color: white;
  color: #854c22;
  font: bold 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .2;
  z-index: 3;
}
.l-header__menubtn {
  position: absolute;
  right: 45px;
  top: 45px;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .l-header__menubtn {
    right: 20px;
    top: 32px;
  }
}
.l-header__sitemap {
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .l-header__sitemap {
    top: 40px;
  }
  .l-header__sitemap .c-menubtn {
    position: fixed;
  }
}
.l-header__exmenu {
  opacity: 0;
  pointer-events: none;
  background-color: #fafafa;
  width: 350px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  padding: 120px 20px 30px;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  z-index: 2;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-left: 1px solid #ddd;
}
.l-header__exmenu.on {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 959px) {
  .l-header__exmenu {
    padding: 80px 20px 30px;
    width: 80%;
    display: block;
    overflow: scroll;
  }
}
.l-header__exmenu--bk {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
}
.l-header__exmenu--bk.on {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.l-header--under {
  position: relative;
  height: 80px;
  z-index: 3;
}
.l-header--under .l-header__cv a {
  background-color: #854c22;
  color: white;
}
@media screen and (min-width: 960px) {
  .l-header--under .l-header__cv a {
    right: 80px;
  }
}
.l-header--under .c-menubtn {
  background-color: #854c22;
}
.l-header--under .c-menubtn span {
  background-color: white;
}
.l-header__btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.l-header__btn a {
  display: inline-block;
  height: 60px !important;
  width: 200px !important;
  border: 5px solid white;
  font: bold 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
}
@media screen and (max-width: 959px) {
  .l-header__btn {
    bottom: 20px;
    right: 15px;
  }
}

@media screen and (max-width: 959px) {
  header .menu__pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  header .menu__pc {
    position: absolute;
    right: 165px;
    top: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu__pc > li a:hover {
    opacity: .6;
  }
  header .menu__pc > li a, header .menu__pc > li p {
    font: bold 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    cursor: pointer;
  }
  header .menu__pc > li + li {
    margin-left: 50px;
  }
  header .menu__pc .parent {
    position: relative;
  }
  header .menu__pc .parent ul {
    /* 位置指定 */
    position: absolute;
    left: -15px;
    top: 15px;
    padding: 20px 15px;
    z-index: -1;
    background-color: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid black;
    border-top: none;
    border-right: none;
    /* 最初は非表示にする */
    visibility: hidden;
    opacity: 0;
    /* アニメーション */
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }
  header .menu__pc .parent ul li a {
    font: normal 14px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    text-decoration: underline;
  }
  header .menu__pc .parent ul li + li {
    margin-top: 10px;
  }
  header .menu__pc .parent:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 20px;
  }
}
header .menu__main li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
header .menu__main li a {
  position: relative;
  display: block;
  width: 100%;
  font: bold 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
header .menu__main li a:hover {
  opacity: .6;
}
header .menu__main li a img {
  position: absolute;
  right: 0;
  top: 8px;
}
header .menu__main li p {
  padding: 15px 0;
  font: bold 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #ddd;
}
header .menu__main .parent {
  padding: 0;
}
header .menu__main .child {
  padding-left: 10px;
}
header .menu__main .child li:last-child {
  border-bottom: 0;
}
header .menu__main .child li a {
  font: normal 14px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
header .menu__main .child li a:hover {
  opacity: .6;
}

.footer {
  padding: 0 0 150px;
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 60px 0 100px;
  }
}
.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    text-align: center;
  }
}
.footer__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .footer .menu__menu {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .footer .menu__info {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .footer .menu__info {
    margin: 0 auto;
  }
}
.footer .copyright {
  font: normal 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.footer .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .menu__item .menu__component:nth-child(1) {
  margin-right: 30px;
}
.footer .menu__component {
  width: 250px;
}
@media screen and (max-width: 959px) {
  .footer .menu__component {
    width: 100%;
  }
}
.footer .menu__component + .menu__component {
  margin-top: 20px;
}
.footer .menu__component dt p,
.footer .menu__component dt a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font: bold 14px/20px YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
}
.footer .menu__component dt a img {
  position: absolute;
  right: 0;
  top: 5px;
}
.footer .menu__component dt.large a {
  font-size: 20px;
  color: #006835;
}
.footer .menu__component dd ul li a {
  font: 500 13px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  text-decoration: underline;
}

.l-main {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .l-main {
    padding-bottom: 150px;
  }
}
.l-main__baseline01 {
  display: block;
  position: fixed;
  left: 50%;
  width: 1px;
  height: 100vh;
  background-color: #D5D5D5;
  opacity: .4;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .l-main__baseline01 {
    opacity: .3;
  }
}
.l-main__baseline02 {
  display: block;
  position: fixed;
  left: calc(50% - 500px);
  width: 1px;
  height: 100vh;
  background-color: #D5D5D5;
  opacity: .4;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .l-main__baseline02 {
    left: calc(50% - 140px);
    opacity: .3;
  }
}
.l-main__baseline03 {
  display: block;
  position: fixed;
  left: calc(50% + 500px);
  width: 1px;
  height: 100vh;
  background-color: #D5D5D5;
  opacity: .4;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .l-main__baseline03 {
    left: calc(50% + 140px);
    opacity: .3;
  }
}

.c-feature {
  padding: 40px 30px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .c-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 20px 30px;
  }
}
.c-feature__thumb {
  text-align: center;
}
.c-feature__thumb img {
  height: 80px;
}
@media screen and (max-width: 959px) {
  .c-feature__thumb {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
  .c-feature__thumb img {
    max-height: 50px;
    max-width: 50px;
  }
}
.c-feature__title {
  font: bold 18px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  margin: 30px 0 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-feature__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
  }
}
.c-feature__contents {
  font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-feature__contents {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .c-feature__box {
    width: calc(100% - 100px);
  }
}

/*
<div class="c-menubtn"><span></span><span></span><span></span></div>
 */
.c-menubtn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #F9822B;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
@media screen and (max-width: 959px) {
  .c-menubtn {
    width: 40px;
    height: 40px;
  }
}
.c-menubtn div {
  position: relative;
  width: 31px;
  height: 28px;
  margin-top: 4px;
}
.c-menubtn div p {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font: bold 12px/1 "nimbus-sans", sans-serif;
  letter-spacing: 0;
  color: white;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media screen and (max-width: 959px) {
  .c-menubtn div {
    height: 14px;
  }
  .c-menubtn div p {
    display: none;
  }
}
.c-menubtn span {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 24px;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-menubtn span:nth-last-of-type(1) {
  top: 0;
}
.c-menubtn span:nth-last-of-type(2) {
  top: 7px;
}
@media screen and (max-width: 959px) {
  .c-menubtn span:nth-last-of-type(1) {
    top: 0;
  }
  .c-menubtn span:nth-last-of-type(2) {
    top: 7px;
  }
}
.c-menubtn.on {
  background: #F9822B;
}
.c-menubtn.on p {
  opacity: 0;
}
.c-menubtn.on span:nth-last-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.c-menubtn.on span:nth-last-of-type(2) {
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
}
@media screen and (max-width: 959px) {
  .c-menubtn.on span:nth-last-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
  }
  .c-menubtn.on span:nth-last-of-type(2) {
    -webkit-transform: translateY(-3px) rotate(45deg);
            transform: translateY(-3px) rotate(45deg);
  }
}

.c-color {
  display: block;
  width: 10px;
  height: 10px;
}

.c-btn a, .c-btn--tel a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 340px;
  height: 90px;
  border-radius: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #F9822B;
  color: white;
  font: bold 20px/1 "nimbus-sans", sans-serif;
  letter-spacing: .08em;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.c-btn a .c-btn__arrow, .c-btn--tel a .c-btn__arrow {
  width: 6px;
}
.c-btn a:hover, .c-btn--tel a:hover {
  opacity: .6;
}
.c-btn a:hover .c-btn__arrow, .c-btn--tel a:hover .c-btn__arrow {
  right: 22px;
}
.c-btn__arrow {
  position: absolute;
  right: 30px;
  top: 37px;
  width: 16px !important;
  -webkit-transition: right .15s ease;
  transition: right .15s ease;
}
@media screen and (max-width: 959px) {
  .c-btn a, .c-btn--tel a {
    max-width: 230px;
    height: 60px;
    font-size: 16px;
  }
  .c-btn__arrow {
    top: 22px;
  }
}
.c-btn--tel a {
  background: white;
  color: black;
  border: 2px solid black;
  font: normal 20px/1 "nimbus-sans", sans-serif;
}
.c-btn--tel a img {
  margin-right: 5px;
}
@media screen and (max-width: 959px) {
  .c-btn--tel a {
    border: 1px solid black;
  }
  .c-btn--tel a img {
    width: 19px;
  }
}
.c-btn__wrapper {
  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) {
  .c-btn__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-img img, .c-img--flow img, .c-img--center img, .c-img--right img {
  max-width: 100%;
  vertical-align: bottom;
}
.c-img--flow {
  border: 1px solid #ddd;
  max-width: 1002px;
  margin: 0 auto;
}
.c-img--center {
  text-align: center;
}
.c-img--right {
  text-align: right;
}
.c-img.box-shadow, .box-shadow.c-img--flow, .box-shadow.c-img--center, .box-shadow.c-img--right,
.c-img .box-shadow,
.c-img--flow .box-shadow,
.c-img--center .box-shadow,
.c-img--right .box-shadow {
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
}
.c-img.w500, .w500.c-img--flow, .w500.c-img--center, .w500.c-img--right {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.c-box {
  /* 各種横幅の中央ぞろえブロック */
}
.c-box--w100 {
  max-width: 160px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w200 {
  max-width: 260px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w300 {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w400 {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w500 {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w600 {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w700 {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w800 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w900 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w1000 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

.c-youtube {
  position: relative;
  width: 100%;
  height: 374px;
  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%;
  }
}

.c-link:hover {
  opacity: .6;
}

.c-tel a, .c-tel--white a {
  font: normal 40px/1 "nimbus-sans", sans-serif;
  letter-spacing: .05em;
  color: #000000;
}
.c-tel a span, .c-tel--white a span {
  font-size: 0.5em;
}
.c-tel a:hover, .c-tel--white a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .c-tel a, .c-tel--white a {
    font-size: 30px;
  }
}
.c-tel--white a {
  color: white;
}

.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, "Zen Kaku Gothic New", 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: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", 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: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", 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;
}
@media screen and (max-width: 959px) {
  .c-table--scrollable {
    overflow-x: scroll;
  }
  .c-table--scrollable .c-table {
    width: 800px;
  }
  .c-table--scrollable .c-table td, .c-table--scrollable .c-table th {
    display: table-cell;
  }
}
.c-table--low tr th:nth-child(1), .c-table--low tr td:nth-child(1) {
  width: 200px !important;
}
.c-table--low tr th:nth-child(2), .c-table--low tr td:nth-child(2) {
  width: 150px !important;
}
.c-table--low tr th:nth-child(3), .c-table--low tr td:nth-child(3) {
  width: calc(100% - 300px) !important;
}
@media screen and (max-width: 959px) {
  .c-table--low tr th:nth-child(1), .c-table--low tr td:nth-child(1) {
    width: 150px !important;
  }
  .c-table--low tr th:nth-child(2), .c-table--low tr td:nth-child(2) {
    width: 100px !important;
  }
  .c-table--low tr th:nth-child(3), .c-table--low tr td:nth-child(3) {
    width: calc(100% - 250px) !important;
  }
}

.c-policy__header {
  padding: 0 20px;
}
.c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
  font: normal 24px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  color: black;
}
@media screen and (max-width: 959px) {
  .c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
    font-size: 18px;
  }
}
.c-policy__header + .c-policy__main {
  margin-top: 10px;
}
.c-policy__main {
  padding: 0 20px;
}
.c-policy__main p {
  font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
}
.c-policy--colored {
  background: #fafafa;
}

.c-anchor {
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.c-anchor li a {
  display: block;
  padding: 20px;
  text-align: center;
  border: 2px solid black;
  font: bold 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}
.c-anchor li a:hover {
  background: #ddd;
}
@media screen and (max-width: 959px) {
  .c-anchor {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .c-anchor li a {
    font-size: 13px;
    padding: 20px 10px;
  }
}

.c-list li, .c-list--check li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px !important;
  }
}
.c-list li + .c-list li, .c-list--check li + .c-list li, .c-list li + .c-list--check li, .c-list--check li + .c-list--check li {
  margin-top: 10px;
}
.c-list li:last-child, .c-list--check li:last-child {
  margin-bottom: 0;
}
.c-list li:before, .c-list--check li:before {
  position: absolute;
  display: block;
  content: '';
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px;
  }
  .c-list li:before, .c-list--check li:before {
    top: 9px;
  }
}
.c-list--check li {
  padding-left: 0;
  font-size: 14px;
}
.c-list--check li:before {
  content: none;
}
.c-list--check li img {
  width: 18px;
  margin-right: 5px;
  vertical-align: -4px;
}
.c-list--check li + li {
  margin-top: 5px;
}

.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: 1px solid #e5e7e5;
}
@media screen and (max-width: 959px) {
  .c-flow {
    position: relative;
  }
}
.c-flow__num span {
  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;
  background: #212121;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font: normal 35px/1 "nimbus-sans", sans-serif;
  letter-spacing: .08em;
  color: white;
}
@media screen and (max-width: 959px) {
  .c-flow__num span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    background: #212121;
  }
}
.c-flow__main {
  padding-left: 30px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 959px) {
  .c-flow__main {
    padding-left: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 960px) {
  .c-flow__main.p-grid--pc-col2 {
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-flow__main.p-grid--pc-col2 .u-mb--s {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 959px) {
  .c-flow__main.p-grid--pc-col2 {
    display: block;
  }
}
.c-flow__main h3 {
  font: normal 24px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .c-flow__main h3 {
    font-size: 20px;
  }
}
.c-flow__main p {
  font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-flow__main p br {
    display: none;
  }
}
.c-flow__main .p-cv__flex {
  width: 100%;
  padding: 20px;
  background: #fafafa;
}
@media screen and (max-width: 959px) {
  .c-flow__main .p-cv__flex .c-tel a, .c-flow__main .p-cv__flex .c-tel--white a {
    font-size: 24px;
  }
}
.c-flow:last-child {
  border-bottom: 1px solid #e5e7e5;
}

.p-works__header {
  max-width: 800px;
  margin: 0 auto;
}
.p-works__title {
  font: normal 35px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-works__title {
    font-size: 24px;
  }
}
.p-works__date {
  font: normal 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  opacity: .6;
}
.p-works__tags {
  text-align: center;
}
.p-works__tags .tag, .p-works__tags .tag--service, .p-works__tags .tag--types {
  font: normal 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  padding: 5px 20px 9px;
  border-radius: 3px;
  background-color: #f1f2f1;
}
.p-works__tags .tag--service {
  color: white;
  background: #333;
}
.p-works__tags .tag--types {
  border: 1px solid #ddd;
}
.p-works__tags .tag + .tag, .p-works__tags .tag--service + .tag, .p-works__tags .tag--types + .tag, .p-works__tags .tag + .tag--service, .p-works__tags .tag--service + .tag--service, .p-works__tags .tag--types + .tag--service, .p-works__tags .tag + .tag--types, .p-works__tags .tag--service + .tag--types, .p-works__tags .tag--types + .tag--types {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-works__tags .tag, .p-works__tags .tag--service, .p-works__tags .tag--types {
    font-size: 10px;
  }
}
.p-works__thumbnail {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  height: 400px;
  padding: 30px 0;
  background: white;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-works__thumbnail {
    height: auto;
    padding: 15px;
  }
}
.p-works__thumbnail::after, .p-works__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid black;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .p-works__thumbnail::after, .p-works__thumbnail::before {
    border: 1px solid black;
  }
}
.p-works__thumbnail::before {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
@media screen and (min-width: 960px) {
  .p-works__thumbnail img {
    max-height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-works__thumbnail img {
    max-width: 100%;
  }
}
.p-works__detail .c-table {
  max-width: 600px;
  margin: 0 auto;
  border-right: 1px solid #f1f2f1;
}
.p-works__detail .c-table th {
  width: 80px;
}
.p-works__detail .c-table th, .p-works__detail .c-table td {
  border-left: 1px solid #f1f2f1;
}
@media screen and (max-width: 959px) {
  .p-works__detail .c-table th {
    width: 100%;
  }
  .p-works__detail .c-table th, .p-works__detail .c-table td {
    padding: 10px;
  }
}
.p-works__detail .detail {
  max-width: 800px;
  margin: 0 auto;
}
.p-works__detail .detail p {
  font: 100 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  margin-bottom: 40px;
}
.p-works__detail .detail p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .p-works__detail .detail p {
    margin-bottom: 30px;
  }
}
.p-works__detail .detail h2 {
  position: relative;
  font: normal 20px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  background: #fafafa;
  color: #05703A;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}
.p-works__detail .detail h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 50%;
  color: #05703A;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #05703A;
}
.p-works__detail .detail h3 {
  font: bold 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  position: relative;
  border-bottom: 1px solid #e5e7e5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.p-works__detail .detail h4 {
  font: bold 16px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20px;
  letter-spacing: .1em;
}
.p-works__ba {
  padding-bottom: 43px;
}
.p-works__ba .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-works__ba .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-works__ba .img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ddd;
}
@media screen and (max-width: 959px) {
  .p-works__ba .img::before {
    bottom: -15px;
    left: -15px;
  }
}
.p-works__a, .p-works__b {
  position: relative;
}
.p-works__a p, .p-works__b p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  font: bold 20px/1 "nimbus-sans", sans-serif !important;
  color: black;
  padding: 10px 30px;
  background-color: white;
}
@media screen and (min-width: 960px) {
  .p-works__a {
    margin-top: 60px;
  }
  .p-works__b {
    padding-bottom: 60px;
  }
  .p-works__b p {
    bottom: 80px;
  }
}
@media screen and (max-width: 959px) {
  .p-works__a {
    margin-top: 20px;
  }
}
.p-works__slider {
  max-width: 600px;
  max-height: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-works__slider {
    max-width: 100%;
    max-height: 60vw;
  }
}
.p-works__slider-wrapper {
  width: 100%;
  margin: 20px auto 60px;
}
@media screen and (max-width: 959px) {
  .p-works__slider-wrapper {
    background-color: transparent;
  }
}
.p-works__slider-item {
  width: 600px;
  height: 400px;
}
.p-works__slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 600px;
  height: 400px;
}
@media screen and (max-width: 959px) {
  .p-works__slider-item {
    width: 100%;
    height: 60vw;
  }
  .p-works__slider-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 60vw;
  }
}
.p-works__slider .slick-arrow {
  display: none !important;
}
.p-works__slider .slick-dots {
  text-align: center;
}
.p-works__slider .slick-dots li {
  display: inline-block;
}
.p-works__slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.p-works__slider .slick-dots .slick-active button {
  background: #F9822B;
}

.gs-appeal,
.gs-works,
.gs-service,
.gs-contact,
.gs-char01,
.gs-block01,
.gs-block02,
.gs-block03 {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: transfrom 2s;
  transition: transfrom 2s;
}

.gs-feature,
.gs-about {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: transfrom 2s;
  transition: transfrom 2s;
}

.gs-image01 {
  position: relative;
  overflow: hidden;
}

.gs-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 3;
  background-color: black;
  opacity: 1;
  -webkit-transition: left 0.5s, width 0.5s;
  transition: left 0.5s, width 0.5s;
}

.gs-slide_inner {
  display: block;
  height: 100%;
}

.gs-slide_fig {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.gs-title .char {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: transfrom .5s, opacity .5s;
  transition: transfrom .5s, opacity .5s;
}

.gs-contact-img {
  opacity: 0;
  -webkit-transform: translate(-300px, 100px) rotate(10deg);
          transform: translate(-300px, 100px) rotate(10deg);
  -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: opacity .15s ease, transform .15s ease;
  transition: opacity .15s ease, transform .15s ease, -webkit-transform .15s ease;
}

.p-contact {
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-contact {
    padding-top: 80px;
  }
}
.p-contact__img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 460px);
  min-width: 300px;
  max-width: 500px;
}
.p-contact__img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-contact__img img {
    opacity: .1;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__img {
    display: none;
  }
}
.p-contact .p-article__title {
  text-align: center;
}
.p-contact .c-btn__wrapper {
  padding-top: 60px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-contact .c-btn__wrapper .c-btn a, .p-contact .c-btn__wrapper .c-btn--tel a {
  width: 340px;
}
@media screen and (max-width: 959px) {
  .p-contact .c-btn__wrapper {
    padding-top: 40px;
  }
  .p-contact .c-btn__wrapper .c-btn, .p-contact .c-btn__wrapper .c-btn--tel {
    width: 100%;
    text-align: center;
  }
  .p-contact .c-btn__wrapper .c-btn + .c-btn, .p-contact .c-btn__wrapper .c-btn--tel + .c-btn, .p-contact .c-btn__wrapper .c-btn + .c-btn--tel, .p-contact .c-btn__wrapper .c-btn--tel + .c-btn--tel {
    margin-top: 10px;
  }
}

.p-about__intro {
  padding-top: 140px;
}
.p-about__intro-title {
  text-align: center;
}
.p-about__intro-title h1 {
  margin-top: 50px;
  padding-left: 46px;
  font: 500 80px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-about__intro-title h1 small {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  margin-left: -30px;
}
@media screen and (max-width: 959px) {
  .p-about__intro-title h1 {
    padding-left: 24px;
    margin-top: 20px;
    font-size: 40px;
    line-height: 1.6;
  }
  .p-about__intro-title h1 small {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 0px;
    margin-left: -15px;
  }
}
.p-about__intro-main {
  margin-top: 0;
  text-align: center;
}
.p-about__intro-main p {
  font: 400 20px/2.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .p-about__intro-main {
    margin-top: 20px;
  }
  .p-about__intro-main p {
    font-size: 14px;
  }
}
.p-about__contents {
  padding-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-about__contents {
    padding-top: 50px;
  }
}
.p-about__contents.first {
  padding-top: 50px;
}
.p-about__contents-title p {
  position: relative;
  display: inline-block;
  font: 500 130px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 16px 0;
  margin-right: 40px;
}
.p-about__contents-title p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: black;
}
@media screen and (max-width: 959px) {
  .p-about__contents-title p {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-right: 10px;
  }
  .p-about__contents-title p:before {
    height: 3px;
  }
}
.p-about__contents-title h2 {
  display: inline-block;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .p-about__contents-title h2 {
    font-size: 20px !important;
  }
}
.p-about__contents-main {
  margin-top: 40px;
}
.p-about__contents-main p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .p-about__contents-main {
    margin-top: 20px;
  }
}
.p-about__contents.ml {
  margin-left: 100px;
}
@media screen and (max-width: 959px) {
  .p-about__contents.ml {
    margin-left: 20px;
  }
}
.p-about__wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 200px;
}
@media screen and (max-width: 959px) {
  .p-about__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
  }
}
.p-about__policy {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-about__policy {
    margin-top: 80px;
  }
}
@media screen and (max-width: 959px) {
  .p-about__policy .p-wanted__title p {
    font-size: 20vw;
  }
}

.area {
  overflow: hidden;
}

.wrap {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 959px) {
  .wrap {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 50px;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.item06 {
  position: absolute;
}
.item06 img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .item06 {
    position: relative;
  }
}

.p-form .mw_wp_form {
  font-family: YakuHanJP, "Zen Kaku Gothic New", 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: #05703A;
  top: 25px;
  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;
  border: 1px solid #05703A;
  color: #05703A;
  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: 5px;
  border: 1px solid #ddd;
  background-color: #f1f2f1;
  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 #bbb;
  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: #05703A;
  z-index: 1;
}
.p-form .mw_wp_form .mwform-radio-field-text:after {
  border-radius: 100%;
}
.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: #05703A;
}
.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: #05703A;
  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 #05703A;
  background: white;
  border-radius: 5px;
  -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 #05703A;
  background-color: white;
  border-radius: 5px;
}
.p-form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  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, "Zen Kaku Gothic New", 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: #05703A;
  color: white;
  border: 0;
  border-radius: 50px;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Zen Kaku Gothic New", 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: #05703A;
  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: #05703A;
  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: #05703A;
  font-size: 18px;
  font-weight: 600;
}
.p-form .step h4 span {
  display: block;
  width: 30px;
  margin: 0 auto 5px;
  background: #05703A;
  color: black;
  font-size: 16px;
  line-height: 31px;
  border-radius: 15px;
}
.p-form .step i {
  display: block;
  margin: 0 auto 15px;
  color: #05703A;
  font-size: 80px;
}

.p-form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 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: 5px;
}
.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: #05703A !important;
  border-color: #05703A !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: 300px;
  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: 5px;
  -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: 5px;
}
.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: 5px;
  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: white;
  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: #F9822B;
}
.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: #05703A;
  -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;
  }
}

@media screen and (min-width: 960px) {
  .p-form .mw_wp_form dl dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-form .mw_wp_form dl dl + dt {
    margin-bottom: 0;
  }

  .p-form .mw_wp_form dt::before {
    top: 13px;
  }
}
.p-article {
  position: relative;
  z-index: 0;
}
.p-article__title h2, .p-article__title h3, .p-article__title h4 {
  font: 500 60px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-article__title h2 em, .p-article__title h3 em, .p-article__title h4 em {
  color: #F9822B;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .p-article__title h2, .p-article__title h3, .p-article__title h4 {
    font-size: 30px;
    font-weight: 600;
  }
}
.p-article__title p {
  font: normal 20px/1.6 "nimbus-sans", sans-serif;
  color: #F9822B;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-article__title p {
    margin-bottom: 5px;
    letter-spacing: .015em;
  }
}
.p-article__title--small h2, .p-article__title--small h3, .p-article__title--small h4 {
  font: 500 25px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-article__subtitle {
  margin-bottom: 30px;
}
.p-article__subtitle h2, .p-article__subtitle h3, .p-article__subtitle h4 {
  font: 900 30px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-article__subtitle h2 em, .p-article__subtitle h3 em, .p-article__subtitle h4 em {
  color: #F9822B;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .p-article__subtitle h2, .p-article__subtitle h3, .p-article__subtitle h4 {
    font-size: 30px;
    font-weight: 600;
  }
}
.p-article__subtitle p {
  font: bold 16px/1.6 "nimbus-sans", sans-serif;
  color: #F9822B;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
@media screen and (max-width: 959px) {
  .p-article__subtitle p {
    margin-bottom: 5px;
    letter-spacing: .015em;
  }
}
.p-article__main p:not([class]) {
  font: 400 16px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 959px) {
  .p-article__main p:not([class]) {
    font-size: 14px;
  }
}
.p-article__main p:not([class]) + p {
  margin-top: 20px;
}
.p-article__main p.rdy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font: 500 20px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  text-align: center;
  margin-top: 40px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .p-article__main p.rdy {
    font-size: 16px;
  }
}
.p-article__wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-article__wrapper.small {
  max-width: 840px;
}
.p-article__wrapper.large {
  max-width: 1240px;
}
.p-article__wrapper.images {
  max-width: 1040px;
}
@media screen and (max-width: 959px) {
  .p-article__wrapper.images {
    padding: 0;
  }
}
.p-article__wrapper.images > img {
  max-width: 100%;
  width: 100%;
}

.p-section {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .p-section {
    margin-top: 50px;
  }
}
.p-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 600px);
  padding-right: 50px;
}
.p-section__main p {
  font: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .015em;
}
.p-section__main p + p {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-section__main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.p-section__img {
  width: 600px;
}
.p-section__img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-section__img {
    width: 100%;
  }
}
.p-section__title {
  font: bold 30px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .p-section__title {
    margin-bottom: 20px;
  }
}
.p-section__title b {
  color: #F9822B;
}
@media screen and (max-width: 959px) {
  .p-section__title b {
    display: block;
  }
}
.p-section__title p {
  font: bold 16px/1.6 "nimbus-sans", sans-serif;
  color: #F9822B;
  margin-bottom: 5px;
  letter-spacing: .05em;
}
@media screen and (max-width: 959px) {
  .p-section__title p {
    margin-bottom: 5px;
    letter-spacing: .015em;
  }
}
.p-section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section__flex.rev .p-section__main {
  padding-right: 0;
  padding-left: 50px;
}
@media screen and (max-width: 959px) {
  .p-section__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-section__flex.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .p-section__flex.rev .p-section__main {
    padding: 0 10px;
  }
}

.p-index__works {
  position: relative;
  padding-top: 200px;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .p-index__works {
    padding-top: 80px;
    max-width: 640px;
    margin: 0 auto;
  }
}
.p-index__works-entitle {
  position: absolute;
  left: 0;
  top: 50px;
  font: bold 260px/1 "nimbus-sans", sans-serif;
  opacity: .05;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-index__works-entitle {
    left: 0px;
    top: 0px;
    font-size: 80px;
  }
}
.p-index__works-img {
  position: absolute;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 959px) {
  .p-index__works-img {
    bottom: -2px;
  }
  .p-index__works-img img {
    width: 270px;
  }
}
.p-index__works .p-article__title {
  position: relative;
  padding-bottom: 20px;
}
.p-index__works .p-article__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: calc(100% - 471px);
  background-color: black;
}
@media screen and (max-width: 959px) {
  .p-index__works .p-article__title::after {
    width: 100%;
  }
}
.p-index__feature {
  position: relative;
  padding: 300px 0 200px;
  z-index: 0;
  background-color: #f5f5f5;
}
.p-index__feature .p-article__wrapper {
  position: relative;
}
.p-index__feature .p-article__title {
  position: absolute;
  left: 20px;
  top: -360px;
}
.p-index__feature-entitle {
  position: absolute;
  right: 0;
  top: -250px;
  font: bold 200px/1 "nimbus-sans", sans-serif;
  color: white;
}
@media screen and (max-width: 959px) {
  .p-index__feature {
    padding: 180px 0 80px;
  }
  .p-index__feature .p-article__title {
    right: 0;
    left: 0;
    top: -100px;
    text-align: center;
    top: -200px;
  }
  .p-index__feature .p-article__title img {
    width: 80px;
  }
  .p-index__feature-entitle {
    font-size: 80px;
    right: 0;
    left: 0;
    top: -120px;
    text-align: center;
  }
}
.p-index__appeal {
  position: relative;
  padding: 0 0 200px;
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-index__appeal {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.p-index__appeal-en {
  position: absolute;
  top: -100px;
  left: 3%;
  font: bold 250px/1 "nimbus-sans", sans-serif !important;
  opacity: 0.05;
}
@media screen and (max-width: 959px) {
  .p-index__appeal-en {
    top: 80px;
    left: 10px;
    font-size: 80px !important;
  }
  .p-index__appeal-en br {
    display: none;
  }
}
.p-index__appeal .p-article__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .p-index__appeal .p-article__title {
    padding-top: 130px;
    max-width: 600px;
    margin: 0 auto 50px;
    width: 100%;
  }
  .p-index__appeal .p-article__title img {
    width: 355px;
  }
}
.p-index__service {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .p-index__service {
    margin-top: 80px;
  }
}
.p-index__about {
  position: relative;
  margin-top: 200px;
  padding-bottom: 100px;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .p-index__about {
    margin-top: 150px;
  }
  .p-index__about .p-article__wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-index__about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-index__about-inner {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.p-index__about-title {
  width: 25%;
}
@media screen and (max-width: 959px) {
  .p-index__about-title {
    width: 80px;
  }
  .p-index__about-title img {
    width: 100%;
  }
}
.p-index__about-contents {
  width: 75%;
}
.p-index__about-contents p {
  font: normal 20px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-index__about-contents p + p {
  margin-top: 10px;
}
.p-index__about-contents .c-btn, .p-index__about-contents .c-btn--tel {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-index__about-contents {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .p-index__about-contents p {
    font-size: 14px;
  }
  .p-index__about-contents .c-btn, .p-index__about-contents .c-btn--tel {
    margin-top: 30px;
  }
}
.p-index__about-img {
  text-align: right;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .p-index__about-img {
    margin-bottom: 20px;
    max-width: 300px;
  }
  .p-index__about-img img {
    width: 100%;
  }
}
.p-index__about-entitle {
  position: absolute;
  left: 5%;
}
.p-index__about-entitle p {
  font: bold 140px/1 "nimbus-sans", sans-serif;
  opacity: .05;
}
@media screen and (max-width: 959px) {
  .p-index__about-entitle {
    top: -70px;
  }
  .p-index__about-entitle p {
    font-size: 60px;
  }
}
.p-index__about-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.p-index__about-bg img {
  width: calc(50vw + 400px);
  height: 800px;
}
@media screen and (max-width: 959px) {
  .p-index__about-bg img {
    width: 100%;
    height: 600px;
  }
}
.p-index__mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
.p-index__mv-copy {
  padding-top: 150px;
  margin-bottom: 40px;
  padding-left: 50px;
}
.p-index__mv-copy h2 {
  font: bold 54px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-index__mv-img01 {
  width: 50%;
  height: calc(100vh - 400px);
}
.p-index__mv-img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index__mv-img02 {
  position: absolute;
  right: 0;
  top: 106px;
  z-index: -1;
  height: 100vh;
  width: calc(50% - 50px);
}
.p-index__mv-img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .p-index__mv-copy h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 959px) {
  .p-index__mv {
    max-width: 600px;
    margin: 0 auto;
  }
  .p-index__mv-copy {
    padding-top: 110px;
    padding-left: 20px;
  }
  .p-index__mv-copy h2 {
    font-size: 40px;
  }
  .p-index__mv-img01 {
    position: absolute;
    bottom: -50px;
    width: calc(100% - 50px);
    height: 180px;
    max-width: 500px;
  }
  .p-index__mv-img02 {
    position: absolute;
    right: 0;
    top: 300px;
    z-index: -1;
    height: 50vh;
    width: calc(100% - 50px);
    max-width: 500px;
  }
}
.p-index__mv .slick-arrow {
  display: none !important;
}
.p-index__mv .p-index__mv-slide-item {
  height: 100vh;
  width: calc(50vw - 50px);
}
.p-index__mv .p-index__mv-slide-item img {
  height: 100vh;
  width: calc(50vw - 50px);
}
@media screen and (max-width: 959px) {
  .p-index__mv .p-index__mv-slide-item {
    height: 50vh;
    width: calc(100vw - 50px);
    max-width: 500px;
  }
  .p-index__mv .p-index__mv-slide-item img {
    height: 50vh;
    width: calc(100vw - 50px);
    max-width: 500px;
  }
}

.p-mv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-mv__title {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.p-mv__title p {
  font: normal 14px/1.4 "nimbus-sans", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .p-mv__title p {
    font-size: 10px;
    padding-left: 9px;
  }
}
.p-mv__title h2 {
  font: 100 210px/0.9 "nimbus-sans", sans-serif;
  font-style: italic;
  margin-left: -130px;
}
.p-mv__title h2 .italic {
  display: block;
  font-style: normal;
  font-weight: 900;
  padding-left: 60px;
}
@media screen and (max-width: 959px) {
  .p-mv__title h2 {
    font-size: 55px;
    margin-left: -12px;
  }
  .p-mv__title h2 .italic {
    padding-left: 22px;
  }
}
.p-mv__title-img {
  position: absolute;
  top: 162px;
  right: 0;
}
.p-mv__title-img img {
  width: 420px;
}
@media screen and (max-width: 959px) {
  .p-mv__title-img {
    top: 67px;
    right: 0;
  }
  .p-mv__title-img img {
    width: 150px;
  }
}
@media screen and (max-width: 959px) {
  .p-mv__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: 60px;
  }
}
.p-mv__contents {
  position: absolute;
  width: 650px;
  right: 0;
  z-index: 0;
}
.p-mv__contents-bk {
  position: absolute;
  width: 650px;
  right: -40px;
  top: 40px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-mv__contents {
    top: 110px;
    right: 50%;
    width: 300px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .p-mv__contents-bk {
    top: 150px;
    right: calc(50% - 20px);
    width: 300px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-mv__slide-item {
  width: 100%;
  max-width: 650px;
}
.p-mv__slide-item img {
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 959px) {
  .p-mv__slide-item {
    max-width: 300px;
  }
  .p-mv__slide-item-bk {
    max-width: 300px;
  }
}

.p-pagetitle {
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
  border-bottom: 2px solid black;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-pagetitle {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.p-pagetitle__wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-pagetitle__title h1 {
  font: bold 50px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-pagetitle__title h1 {
    font-size: 35px;
  }
}
.p-pagetitle__title h1 span {
  font-weight: bold;
}
.p-pagetitle__title h1 span em {
  color: #F9822B;
  font-style: normal;
}
.p-pagetitle__entitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: left;
  max-width: 1100px;
  opacity: .03;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 560px) {
  .p-pagetitle__entitle {
    top: auto;
    left: 10px;
    bottom: 5px;
    text-align: left;
    -webkit-transform: none;
            transform: none;
    margin: auto;
  }
}
.p-pagetitle__entitle p {
  font: 900 140px/1 "nimbus-sans", sans-serif;
}
@media screen and (max-width: 560px) {
  .p-pagetitle__entitle p {
    font-size: 80px;
  }
}
.p-pagetitle__img {
  position: absolute;
  bottom: -53px;
  right: 0;
}
@media screen and (max-width: 959px) {
  .p-pagetitle__img {
    bottom: -31px;
  }
  .p-pagetitle__img img {
    width: 150px;
  }
}

.p-list-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .p-list-works {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 959px) {
  .p-list-works {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .p-list-works__item {
    width: calc((100% - 50px)/3);
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .p-list-works__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-list-works__item {
    width: 100%;
  }
  .p-list-works__item + .p-list-works__item {
    margin-top: 30px;
  }
}
.p-list-works__item a:hover .p-list-works__tmb {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.p-list-works__item a:hover .p-list-works__text {
  opacity: .6;
}
.p-list-works__tmb {
  position: relative;
  border: 2px solid black;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}
.p-list-works__tmb img {
  max-width: 100%;
  width: 100%;
}
.p-list-works__tmb p {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px 7px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: bold 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-list-works__text {
  margin-top: 10px;
}
.p-list-works__text h3 {
  font: bold 18px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-list-normal {
  list-style: none;
}
.p-list-normal li {
  position: relative;
  font: 400 16px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  padding-left: 1em;
}
.p-list-normal li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 4px;
  margin-right: 5px;
}
.p-list-normal li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-list-normal li {
    font: normal 18px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  .p-list-normal li:before {
    top: 18px;
    left: 5px;
  }
}
.p-list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-list-feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-list-feature__item {
  width: calc((100% - 40px)/2);
  margin-right: 40px;
}
.p-list-feature__item:nth-child(1) {
  margin-top: 50px;
}
.p-list-feature__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .p-list-feature__item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.p-list-feature__img img {
  width: 100%;
  max-width: 100%;
}
.p-list-feature__text h3 {
  margin-top: 20px;
  font: bold 30px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-list-feature__text h3 span {
  color: #F9822B;
}
@media screen and (max-width: 959px) {
  .p-list-feature__text h3 {
    font-size: 26px;
  }
}
.p-list-feature__text p {
  margin-top: 20px;
  font: normal 16px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-feature__text p {
    font-size: 14px;
  }
}
.p-list-feature__btn {
  position: relative;
  padding: 30px;
  overflow: hidden;
}
.p-list-feature__btn a {
  position: absolute;
  right: 0;
  padding: 0 0 0 30px;
  background-color: #F5F5F5;
  font: bold 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.p-list-feature__btn a img {
  margin-left: 30px;
  vertical-align: 1px;
}
.p-list-feature__btn a:hover {
  color: #aaa;
}
.p-list-feature__btn-img {
  position: absolute;
  top: 24px;
  left: 0;
}
@media screen and (max-width: 959px) {
  .p-list-appeal {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-list-appeal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-list-appeal__item + .p-list-appeal__item {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .p-list-appeal__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-list-appeal__item + .p-list-appeal__item {
    margin-top: 30px;
  }
}
.p-list-appeal__item:nth-child(2) {
  margin-left: 50px;
  min-width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-list-appeal__item:nth-child(2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 959px) {
  .p-list-appeal__item:nth-child(2) {
    margin-left: 0;
  }
}
.p-list-appeal__num {
  font: normal 20px/1 "nimbus-sans", sans-serif !important;
}
.p-list-appeal__num span {
  margin-left: 10px;
  font: bold 50px/1 "nimbus-sans", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-appeal__num {
    font-size: 16px !important;
  }
  .p-list-appeal__num span {
    font-size: 30px !important;
  }
}
.p-list-appeal__text {
  padding-right: 30px;
}
.p-list-appeal__text h3 {
  margin: 30px 0;
  font: bold 45px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-list-appeal__text h3 span {
  color: #F9822B;
}
.p-list-appeal__text p {
  font: normal 16px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1200px) {
  .p-list-appeal__text {
    margin-left: 25px;
  }
  .p-list-appeal__text h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-list-appeal__text {
    margin-left: 0;
    padding-right: 0;
  }
  .p-list-appeal__text h3 {
    font-size: 30px;
    margin: 15px 0;
  }
  .p-list-appeal__text p {
    font-size: 14px;
  }
}
.p-list-appeal__img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-list-appeal__img {
    margin-top: 20px;
  }
}
.p-list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-list-service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-list-service__item {
  position: relative;
  max-width: calc((100% - 70px)/2);
  z-index: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.p-list-service__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  right: 35px;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}
@media screen and (max-width: 959px) {
  .p-list-service__item::before {
    right: 20px;
  }
}
.p-list-service__item:nth-child(2) {
  margin-top: 100px;
}
.p-list-service__item:hover::before {
  background-color: #dbdbdb;
}
.p-list-service__item:hover .p-list-service__arrow {
  right: -5px;
}
@media screen and (max-width: 959px) {
  .p-list-service__item {
    max-width: 100%;
    width: 100%;
  }
}
.p-list-service__img img {
  width: 100%;
  max-width: 100%;
}
.p-list-service__text {
  padding-right: 70px;
}
.p-list-service__text h2 {
  font: bold 40px/1.2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  margin: 30px 0;
}
.p-list-service__text p {
  font: normal 20px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
  letter-spacing: .08em;
}
.p-list-service__text p.copy {
  font: bold 24px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .p-list-service__text {
    padding-left: 10px;
    padding-right: 50px;
  }
  .p-list-service__text h2 {
    font-size: 25px;
  }
  .p-list-service__text p {
    font-size: 14px !important;
  }
  .p-list-service__text p.copy {
    font-size: 18px !important;
  }
}
.p-list-service__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: right .15s ease;
  transition: right .15s ease;
}
.p-list__btn {
  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;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .p-list__btn {
    margin-top: 60px;
  }
}
.p-list__btn__item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 959px) {
  .p-list__btn__item {
    width: 100%;
    margin-top: 10px;
  }
}
.p-list__btn__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  font: bold 18px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: white;
  background-color: black;
  text-align: center;
  padding: 20px 30px 25px;
}
.p-list__btn__item a img {
  top: 25px !important;
}
.p-list__btn__item a:hover {
  opacity: .6;
}
.p-list__btn__item a:hover img {
  right: 25px !important;
}
.p-list-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
}
.p-list-label__item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px 12px;
  padding-left: 25px;
  border: 1px solid #ddd;
  font: 400 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.p-list-label__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #666;
  position: absolute;
  left: 11px;
  top: 15px;
}
@media screen and (max-width: 959px) {
  .p-list-label__item {
    font-size: 16px;
  }
  .p-list-label__item::before {
    top: 15px;
  }
}
.p-list-label__noitem {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: 400 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

.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;
  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;
  }
}
.p-anim__title02 h2 span,
.p-anim__title02 h1 span {
  opacity: 0;
  display: block;
  -webkit-animation: slide-up-fade 1.5s ease-out forwards;
          animation: slide-up-fade 1.5s ease-out forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.p-anim__title02 h2 span:nth-child(1),
.p-anim__title02 h1 span:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p-anim__title02 h2 span:nth-child(2),
.p-anim__title02 h1 span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-up-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.js-scroll2.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-cv {
  position: relative;
  padding: 50px 0;
  background: #f1f2f1;
}
.p-cv p {
  font: normal 30px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: black;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-cv p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-cv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cv__flex .c-tel, .p-cv__flex .c-tel--white {
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  .p-cv__flex .c-tel, .p-cv__flex .c-tel--white {
    margin-right: 10px;
  }
}
.p-cv__flex .c-btn, .p-cv__flex .c-btn--tel {
  width: 300px;
}
.p-cv__flex .c-btn--cv {
  width: 350px;
}
@media screen and (max-width: 959px) {
  .p-cv__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cv__flex .c-btn, .p-cv__flex .c-btn--tel,
  .p-cv__flex .c-btn--cv {
    margin-top: 20px;
  }
}

.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 959px) {
  .u-display--sp {
    display: block !important;
  }
  .u-display--sp-inline {
    display: inline-block !important;
  }
  .u-display--pc, .u-display--pc-inline {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important;
  }
  .u-display--pc {
    display: block !important;
  }
  .u-display--pc-inline {
    display: inline-block !important;
  }
}

.p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
  /*********************************
    各種基本定数の設定
  *********************************/
  /*********************************
    各種スタイル
  *********************************/
  display: grid;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  row-gap: 60px;
  /*********************************
    念のためリセット
  *********************************/
}
@media screen and (min-width: 960px) {
  .p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
    -webkit-column-gap: 60px;
            column-gap: 60px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 959px) {
  .p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-grid--gap-l {
    -webkit-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-grid--gap-l {
    -webkit-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
.p-grid--col1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-grid--col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-grid--col6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.p-grid--col7 {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
.p-grid--col8 {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
.p-grid--col9 {
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
.p-grid--col10 {
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (min-width: 960px) {
  .p-grid--pc-col10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .p-grid--sp-col10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
.p-grid img, .p-grid--col1 img, .p-grid--pc-col1 img, .p-grid--sp-col1 img, .p-grid--col2 img, .p-grid--pc-col2 img, .p-grid--sp-col2 img, .p-grid--col3 img, .p-grid--pc-col3 img, .p-grid--sp-col3 img, .p-grid--col4 img, .p-grid--pc-col4 img, .p-grid--sp-col4 img, .p-grid--col5 img, .p-grid--pc-col5 img, .p-grid--sp-col5 img, .p-grid--col6 img, .p-grid--pc-col6 img, .p-grid--sp-col6 img, .p-grid--col7 img, .p-grid--pc-col7 img, .p-grid--sp-col7 img, .p-grid--col8 img, .p-grid--pc-col8 img, .p-grid--sp-col8 img, .p-grid--col9 img, .p-grid--pc-col9 img, .p-grid--sp-col9 img, .p-grid--col10 img, .p-grid--pc-col10 img, .p-grid--sp-col10 img {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .p-grid.sp0, .sp0.p-grid--col1, .sp0.p-grid--pc-col1, .sp0.p-grid--sp-col1, .sp0.p-grid--col2, .sp0.p-grid--pc-col2, .sp0.p-grid--sp-col2, .sp0.p-grid--col3, .sp0.p-grid--pc-col3, .sp0.p-grid--sp-col3, .sp0.p-grid--col4, .sp0.p-grid--pc-col4, .sp0.p-grid--sp-col4, .sp0.p-grid--col5, .sp0.p-grid--pc-col5, .sp0.p-grid--sp-col5, .sp0.p-grid--col6, .sp0.p-grid--pc-col6, .sp0.p-grid--sp-col6, .sp0.p-grid--col7, .sp0.p-grid--pc-col7, .sp0.p-grid--sp-col7, .sp0.p-grid--col8, .sp0.p-grid--pc-col8, .sp0.p-grid--sp-col8, .sp0.p-grid--col9, .sp0.p-grid--pc-col9, .sp0.p-grid--sp-col9, .sp0.p-grid--col10, .sp0.p-grid--pc-col10, .sp0.p-grid--sp-col10 {
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}

.u-mtb--ll, .u-mbt--ll {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.u-mtb--l, .u-mbt--l {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.u-mtb--m, .u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.u-mtb--s, .u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.u-mtb--ss, .u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.u-mtb--0, .u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-mb--ll {
  margin-bottom: 100px !important;
}
.u-mb--l {
  margin-bottom: 50px !important;
}
.u-mb--m {
  margin-bottom: 40px !important;
}
.u-mb--s {
  margin-bottom: 20px !important;
}
.u-mb--ss {
  margin-bottom: 10px !important;
}
.u-mb--0 {
  margin-bottom: 0 !important;
}
.u-mt--ll {
  margin-top: 100px !important;
}
.u-mt--l {
  margin-top: 50px !important;
}
.u-mt--m {
  margin-top: 40px !important;
}
.u-mt--s {
  margin-top: 20px !important;
}
.u-mt--ss {
  margin-top: 10px !important;
}
.u-mt--0 {
  margin-top: 0 !important;
}

.u-ptb--ll, .u-pbt--ll {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.u-ptb--l, .u-pbt--l {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.u-ptb--m, .u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.u-ptb--s, .u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.u-ptb--ss, .u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.u-ptb--0, .u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.u-pb--ll {
  padding-bottom: 100px !important;
}
.u-pb--l {
  padding-bottom: 50px !important;
}
.u-pb--m {
  padding-bottom: 40px !important;
}
.u-pb--s {
  padding-bottom: 20px !important;
}
.u-pb--ss {
  padding-bottom: 10px !important;
}
.u-pb--0 {
  padding-bottom: 0 !important;
}
.u-pt--ll {
  padding-top: 100px !important;
}
.u-pt--l {
  padding-top: 50px !important;
}
.u-pt--m {
  padding-top: 40px !important;
}
.u-pt--s {
  padding-top: 20px !important;
}
.u-pt--ss {
  padding-top: 10px !important;
}
.u-pt--0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 959px) {
  .u-mtb--ll, .u-mbt--ll {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .u-mtb--l, .u-mbt--l {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .u-mtb--m, .u-mbt--m {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .u-mtb--s, .u-mbt--s {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .u-mtb--ss, .u-mbt--ss {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .u-mtb--0, .u-mbt--0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .u-mb--ll {
    margin-bottom: 100px !important;
  }
  .u-mb--l {
    margin-bottom: 40px !important;
  }
  .u-mb--m {
    margin-bottom: 40px !important;
  }
  .u-mb--s {
    margin-bottom: 20px !important;
  }
  .u-mb--ss {
    margin-bottom: 10px !important;
  }
  .u-mb--0 {
    margin-bottom: 0 !important;
  }
  .u-mt--ll {
    margin-top: 100px !important;
  }
  .u-mt--l {
    margin-top: 40px !important;
  }
  .u-mt--m {
    margin-top: 40px !important;
  }
  .u-mt--s {
    margin-top: 20px !important;
  }
  .u-mt--ss {
    margin-top: 10px !important;
  }
  .u-mt--0 {
    margin-top: 0 !important;
  }

  .u-ptb--ll, .u-pbt--ll {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .u-ptb--l, .u-pbt--l {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .u-ptb--m, .u-pbt--m {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .u-ptb--s, .u-pbt--s {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .u-ptb--ss, .u-pbt--ss {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .u-ptb--0, .u-pbt--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .u-pb--ll {
    padding-bottom: 100px !important;
  }
  .u-pb--l {
    padding-bottom: 40px !important;
  }
  .u-pb--m {
    padding-bottom: 40px !important;
  }
  .u-pb--s {
    padding-bottom: 20px !important;
  }
  .u-pb--ss {
    padding-bottom: 10px !important;
  }
  .u-pb--0 {
    padding-bottom: 0 !important;
  }
  .u-pt--ll {
    padding-top: 100px !important;
  }
  .u-pt--l {
    padding-top: 40px !important;
  }
  .u-pt--m {
    padding-top: 40px !important;
  }
  .u-pt--s {
    padding-top: 20px !important;
  }
  .u-pt--ss {
    padding-top: 10px !important;
  }
  .u-pt--0 {
    padding-top: 0 !important;
  }
}
.u-text--link {
  text-decoration: underline;
  color: #065fd4;
}
.u-text--link:hover {
  text-decoration: none;
}
.u-text--attention {
  color: #05703A;
  font-size: 0.8em !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--large {
  font-size: 25px !important;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .u-text--large {
    font-size: 20px !important;
  }
}
.u-text--ac {
  color: #05703A;
}
.u-text--lh-low {
  line-height: 1.2 !important;
}
.u-text--lh-midium {
  line-height: 1.6 !important;
}
.u-text--lh-high {
  line-height: 2 !important;
}

.u-w1000 {
  max-width: 1040px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.u-w1200 {
  max-width: 1240px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) and (max-width: 1500px) {
  .u-scaler {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1500px) {
  .u-scaler-l {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-bottom: -100px;
  }
}

/*# sourceMappingURL=style.css.map */