@charset "UTF-8";
/*!
  CSS編集不可
*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[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;
  color: inherit;
}

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

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  transition: 0.5s;
}

input,
textarea {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder {
  color: #888;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url] {
  font-family: inherit;
  color: #000;
  display: block;
  padding: 0 1em;
  border-radius: 0;
  font-size: inherit;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=checkbox]:focus {
  outline-color: #438832;
}
input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], input[type=checkbox][disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
input[type=checkbox], input[type=radio] {
  display: inline;
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: 1em auto auto auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  background: #000;
  color: #fff;
  font-size: 1.2em;
}

textarea {
  height: auto;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  display: block;
  width: 100%;
  min-height: 8em;
  border-radius: 0;
}
textarea:focus {
  background: #fafafa;
  outline-color: #438832;
}
textarea[disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}

select {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  border: 0px;
  border-radius: 0px;
}

.any,
.required {
  display: inline-block;
  margin: 0 0.75em 0.5em 0.25em;
  padding: 0.25em 0.5em;
  line-height: 1;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
  color: #fff;
}

.any {
  background-color: #aaa;
}

.required {
  background-color: #CB0000;
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  margin: 0.5em 0;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #EEEEEE;
  border-radius: 100%;
  border: 1px solid #EEEEEE;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #5B6D60;
  box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #ccc;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  box-shadow: inset 0 0 0 4px #fff;
  border: #ccc;
  background: #ccc;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

.formControl {
  width: 100%;
  padding: 1rem;
}

.formControlL {
  width: 100%;
  padding: 1rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wpcf7-spinner {
  display: block;
  margin: auto;
}

form input.width30 {
  width: 30%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width40 {
  width: 40%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width50 {
  width: 50%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width60 {
  width: 60%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width70 {
  width: 70%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width80 {
  width: 80%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width90 {
  width: 90%;
  display: inline-block;
  margin-bottom: 1em;
}
form table p {
  margin-bottom: 0;
}
form table .small {
  margin-top: 1em;
  display: inline-block;
  line-height: 1.5;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  max-width: 800px;
  margin: auto !important;
}

.wpcf7-not-valid-tip {
  color: #CB0000;
  border: 1px solid;
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
  margin-top: 0.5em;
}

.wpcf7cp-btns {
  text-align: center;
}

#wpcf7cpcnf table p {
  margin: 0;
}
#wpcf7cpcnf table tr td {
  padding: 1em !important;
}

.wpcf7cp-cfm-edit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #eee;
  color: #888;
}

.wpcf7cp-cfm-submit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #000;
  color: #fff;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  /* モーダルウィンドウ表示中に記事本体を固定 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}
body ::-moz-selection {
  background: #ffff00;
  color: #000;
}
body ::selection {
  background: #ffff00;
  color: #000;
}
body _:lang(x)::-ms-backdrop,
body .selector {
  font-family: sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
  margin: 1em auto 1.25em auto;
}
body a {
  transition: all 0.5s ease;
  color: #000;
  text-decoration: none;
}
body a:hover {
  opacity: 0.6;
}
body a.link {
  position: relative;
}
body a.link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25em;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
body img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body .material-icons-sharp {
  vertical-align: middle;
}
body p {
  line-height: 2;
  margin-bottom: 1em;
}
body p a {
  text-decoration: underline;
  color: #00a1a4;
}
body ul {
  list-style: none;
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5";
  content: "\f879";
  font-weight: 900;
  display: inline-block;
  font-size: 0.6em;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.2em;
}
body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  body .telLink {
    pointer-events: auto;
  }
}
@media screen and (max-width: 1020px) {
  body .spNone {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) {
  body .pcNone {
    display: none !important;
  }
}
body.fixed {
  height: 100vh;
  overflow-y: hidden;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  text-align: center;
}
header h1 {
  margin: 0;
}
header h1 img {
  padding: 1rem;
  width: 225px;
  max-width: 50%;
}

footer {
  text-align: center;
  padding: 2em 0;
}
@media screen and (max-width: 1020px) {
  footer {
    margin-bottom: 6em;
  }
}
footer .inner .btnWrap {
  width: 100%;
  max-width: 90vw;
}
@media screen and (min-width: 1020px) {
  footer .inner .btnWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    z-index: 1000;
  }
}
footer .fixedMenu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
footer .fixedMenu .btnWrap {
  margin: 0;
  display: flex;
  font-size: 0.9em;
  font-weight: bold;
}
footer .fixedMenu .btnWrap > * {
  width: 33.3333333333%;
  align-items: center;
  justify-content: center;
  padding: 1.25em 0;
}
footer .fixedMenu .btnWrap > *:nth-child(1) {
  background-color: #ffff00;
}
footer .fixedMenu .btnWrap > *:nth-child(2) {
  color: #fff;
  background-color: #00a1a4;
}
footer .fixedMenu .btnWrap > *:nth-child(3) {
  color: #fff;
  background-color: #ff4912;
  position: relative;
  /*&::before {
      content: "";
      position: absolute;
      top: -1em;
      left: 0;
      right: 0;
      display: block;
      margin: 0 auto;
      width: 90%;
      height: 2em;
      background-image: url(../img/common/footer_btn_03_fukidashi.svg);
      background-repeat: no-repeat;
      background-size: contain;
  }*/
}
footer .fixedMenu .btnWrap i {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
footer .copyright {
  line-height: 1.2;
  padding-top: 2em;
  font-size: 0.7em;
  text-align: center;
  border-top: 1px solid #ccc;
}/*# sourceMappingURL=base.css.map */