@charset "UTF-8";
/*
Theme Name: Hikkoshi
Theme URI:
Author:
Author URI:
Description: WordPressテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hikkoshi
*/
:root {
  --Primary: #484e54;
  --Secondary-Brand-Colors-MOTA-black: #24272a;
  --WHITE-100: #fff;
  --Semantic-TEXT_WHITE: #fff;
  --MOTA-BLACK-pale5: #f4f4f4;
  --MOTA-BLACK-pale20: #d3d4d4;
  --MOTA-BLACK-pale60: #7c7d7f;
  --MOTA-RED-pale10: #fbe7e7;
  --MOTA-RED-100: #d90d0d;
  --GREEN-5: #f4fbf6;
  --GREEN-10: #e9f6ed;
  --GREEN-100: #27aa4f;
  --YELLOW-100: #ffcc30;
  --DISABLED-GRAY: #cacaca;
  --contents-width: 1024px;
  --leading-trim: calc((1em - 1lh) / 2);
  --contents-x-padding: 32px;
  --MOTA-BLACK-10: #e9e9ea;
  --MOTA-BLACK-20: #d3d4d4;
  --MOTA-BLACK-30: #bdbebf;
  --MOTA-BLACK-40: #a7a9aa;
  --MOTA-BLACK-50: #919394;
  --MOTA-BLACK-60: #7c7d7f;
  --MOTA-BLACK-70: #66686a;
  --MOTA-BLACK-80: #505255;
  --MOTA-BLACK-90: #3a3d3f;
  --MOTA-BLACK-100: #24272a ;
}

/*!
 * ress.css • v2.0.4
 * 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 */
}

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

