@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

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

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

input,
textarea {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 0;
  display: block;
  font-size: 1.6rem;
  padding: 0.5rem 1rem 0.5rem;
}

@media screen and (max-width: 991px) {
  input,
  textarea {
    max-width: 100%;
  }
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

textarea {
  min-height: 150px;
}

@media screen and (max-width: 991px) {
  textarea {
    min-height: 170px;
  }
}

.required::after {
  content: "必須";
  background: #FF6C00;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-left: 1rem;
  padding: 0.5rem 0.5rem;
  border-radius: 5px;
  line-height: 1;
}

.mw_wp_form_confirm .required::after {
  display: none;
}

div.submit {
  display: flex;
  gap: 5rem;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  div.submit {
    gap: 2rem;
    flex-wrap: wrap;
  }
}

div.submit input[type="submit"] {
  font-size: 2rem;
  color: #fff;
  background: #FF6C00;
  padding: 2rem 3rem;
  display: block;
  border-radius: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  div.submit input[type="submit"] {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
}

div.submit input[type="submit"]:hover {
  opacity: 0.7 !important;
}

div.submit input[type="submit"]:active, div.submit input[type="submit"]:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

.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 #707070;
}

.mwform-radio-field label input[type='radio']:disabled + .mwform-radio-field-text:before {
  box-shadow: inset 0 0 0 4px #fff;
  border: #707070;
  background: #707070;
}

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

/*------------------------------------------------------------
	サイト基礎
  ------------------------------------------------------------*/
body {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: #DBD5CA;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.6rem;
  }
}

body a {
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}

body a:hover {
  color: #FF6C00;
  text-decoration: none;
}

body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

body .inner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  body .inner {
    padding: 0 2rem;
  }
}

body .inner-xl {
  max-width: 1600px;
  margin: 0 auto;
}

body .inner-l {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  body .inner-l {
    padding: 0 2rem;
  }
}

body .inner-m {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  body .inner-m {
    padding: 0 2rem;
  }
}

body .inner-s {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  body .inner-s {
    padding: 0 2rem;
  }
}

body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

body .telLink :root .selector,
body .telLink _:-ms-fullscreen {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

body .readTxt {
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  body .readTxt {
    font-size: 1.4rem;
  }
}

body section {
  padding: 4rem 1.5rem 8rem;
}

@media screen and (max-width: 991px) {
  body section {
    padding: 2rem 0 4rem;
  }
}

body h2.baseTtl {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 991px) {
  body h2.baseTtl {
    font-size: 2.1rem;
  }
}

body h2.baseTtl span {
  width: 103px;
  display: inline-block;
  background: #fff;
  height: 1px;
  vertical-align: 8px;
  margin-left: 1.2rem;
}

@media screen and (max-width: 991px) {
  body h2.baseTtl span {
    width: 83px;
    margin-left: 1rem;
  }
}

body .baseLinkBtn {
  font-size: 2rem;
  font-weight: bold;
  background: #FF6C00;
  color: #fff;
  height: 77px;
  display: flex;
  align-items: center;
  padding: 0 3rem;
}

@media screen and (max-width: 991px) {
  body .baseLinkBtn {
    font-size: 1.5rem;
    width: 260px;
    padding: 0;
    justify-content: center;
    height: 60px;
  }
}

body .baseLinkBtn:hover {
  color: #fff;
  opacity: 0.7;
}

body .baseLinkBtn:hover img {
  margin-left: 2rem;
}

body .baseLinkBtn img {
  width: 32px;
  margin-left: 1.5rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  body .baseLinkBtn img {
    width: 18px;
    margin-left: 1rem;
  }
}

body .dotLinkBtn {
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px dotted #DBD5CA;
  position: relative;
  line-height: 1;
  padding: 1rem 2.5rem;
  display: inline-block;
}

body .dotLinkBtn:hover {
  color: inherit;
  background: rgba(255, 255, 255, 0.2);
}

body .dotLinkBtn:hover img {
  margin-right: -0.3rem;
  margin-left: 0.8rem;
}

body .dotLinkBtn img {
  width: 13px;
  vertical-align: -3px;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
}

body .pcNone {
  display: none;
}

@media screen and (max-width: 991px) {
  body .pcNone {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  body .tbNone {
    display: none !important;
  }
}

body .tbBlock {
  display: none !important;
}

@media screen and (max-width: 991px) {
  body .tbBlock {
    display: block !important;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
  ------------------------------------------------------------*/
header#header .navbar {
  position: fixed;
  top: 2rem;
  z-index: 999;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 25px;
  padding: 0 1.5rem;
}

@media screen and (max-width: 991px) {
  header#header .navbar {
    top: 0;
    border-radius: 0;
    padding: 0;
  }
}

header#header .navbar::before {
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 1;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 10px -5px #888;
}

@media screen and (max-width: 991px) {
  header#header .navbar::before {
    border-radius: 0;
    width: 100%;
    left: 0;
  }
}

