@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

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

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

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

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  color: #333;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
}

main {
  width: 100vw;
  overflow: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.underline {
  background: linear-gradient(transparent 60%,#f8d563 60%);
}

.sec-ttl {
  text-align: center;
  margin-bottom: 48px;
  font-weight: 600;
}

.sec-ttl small {
  font-size: 24px;
}

.sec-ttl h3 {
  font-size: 40px;
}

.sec-ttl div.min {
  font-size: 32px;
}

.sec-ttl div.ttlRadius {
  margin: 23px auto 0;
  font-size: 20px;
}

.sec {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 0.5em;
  border: solid 1px #FFF;
  background: #FFF;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.5s;
  border-radius: 0;
  max-width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
select:focus, input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
textarea:hover,
select:hover {
  border: solid 1px #00B9C1;
  box-shadow: 0px 0px 5px 0px rgba(0, 158, 142, 0.4);
}

input[type=radio]:focus {
  border: solid 1px #00B9C1;
  box-shadow: 0px 0px 5px 0px rgba(0, 158, 142, 0.4);
}

input[type=checkbox] {
  border: solid 2px #CCC;
  vertical-align: -5px;
  position: relative;
  margin-right: 2px;
  width: 1.25em;
  height: 1.25em;
  background: #FFF;
  cursor: pointer;
  border-radius: 0;
}

*:has(> select) {
  position: relative;
}

*:has(> select)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: #434343;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  right: 0.5rem;
  top: 0.5rem;
}

input[type=radio] {
  border: solid 1px #BFBFBF;
  background: #FFF;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  margin-bottom: 2px;
  cursor: pointer;
}

input[type=radio]:checked::before {
  display: block;
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #00B9C1;
  transform: translate(-50%, -50%);
}

.form-group-horizontal {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.form-group-horizontal tr,
.form-group-horizontal th,
.form-group-horizontal td {
  display: block;
  text-align: left;
  width: 100%;
}

.form-group-horizontal tr {
  margin-bottom: 1.5em;
}

.form-group-horizontal th {
  margin-bottom: 0.5em;
}

.form-group-horizontal .must {
  display: inline-block;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1;
  background: #FABE00;
  color: #FFF;
  padding: 0.25em 0.6em;
  margin-left: 0.6em;
}

.form-group-horizontal input[type=text],
.form-group-horizontal input[type=email],
.form-group-horizontal input[type=tel],
.form-group-horizontal textarea {
  width: 100%;
}

.agreement-checkbox {
  text-align: center;
  margin-bottom: 2em;
}

.send-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.send-buttons > div {
  font-size: 1.25rem;
  max-width: 100%;
  height: 2.5em;
}

.send-buttons > div > input {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
  color: #FFF;
  width: 100%;
  height: 100%;
}

.btn-send {
  width: 380px;
}

.btn-back {
  width: 180px;
}

.sec--form .btn-back {
  display: none;
}

.send-buttons .btn-send input {
  background: #FF7A00;
}

.send-buttons .btn-back input {
  background: #B7B7B7;
}

.confirm-message {
  text-align: center;
  margin-bottom: 1em;
}

.mw_wp_form span.error {
  font-size: 93%;
  color: #B70000;
  display: block;
}

.mwform-checkbox-field-text {
  font-weight: normal;
}

.mw_wp_form_confirm .agreement-checkbox {
  /* Kill agreement-checkbox at the confirm page */
  display: none;
}

.policy_check__agree {
  display: flex;
  justify-content: center;
}

.policy_check__agree .mwform-checkbox-field-text {
  display: none;
}

.policy_check__agree a {
  text-decoration: underline;
  font-weight: bold;
}

.page-template-page-customer-r-confirm .send-buttons .btn-send input,
.page-template-page-customer-c-confirm .send-buttons .btn-send input {
  background: #2E6041;
}

.page-template-page-customer-r-confirm .header .header-cta .btns a,
.page-template-page-customer-c-confirm .header .header-cta .btns a,
.page-template-page-customer-r-complete .header .header-cta .btns a,
.page-template-page-customer-c-complete .header .header-cta .btns a {
  background-color: #2E6041;
}

.page-template-page-customer-r-confirm .header .header-cta .btns a + a,
.page-template-page-customer-c-confirm .header .header-cta .btns a + a,
.page-template-page-customer-r-complete .header .header-cta .btns a + a,
.page-template-page-customer-c-complete .header .header-cta .btns a + a {
  background-color: #FF7A00;
}

.page-template-page-request-complete .site-main,
.page-template-page-contact-complete .site-main,
.page-template-page-customer-r-complete .site-main,
.page-template-page-customer-c-complete .site-main {
  min-height: 80vh;
}

.btn-return-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12em;
  margin: 3em auto 0;
  background: #B7B7B7;
  height: 3em;
  border-radius: 50vh;
  color: #FFF;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sec-ttl {
    margin-bottom: 30px;
  }
  .sec-ttl small {
    font-size: 16px;
  }
  .sec-ttl div {
    font-size: 24px;
  }
  .sec-ttl div.min {
    font-size: 20px;
  }
  .sec-ttl div.ttlRadius {
    margin: 20px auto 0;
    font-size: 12px;
  }
  .mw_wp_form .mwform-checkbox-field {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
    margin-top: 0.5em;
  }
}