/* # =================================================================
   # 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;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

body, ::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

/* ラッピング */
.form-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-field > p {
  display: contents;
}
.form-field .form-field__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  /* 任意 */
  /* 必須 */
  /* 必須（入力済み） */
}
.form-field .form-field__label.is-any::before {
  content: "任意";
  display: inline;
  font-size: 12px;
  background: var(--WHITE-100, #fff);
  border: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 12px;
  padding: 6px 12px;
  line-height: 100%;
  width: 50px;
  text-align: center;
}
.form-field .form-field__label.is-required::before {
  content: "必須";
  display: inline;
  font-size: 12px;
  background: var(--WHITE-100, #fff);
  border: 1px solid var(--MOTA-RED-100, #d90d0d);
  color: var(--MOTA-RED-100, #d90d0d);
  border-radius: 12px;
  padding: 6px 12px;
  line-height: 100%;
  width: 50px;
  text-align: center;
}
.form-field .form-field__label.is-required.is-filled::before {
  content: "OK";
  background: var(--GREEN-100, #27aa4f);
  border: 1px solid var(--GREEN-100, #27aa4f);
  color: #ffffff;
  width: 50px;
  text-align: center;
}
.form-field .form-field__input > p {
  display: contents;
}
.form-field .form-input {
  border: 2px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}

.form-agreement {
  font-size: 12px;
  line-height: 100%;
  margin: 16px 0;
  text-align: center;
}

.form-submit {
  border: 0;
  background: #9E9E9E;
  cursor: pointer;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.form-submit.is-enabled {
  background: var(--GREEN-100, #27aa4f);
}
.form-submit .form-submit__badge {
  background: #FFF;
  color: #9E9E9E;
  font-size: 12px;
  line-height: 100%;
  padding: 5px 16px;
  border-radius: 12px;
}

::-moz-placeholder {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
}

::placeholder {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
}

/* Contact Form 7 用のスタイル上書き */
/* エラー表示 */
.wpcf7 form {
  /* radio */
}
.wpcf7 form .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  border: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}
.wpcf7 form .wpcf7-list-item {
  margin: 0;
  border-right: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-bottom: solid 1px var(--MOTA-BLACK-pale20, #d3d4d4);
}
.wpcf7 form .wpcf7-list-item > label {
  font-size: 16px;
  line-height: 125%;
  padding: 16px;
  display: block;
  cursor: pointer;
}
.wpcf7 form .wpcf7-list-item:nth-child(even) {
  border-right: 0;
}
.wpcf7 form .wpcf7-list-item.last {
  border-bottom: 0;
}
.wpcf7 form .wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  line-height: 125%;
  margin: 8px 0 0 0;
}
.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  font-size: 16px;
  line-height: 150%;
  padding: 0 !important;
  color: red;
  margin: 0 0 24px !important;
}

/* 確認画面と送信完了画面の初期状態 */
.js-confirm_area,
.js-thanks_area {
  display: none;
}

.js-input_area {
  display: block;
}

/* ステータスバー */
.progressbar {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.3s ease;
}
.progressbar li::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 10px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  transition: background-color 0.3s ease;
}
.progressbar li::after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #F5F5F5;
  transition: background-color 0.3s ease;
}
.progressbar li:first-child::after {
  content: none;
}
.progressbar li.active, .progressbar li.complete {
  color: var(--GREEN-100, #27aa4f);
}
.progressbar li.active::before, .progressbar li.complete::before {
  background-color: var(--GREEN-100, #27aa4f);
}
.progressbar li.active::after, .progressbar li.complete::after {
  background-color: var(--GREEN-100, #27aa4f);
}
@media (max-width: 768px) {
  .progressbar {
    margin-bottom: 24px;
  }
  .progressbar li {
    font-size: 12px;
  }
  .progressbar li::before {
    width: 16px;
    height: 16px;
    margin: 6px auto 4px auto;
  }
  .progressbar li::after {
    top: 13px;
    height: 2px;
  }
}

.c-contents {
  margin: 0 auto;
  max-width: var(--contents-width);
  padding: 0 32px;
  position: relative;
}

/* ========================================
   ヘッダー
   ======================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.site-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-header .site-branding .site-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.site-header .site-branding .site-title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-header .site-branding .site-title a:hover {
  color: #000000;
}
.site-header .site-branding .custom-logo {
  max-height: 50px;
  width: auto;
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
}
.site-header .main-navigation .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.site-header .main-navigation .menu-toggle .menu-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.site-header .main-navigation .menu-toggle .menu-toggle-icon span {
  width: 100%;
  height: 2px;
  background-color: #333333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.site-header .main-navigation .menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.site-header .main-navigation .menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}
.site-header .main-navigation .menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
.site-header .main-navigation .primary-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
  align-items: center;
}
.site-header .main-navigation .primary-menu li {
  margin: 0;
  position: relative;
}
.site-header .main-navigation .primary-menu li a {
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
  padding: 8px 0;
  display: block;
  position: relative;
}
.site-header .main-navigation .primary-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #333333;
  transition: width 0.3s ease;
}
.site-header .main-navigation .primary-menu li a:hover {
  color: #000000;
}
.site-header .main-navigation .primary-menu li a:hover::after {
  width: 100%;
}
.site-header .main-navigation .primary-menu li.current-menu-item > a, .site-header .main-navigation .primary-menu li.current_page_item > a {
  color: #000000;
  font-weight: 500;
}
.site-header .main-navigation .primary-menu li.current-menu-item > a::after, .site-header .main-navigation .primary-menu li.current_page_item > a::after {
  width: 100%;
}

/* ヘッダーの下にコンテンツが隠れないように */
.site {
  padding-top: 150px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .site-header .header-container {
    padding: 0 20px;
    height: 70px;
  }
  .site-header .site-branding .site-title {
    font-size: 20px;
  }
  .site-header .site-branding .custom-logo {
    max-height: 40px;
  }
  .site-header .main-navigation .menu-toggle {
    display: flex;
  }
  .site-header .main-navigation .primary-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .site-header .main-navigation .primary-menu[aria-expanded=true] {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  .site-header .main-navigation .primary-menu li {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .site-header .main-navigation .primary-menu li:last-child {
    border-bottom: none;
  }
  .site-header .main-navigation .primary-menu li a {
    padding: 12px 20px;
  }
  .site {
    padding-top: 70px;
  }
}
/* スクリーンリーダーテキスト */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

/* ========================================
　フッター
   ======================================== */
.c-footer {
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  margin-top: 80px;
}

.c-footer__navi {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
.c-footer__navi-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.c-footer__navi-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.c-footer__menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-footer__menu > li {
  margin: 0;
}
.c-footer__menu > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.c-footer__menu > li > a:hover {
  color: #000000;
}
.c-footer__menu > li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-footer__menu > li .sub-menu li {
  margin: 0 0 8px 0;
}
.c-footer__menu > li .sub-menu li a {
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.c-footer__menu > li .sub-menu li a:hover {
  color: #333333;
}

.c-footer__copyright {
  padding: 24px 0;
  background-color: #ffffff;
}
.c-footer__copyright-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.c-footer__copyright-text {
  font-size: 12px;
  color: #666666;
  margin: 0;
  text-align: center;
}

.c-footer__link {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.c-footer__link:hover {
  color: #333333;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .c-footer__navi {
    padding: 40px 0 30px;
  }
  .c-footer__navi-inner {
    padding: 0 20px;
  }
  .c-footer__menu {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .c-footer__menu > li > a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .c-footer__menu > li .sub-menu li {
    margin-bottom: 6px;
  }
  .c-footer__menu > li .sub-menu li a {
    font-size: 12px;
  }
  .c-footer__copyright {
    padding: 20px 0;
  }
  .c-footer__copyright-inner {
    padding: 0 20px;
    gap: 10px;
  }
  .c-footer__copyright-links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .c-footer__copyright-text {
    font-size: 11px;
  }
  .c-footer__link {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */