@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 16px;
}

body {
  color: #332B2B;
  background: #ffffff;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 5.25rem;
  }
}

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

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

em {
  color: #e60012;
}

p {
  line-height: 1.75em;
  margin-bottom: 1.5em;
}
p a {
  color: #e60012;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

h1,
.brand {
  font-weight: 500;
  text-align: center;
  font-size: 2.8rem;
}

h1.page-title {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 3rem 1rem 2rem;
  color: #332B2B;
}
h1.page-title .title-small {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}
h1.page-title .en-title {
  display: block;
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h2 {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 1.5em;
  color: #332B2B;
}

h2 span.en {
  display: block;
  font-size: 0.6em;
  margin-top: 0.5em;
  color: #e60012;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h3 {
  font-weight: 500;
  font-size: 1.8rem;
  border-bottom: 1px solid #e60012;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
h3.heading-noborder {
  border-bottom: none;
  padding-bottom: 0;
}

h4 {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h1.page-title {
    font-size: 2.25rem;
  }
}
section {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

.link-button {
  display: block;
  background-color: #e60012;
  color: #fff;
  margin: 3rem auto 0;
  padding: 1rem 0;
  width: 350px;
  max-width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-button {
    width: 80%;
    margin: 2.5rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}
.link-button.link-button-border {
  background-color: transparent;
  border: 1px solid #e60012;
  color: #e60012;
}

.sub_copy {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.sub_copy_text {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.cat {
  border: 1px solid #e60012;
  color: #e60012;
  padding: 0.15rem 0.5rem;
  font-size: 0.875rem;
}

time {
  color: #6f6f6f;
}

#breadcrumbs.inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #6f6f6f;
  max-width: 1080px;
}
#breadcrumbs.inner a {
  color: #e60012;
}
#breadcrumbs.inner a::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.8em;
  content: "\f105";
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
}
main ol {
  margin-bottom: 1rem;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 180px;
}
.logo > div {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 1rem;
  text-align: left;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logo > div span:last-of-type {
  letter-spacing: 0.7em;
}
@media screen and (max-width: 992px) {
  .logo > div {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}
.logo h1 {
  text-indent: -999rem;
  width: 0;
  height: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .logo img {
    max-width: 130px;
  }
}

.logo-text {
  line-height: 1;
  font-size: 2rem;
}

.eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
  position: relative;
}
.eyecatch::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #332B2B;
  opacity: 0.4;
}
.eyecatch .page-title {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 8rem 0;
  }
}

.page-navigation {
  width: 100%;
  font-size: 90%;
  text-align: center;
  margin-bottom: 1rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #3c2829;
  color: #3c2829;
}
.page-navigation a:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #3c2829;
}
.page-navigation span {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #3c2829;
  color: #3c2829;
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #3c2829;
}

.page-link {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 2rem 0;
  }
}
.page-link > ul {
  padding-left: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #e60012;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #e60012;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-link > ul > li > a::before {
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-left: 0.2rem solid;
  top: 0.15rem;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .iframe-wrapper.map {
    padding-top: 75%;
  }
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5%;
  }
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.overview {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 3em;
  }
}

.white {
  color: white;
}

.gray {
  color: #6f6f6f;
}

.red {
  color: #c30d23;
}

.first {
  color: #e60012;
}

.second {
  color: #bb1f2c;
}

.third {
  color: #3c2829;
}

