@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@font-face {
  font-family: "PorscheNextJP";
  src: url("../fonts/PorscheNextJPTP-Regular.ttf") format("truetype"), url("../fonts/PorscheNextJPTP-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "PorscheNextJP";
  src: url("../fonts/PorscheNextJPTP-Bold.ttf") format("truetype"), url("../fonts/PorscheNextJPTP-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  font-size: 0.875rem;
}

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

/* ---------------------------
 layout
------------------------------ */
.l-header {
  background-image: url(../img/mv_bg01_sp.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "PorscheNextJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.l-header__title {
  padding-top: 40px;
  text-align: center;
  font-size: 2.3125rem;
  line-height: normal;
}

.l-header__flex {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 13vw);
  margin: 0 auto;
  margin-top: 30px;
}

.l-header__img img {
  width: 43vw;
}

.l-header__txt {
  margin-top: 10px;
  text-align: center;
  font-size: 4vw;
  line-height: 1.78;
}

.l-header__note {
  margin-top: 9vw;
  text-align: right;
  font-size: 0.625rem;
}

.l-header__sec-img {
  text-align: center;
}
.l-header__sec-img img {
  width: 300px;
}

.l-main {
  font-family: "PorscheNextJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.l-aside {
  margin-top: 60px;
  padding: 0 16px;
  padding-bottom: 48px;
}
.l-aside .c-note {
  font-size: 0.6875rem;
}

.l-aside__title {
  text-align: center;
  font-size: 1.375rem;
}
.l-aside__title span {
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}

.l-aside__contact {
  margin-top: 48px;
}
.l-aside__contact address {
  font-style: normal;
}

.l-aside__tel01 {
  font-size: 0.8125rem;
  font-weight: bold;
}

.l-aside__tel02 {
  font-size: 1.4375rem;
  line-height: 1.2;
}
.l-aside__tel02 small {
  font-size: 0.8125rem;
}

.l-aside__flex {
  display: flex;
  margin-top: 16px;
}
.l-aside__flex dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border: solid 1px #c8cacb;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1;
  min-width: 65px;
}
.l-aside__flex dd {
  margin-right: -10px;
  padding-left: 6px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: -0.15px;
}

.l-alide__madoguchi {
  padding: 20px;
  border: solid 1px #c8cacb;
}

.l-aside__madoguchi-title {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
}
.l-aside__madoguchi-title span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/footer_ico01.png);
  background-size: 100%;
  vertical-align: middle;
}

.l-aside__tel-flex {
  display: flex;
  align-items: center;
  line-height: 1.46;
}

.l-aside__tel03 {
  width: 105px;
  font-size: 0.8125rem;
}

.l-aside__tel04 {
  width: calc(100% - 105px);
  padding-left: 16px;
  font-size: 1.1875rem;
}

.l-aside__txt {
  font-size: 0.8125rem;
  color: #6dad19;
  line-height: 1.54;
}

.l-footer {
  padding: 32px 24px;
  background-color: #191f22;
  color: #fff;
}

.l-footer__copy {
  font-size: 0.625rem;
  text-align: right;
}

.l-sec07 {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: -21px;
}

.l-sec07__box-img {
  width: 70%;
}


/* ---------------------------
 component
------------------------------ */
.c-sec_title {
  margin-top: 80px;
}

.c-sec_title__sub {
  font-size: 1rem;
  text-align: center;
  position: relative;
}
.c-sec_title__sub::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  background-color: #000000;
}

.c-sec_title__ttl {
  padding: 18px 0;
  background-color: #eeeeee;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
.c-sec_title__sub + .c-sec_title__ttl {
  margin-top: 20px;
}

.c-sec__body {
  padding: 0 20px;
}

.c-sec__block {
  margin-top: 48px;
}

.c-title_30 {
  font-size: 1.125rem;
}

.c-title_30__small {
  font-size: 0.8125rem;
  display: inline-block;
}

.c-title_center {
  position: relative;
  text-align: center;
}
.c-title_center span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  line-height: 1.5;
  white-space: nowrap;
}
.c-title_center::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  background: #000;
  z-index: -1;
}

