@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*---------------------------------------
 * Foundation Base
 ---------------------------------------*/
html {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  color: #000000;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

table th {
  font-weight: normal;
}

a {
  color: #000000;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

p {
  margin-top: 0;
}

figure {
  margin: 0;
}

/*---------------------------------------
 * Foundation Print
 ---------------------------------------*/
@media print {
  body {
    zoom: 65%;
    -webkit-print-color-adjust: exact;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1270px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/*---------------------------------------
 * Layout Common
 ---------------------------------------*/
.l-container {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-container {
    width: 100%;
    max-width: 1170px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*---------------------------------------
 * Layout Header
 ---------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  background-color: #000000;
  z-index: 100;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}
@media print, screen and (min-width: 1025px) {
  .l-header__inner {
    height: 70px;
    max-width: 1360px;
  }
}
.l-header__logo {
  width: 154px;
}
@media print, screen and (min-width: 1025px) {
  .l-header__logo {
    width: 232px;
  }
}
.l-header__menu {
  position: relative;
  width: 30px;
  height: 22px;
}
.l-header__menu span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__menu span:nth-child(2) {
  top: 10px;
}
.l-header__menu span:nth-child(3) {
  top: 20px;
}
.l-header__menu.is-open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header__menu.is-open span:nth-child(2) {
  display: none;
}
.l-header__menu.is-open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1025px) {
  .l-header__menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100vh - 45px);
    height: 100dvh;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header__nav {
    display: block !important;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__list {
    -webkit-box-shadow: 0px 5px 10px 0 rgba(134, 134, 134, 0.69);
    box-shadow: 0px 5px 10px 0 rgba(134, 134, 134, 0.69);
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__item {
    padding: 8px 5%;
    background-color: #ffffff;
    border-bottom: solid 1px #000000;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header__item {
    display: none;
  }
}
.l-header__item--mainsite {
  border: none;
}
.l-header__item--request {
  background-color: #868686;
  border: none;
}
@media print, screen and (min-width: 1025px) {
  .l-header__item--request {
    display: block;
    margin-right: 16px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }
}
.l-header__item--application {
  background-color: #b98f10;
  border: none;
}
@media print, screen and (min-width: 1025px) {
  .l-header__item--application {
    display: block;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }
}
.l-header__link {
  position: relative;
  display: block;
  padding: 6px 16px 6px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.l-header__link:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 4px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 1025px) {
  .l-header__link {
    min-width: 154px;
    padding: 0 20px;
  }
  .l-header__link:after {
    display: none;
  }
}
.l-header__link--mainsite {
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header__link--request {
  font-size: 1.0714285714rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
}
.l-header__link--request:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 44px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url("../images/icon_document_white.svg");
  background-position: center 40%;
}
.l-header__link--request:after {
  border-color: #ffffff;
}
@media print, screen and (min-width: 1025px) {
  .l-header__link--request {
    font-size: 0.9375rem;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
  }
  .l-header__link--request:before {
    width: 22px;
    height: 40px;
  }
  .l-header__link--request:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.l-header__link--application {
  font-size: 1.0714285714rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
}
.l-header__link--application:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 44px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url("../images/icon_listen.svg");
  background-position: center 25%;
}
.l-header__link--application:after {
  border-color: #ffffff;
}
@media print, screen and (min-width: 1025px) {
  .l-header__link--application {
    font-size: 0.9375rem;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
  }
  .l-header__link--application:before {
    width: 32px;
    height: 40px;
    background-position: center 35%;
  }
  .l-header__link--application:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

/*---------------------------------------
 * Layout Main
 ---------------------------------------*/
.l-main {
  padding-top: 45px;
  background: -webkit-linear-gradient(top, #000000 45px, transparent 45px);
  background: linear-gradient(to bottom, #000000 45px, transparent 45px);
}
@media print, screen and (min-width: 1025px) {
  .l-main {
    padding-top: 70px;
    background: -webkit-linear-gradient(top, #000000 70px, transparent 70px);
    background: linear-gradient(to bottom, #000000 70px, transparent 70px);
  }
}

/*---------------------------------------
 * Layout Footer
 ---------------------------------------*/
.l-footer {
  background-color: #000000;
}
.l-footer__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 930px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-footer__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
  }
}
.l-footer__title-image {
  width: 200px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer__title-image {
    width: 300px;
    margin: 0 auto 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-footer__title-image {
    width: 45%;
    margin: 0;
  }
}
.l-footer__title-text {
  font-size: 1.2857142857rem;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer__title-text {
    font-size: 2.25rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-footer__title-text {
    width: 50%;
    margin-bottom: 0;
  }
}
.l-footer__contact {
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
  border: solid 1px #ffffff;
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 830px;
    margin: 0 auto 50px;
    padding: 30px;
  }
}
.l-footer__contact-name {
  margin-bottom: 5px;
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact-name {
    font-size: 1.6875rem;
    margin-bottom: 0;
  }
}
.l-footer__contact-list {
  display: inline-block;
  text-align: left;
}
.l-footer__contact-link {
  color: #ffffff;
  text-decoration: none;
}
.l-footer__contact-link:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-right: 8px;
  background-size: contain;
}
.l-footer__contact-link--tel {
  font-size: 1.4285714286rem;
  letter-spacing: 2px;
}
.l-footer__contact-link--tel:before {
  background-image: url("../images/icon_tel.svg");
}
.l-footer__contact-link--web {
  letter-spacing: 1px;
}
.l-footer__contact-link--web:before {
  vertical-align: middle;
  background-image: url("../images/icon_web.svg");
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact-link:before {
    width: 40px;
    height: 38px;
    margin-right: 12px;
  }
  .l-footer__contact-link--tel {
    font-size: 2.625rem;
    line-height: 1.2;
  }
  .l-footer__contact-link--web {
    font-size: 1.875rem;
  }
  .l-footer__contact-link--web:before {
    vertical-align: text-bottom;
  }
}
.l-footer__office-list {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-list {
    max-width: 830px;
    margin: 0 auto 40px;
    line-height: 1.6;
  }
}
.l-footer__office-name {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}
.l-footer__office-name:not(:first-child) {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-name {
    font-size: 0.8125rem;
    display: inline-block;
    width: 100%;
  }
  .l-footer__office-name:not(:first-child) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-footer__office-name {
    width: 175px;
  }
}
.l-footer__office-address {
  padding-left: 25px;
  color: #ffffff;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-address {
    font-size: 0.8125rem;
    display: inline-block;
    letter-spacing: 0.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__office-tel {
    margin-left: 15px;
  }
}
.l-footer__copyright {
  font-size: 1.0714285714rem;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 0.9375rem;
  }
}

/*---------------------------------------
 * Component Button
 ---------------------------------------*/
.c-button {
  font-size: 1.1428571429rem;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 375px;
  padding: 10px 30px 10px 10px;
  color: #6f5404;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 2px #6f5404;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 8px 1px rgba(185, 143, 16, 0.3);
  box-shadow: 0px 2px 8px 1px rgba(185, 143, 16, 0.3);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media print, screen and (min-width: 768px) {
  .c-button {
    font-size: 1.5rem;
    max-width: 520px;
    padding: 18px 45px 18px 30px;
    border-width: 3px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 5px 9px 1px rgba(185, 143, 16, 0.3);
    box-shadow: 0px 5px 9px 1px rgba(185, 143, 16, 0.3);
  }
}
.c-button:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 24px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url("../images/icon_note.svg");
  background-position: center top;
}
@media print, screen and (min-width: 768px) {
  .c-button:before {
    width: 22px;
    height: 35px;
    margin-right: 8px;
  }
}
.c-button:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.25em);
  right: 22px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #6f5404;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .c-button:after {
    right: 35px;
    width: 12px;
    height: 12px;
  }
}
.c-button:hover {
  color: #ffffff;
  background-color: #6f5404;
}
.c-button:hover:before {
  background-image: url("../images/icon_note_white.svg");
}
.c-button:hover:after {
  border-color: #ffffff;
}

/*---------------------------------------
 * Component Heading
 ---------------------------------------*/
.c-heading {
  font-size: 1.4285714286rem;
  color: #6f5404;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
  .c-heading {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-heading {
    font-size: 2.125rem;
  }
}

/*---------------------------------------
 * Project Home
 ---------------------------------------*/
.p-home-mv {
  position: relative;
  height: 404px;
  background-image: url("../images/main_sp.jpg");
  background-size: cover;
  background-position: right center;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv {
    height: 480px;
    background-image: url("../images/main.jpg");
  }
}
.p-home-mv__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-home-mv__heading {
  margin-top: 15px;
  background: -webkit-gradient(linear, right top, left top, color-stop(95%, transparent), color-stop(95%, rgba(58, 58, 58, 0.9)));
  background: -webkit-linear-gradient(right, transparent 95%, rgba(58, 58, 58, 0.9) 95%);
  background: linear-gradient(to left, transparent 95%, rgba(58, 58, 58, 0.9) 95%);
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__heading {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, rgb(58, 58, 58)));
    background: -webkit-linear-gradient(right, transparent 50%, rgb(58, 58, 58) 50%);
    background: linear-gradient(to left, transparent 50%, rgb(58, 58, 58) 50%);
  }
}
.p-home-mv__heading-inner {
  display: block;
}
.p-home-mv__heading-text {
  font-size: 1.4285714286rem;
  display: inline-block;
  width: 100%;
  padding: 4px 25px 4px 0;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  background-color: rgba(58, 58, 58, 0.9);
}
@media screen and (max-width: 767px) {
  .p-home-mv__heading-text {
    max-width: 375px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__heading-text {
    font-size: 1.6875rem;
    width: auto;
    letter-spacing: 1px;
    background-color: rgb(58, 58, 58);
  }
}
.p-home-mv__heading-strong {
  color: #b98f10;
}
.p-home-mv__recommend {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__recommend {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.p-home-mv__recommend-heading {
  font-size: 1.2857142857rem;
  color: #6f5404;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__recommend-heading {
    font-size: 1.6875rem;
  }
}
.p-home-mv__recommend-text {
  font-size: 1.1428571429rem;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__recommend-text {
    font-size: 1.25rem;
  }
}
.p-home-mv__application {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__application {
    margin-bottom: 30px;
  }
}
.p-home-mv__application-text {
  font-size: 1.5rem;
  display: inline-block;
  color: #b98f10;
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__application-text {
    font-size: 2rem;
    border-bottom: solid 5px #b98f10;
  }
}
.p-home-mv__application-strong {
  font-size: 2.5714285714rem;
  margin-left: 8px;
  color: #6f5404;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .p-home-mv__application-strong {
    display: inline-block;
    margin-top: 4px;
    line-height: 1;
    border-bottom: solid 5px #b98f10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-mv__application-strong {
    text-shadow: 2px 2px 2px #ffffff;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__application-strong {
    font-size: 3.75rem;
  }
}
.p-home-mv__contact {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__contact-inner {
    max-width: 520px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__contact-button {
    font-size: 1.125rem;
    max-width: 400px;
    padding: 10px 40px 10px 25px;
    border-width: 2px;
    border-radius: 25px;
  }
  .p-home-mv__contact-button:before {
    width: 20px;
    height: 26px;
    vertical-align: bottom;
  }
  .p-home-mv__contact-button:after {
    right: 30px;
    width: 10px;
    height: 10px;
  }
}

.p-home-merit {
  background-color: #000000;
  background-image: url("../images/merit_bg.png");
  background-size: 215px auto;
  background-position: 0 25px;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit {
    background-image: -webkit-linear-gradient(top, transparent 470px, #ffffff 470px), url("../images/merit_bg.png");
    background-image: linear-gradient(to bottom, transparent 470px, #ffffff 470px), url("../images/merit_bg.png");
    background-size: cover, 318px auto;
    background-position: left top, left top;
  }
}
.p-home-merit__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__inner {
    padding-top: 50px;
  }
}
.p-home-merit__heading {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #ffffff;
}
.p-home-merit__heading:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 138px;
  border-bottom: solid 1px #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__heading {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  .p-home-merit__heading:after {
    width: 275px;
  }
}
.p-home-merit__lead {
  font-size: 1.0714285714rem;
  margin-bottom: 25px;
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 8px 1px rgba(219, 219, 219, 0.8);
    box-shadow: 0px 5px 8px 1px rgba(219, 219, 219, 0.8);
  }
}
.p-home-merit__box-heading {
  font-size: 1.4285714286rem;
  color: #6f5404;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-home-merit__box-heading {
    margin-bottom: 25px;
    padding: 5px;
    line-height: 1.2;
    background-color: #ffffff;
    border: solid 1px #6f5404;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__box-heading {
    font-size: 1.625rem;
    margin-bottom: 0;
    padding-top: 15px;
    line-height: 1.2;
  }
}
.p-home-merit__box-heading-strong {
  font-size: 1.9285714286rem;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__box-heading-strong {
    font-size: 2.25rem;
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-merit__list {
    padding: 15px 12px;
  }
}
.p-home-merit__item {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  border: solid 1px #6f5404;
}
.p-home-merit__item:not(:last-child) {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__item {
    width: calc(25% - 8px);
  }
  .p-home-merit__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-home-merit__item-name {
  font-size: 1.7857142857rem;
  position: relative;
  padding: 15px 15px 15px 56px;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  background-color: #6f5404;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__item-name {
    font-size: 1.5625rem;
    padding: 10px 10px 10px 50px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-merit__item-name {
    font-size: 1.125rem;
    padding-left: 35px;
  }
}
.p-home-merit__item-number {
  font-size: 3.5714285714rem;
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  letter-spacing: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__item-number {
    font-size: 3rem;
    left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-merit__item-number {
    font-size: 1.875rem;
    left: 10px;
  }
}
.p-home-merit__item-image {
  max-width: 217px;
  margin: 0 auto;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__item-image {
    padding: 22px 0;
  }
}
.p-home-merit__item-text {
  font-size: 1.1428571429rem;
  margin-bottom: 0;
  padding: 0 20px 20px;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
  .p-home-merit__item-text {
    font-size: 1rem;
    padding: 0 15px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-merit__item-text {
    font-size: 0.875rem;
    padding: 0 10px 15px;
    letter-spacing: 0;
  }
}

.p-home-about__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.p-home-about__heading {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__heading {
    margin-bottom: 30px;
  }
}
.p-home-about__lead {
  font-size: 1.0714285714rem;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-about__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-home-about__item {
  padding: 20px 25px;
  background-color: #ebebeb;
  border-bottom: solid 1px #b98f10;
}
.p-home-about__item:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__item {
    width: calc(33.333% - 20px);
    padding: 20px 15px;
  }
  .p-home-about__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-about__item {
    padding: 25px 35px;
  }
}
.p-home-about__item-name {
  font-size: 1.2857142857rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__item-name {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.p-home-about__item-image {
  width: 71px;
  margin: 0 auto 8px;
}
.p-home-about__item-image--02 {
  width: 215px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__item-image--02 {
    width: 170px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
.p-home-about__item-text {
  font-size: 1.0714285714rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__item-text {
    font-size: 1rem;
  }
}
.p-home-about__connect-heading {
  font-size: 1.1428571429rem;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__connect-heading {
    font-size: 1.5rem;
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

.p-home-plan {
  background-color: #ffffc5;
}
.p-home-plan__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-home-plan__label {
  font-size: 1.4285714286rem;
  margin-bottom: 20px;
  padding: 8px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  background-color: #6f5404;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__label {
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding: 6px;
  }
}
.p-home-plan__heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-home-plan__heading {
    font-size: 1.2857142857rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__heading {
    margin-bottom: 30px;
  }
}
.p-home-plan__lead {
  font-size: 1.0714285714rem;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 35px;
  }
}
.p-home-plan__list {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__list {
    margin-bottom: 65px;
  }
}
.p-home-plan__item {
  padding: 20px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 12px 4px rgba(185, 143, 16, 0.2);
  box-shadow: 0px 3px 12px 4px rgba(185, 143, 16, 0.2);
}
.p-home-plan__item:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 25px;
  }
  .p-home-plan__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-plan__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-plan__item {
    padding: 25px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__item-inner {
    width: 50%;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-plan__item-inner {
    width: 46%;
  }
}
.p-home-plan__item-name {
  font-size: 1.2857142857rem;
  margin-bottom: 10px;
  color: #6f5404;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__item-name {
    font-size: 1.375rem;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-plan__item-name {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
.p-home-plan__item-text {
  font-size: 1.0714285714rem;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__item-text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-plan__item-text {
    font-size: 1.125rem;
  }
}
.p-home-plan__item-image {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__item-image {
    width: 48%;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-plan__item-image {
    width: 50%;
  }
}
.p-home-plan__item-image-note {
  font-size: 0.8571428571rem;
  display: block;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-home-plan__item-image-note {
    font-size: 0.625rem;
  }
}
.p-home-plan__button {
  text-align: center;
}

.p-home-flow__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-flow__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-home-flow__heading {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-flow__heading {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-flow__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-home-flow__item {
  position: relative;
  width: 215px;
  margin: 0 auto;
  padding-top: 215px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 15px 5px rgba(219, 219, 219, 0.8);
  box-shadow: 0px 2px 15px 5px rgba(219, 219, 219, 0.8);
}
.p-home-flow__item:not(:last-child) {
  margin-bottom: 50px;
}
.p-home-flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  bottom: -38px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25.5px 0 25.5px;
  border-color: #b98f10 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-home-flow__item {
    width: calc(25% - 30px);
    padding-top: calc(25% - 30px);
  }
  .p-home-flow__item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .p-home-flow__item:not(:last-child):after {
    top: 50%;
    right: -28px;
    bottom: auto;
    left: auto;
    border-width: 14.5px 0 14.5px 15px;
    border-color: transparent transparent transparent #b98f10;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.p-home-flow__item-inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-flow__item-image {
  margin-bottom: 15px;
}
.p-home-flow__item-image img {
  width: auto;
  height: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-flow__item-image {
    margin-bottom: 8px;
  }
  .p-home-flow__item-image img {
    height: 30px;
  }
  .p-home-flow__item-image--04 {
    margin-bottom: 3px;
  }
  .p-home-flow__item-image--04 img {
    height: 35px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-flow__item-image img {
    height: 40px;
  }
  .p-home-flow__item-image--04 {
    margin-bottom: 10px;
  }
  .p-home-flow__item-image--04 img {
    height: 45px;
  }
}
.p-home-flow__item-name {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-flow__item-name {
    font-size: 1.25rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-flow__item-name {
    font-size: 1.5625rem;
  }
}
.p-home-flow__item-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42px;
  border-bottom: solid 1px #000000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-home-flow__item-en {
  font-size: 0.9285714286rem;
  margin-bottom: 0;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  color: #b98f10;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-flow__item-en {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-flow__item-en {
    font-size: 1rem;
  }
}

.p-home-faq {
  background-color: #ebebeb;
}
.p-home-faq__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-faq__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-home-faq__heading {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-faq__heading {
    margin-bottom: 45px;
  }
}
.p-home-faq__list {
  border-top: solid 1px #6f5404;
  border-left: solid 1px #6f5404;
  border-right: solid 1px #6f5404;
}
.p-home-faq__question, .p-home-faq__answer {
  padding: 8px 0;
  border-bottom: solid 1px #6f5404;
}
.p-home-faq__question {
  background-color: #ffffff;
}
.p-home-faq__answer {
  display: none;
  background-color: #000000;
}
.p-home-faq__question-inner, .p-home-faq__answer-inner {
  font-size: 1.0714285714rem;
  position: relative;
  margin-bottom: 0;
  padding: 2px 40px;
}
.p-home-faq__question-inner:before, .p-home-faq__answer-inner:before {
  position: absolute;
  display: block;
  top: 2px;
  left: 15px;
  letter-spacing: 1px;
}
.p-home-faq__question-inner:after, .p-home-faq__answer-inner:after {
  font-size: 1.7857142857rem;
  position: absolute;
  display: block;
  top: 2px;
  right: 12px;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-home-faq__question-inner, .p-home-faq__answer-inner {
    font-size: 1.125rem;
    padding: 8px 58px 8px 50px;
  }
  .p-home-faq__question-inner:before, .p-home-faq__answer-inner:before {
    top: 8px;
    left: 24px;
  }
  .p-home-faq__question-inner:after, .p-home-faq__answer-inner:after {
    font-size: 2.75rem;
    top: 0;
    right: 26px;
    font-weight: normal;
  }
}
.p-home-faq__question-inner {
  cursor: pointer;
}
.p-home-faq__question-inner:before {
  content: "Q.";
}
.p-home-faq__question-inner:after {
  content: "+";
  color: #6f5404;
}
.p-home-faq__answer-inner {
  color: #ffffff;
}
.p-home-faq__answer-inner:before {
  content: "A.";
}
.p-home-faq__answer-inner:after {
  content: "−";
  color: #ffffff;
  pointer-events: none;
}
.p-home-faq__answer-close {
  position: absolute;
  display: block;
  top: 2px;
  right: 6px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-home-faq__answer-close {
    top: 6px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
}

.p-home-contact__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-home-contact__button {
  text-align: center;
}

/*---------------------------------------
 * Utility
 ---------------------------------------*/
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-tb-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-tb {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .u-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-sp-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-nowrap {
  white-space: nowrap;
}

/*---------------------------------------
 * Utility Wow
 ---------------------------------------*/
.wow {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */