@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

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

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 2;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    padding-top: 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  body {
    padding-top: 73px;
  }
}
@media print, screen and (min-width: 1280px) {
  body {
    font-size: 1.6rem;
    padding-top: 80px;
  }
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #E8DCC2;
  color: #5A1F1F;
}

::selection {
  background-color: #E8DCC2;
  color: #5A1F1F;
}

a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}
a[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 0.75em;
  font-weight: normal;
  display: inline-block;
  margin: 0 5px;
  transform: translateY(-1px);
}
a.link {
  color: #2347FF;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s;
}
@media (hover: hover) {
  a.link:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.font-noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.bg_gray {
  background-color: #F4F4F4;
}

.sptel {
  cursor: pointer;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  .sptel {
    cursor: default;
    pointer-events: none;
  }
}

.map_frame {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map_frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkBtn a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  width: 100%;
  max-width: 350px;
  padding: 15px 35px 15px 15px;
  border: 2px solid #B82C2C;
  border-radius: 4px;
  background-color: #B82C2C;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.3s, background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    font-size: 1.5rem;
    padding: 16px 38px 16px 16px;
  }
}
@media print, screen and (min-width: 1000px) {
  .linkBtn a {
    font-size: 1.6rem;
    padding: 16px 41px 16px 17px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 1280px) {
  .linkBtn a {
    font-size: 1.7rem;
    padding: 17px 43px 17px 18px;
  }
}
.linkBtn a::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: normal;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a::after {
    font-size: 1.1rem;
    right: 13px;
  }
}
@media print, screen and (min-width: 1000px) {
  .linkBtn a::after {
    right: 14px;
  }
}
@media print, screen and (min-width: 1280px) {
  .linkBtn a::after {
    font-size: 1.2rem;
    right: 15px;
  }
}
@media (hover: hover) {
  .linkBtn a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .linkBtn a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #B82C2C;
    transform: translateY(-50%) translateX(3px);
  }
}

.linkBtn_white a {
  color: #333;
  border: 2px solid #FFF;
  background-color: #FFF;
  background-image: linear-gradient(#333, #333);
}
.linkBtn_white a::after {
  color: #333;
}
@media (hover: hover) {
  .linkBtn_white a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #FFF;
  }
  .linkBtn_white a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #FFF;
  }
}

.linkBtn_black a {
  border: 2px solid #333;
  background-color: #333;
  background-image: linear-gradient(#FFF, #FFF);
}
@media (hover: hover) {
  .linkBtn_black a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #333;
  }
  .linkBtn_black a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #333;
  }
}

.request2026 {
  font-size: 1.2rem;
  display: block;
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .request2026 {
    font-size: 1.3rem;
  }
}

.cmn_list li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
.cmn_list li:not(:last-child) {
  margin-bottom: 10px;
}
.cmn_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 9px;
  left: 4px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .cmn_list li::before {
    top: 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_list li::before {
    top: 11px;
  }
}

.cmn_newslist {
  border-top: 1px solid #D9D9D9;
}
.cmn_newslist li {
  border-bottom: 1px solid #D9D9D9;
}
.cmn_newslist a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 30px 0 25px 0;
}
@media print, screen and (min-width: 768px) {
  .cmn_newslist a {
    gap: 24px;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_newslist a {
    gap: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_newslist a {
    gap: 30px;
  }
}
.cmn_newslist .newslist-thumbnail {
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .cmn_newslist .newslist-thumbnail {
    width: 200px;
    padding-top: 144px;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_newslist .newslist-thumbnail {
    width: 230px;
    padding-top: 166px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_newslist .newslist-thumbnail {
    width: 250px;
    padding-top: 180px;
  }
}
.cmn_newslist .newslist-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}
.cmn_newslist .newslist-text {
  flex: 1;
  padding-right: 25px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cmn_newslist .newslist-text {
    padding: 10px 30px 10px 0;
  }
}
.cmn_newslist .newslist-text::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, right 0.3s;
}
@media print, screen and (min-width: 768px) {
  .cmn_newslist .newslist-text::after {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_newslist .newslist-text::after {
    font-size: 1rem;
  }
}
.cmn_newslist .newslist-text .date_category {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.cmn_newslist .newslist-text .date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #999;
  line-height: 1.4;
  margin-top: 2px;
}
@media print, screen and (min-width: 1000px) {
  .cmn_newslist .newslist-text .date {
    font-size: 1.4rem;
  }
}
.cmn_newslist .newslist-text .category {
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.4;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #BC9850;
}
@media print, screen and (min-width: 768px) {
  .cmn_newslist .newslist-text .category {
    padding: 3px 14px;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_newslist .newslist-text .category {
    font-size: 1.4rem;
    padding: 3px 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_newslist .newslist-text .category {
    padding: 3px 22px;
  }
}
.cmn_newslist .newslist-text h2 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: color 0.3s, text-decoration-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .cmn_newslist .newslist-text h2 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_newslist .newslist-text h2 {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .cmn_newslist a:where(:any-link, :enabled, summary, span, dt, div):hover .newslist-thumbnail img {
    transform: scale(1.1);
  }
  .cmn_newslist a:where(:any-link, :enabled, summary, span, dt, div):hover .newslist-text h2 {
    color: #B82C2C;
    text-decoration-color: #B82C2C;
  }
  .cmn_newslist a:where(:any-link, :enabled, summary, span, dt, div):hover .newslist-text::after {
    color: #B82C2C;
    right: -5px;
  }
}

.cmn_contact {
  padding: 60px 0;
  background: url(../img/common/cmn_contact_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact {
    padding: 80px 0;
    background-image: url(../img/common/cmn_contact_bg_pc.jpg);
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact {
    padding: 120px 0;
  }
}
.cmn_contact::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cmn_contact .page_inner_l {
  position: relative;
  z-index: 2;
}

.cmn_contact-title {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-title {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-title {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-title {
    margin-bottom: 55px;
  }
}
.cmn_contact-title .eng {
  font-size: 3.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-title .eng {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-title .eng {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-title .eng {
    font-size: 4.6rem;
  }
}
.cmn_contact-title .eng::before, .cmn_contact-title .eng::after {
  content: "";
  width: 100%;
  height: 1px;
  flex: 1;
  margin-top: 10px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-title .eng::before, .cmn_contact-title .eng::after {
    margin-top: 15px;
  }
}
.cmn_contact-title .eng p {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
}
.cmn_contact-title .eng span {
  font-size: 5rem;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-title .eng span {
    font-size: 5.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-title .eng span {
    font-size: 6.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-title .eng span {
    font-size: 6.8rem;
  }
}
.cmn_contact-title h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-title h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-title h2 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-title h2 {
    font-size: 1.8rem;
  }
}

.cmn_contact-lead {
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-lead {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-lead {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-lead {
    font-size: 1.8rem;
  }
}
.cmn_contact-lead .request2026 a {
  color: #FFF;
}

.cmn_contact-tel,
.cmn_contact-fax {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cmn_contact-tel dt,
.cmn_contact-tel dd,
.cmn_contact-fax dt,
.cmn_contact-fax dd {
  color: #FFF;
  line-height: 1;
  letter-spacing: 0.08em;
}
.cmn_contact-tel dt,
.cmn_contact-fax dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-tel dt,
  .cmn_contact-fax dt {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-tel dt,
  .cmn_contact-fax dt {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-tel dt,
  .cmn_contact-fax dt {
    font-size: 2.2rem;
  }
}
.cmn_contact-tel dt::after,
.cmn_contact-fax dt::after {
  content: "：";
}
.cmn_contact-tel dd,
.cmn_contact-fax dd {
  font-size: 3rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-tel dd,
  .cmn_contact-fax dd {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-tel dd,
  .cmn_contact-fax dd {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-tel dd,
  .cmn_contact-fax dd {
    font-size: 3.8rem;
  }
}

.cmn_contact-tel {
  margin-bottom: 13px;
}

.cmn_contact-fax {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .cmn_contact-fax {
    margin-bottom: 38px;
  }
}
@media print, screen and (min-width: 1000px) {
  .cmn_contact-fax {
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_contact-fax {
    margin-bottom: 45px;
  }
}

.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?cfmwqq");
  src: url("../fonts/icomoon.eot?cfmwqq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cfmwqq") format("truetype"), url("../fonts/icomoon.woff?cfmwqq") format("woff"), url("../fonts/icomoon.svg?cfmwqq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-external_link:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1000px) {
  .page_inner_s {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1280px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1000px) {
  .page_inner_m {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1280px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1000px) {
  .page_inner_l {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1280px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

header {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: backdrop-filter 0.3s, background-color 0.3s;
}
header.scroll {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
}

.header_flex {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .header_flex {
    height: auto;
  }
}

.header-logo {
  width: calc(100% - 40px);
  max-width: 200px;
  margin-left: 20px;
  position: relative;
  z-index: 101;
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    width: 210px;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-logo {
    width: 250px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-logo {
    width: 283px;
  }
}
.header-logo a {
  display: block;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .header-logo a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.header-logo img {
  width: 100%;
  transition: opacity 0.3s;
}
.header-logo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.menuButton {
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 13px;
  background-color: #B82C2C;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}
.menuButton .menuButton-bdr {
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  transition: background-color 0.3s, transform 0.3s;
}
.menuButton .menuButton-bdr::before, .menuButton .menuButton-bdr::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 1;
  transition: transform 0.3s;
}
.menuButton .menuButton-bdr::before {
  transform: translateY(-8px);
}
.menuButton .menuButton-bdr::after {
  transform: translateY(8px);
}
.menuButton .menuButton-text {
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.08em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .menuButton {
    display: none;
  }
}

.header-navi {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 100px 20px 40px 20px;
  display: none;
  margin: auto;
  background-color: #B82C2C;
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: auto;
}
@media print, screen and (min-width: 768px) {
  .header-navi {
    height: auto;
    flex: 1;
    display: block !important;
    padding: 0;
    background-color: transparent;
    position: static;
    overflow: auto;
  }
}
.header-navi ul {
  width: 100%;
  border-top: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .header-navi ul {
    width: auto;
    display: flex;
    justify-content: flex-end;
    border-top: none;
  }
}
.header-navi li {
  border-bottom: 1px solid #FFF;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header-navi li {
    border-bottom: none;
  }
}
.header-navi li:not(:last-child)::after {
  content: none;
  width: 1px;
  height: 40px;
  display: block;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header-navi li:not(:last-child)::after {
    content: "";
    height: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-navi li:not(:last-child)::after {
    height: 43px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-navi li:not(:last-child)::after {
    height: 45px;
  }
}
.header-navi li:not(:last-child):hover::after {
  opacity: 0;
}
.header-navi li:nth-last-child(2)::after {
  content: none;
}
.header-navi li a {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 40px 20px 0;
  transition: background-color 0.5s;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header-navi li a {
    color: #333;
    height: 65px;
    display: grid;
    place-items: center;
    gap: 0;
    padding: 15px 8px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-navi li a {
    height: 73px;
    padding: 18px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-navi li a {
    height: 80px;
    padding: 20px 30px;
  }
}
.header-navi li a::before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: normal;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .header-navi li a::before {
    content: none;
  }
}
.header-navi li span {
  line-height: 1.2;
  transition: color 0.5s;
}
.header-navi li .eng {
  font-size: 1rem;
  letter-spacing: 0.08em;
  transform: translateY(1px);
}
@media print, screen and (min-width: 768px) {
  .header-navi li .eng {
    margin-bottom: auto;
    transform: translateY(0);
  }
}
.header-navi li .ja {
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .header-navi li .ja {
    font-size: 1.4rem;
    margin-top: auto;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-navi li .ja {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-navi li .ja {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .header-navi li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #B82C2C;
  }
  .header-navi li a:where(:any-link, :enabled, summary, span, dt, div):hover span {
    color: #FFF;
  }
}
.header-navi li a.is-active {
  background-color: #B82C2C;
}
.header-navi li a.is-active span {
  color: #FFF;
}
.header-navi .contact {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header-navi .contact {
    width: 102px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-navi .contact {
    width: 113px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-navi .contact {
    width: 120px;
  }
}
.header-navi .contact a {
  padding: 20px 40px 20px 0;
}
@media print, screen and (min-width: 768px) {
  .header-navi .contact a {
    padding: 15px 10px;
    background-color: #BC9850;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-navi .contact a {
    padding: 18px 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-navi .contact a {
    padding: 20px 10px;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .header-navi .contact a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .header-navi .contact a.is-active {
    background-color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .header-navi .contact .ja {
    font-size: 1.3rem;
    color: #FFF;
    padding-top: 19px;
    margin: 0;
    position: relative;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-navi .contact .ja {
    font-size: 1.4rem;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-navi .contact .ja {
    font-size: 1.5rem;
    padding-top: 21px;
  }
}
.header-navi .contact .ja::before {
  content: none;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .header-navi .contact .ja::before {
    content: "\e902";
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .header-navi .contact .ja::before {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .header-navi .contact .ja::before {
    font-size: 1.4rem;
  }
}
.header-navi .sp_textlink {
  display: flex;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .header-navi .sp_textlink {
    display: none;
  }
}
.header-navi .sp_textlink a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  display: flex;
  align-items: center;
}
.header-navi .sp_textlink a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #FFF;
}
.header-navi .sp_contectTel {
  padding: 20px;
  margin-top: 20px;
  border-radius: 6px;
  background-color: #FFF;
}
.header-navi .sp_contectTel p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
.header-navi .sp_contectTel dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-navi .sp_contectTel dt,
.header-navi .sp_contectTel dd {
  line-height: 1;
  letter-spacing: 0.08em;
}
.header-navi .sp_contectTel dt {
  font-size: 1.8rem;
  font-weight: 500;
}
.header-navi .sp_contectTel dt::after {
  content: "：";
}
.header-navi .sp_contectTel dd {
  font-size: 3.2rem;
  font-weight: bold;
}

header.is-open .header-logo img:first-child {
  opacity: 0;
}
header.is-open .header-logo img:last-child {
  opacity: 1;
}
header.is-open .menuButton .menuButton-bdr {
  background-color: #B82C2C;
}
header.is-open .menuButton .menuButton-bdr::before {
  transform: translateY(0) rotate(215deg);
}
header.is-open .menuButton .menuButton-bdr::after {
  transform: translateY(0) rotate(-215deg);
}

.footer-body {
  padding: 60px 0 15px 0;
  background-color: #B82C2C;
}
@media print, screen and (min-width: 768px) {
  .footer-body {
    padding: 67px 0 15px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer-body {
    padding: 74px 0 15px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer-body {
    padding: 80px 0 15px 0;
  }
}

.footer-body_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer-body_flex {
    gap: 44px;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer-body_flex {
    gap: 47px;
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer-body_flex {
    gap: 50px;
    margin-bottom: 40px;
  }
}

.footer-info {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer-info {
    width: 347px;
  }
}
.footer-info .footer-logo {
  width: 80%;
  max-width: 280px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .footer-info .footer-logo {
    width: 100%;
    max-width: 100%;
  }
}
.footer-info .footer-logo a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer-info .footer-logo a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.footer-info .footer-logo img {
  width: 100%;
}
.footer-info .footer-address {
  font-size: 1.3rem;
  color: #FFF;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .footer-info .footer-address {
    font-size: 1.4rem;
  }
}
.footer-info dl {
  display: flex;
  align-items: start;
}
.footer-info dl:not(:last-child) {
  margin-bottom: 5px;
}
.footer-info dl dt,
.footer-info dl dd {
  font-size: 1.3rem;
  color: #FFF;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .footer-info dl dt,
  .footer-info dl dd {
    font-size: 1.4rem;
  }
}
.footer-info dl dt {
  font-weight: 500;
}
.footer-info dl dt::after {
  content: "：";
}
.footer-info .footer-tel_fax dd:not(:last-child) {
  margin-right: 20px;
}
.footer-info .footer-time_holiday {
  display: block;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .footer-info .footer-time_holiday {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
}
.footer-info .footer-time_holiday dt {
  width: 100%;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dashed #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer-info .footer-time_holiday dt {
    width: 4.3em;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.footer-info .footer-time_holiday dt::after {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .footer-info .footer-time_holiday dd {
    padding-left: 15px;
    padding-bottom: 2px;
    margin-left: 15px;
    border-left: 1px solid #FFF;
  }
}

.footer-navi {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer-navi {
    flex: 1;
  }
}
.footer-navi ul {
  border-top: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer-navi ul {
    max-width: 553px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 100px;
    margin-left: auto;
    border-top: none;
  }
}
.footer-navi ul li {
  border-bottom: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer-navi ul li {
    border-bottom: none;
  }
}
.footer-navi ul a {
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1.4;
  display: block;
  padding: 15px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer-navi ul a {
    font-size: 1.5rem;
    padding: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer-navi ul a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-navi ul a::before {
    content: "・";
  }
}
.footer-navi ul a::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  font-weight: normal;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .footer-navi ul a::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(#FFF, #FFF);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    top: auto;
    bottom: -3px;
    left: 0;
    right: auto;
    transform: translateY(0);
    transition: background-size 0.3s;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .footer-navi ul a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

.footer-recaptcha {
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .footer-recaptcha {
    font-size: 1.3rem;
    text-align: right;
  }
}
.footer-recaptcha a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.footer-recaptcha a::after {
  font-size: 0.7em;
  margin: 0 5px;
}
@media (hover: hover) {
  .footer-recaptcha a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}

.footer-policy_cp {
  padding: 15px 0;
  border-top: 1px solid #FFF;
  background-color: #333;
}

.footer-policy_cp_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .footer-policy_cp_flex {
    justify-content: start;
  }
}

.footer-policy {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 8px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer-policy {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer-policy {
    font-size: 1.3rem;
  }
}
.footer-policy::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  transition: background-size 0.3s;
}
@media (hover: hover) {
  .footer-policy:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

.footer-cp {
  font-size: 1rem;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.08em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer-cp {
    font-size: 1.1rem;
    text-align: left;
    width: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer-cp {
    font-size: 1.2rem;
  }
}