.c-title_24 {
  text-align: center;
  font-size: 1rem;
}

.c-title_20 {
  font-size: 0.875rem;
  font-weight: bold;
}
.c-title_20.-center {
  text-align: center;
}
.c-txt + .c-title_20 {
  margin-top: 20px;
}

.c-title_18 {
  font-size: 0.875rem;
  font-weight: bold;
}

.c-title_30 + .c-txt {
  margin-top: 20px;
}
.p-sec01__card-title + .c-txt {
  margin-top: 28px;
}
.c-title_24 + .c-txt {
  margin-top: 8px;
}
.c-title_20 + .c-txt {
  margin-top: 8px;
}
.c-txt.-right {
  text-align: right;
}

.c-note {
  position: relative;
  padding-left: 1em;
}
.c-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-note.-inline {
  padding-left: 0;
}
.c-note.-inline::before {
  display: none;
}
.c-note.-inline span::before {
  content: "※";
}

.c-imgbox {
  margin-top: 20px;
}
.c-imgbox.-center {
  text-align: center;
}

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

.c-list__ol-item {
  list-style-type: decimal;
  margin-left: 20px;
}

.c-list__ul-item {
  list-style-type: square;
  margin-left: 16px;
}

.c-flex__media {
  margin-top: 16px;
}
.c-flex__media.-center {
  text-align: center;
}

.c-flex__item {
  list-style-type: none;
}

.c-link {
  color: #000000;
}

.c-button {
  text-align: center;
}

.c-button__btn {
  display: inline-block;
  width: 100%;
  max-width: 290px;
  padding: 12px 40px;
  background-color: #313639;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
}
.c-button__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/cmn_ico01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
}
.c-button__btn.-fz24 {
  font-size: 1rem;
}
.c-button__btn.-fz22 {
  font-size: 1rem;
}
.c-button__btn.-fz26 {
  font-size: 1.125rem;
}
.c-button__btn.-clear_color {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
}
.c-button__btn.-red_color {
  border: 1px solid #950014;
  background: #950014;
}
.c-button__btn.-gold_color {
  border: 1px solid #e2d59e;
  background: #e2d59e;
  color: #000000;
}
.c-button__btn.-height_lock {
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.c-button__btn.-height_lock > span {
  display: block;
  width: 100%;
  text-align: center;
}
.c-button__btn:disabled {
  cursor: auto;
  background: #bbb;
  border: 1px solid #bbb;
  color: #fff;
}
.c-button__btn:disabled:hover {
  opacity: 1;
}

.c-button__note {
  display: block;
  font-size: 0.875rem;
}

.c-box_border {
  padding: 20px;
  border: solid 1px #c8cacb;
  margin-top: 36px;
}
.c-box_border + .c-box_border {
  margin-top: 20px;
}
.c-flex__item .c-box_border {
  margin-top: 20px;
}

.c-table {
  border-collapse: collapse;
}

.c-table,
.c-table__head,
.c-table__data {
  border: 1px solid #949494;
}

.c-table__head,
.c-table__data {
  padding: 10px;
  text-align: center;
  line-height: 1.2;
  width: 57%;
}

.c-table__head {
  background-color: #eeeeee;
}

.c-table__head:first-child {
  width: 43%;
}

.c-table__data {
  background-color: #FFFFFF;
  color: #0F0F0F;
}


.c-sec__btn-list {
  position: sticky;
  top: 0;
  list-style: none;
  display: flex;
  text-align: center;
  margin-top: 32px;
}

.c-sec__btn-item {
  width: 50%;
  text-align: center;
}

.c-sec__btn {
  color: #000000;
  background-color: #eeeeee;
  width: 100%;
  padding: 21px 0;
  font-weight: bold;
  border-bottom: 1px solid #949494;
}

.c-sec__btn.is-active {
  color: #c7b121;
  padding: 20px 0;
  border-bottom: 2px solid #c7b121;
  background-color: #ffffff;
}

.c-sec__txt {
  margin-top: 32px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-character;
  text-align-last: center;
  word-break: break-all;
}

.c-sec__link {
  color: #E1D589;
  margin: 24px auto 0;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-underline-offset: 6px;
}

.c-sec__link::before {
  content: "";
  width: 4px;
  height: 10px;
  background-image: url(../img/icon_arrow_right.svg);
  background-size: contain;
  animation: moveLeftRightSp 1.5s ease-in-out infinite alternate;
}

.c-sec__link:hover {
  opacity: 0.8;
}

.c-sec__body .c-sec__link {
   color: #c7b121;
}

.c-sec__annotation {
  margin-top: 16px;
  font-size: 1.1rem;
  text-align: center;
}



/* ---------------------------
 project
------------------------------ */
.p-lead {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 80px;
}

.p-lead__title {
  font-size: 1.4375rem;
  line-height: 1;
}

.p-lead__txt {
  margin-top: 20px;
  line-height: 2.21;
}

.p-lead__flex-img {
  margin-top: 40px;
  text-align: center;
}
.p-sec01__box {
  margin-top: 20px;
  padding: 20px;
  background-color: #f8f8f8;
}

.p-sec01__d-list + .p-sec01__d-list {
  margin-top: 20px;
}

.p-sec01__d-list_dt {
  font-size: 0.875rem;
  font-weight: bold;
}

.p-sec01__card {
  padding: 28px 19px;
  margin-top: 20px;
  border: solid 0.5px #c8cacb;
  list-style-type: none;
}

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

.p-sec01__card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #313639;
  font-size: 1.375rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

.p-sec01__card-ja {
  font-size: 1rem;
  line-height: 1.38;
  padding-left: 16px;
  white-space: nowrap;
  display: block;
}

.p-sec01__card .c-note {
  margin-top: 20px;
}
.p-sec02__w300 {
  padding: 0 18px;
}

.p-sec02__center {
  max-width: 290px;
  margin: 0 auto;
  margin-top: 32px;
  text-align: center;
}
.p-sec03___box {
  padding: 24px 30px;
  background: #f4f4f4;
  text-align: center;
  line-height: 1.8;
}

.p-sec03__title {
  font-size: 1rem;
}

.p-sec03__d-list {
  margin-top: 16px;
}

.p-sec03__card {
  padding: 20px 15px;
  background-color: #f4f4f4;
  margin-top: 8px;
  list-style-type: none;
}
.p-sec03__card + .p-sec03__card {
  margin-top: 20px;
}

.p-sec03__card-title {
  font-size: 0.875rem;
  margin-right: -2px;
}
.p-sec04___box {
  margin-top: 32px;
  padding: 20px;
  background-color: #f4f4f4;
}

.p-sec04__present {
  padding: 28px 20px;
  background-color: #f8f8ed;
  background-image: url(../img/sec04_bg01_sp.jpg);
  background-size: cover;
  position: relative;
}
.p-sec04__present::before, .p-sec04__present::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url(../img/sec04_deco01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
.p-sec04__present::before {
  top: -18px;
  left: -18px;
}
.p-sec04__present::after {
  bottom: -18px;
  right: -18px;
  transform: rotate(180deg);
}

.p-sec04__present-head {
  display: flex;
  justify-content: center;
}

.p-sec04__present-img {
  width: 27vw;
}
.p-sec04__present-img img {
  width: 100%;
}
.p-sec04__present-img figcaption {
  font-size: 0.625rem;
  text-align: right;
  margin-left: -30px;
  margin-top: 8px;
}

.p-sec04__present-title {
  width: calc(100% - 27vw);
  padding-right: 16px;
  text-align: center;
  font-size: 5vw;
  line-height: 1.35;
}
.p-sec04__present-title span {
  color: #950014;
}

.p-sec04__present-body {
  margin-top: 8px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.p-sec05__box {
  padding: 20px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
}

.p-sec05__d-list {
  font-weight: bold;
}
.p-sec05__d-list dt, .p-sec05__d-list dd {
  display: inline;
}

.p-sec06 {
  margin-top: 80px;
  background-image: linear-gradient(rgba(49, 54, 57, 0.92), rgba(49, 54, 57, 0.92)), url(../img/sec05_bg01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}

.p-sec06__container {
  padding: 48px 30px;
  text-align: center;
  color: #fff;
}

.p-sec06__title {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: normal;
}

.p-sec06__txt {
  margin-top: 32px;
}

.p-sec06__input input {
  width: 100%;
  padding: 5px 20px;
  border-radius: 23px;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  text-align: center;
}
.p-sec06__input input:-ms-clear {
  visibility: hidden;
}
.p-sec06__input input::-ms-clear {
  visibility: hidden;
}
.p-sec06__input input::-moz-placeholder {
  color: #bbb;
}
.p-sec06__input input:-ms-input-placeholder {
  color: #bbb;
}
.p-sec06__input input::placeholder {
  color: #bbb;
}
.p-sec06__input input:focus::-moz-placeholder {
  color: transparent;
}
.p-sec06__input input:focus:-ms-input-placeholder {
  color: transparent;
}
.p-sec06__input input:focus::placeholder {
  color: transparent;
}

.p-sec06__btnbox {
  display: flex;
  justify-content: center;
}

.p-sec06__submitbox .c-button {
  display: flex;
  justify-content: center;
}

.p-sec07 {
  color: #000;
}

.p-sec07__box-img {
  filter: drop-shadow(3px 6px 7px rgba(0, 0, 0, 0.2));
}


.p-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  font-family: "PorscheNextJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.p-fix__pgtop {
  display: inline-block;
  width: 30px;
  position: absolute;
  right: 20px;
  top: -50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s;
}
.p-fix__pgtop.is-show {
  opacity: 1;
  visibility: visible;
}

.p-fix__menu {
  background: rgba(101, 101, 101, 0.75);
  padding: 16px 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s;
}
.p-fix__menu.is-show {
  opacity: 1;
  visibility: visible;
}

.p-fix__list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

.p-fix__item .c-button__btn {
  width: 43vw;
  padding: 6px 10px;
  font-size: 1rem;
  text-align: center;
}
.p-fix__item .c-button__btn::after {
  width: 10px;
  height: 10px;
  right: 8px;
  top: calc(50% - 5px);
}
.p-fix__item .c-button__btn.-in_link::after {
  width: 10px;
  height: 4px;
  background-image: url(../img/fix_ico02.svg);
  right: 8px;
  top: calc(50% - 2px);
}

.p-table__card-detail {
  display: none;
}

.p-table__card-detail.is-active {
  display: block;
  margin-top: 16px;
}


/* ---------------------------
 utility
------------------------------ */
.u-dn_sp {
  display: none !important;
}
.u-dn_sp-i {
  display: none !important;
}

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
/* ---------------------------
 PC
------------------------------ */
.js-animation {
  opacity: 0;
  transition: opacity 1s;
}
.js-animation.is-animation {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
  .l-header {
    background-image: url(../img/mv_bg01_pc.jpg);
    background-size: 100%;
  }
  .l-header__title {
    padding-top: 130px;
    font-size: 5.125rem;
  }
  .l-header__flex {
    width: 850px;
    margin-top: 64px;
  }
  .l-header__img img {
    width: 468px;
  }
  .l-header__txt {
    margin-top: 100px;
    font-size: 1.5rem;
  }
  .l-header__note {
    margin-top: 190px;
    font-size: 0.75rem;
  }
  .l-header__sec-img {
    margin-top: 12px;
  }
  .l-header__sec-img img {
    width: 790px;
  }
  .l-aside {
    width: 624px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0;
    padding-bottom: 100px;
  }
  .l-aside .c-note {
    font-size: 0.875rem;
  }
  .l-aside__title {
    font-size: 2.5rem;
  }
  .l-aside__contact {
    margin-top: 80px;
  }
  .l-aside__tel01 {
    font-size: 1.4375rem;
  }
  .l-aside__tel02 {
    margin-top: 16px;
    font-size: 2.875rem;
  }
  .l-aside__tel02 small {
    font-size: 1.4375rem;
  }
  .l-aside__flex {
    margin-top: 24px;
    align-items: center;
  }
  .l-aside__flex dt {
    padding: 28px 24px;
    font-size: 1.375rem;
  }
  .l-aside__flex dd {
    margin-right: 0;
    padding-left: 16px;
    font-size: 1.375rem;
    letter-spacing: normal;
  }
  .l-alide__madoguchi {
    padding: 40px 32px;
  }
  .l-aside__madoguchi-title {
    font-size: 1.4375rem;
  }
  .l-aside__madoguchi-title span::after {
    width: 37px;
    height: 37px;
  }
  .l-aside__tel03 {
    width: auto;
    font-size: 1.375rem;
  }
  .l-aside__tel04 {
    width: auto;
    font-size: 1.9375rem;
  }
  .l-aside__txt {
    font-size: 1rem;
    text-align: center;
  }
  .l-aside__txt span::before, .l-aside__txt span::after {
    content: "ー";
    padding: 0 3px;
  }
  .l-footer {
    padding: 25px 0;
  }
  .l-footer__copy {
    width: 560px;
    margin: 0 auto;
    font-size: 0.875rem;
    text-align: left;
  }
  .l-footer__copy small {
    font-size: 0.875rem;
  }

 .l-sec07 {
    margin-top: -100px;
  }

  .l-sec07__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .l-sec07__box-txt {
    width: 60%;
  }

  .l-sec07__box-img {
    width: 40%;
  }

  
  .c-sec_title {
    margin-top: 160px;
  }
  .c-sec_title__sub {
    font-size: 1.5rem;
  }
  .c-sec_title__sub::before {
    width: 40px;
    height: 2px;
    top: -20px;
    left: calc(50% - 20px);
  }
  .c-sec_title__ttl {
    padding: 32px 0;
    font-size: 2.5rem;
  }
  .c-sec__body {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .c-sec__block {
    margin-top: 72px;
  }
  .c-title_30 {
    font-size: 1.875rem;
  }
  .c-title_30__small {
    font-size: 1.5rem;
  }
  .c-title_24 {
    font-size: 1.5rem;
    text-align: left;
  }
  .c-title_20 {
    font-size: 1.25rem;
  }
  .c-title_18 {
    font-size: 1.125rem;
  }
  .c-title_24 + .c-txt {
    margin-top: 16px;
  }
  .c-title_20 + .c-txt {
    margin-top: 16px;
  }
  .c-txt.-left {
    text-align: left;
    padding-left: 140px;
  }
  .c-txt.-right {
    font-size: 1rem;
  }
  .c-note {
    font-size: 1rem;
  }
  .c-imgbox {
    margin-top: 32px;
  }
  .c-flex_is-pc {
    display: flex;
    flex-wrap: wrap;
  }
  .c-flex_is-pc.-jcsb {
    justify-content: space-between;
  }
  .c-link:hover {
    text-decoration: none;
  }
  .c-button__btn {
    max-width: 580px;
    padding: 20px 40px;
  }
  .c-button__btn::after {
    width: 14px;
    height: 14px;
    right: 24px;
    top: calc(50% - 7px);
  }
  .c-button__btn.-fz24 {
    font-size: 1.5rem;
  }
  .c-button__btn.-fz22 {
    font-size: 1.375rem;
  }
  .c-button__btn.-fz26 {
    font-size: 1.625rem;
  }
  .c-button__btn.-height_lock {
    height: 80px;
  }
  .c-button__btn.-w360_pc {
    width: 360px;
    max-width: 360px;
  }
  .c-button__note {
    font-size: 1rem;
  }
  .c-box_border {
    margin-top: 56px;
    padding: 48px 41px 48px 46px;
  }
  .c-box_border .c-flex__body {
    width: calc(100% - 459px);
    padding-right: 46px;
  }
  .c-box_border .c-flex__media {
    width: 459px;
  }
  .c-box_border + .c-box_border {
    margin-top: 56px;
  }

  .c-table__head-row .c-table__head {
    width: 33%;
  }

  .c-table__head:first-child {
    width: auto;
  }

  .c-table__head,
  .c-table__data {
    width: auto;
    padding: 20px 10px;
  }

    .c-sec__txt {
    font-size: 1rem;
  }

   .c-sec__link::before {
    width: 8px;
    height: 20px;
    animation: moveLeftRightPc 1.5s ease-in-out infinite alternate;
  }

    .c-sec__annotation {
    margin-top: 24px;
    font-size: 0.8rem;
  }


  .p-lead {
    width: 1000px;
    margin-top: 160px;
  }
  .p-lead__title {
    font-size: 2.375rem;
  }
  .p-lead__flex-img {
    margin-top: 0;
    width: 50%;
  }
  .p-lead__flex-img img {
    width: 413px;
  }
  .p-lead__flex {
    display: flex;
    flex-direction: row-reverse;
  }

  .p-lead__flex-body {
    width: 50%;
    padding-left: 40px;
    margin-top: 16px;
  }
  .p-sec01__box {
    width: 920px;
    margin: 0 auto;
    margin-top: 32px;
    padding: 32px;
  }
  .p-sec01__d-list + .p-sec01__d-list {
    margin-top: 32px;
  }
  .p-sec01__d-list_dt {
    font-size: 1.25rem;
  }
  .p-sec01__card {
    width: calc(50% - 20px);
    margin-top: 40px;
    padding: 40px;
  }
  .p-sec01__card-num {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .p-sec01__card-ja {
    font-size: 1.5rem;
    line-height: 1.33;
    padding-left: 20px;
    white-space: normal;
  }

  .p-table__card-detail {
    display: block;
    margin-top: 57px;
    font-size: 1rem;
  }

  .sec01__img01 {
    text-align: center;
  }
  .sec01__img01 img {
    width: 920px;
  }

  .sec01__img02 img {
    width: 280px;
  }

  .sec01__img03 img {
    width: 317px;
  }

  .sec01__img04 img {
    width: 370px;
  }
  .p-sec02__w300 {
    padding: 0;
  }
  .p-sec02__center {
    max-width: inherit;
  }
  .p-sec02__img01 img {
    width: 790px;
  }

  .p-sec02__flex {
    align-items: center;
    justify-content: space-between;
  }
  .p-sec02__flex .c-txt {
    width: calc(100% - 480px);
    padding-right: 72px;
  }
  .p-sec02__flex .c-imgbox {
    width: 480px;
  }
  .p-sec02__flex .c-imgbox img {
    width: 480px;
  }
  .p-sec03___box {
    width: 840px;
    margin: 0 auto;
    padding: 32px;
  }
  .p-sec03__title {
    font-size: 1.5rem;
  }
  .p-sec03__d-list {
    margin-top: 32px;
  }
  .p-sec03__d-list .c-flex_is-pc {
    width: 100%;
  }
  .p-sec03__card {
    width: calc(33% - 15px);
    margin-top: 30px;
    padding: 40px 30px;
  }
  .p-sec03__card + .p-sec03__card {
    margin-top: 30px;
  }
  .p-sec03__card-title {
    min-height: 68px;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .p-sec03__flex .c-flex__body {
    width: calc(100% - 477px);
    padding-right: 64px;
  }
  .p-sec03__flex .c-flex__media {
    width: 477px;
  }

  .p-sec03__d-list_item {
    margin-top: -8px;
  }

  .p-sec03__card-body {
    margin-top: 24px;
  }
  .p-sec04___box {
    width: 840px;
    margin: 0 auto;
    margin-top: 64px;
    padding: 40px;
  }
  .p-sec04__present {
    margin-top: 200px;
    padding: 50px 35px 45px;
    background-image: url(../img/sec04_bg01_pc.jpg);
  }
  .p-sec04__present::before, .p-sec04__present::after {
    width: 121px;
    height: 121px;
  }
  .p-sec04__present::before {
    top: -25px;
    left: -25px;
  }
  .p-sec04__present::after {
    bottom: -25px;
    right: -25px;
  }
  .p-sec04__present-img {
    width: 228px;
    margin-top: -150px;
  }
  .p-sec04__present-img figcaption {
    margin-top: 0;
    padding-right: 10px;
    font-size: 0.875rem;
  }
  .p-sec04__present-title {
    width: auto;
    font-size: 2.375rem;
    text-align: left;
    padding-right: 40px;
    line-height: 1.42;
  }
  .p-sec04__present-body {
    margin-top: 24px;
    padding: 40px;
  }
  .p-sec04__flex {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-sec04__flex .c-flex__item {
    width: calc(50% - 20px);
  }
  .p-sec04__flex .c-flex__item:first-child {
    text-align: center;
  }
  .p-sec04__flex .c-box_border {
    height: 100%;
    padding: 40px 46px 10px;
  }
  .p-sec05__box {
    width: 840px;
    margin: 0 auto;
    margin-top: 96px;
    padding: 32px 40px;
    justify-content: space-between;
  }
  .p-sec05__box .c-flex__body {
    width: calc(100% - 310px);
  }
  .p-sec05__box .c-flex__media img {
    width: 310px;
  }
  .p-sec05__d-list .p-sec05__dd {
    font-weight: normal;
  }
  .p-sec06__container {
    width: 760px;
    margin: 0 auto;
    margin-top: 160px;
    padding: 96px 0;
  }
  .p-sec06__title {
    font-size: 2.375rem;
    margin: 0 -30px 0;
  }
  .p-sec06__txt {
    margin-top: 72px;
  }
  .p-sec06__txt.-small {
    font-size: 1rem;
  }
  .p-sec06__input input {
    width: 480px;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 1.5rem;
  }
  .p-sec06__submitbox {
    display: flex;
    justify-content: space-between;
  }
  .p-sec06__submitbox .c-button {
    display: block;
  }
  .p-fix__pgtop {
    width: 40px;
    right: 60px;
    top: -70px;
  }
  .p-fix__list {
    width: 660px;
    margin: 0 auto;
  }
  .p-fix__item .c-button__btn {
    width: 320px;
    padding: 16px;
    font-size: 1.25rem;
    line-height: 1;
  }
  .p-fix__item .c-button__btn::after {
    width: 14px;
    height: 14px;
    right: 24px;
    top: calc(50% - 7px);
  }
  .p-fix__item .c-button__btn.-in_link::after {
    width: 17px;
    height: 6px;
    right: 20px;
    top: calc(50% - 3px);
  }
  .u-dn_sp {
    display: block !important;
  }
  .u-dn_sp-i {
    display: inline !important;
  }
  .u-dn_pc {
    display: none !important;
  }
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mt8-pc {
    margin-top: 8px !important;
  }
  .u-mt16-pc {
    margin-top: 16px !important;
  }
  .u-mt24-pc {
    margin-top: 24px !important;
  }
  .u-mt32-pc {
    margin-top: 32px !important;
  }
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mt48-pc {
    margin-top: 48px !important;
  }
  .u-mt56-pc {
    margin-top: 56px !important;
  }
  .u-mt64-pc {
    margin-top: 64px !important;
  }
  .u-mt72-pc {
    margin-top: 72px !important;
  }
  .u-mt80-pc {
    margin-top: 80px !important;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .c-button__btn {
    transition: opacity 0.3s;
  }
  .c-button__btn:hover {
    opacity: 0.7;
  }
}

@keyframes moveLeftRightSp {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(3px);
  }
}

@keyframes moveLeftRightPc {
  0% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateX(6px);
  }
}