header#header .navbar .container-fluid {
  position: relative;
  z-index: 2;
  height: 50px;
  padding: 0rem 0rem 0rem 2.5rem;
}

@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid {
    padding: 0rem 0.8rem 0 1rem;
  }
}

header#header .navbar .container-fluid .navbar-brand {
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  width: 182px;
}

@media screen and (max-width: 1200px) {
  header#header .navbar .container-fluid .navbar-brand {
    width: 130px;
  }
}

header#header .navbar .container-fluid .navbar-brand img {
  vertical-align: -5px;
}

@media screen and (max-width: 1200px) {
  header#header .navbar .container-fluid .navbar-brand img {
    vertical-align: -4px;
  }
}

header#header .navbar .container-fluid .navbar-brand .tel {
  font-size: 2.6rem;
  margin-left: 2rem;
}

@media screen and (max-width: 1200px) {
  header#header .navbar .container-fluid .navbar-brand .tel {
    font-size: 1.4rem;
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-toggler {
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    width: 35px;
    transition: none;
    position: relative;
    z-index: 999;
    padding-top: 0.4rem;
  }
}

header#header .navbar .container-fluid .navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-toggler:focus {
    box-shadow: none;
  }
}

header#header .navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
  background: url("/assets/img/icon-menu.svg");
  width: 35px;
  height: 23px;
  margin-bottom: 0.3rem;
}

header#header .navbar .container-fluid .navbar-toggler[aria-expanded="true"] {
  font-size: 0;
}

header#header .navbar .container-fluid .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: url("/assets/img/icon-menu-close.svg") no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px;
  margin: 0;
}

header#header .navbar .container-fluid .navbar-collapse,
header#header .navbar .container-fluid .collapsing {
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-collapse,
  header#header .navbar .container-fluid .collapsing {
    background: #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 6rem 0 3rem;
    height: auto;
  }
}

header#header .navbar .container-fluid .navbar-collapse .navbar-nav,
header#header .navbar .container-fluid .collapsing .navbar-nav {
  gap: 2.5rem;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  header#header .navbar .container-fluid .navbar-collapse .navbar-nav,
  header#header .navbar .container-fluid .collapsing .navbar-nav {
    gap: 1rem;
  }
}

@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-collapse .navbar-nav,
  header#header .navbar .container-fluid .collapsing .navbar-nav {
    gap: 2rem;
  }
}

header#header .navbar .container-fluid .navbar-collapse .navbar-nav a,
header#header .navbar .container-fluid .collapsing .navbar-nav a {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-collapse .navbar-nav a,
  header#header .navbar .container-fluid .collapsing .navbar-nav a {
    color: #fff;
  }
}

header#header .navbar .container-fluid .navbar-collapse .navbar-nav a:hover,
header#header .navbar .container-fluid .collapsing .navbar-nav a:hover {
  opacity: 1 !important;
}