.basic-color {
  color: #332B2B;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.s-large {
  font-size: 1.125rem !important;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.font-en {
  font-family: "Roboto Condensed", sans-serif;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-first {
  background-color: #ffedee;
}

.bg-second {
  background-color: #e6e6e6;
}

.bg-third {
  background-color: #efe3e4;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 0.5rem !important;
}

.mt-m {
  margin-top: 1.5rem !important;
}

.mt-l {
  margin-top: 3rem !important;
}

.mt-xl {
  margin-top: 4rem !important;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.sp {
  display: none;
}

.box {
  padding: 1.5rem;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.border-box {
  border: 1px solid #666;
  padding: 1.5rem;
}

.border {
  border-bottom: 1px solid #FFA6AC !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.radius01 {
  border-radius: 1rem;
}

.radius02 {
  border-radius: 2rem;
}

.list-style-none {
  list-style: none;
}

ul.sitemap-list {
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  ul.sitemap-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
ul.sitemap-list li::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  top: 0.5em;
  left: 0;
}
ul.sitemap-list li ul {
  margin-top: 1rem;
  list-style: none;
}
ul.sitemap-list li ul li::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border-right: none;
  border-width: 0.1rem;
  top: 0.75em;
  height: 0;
}
ul.sitemap-list br,
ul.sitemap-list rp, ul.sitemap-list rt {
  display: none;
}

.chevron-right,
.chevron-down {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid transparent;
}
.chevron-right::after,
.chevron-down::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
}

.link-arrow::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.link-download::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

.link-map::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f3c5";
  margin-right: 0.25rem;
}

.link-phone::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f095";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

.chevron-right::after {
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  right: 0.2rem;
  top: 0.2rem;
}

.chevron-down::after {
  border-left: 0.2rem solid;
  border-bottom: 0.2rem solid;
  right: 0.2rem;
  top: 0.15rem;
}

@media screen and (max-width: 768px) {
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .about_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.contents_box02 > div {
  background-color: #fff;
  border: 1px solid #FFA6AC;
  padding: 1.5rem;
  text-align: center;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(187, 31, 44, 0.1);
          box-shadow: 0 0 10px rgba(187, 31, 44, 0.1);
}
.contents_box02 > div.second-row {
  height: 180px;
}
.contents_box02 > div h3 {
  margin-bottom: 0;
}
.contents_box02 > div p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contents_box02 > div {
    height: 200px;
  }
  .contents_box02 > div.second-row {
    height: 160px;
  }
}

.bg_fullimg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 40, 41, 0.3))), url("../img/bg_top02.jpg");
  background: linear-gradient(rgba(60, 40, 41, 0.3)), url("../img/bg_top02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
}
.bg_fullimg .contents-wrap {
  padding: 2rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}
.bg_fullimg .contents-wrap h2 {
  color: #fff;
}
.bg_fullimg .contents-wrap .link-button {
  border: 1px solid #fff;
  color: #fff;
}
.bg_fullimg .contents-wrap a {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 576px) {
  .bg_fullimg.bn_contact {
    background-position: right 40% center;
  }
}

@media screen and (max-width: 576px) {
  .accordion-container.border-box {
    padding: 1rem;
  }
}

.accordion-title {
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
  font-size: 1.25rem;
}
.accordion-title h4 {
  margin: 0;
}
.accordion-title::before, .accordion-title::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #332B2B;
}
.accordion-title::before {
  top: 47%;
  right: 1rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-title::after {
  top: 47%;
  right: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.accordion-title:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .accordion-title {
    font-size: 1.125rem;
  }
}

.accordion-title.is-active {
  border-bottom: 1px solid #332B2B;
}
.accordion-title.is-active::before {
  display: none;
}
.accordion-title.is-active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-content {
  display: none;
  margin: 1.5rem 0 0;
}

header {
  width: 100%;
  background-color: #e60012;
  color: white;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 6.5rem;
}
@media screen and (max-width: 768px) {
  header {
    height: 5.25rem;
  }
}

.head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .head {
    padding: 0 5%;
  }
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

.head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-link {
  display: block;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 500;
}
.head-link.head-sns {
  font-size: 1.5em;
}
.head-link:last-of-type {
  margin-right: 0;
}
.head-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .head-link {
    margin-right: 1rem;
  }
}

.head-link-en {
  display: block;
  color: #e60012;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.head-phone {
  color: #e60012;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.head-phone::before {
  margin-right: 0.35rem;
}
@media screen and (max-width: 992px) {
  .head-phone {
    font-size: 1.125rem;
  }
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #e60012;
  height: 100%;
  padding: 0 1rem;
}
.contact-link i {
  font-size: 1.5rem;
}
.contact-link span {
  font-size: 0.85em;
}

.header-pattern02 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #332B2B;
}
.header-pattern02 .contact-link {
  background-color: #e60012;
  color: #fff;
}

footer {
  background-color: #f2f2f2;
  color: #332B2B;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4rem 0 3rem;
  }
}
footer ul {
  list-style: none;
}
footer .foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .foot-inner {
    display: block;
    max-width: 430px;
    margin: 0 auto;
  }
}
footer .foot-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
footer .foot-left {
  width: 40%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .foot-left {
    width: 100%;
  }
}
footer .foot-left .foot-logo {
  display: block;
  width: 200px;
}
footer .foot-left .foot-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .foot-left .foot-logo {
    width: 180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-left .foot-name {
    text-align: center;
  }
}
footer .foot-right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .foot-right {
    width: 100%;
    display: block;
  }
}
footer .foot-menu {
  padding-right: 2rem;
}
footer .foot-menu:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer .foot-menu {
    padding-right: 0;
  }
}
footer .foot-menu li {
  padding-bottom: 0.5rem;
}
footer .foot-menu-parent {
  display: block;
  padding-bottom: 0.5rem;
}
footer .foot-menu-child {
  padding-left: 0.5rem;
}
footer .foot-menu-child > li > a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.25rem;
}
footer .foot-copy {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1.5em;
}

footer.footer-pattern02 {
  background-color: transparent;
  color: #332B2B;
}
footer.footer-pattern02 .foot-inner {
  border-top: 1px solid #332B2B;
  padding-top: 4rem;
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 2rem;
  right: 0px;
  line-height: 2em;
  background: #e60012;
  color: white;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 0.8;
  cursor: pointer;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
}
#pagetop a::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 4px solid;
  border-right: 4px solid;
  left: 5px;
  bottom: 1px;
}

.grid,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.grid *:first-child,
.flex2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1 * clamp(1rem, 2vw, 2rem)) / 2);
}

.flex2.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 2 * clamp(1rem, 2vw, 2rem)) / 3);
}
.flex3 > * {
  width: calc((100% - 2 * clamp(1rem, 2vw, 2rem)) / 3);
}

.flex4:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 3 * clamp(1rem, 2vw, 2rem)) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 3 * clamp(1rem, 2vw, 2rem)) / 4);
}
.flex4 > * {
  width: calc((100% - 3 * clamp(1rem, 2vw, 2rem)) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4 * clamp(1rem, 2vw, 2rem)) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 4 * clamp(1rem, 2vw, 2rem)) / 5);
}
.flex5 > * {
  width: calc((100% - 4 * clamp(1rem, 2vw, 2rem)) / 5);
}

.flex6:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 5 * clamp(1rem, 2vw, 2rem)) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 5 * clamp(1rem, 2vw, 2rem)) / 6);
}
.flex6 > * {
  width: calc((100% - 5 * clamp(1rem, 2vw, 2rem)) / 6);
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 2vw, 2rem);
}
.flex-center > * {
  margin-bottom: 0;
}
.flex-center::before, .flex-center::after {
  display: none;
}

.grid3-2 {
  width: calc((100% - 2 * clamp(1rem, 2vw, 2rem)) / 3 * 2 + clamp(1rem, 2vw, 2rem));
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 3 * clamp(1rem, 2vw, 2rem)) / 4 * 3 + clamp(1rem, 2vw, 2rem) * 2);
}

.grid4-2 {
  width: calc((100% - 1 * clamp(1rem, 2vw, 2rem)) / 2);
}

.grid3-1 {
  width: calc((100% - 2 * clamp(1rem, 2vw, 2rem)) / 3);
}

.grid4-1 {
  width: calc((100% - 3 * clamp(1rem, 2vw, 2rem)) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1.5rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1.5rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1.5rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 3rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1.5rem;
  }
  .flex2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-center {
    gap: 1.5rem;
  }
  .flex-center > * {
    margin-bottom: 0;
  }
  .flex-center::before, .flex-center::after {
    display: none;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #999;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid #999;
  width: 100%;
}

textarea {
  height: 7rem;
}

input[type=reset],
input[type=button] {
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid rgba(142, 142, 142, 0.2);
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: white !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

:focus {
  outline: none;
}

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

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-radio span {
  margin-left: 0.5rem;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
}

form th > p, form td > p {
  margin-bottom: 0;
}
form th em {
  margin-left: 0.5rem;
}

.contact-form th, .contact-form td {
  border: none;
  padding: 1.5rem 1rem;
}
.contact-form th {
  font-weight: 500;
  background-color: transparent;
}
.contact-form tr {
  border-bottom: 1px solid #d2d2d2;
}
.contact-form tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .contact-form th {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }
  .contact-form td {
    display: block;
    width: 100%;
    padding: 0.5rem 0 1.5rem;
  }
}

.submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.submit input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
  min-width: 200px;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #666 !important;
  color: #332B2B !important;
  background-color: #666;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table th {
  padding: 1.5em 2rem;
  border: 1px solid #FFA6AC;
  text-align: left;
  background-color: #ffedee;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
}
table td {
  padding: 1.5em 2rem;
  border: 1px solid #FFA6AC;
  text-align: left;
  background: white;
  word-break: break-all;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
  }
  .flex-table tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #FFA6AC;
  }
}
body.home {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  body.home {
    padding-top: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  body.home {
    padding-top: 5.25rem;
  }
}
body.home section:first-of-type {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  body.home section:first-of-type {
    padding-top: 5rem;
  }
}
body.home .top-eye {
  width: 100%;
  height: 56.2225475842vw;
  min-height: 100dvh;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 992px) {
  body.home .top-eye {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-eye {
    height: 70vh;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-eye {
    height: 520px;
  }
}
body.home .top-eye .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body.home .top-eye .swiper-slide.slide01 {
  background-image: url("../img/eye01-3.jpg");
}
@media screen and (max-width: 576px) {
  body.home .top-eye .swiper-slide.slide01 {
    background-image: url("../img/eye01-3_sp.jpg");
    background-position: bottom center;
  }
}
body.home .top-eye .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
body.home .top-eye .eye-copy {
  width: 100%;
  padding: 0 2.5%;
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  color: #332B2B;
  font-size: 2.8rem;
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
body.home .top-eye .eye-copy .adj_em {
  font-size: 0.85em;
}
@media screen and (max-width: 992px) {
  body.home .top-eye .eye-copy {
    top: 18%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-eye .eye-copy {
    width: 100%;
    text-underline-offset: -6px;
    text-decoration-thickness: 0.5rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-eye .eye-copy {
    top: 3.5rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 1.4rem;
    text-underline-offset: -4px;
    text-decoration-thickness: 0.3rem;
  }
}
body.home .info-inner {
  max-width: 1080px;
}
body.home .news-title {
  display: block;
  font-size: 1.125rem;
}
body.home .news-list .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #666;
  padding: 0 1rem;
}
body.home .news-list .news-item .news-supple {
  margin-bottom: 0;
  padding: 1.5rem 0;
}
body.home .news-list .news-item .news-supple .cat {
  margin-left: 0.5rem;
}
body.home .news-list .news-item .news-title {
  display: block;
  padding: 1.5rem 0;
  margin-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .news-list .news-item .news-title:hover {
  color: #e60012;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body.home .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0;
  }
  body.home .news-list .news-item .news-title {
    padding-top: 0;
    margin-left: 0;
  }
}
body.home .news-box .news-box-text .news-supple {
  display: block;
  margin-bottom: 0.75rem;
}
body.home .news-box .news-box-text .news-title {
  margin-bottom: 0.5rem;
}
body.home #service .icon_img {
  width: 50px;
  margin-bottom: 0.5rem;
}
body.home #service .icon_img img {
  width: 100%;
}
body.home #service .icon_img.icon_gas, body.home #service .icon_img.icon_cfc {
  width: 30px;
}
@media screen and (max-width: 768px) {
  body.home #service .icon_img.icon_cfc {
    width: 24px;
  }
  body.home #service .icon_img.icon_road {
    width: 40px;
  }
}

body.page main .inner {
  max-width: 1080px;
}
body.page main h2 {
  font-size: 2.25rem;
  color: #332B2B;
}
@media screen and (max-width: 768px) {
  body.page main h2 {
    font-size: 2rem;
  }
}
body.page main h3 {
  color: #e60012;
  border: none;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
body.page main h4 {
  font-size: 1.5rem;
  margin-top: 1em;
  border-bottom: 1px solid #e60012;
  margin-bottom: 0.5em;
}
body.page main ul {
  padding-left: 1.5em;
}
body.page main ol {
  padding-left: 1.5em;
}
body.page main > section:nth-of-type(2n) {
  background-color: #f2f2f2;
}
body.page main .timeline {
  max-width: 600px;
  margin: 0 auto;
}
body.page main .timeline-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body.page main .timeline-list-item:last-child .content {
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  body.page main .timeline-list-item:last-child .content {
    width: calc(100% - 100px);
  }
}
body.page main .timeline-list-item .date {
  width: 80px;
}
body.page main .timeline-list-item .content {
  position: relative;
  padding: 0 0 3rem 2rem;
  border-left: 1px solid #e60012;
  width: calc(100% - 120px);
}
body.page main .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  width: 16px;
  height: 16px;
  background-color: #e60012;
  border-radius: 10px;
}
body.page .faq-wrap {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
body.page .faq-wrap .faq-q {
  padding: 1.5rem 1.5rem 1rem;
}
body.page .faq-wrap .faq-q::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "Q";
  margin-right: 0.25rem;
  font-size: 1.25em;
  color: #e60012;
}
body.page .faq-wrap .faq-a {
  padding: 1.5rem;
  background-color: #f2f2f2;
  border-radius: 20px;
}
body.page .faq-wrap .faq-a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "A";
  margin-right: 0.25rem;
  font-size: 1.25em;
  color: #bb1f2c;
}
body.page .related-link {
  background-color: #f2f2f2;
  padding: 3rem 0;
}
body.page .related-link h3 {
  margin-top: 0;
  color: #6f6f6f;
}
body.page .related-link ul {
  list-style: none;
  padding: 0;
}
body.page .related-link ul > li a {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  display: block;
  position: relative;
  height: 150px;
}
body.page .related-link ul > li a::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
body.page .related-link ul > li a:hover {
  opacity: 1;
}
body.page .related-link ul > li a:hover::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.1);
}
body.page .related-link ul > li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  line-height: 1.5;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  body.page.outline .eyecatch {
    background-position: right 35% center;
  }
}
body.page.outline #breadcrumbs {
  padding-bottom: 0;
}
body.page.service .white-box {
  -webkit-box-shadow: 0 3px 10px rgba(181, 18, 32, 0.1);
          box-shadow: 0 3px 10px rgba(181, 18, 32, 0.1);
  padding: 2.5rem 1.5rem 1.5rem;
}
body.page.service .white-box h3 {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  body.page.service .white-box {
    padding: 2rem 1rem 1rem;
  }
}
body.page.service .fee-table .fee-table_meter {
  width: 25%;
}
@media screen and (max-width: 768px) {
  body.page.service .fee-table .fee-table_meter {
    width: 100%;
    padding-bottom: 0;
  }
  body.page.service .fee-table .fee-table_meter + td {
    border-top: none;
  }
}
@media screen and (max-width: 576px) {
  body.page.contact .eyecatch {
    background-position: left 15% center;
  }
}
body.page.contact #breadcrumbs {
  padding-bottom: 0;
}