header#header .navbar .container-fluid .navbar-collapse .navbar-nav a.contact,
header#header .navbar .container-fluid .collapsing .navbar-nav a.contact {
  background: #FF6C00;
  color: #fff;
  padding: 0.7rem 1.5rem 0.7rem 5.5rem;
  border-radius: 20px;
  margin-right: 0.5rem;
  position: relative;
}

header#header .navbar .container-fluid .navbar-collapse .navbar-nav a.contact::before,
header#header .navbar .container-fluid .collapsing .navbar-nav a.contact::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/icon-mail.svg") no-repeat;
  width: 31px;
  height: 21px;
  left: 1.5rem;
  top: 1rem;
}

/*------------------------------------------------------------
	フッター
  ------------------------------------------------------------*/
.footer {
  padding: 7rem 1.5rem 2rem;
  background: #000 url("/assets/img/logo02.svg?20240329") no-repeat;
  color: #fff;
  text-align: center;
  background-position: -3rem 50%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 3rem 0 2rem;
    background: #000;
  }
}

.footer .inner-l a {
  color: #fff;
}

.footer .inner-l .cpName {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.footer .inner-l .cpLogo {
  width: 243px;
  margin: 0 auto 1.5rem;
}

@media screen and (max-width: 991px) {
  .footer .inner-l .cpLogo {
    width: 150px;
  }
}

.footer .inner-l .telFax {
  margin-bottom: 3rem;
}

.footer .inner-l ul.subLink {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .footer .inner-l ul.subLink {
    display: block;
    margin-bottom: 1.5rem;
  }
}

.footer .inner-l ul.subLink li {
  border-right: 2px solid #fff;
  padding: 0rem 1.5rem;
}

@media screen and (max-width: 991px) {
  .footer .inner-l ul.subLink li {
    border: none;
    padding: 0;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .footer .inner-l ul.subLink li a {
    text-decoration: underline;
  }
}

.footer .inner-l .subLink2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer .inner-l .subLink2 {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
}

.footer .inner-l .groupBox .ttl {
  font-size: 1.7rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .footer .inner-l .groupBox .ttl {
    margin-bottom: 3rem;
  }
}

.footer .inner-l .groupBox ul.groupLink {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 4.5rem;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 991px) {
  .footer .inner-l .groupBox ul.groupLink {
    display: block;
    width: 65%;
    text-align: left;
    margin: 0 auto 5rem;
  }
}

@media screen and (max-width: 991px) {
  .footer .inner-l .groupBox ul.groupLink li {
    margin-bottom: 1rem;
  }
}

.footer .inner-l .groupBox ul.groupLink li a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer .inner-l .groupBox ul.groupLink li a::before {
    content: "・";
    display: inline-block;
  }
}

.footer .copy {
  font-size: 1.2rem;
}

/*-- page top --*/
#go_pagetop {
  position: fixed;
  right: 1.7rem;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  #go_pagetop {
    right: 1rem;
  }
}

#go_pagetop a img {
  width: 69px;
}

@media screen and (max-width: 991px) {
  #go_pagetop a img {
    width: 42px;
  }
}

/*------------------------------------------------------------
	共通
  ------------------------------------------------------------*/
.-center {
  text-align: center;
}

.-flex {
  display: flex;
  flex-wrap: wrap;
}

.-white {
  color: #fff;
}

.-lh2 {
  line-height: 2;
}

.-brownBg {
  background: #DBD5CA;
}

.-brownTxt {
  color: #DBD5CA;
}

:root {
  --medium: 500;
  --semiBold: 600;
  --black: 900;
}

/*-- wordpress --*/
.wp-pagenavi {
  text-align: center;
  margin-top: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .wp-pagenavi {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

.wp-pagenavi span {
  margin: 0 1rem !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

.wp-pagenavi a {
  margin: 0 1rem !important;
  border: none !important;
}

.wp-pagenavi a:hover {
  border-bottom: 1px solid #FFF500 !important;
}

/*# sourceMappingURL=base.css.map */