body.archive .archive-inner {
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  body.archive .page-title {
    padding-bottom: 0;
  }
}
body.archive .cat-nav {
  padding: 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body.archive .cat-nav > a {
  margin-right: 0.875rem;
  padding: 0.5rem 1rem;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}
body.archive .cat-nav > a:not(.active):hover {
  color: #e60012;
  opacity: 1;
}
body.archive .cat-nav > a.active {
  border-bottom: 1px solid #e60012;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.news-box > a {
  display: block;
  margin-bottom: 2.5rem;
}
.news-box h2 {
  font-size: 1.25rem;
  border-bottom: 1px solid #e60012;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #332B2B;
  text-align: left;
}
.news-box time {
  margin-right: 0.5rem;
}
.news-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-box .fit-img {
  margin-bottom: 1rem;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.news-box .fit-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.news-supple {
  margin-bottom: 1rem;
}

body.single h1.page-title {
  font-size: 2rem;
}
body.single main ul {
  margin-left: 1.5em;
}
body.single main ol {
  margin-left: 1.5em;
}
body.single #breadcrumbs.inner {
  padding-bottom: 0;
}
body.single section {
  padding-top: 0;
}
body.single section.bn_contact {
  padding-top: 3rem;
}
body.single time {
  display: inline-block;
  color: #6f6f6f;
}
body.single img {
  width: 100%;
}
body.single .single-inner {
  max-width: 1080px;
}
body.single .news-supple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
body.single .page-title {
  padding-bottom: 3rem;
}
body.single .navigation {
  border-top: 1px solid #666;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a span {
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
}
body.single .navigation a span.navitext {
  border-right: 1px solid #666;
}
body.single .navigation .nav-previous {
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-previous a {
  padding: 0.5rem 1rem;
  display: block;
}
body.single .navigation .nav-next {
  background-color: #f2f2f2;
}
body.single .navigation .nav-next a {
  padding: 0.5rem 1rem;
  display: block;
}

#sp-nav {
  display: none;
}

.remodal-overlay {
  background-color: rgba(60, 40, 41, 0.8);
}

.remodal-wrapper {
  padding: 1rem;
}

.remodal .remodal-close {
  color: #332B2B;
  top: 0.5rem;
  right: 0.5rem;
  left: auto;
}
.remodal .remodal-close::before {
  font-size: 1.75rem;
}
.remodal ul {
  list-style: none;
  text-align: left;
}
.remodal ul li.child {
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .head-right {
    display: none;
  }
  .sp-menu > li {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .sp-menu .sp-link {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    font-weight: 500;
    text-align: center;
  }
  .sp-menu .sp-link.sp-tel {
    display: inline-block;
    padding: 0.5rem 2rem;
    width: auto;
    border: 1px solid #e60012;
    color: #e60012;
    margin: 1.5rem auto 0;
  }
  .sp-menu .parent-menu a {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
  }
  .sp-menu .parent-menu > ul a {
    padding: 0;
  }
  .sns-link .head-sns {
    font-size: 1.5rem;
    margin-right: 0.25rem;
  }
  .sns-link .head-sns:last-of-type {
    margin-right: 0;
  }
  #sp-nav {
    display: block;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    width: 5.25rem;
    height: 5.25rem;
    background-color: #e60012;
  }
  #sp-nav > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #fff;
  }
  #sp-nav > a::after {
    content: "MENU";
    font-size: 0.75em;
    font-weight: bold;
    padding-top: 0.25rem;
    position: relative;
    top: 0.25rem;
  }
  #sp-nav > a span,
  #sp-nav > a span::before,
  #sp-nav > a span::after {
    display: block;
    position: absolute;
    background: #332B2B;
    background: #fff;
    width: 2.1rem;
    height: 2px;
    border-radius: 2px;
    right: 26px;
  }
  #sp-nav > a span {
    top: 3.3125rem;
  }
  #sp-nav > a span::before {
    content: "";
    top: -0.875rem;
    right: 0;
  }
  #sp-nav > a span::after {
    content: "";
    top: 0.875rem;
    right: 0;
  }
}
.change-size,
.change-color {
  width: 2.4em;
  margin-left: 0.2rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #4f4f4f;
  border-radius: 0.2rem;
  font-size: 0.9em;
  color: #4f4f4f !important;
  background: #fff !important;
}
.change-size.black,
.change-color.black {
  color: white !important;
  background: #000 !important;
}
.change-size.blue,
.change-color.blue {
  color: #fff000 !important;
  background: #2531c9 !important;
}

html.fs-l {
  font-size: 150%;
}
html.fs-xl {
  font-size: 200%;
}

body.theme-black {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black * {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black .logo img {
  -webkit-filter: invert(100%) brightness(200%) !important;
  filter: invert(100%) brightness(200%) !important;
  background-color: transparent !important;
}
body.theme-blue {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}
body.theme-blue .logo img {
  -webkit-filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  background-color: transparent !important;
}
body.theme-blue * {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}/*# sourceMappingURL=basic.css.map */