@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #222;
  background: #f8f5f0;
  font-feature-settings: "palt";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: #222;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

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

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.site-header > .flexbox {
  height: 150px;
  padding: 0 24px 0 32px;
  align-items: center;
}
.site-header .header-logo {
  margin-right: auto;
  line-height: 1;
}
.site-header .main-navigation {
  width: max-content;
  max-width: calc(100% - 200px);
  margin-left: auto;
}
.site-header .main-navigation .navi-list {
  gap: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.site-header .main-navigation .navi-list > li > a,
.site-header .main-navigation .navi-list > li .nolink {
  position: relative;
  display: block;
  padding: 25px 0 30px;
  font-weight: bold;
}
@media (any-hover: hover) {
  .site-header .main-navigation .navi-list > li > a:hover,
  .site-header .main-navigation .navi-list > li .nolink:hover {
    color: #c43730;
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .site-header .main-navigation .navi-list > li:has(.inner-list):hover > a,
  .site-header .main-navigation .navi-list > li:has(.inner-list):hover .nolink {
    color: #c43730;
  }
  .site-header .main-navigation .navi-list > li:has(.inner-list):hover > a::after,
  .site-header .main-navigation .navi-list > li:has(.inner-list):hover .nolink::after {
    background: url(../img/common/icon_arrow03_red.svg) no-repeat;
    background-size: 100%;
  }
  .site-header .main-navigation .navi-list > li:has(.inner-list):hover .inner-list {
    opacity: 1;
    visibility: visible;
  }
}
.site-header .main-navigation .navi-list > li:has(.inner-list) > a,
.site-header .main-navigation .navi-list > li:has(.inner-list) .nolink {
  padding-right: 16px;
}
.site-header .main-navigation .navi-list > li:has(.inner-list) > a::after,
.site-header .main-navigation .navi-list > li:has(.inner-list) .nolink::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 7px;
  margin-top: -6px;
  background: url(../img/common/icon_arrow03.svg) no-repeat, url(../img/common/icon_arrow03_red.svg) no-repeat;
  background-size: 100%;
  transition: background 0.5s;
}
.site-header .main-navigation .navi-list .inner-list {
  left: 50%;
  display: block;
  background: #f8f5f0;
  box-shadow: none;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
.site-header .main-navigation .navi-list .inner-list li + li {
  border-top: 1px solid #f0e9de;
}
.site-header .main-navigation .navi-list .inner-list li a {
  display: block;
  padding: 24px 16px;
  background: #f8f5f0;
  color: #c43730;
  font-weight: bold;
}
@media (any-hover: hover) {
  .site-header .main-navigation .navi-list .inner-list li a:hover {
    background: #c43730;
    color: #fff;
    opacity: 1;
  }
}
.site-header .main-navigation .navi-list02 {
  gap: 28px;
  font-size: 1.4rem;
  line-height: 1.2;
  justify-content: flex-end;
}
.site-header .main-navigation .navi-list02 li a {
  font-weight: 500;
}
@media (any-hover: hover) {
  .site-header .main-navigation .navi-list02 li a:hover {
    color: #c43730;
    opacity: 1;
  }
}
.site-header .main-navigation .navi-list02 li .icon {
  margin-right: 8px;
}
.site-header .main-navigation .navi-list02 li.navi-contact a {
  width: 198px;
  background: #c43730;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.site-header .main-navigation .navi-list02 li.navi-contact .icon {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.site-header .menu-toggle {
  position: relative;
  width: 70px;
  height: 70px;
  margin-left: 16px;
  padding-top: 16px;
  background: #c43730;
  border: none;
  border-radius: 0;
  outline: none;
  z-index: 10;
}
.site-header .menu-toggle.open .bar {
  background: transparent;
}
.site-header .menu-toggle.open .bar:before {
  transform: rotate(45deg) translate(4px, 8px);
}
.site-header .menu-toggle.open .bar:after {
  transform: rotate(-45deg) translate(4px, -8px);
}
.site-header .menu-toggle .bar {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
.site-header .menu-toggle .bar:before, .site-header .menu-toggle .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}
.site-header .menu-toggle .bar:before {
  top: -8px;
}
.site-header .menu-toggle .bar:after {
  top: 8px;
}
.site-header .menu-toggle .text {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (min-width: calc(810px + 1px)) {
  .site-header .main-navigation {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .site-header > .flexbox {
    height: 120px;
    padding-left: 24px;
    padding-right: 16px;
  }
  .site-header .header-logo img {
    width: 164px;
    height: auto;
  }
  .site-header .main-navigation {
    width: max-content;
    max-width: calc(100% - 188px);
    margin-left: auto;
  }
  .site-header .main-navigation .navi-list {
    gap: 24px;
    font-size: 1.5rem;
  }
  .site-header .main-navigation .navi-list > li > a,
  .site-header .main-navigation .navi-list > li .nolink {
    position: relative;
    display: block;
    padding: 20px 0 20px;
  }
  .site-header .main-navigation .navi-list > li:has(.inner-list) > a,
  .site-header .main-navigation .navi-list > li:has(.inner-list) .nolink {
    padding-right: 16px;
  }
  .site-header .main-navigation .navi-list > li:has(.inner-list) > a::after,
  .site-header .main-navigation .navi-list > li:has(.inner-list) .nolink::after {
    margin-top: -4px;
  }
}
@media screen and (max-width: 1080px) {
  .site-header .header-logo img {
    width: 144px;
    height: auto;
  }
  .site-header .main-navigation {
    max-width: calc(100% - 168px);
  }
  .site-header .main-navigation .navi-list {
    gap: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .site-header > .flexbox {
    padding-left: 16px;
  }
  .site-header .header-logo img {
    width: 124px;
    height: auto;
  }
  .site-header .main-navigation {
    max-width: calc(100% - 128px);
  }
  .site-header .main-navigation .navi-list {
    gap: 12px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 810px) {
  .site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }
  .site-header > .flexbox {
    width: 100%;
    height: 70px;
    padding: 0 0 0 16px;
  }
  .site-header .header-logo img {
    width: 120px;
    height: auto;
  }
  .site-header .sp-header-body {
    display: flex;
    align-items: center;
  }
  .site-header .contact-btn {
    display: block;
    width: 32px;
    height: 32px;
    padding-top: 9px;
    background: #c43730;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
  }
  .site-header .main-navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    max-width: 100%;
    height: calc(100svh - 70px);
    background: #f8f5f0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    visibility: visible;
  }
  .site-header .main-navigation .navi-container {
    padding: 40px 16px 48px;
  }
  .site-header .main-navigation .navi-top {
    display: none;
  }
  .site-header .main-navigation .navi-list {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(51, 51, 51, 0.23);
    gap: 0;
  }
  .site-header .main-navigation .navi-list > li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.23);
  }
  .site-header .main-navigation .navi-list > li > a,
  .site-header .main-navigation .navi-list > li .nolink {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .site-header .main-navigation .navi-list > li > a::before,
  .site-header .main-navigation .navi-list > li .nolink::before {
    content: "";
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: auto 0;
    background: url(../img/common/icon_arrow05_red.svg) no-repeat;
    background-size: 100%;
  }
  .site-header .main-navigation .navi-list > li:has(.inner-list) > a,
  .site-header .main-navigation .navi-list > li:has(.inner-list) .nolink {
    padding-right: 16px;
  }
  .site-header .main-navigation .navi-list > li:has(.inner-list) > a::before, .site-header .main-navigation .navi-list > li:has(.inner-list) > a::after,
  .site-header .main-navigation .navi-list > li:has(.inner-list) .nolink::before,
  .site-header .main-navigation .navi-list > li:has(.inner-list) .nolink::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 12px;
    height: 2px;
    margin: auto 0;
    background: #c43730;
  }
  .site-header .main-navigation .navi-list > li:has(.inner-list) > a::after,
  .site-header .main-navigation .navi-list > li:has(.inner-list) .nolink::after {
    transform: rotate(90deg);
  }
  .site-header .main-navigation .navi-list .inner-list {
    float: none;
    position: relative;
    left: auto;
    top: auto;
    display: none;
    width: 100%;
    padding-bottom: 20px;
    box-shadow: none;
    white-space: nowrap;
    visibility: visible;
    font-size: 1.2rem;
    opacity: 1;
    transition: none;
    transform: unset;
    text-align: left;
  }
  .site-header .main-navigation .navi-list .inner-list li + li {
    margin-top: 10px;
    border: none;
  }
  .site-header .main-navigation .navi-list .inner-list li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 14px;
    background: none;
    color: #222;
    font-weight: 400;
  }
  .site-header .main-navigation .navi-list .inner-list li a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }
  .site-header .main-navigation .navi-list02 {
    display: block;
    gap: 28px;
    font-size: 1.4rem;
    line-height: 1.2;
    justify-content: flex-end;
  }
  .site-header .main-navigation .navi-list02 li a {
    font-weight: 500;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  .site-header .main-navigation .navi-list02 li a:hover {
    color: #c43730;
    opacity: 1;
  }
}
@media screen and (max-width: 810px) {
  .site-header .main-navigation .navi-list02 li .icon {
    margin-right: 8px;
  }
  .site-header .main-navigation .navi-list02 li.navi-contact a {
    width: 198px;
    background: #c43730;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
  }
  .site-header .main-navigation .navi-list02 li.navi-contact .icon {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .site-header .main-navigation .navi-tel {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .site-header .main-navigation .navi-tel .tel-title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding: 24px;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  .site-header .main-navigation .navi-tel .tel-title .icon {
    width: 39px;
    height: auto;
    margin-right: 16px;
  }
  .site-header .main-navigation .navi-tel .sp-tel {
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Helvetica", "Open Sans", sans-serif;
    line-height: 1;
  }
  .site-header .main-navigation .navi-tel .sp-tel a {
    font-weight: inherit;
  }
  .site-header .main-navigation .navi-tel .tel-time {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .site-header .main-navigation .navi-mail {
    position: relative;
    width: 100%;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  .site-header .main-navigation .navi-mail a {
    padding: 24px;
    background: #fff;
    font-weight: bold;
  }
  .site-header .main-navigation .navi-mail::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: auto 0;
    background: url(../img/common/icon_arrow05_red.svg) no-repeat;
    background-size: 100%;
  }
  .site-header .main-navigation .navi-mail .icon {
    width: 39px;
    height: auto;
    margin-right: 16px;
  }
  .site-header .main-navigation .navi-logo {
    margin-top: 32px;
    width: 100%;
    line-height: 1;
    text-align: center;
  }
  .site-header .main-navigation .navi-address {
    margin: 24px auto 0 0;
    line-height: 1.5625;
  }
  .site-header .main-navigation .navi-address a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: underline;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  .site-header .main-navigation .navi-address a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (max-width: 810px) {
  .site-header .main-navigation .navi-address a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: calc(50% - 5px);
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/common/icon_arrow04_red.svg) no-repeat;
    background-size: 100%;
  }
  .site-header .main-navigation .navi-sns {
    margin-top: 24px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .site-header .main-navigation .navi-sns a {
    display: inline-block;
    text-align: center;
  }
  .site-header .main-navigation .navi-sns .icon {
    top: auto;
    display: block;
    width: 37px;
    height: auto;
    margin: 0 auto 4px;
  }
  .site-header .menu-toggle {
    display: block;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
.min-container {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
}

.container {
  width: 94%;
  max-width: 1216px;
  margin: 0 auto;
}
.container.bg {
  padding: 80px 24px 88px;
  background: #fff;
  border-radius: 10px;
}
.container.bg + .bg {
  margin-top: 56px;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Gabarito", "Reem Kufi", "Open Sans", sans-serif;
  text-transform: uppercase;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.sec-title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sec-title .en {
  display: block;
  margin-top: 8px;
  color: #c43730;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.bar-title {
  padding: 18px 24px 18px 24px;
  background: #606060;
  border-left: 8px solid #c43730;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.bar-title + * {
  margin-top: 32px;
}
.bar-title > span {
  font-weight: inherit;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  width: 330px;
  max-width: 100%;
  padding: 20px 32px 20px 24px;
  border: 1px solid #c43730;
  border-radius: 0 0 8px 0;
  color: #c43730;
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  a.btn:hover,
  .btn_nolink:hover {
    background: #c43730;
    color: #fff;
    opacity: 1;
  }
  a.btn:hover::after,
  .btn_nolink:hover::after {
    background: url(../img/common/icon_arrow02_white.svg) no-repeat;
    background-size: 100%;
  }
}
a.btn::after,
.btn_nolink::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 12px;
  margin: auto 0;
  background: url(../img/common/icon_arrow02.svg) no-repeat;
  background-size: 100%;
  transition: background 0.5s;
}

/* 汎用リード文 */
.page-lead {
  margin: 112px auto 86px;
  font-size: 2rem;
  text-align: center;
}

/* 汎用ナビ */
.page-navi {
  gap: 18px;
  line-height: 1.5;
  justify-content: center;
  text-align: center;
}
.page-navi-wrap {
  margin: 128px auto 106px;
}
.page-navi li {
  width: calc(25% - 14px);
}
.page-navi li a {
  position: relative;
  display: block;
  padding: 22px;
  background: #fff;
  border-radius: 100vmax;
  color: #c43730;
  font-weight: 500;
}
@media (any-hover: hover) {
  .page-navi li a:hover {
    background: #c43730;
    color: #fff;
    opacity: 1;
  }
  .page-navi li a:hover::after {
    background: url(../img/common/icon_arrow07_white.svg) no-repeat;
    background-size: 100%;
  }
}
.page-navi li a::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin: auto 0;
  background: url(../img/common/icon_arrow07.svg) no-repeat;
  background-size: 100%;
  transition: background 0.5s;
}

/* 汎用テーブル */
.table {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  table-layout: fixed;
}
.table::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid #e8e8e8;
  border-radius: 9px;
  box-sizing: border-box;
  pointer-events: none;
}
.table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}
.table th,
.table td {
  padding: 20px 16px;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
}
.table th {
  text-align: center;
}
.table th.color01 {
  background: #c43730;
  color: #fff;
  font-weight: bold;
}
.table th.color02 {
  background: #fafafa;
}
.table02 {
  width: 100%;
  table-layout: fixed;
}
.table02 th,
.table02 td {
  padding: 15px 16px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.table02 th {
  width: 18%;
  padding-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: calc(810px + 1px)) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 810px) {
  .min-container {
    width: calc(100% - 32px);
  }
  .container {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .container.bg {
    padding: 40px 24px 40px;
  }
  .container.bg + .bg {
    margin-top: 32px;
  }
  .container .min-container {
    width: 100%;
  }
  /* 汎用リード文 */
  .page-lead {
    margin: 44px auto 40px;
    font-size: 1.8rem;
  }
  /* 汎用見出し */
  .sec-title {
    font-size: 2.8rem;
  }
  .sec-title .en {
    font-size: 1.4rem;
  }
  .bar-title {
    padding: 16px 16px 16px 20px;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
  .bar-title + * {
    margin-top: 20px;
  }
  /* 汎用テーブル */
  .table::before {
    border-radius: 10px 10px 12px 12px;
  }
  .table th,
  .table td {
    padding: 16px 10px;
  }
  .table02 {
    width: 100%;
    table-layout: fixed;
  }
  .table02 th,
  .table02 td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 12px 0;
    line-height: 1.7;
  }
  .table02 th {
    width: 100%;
    padding-left: 0;
    background: #f8f5f0;
    border-top-color: #d3d3d3;
    border-bottom-color: #d3d3d3;
    text-align: center;
  }
  /* 汎用ナビ */
  .page-navi {
    gap: 8px;
  }
  .page-navi-wrap {
    margin: 48px auto 40px;
  }
  .page-navi li {
    width: calc(50% - 4px);
  }
  .page-navi li a {
    padding: 15px;
  }
  .page-navi li a::after {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* 汎用ナビ */
  .page-navi {
    gap: 4px;
  }
  .page-navi li {
    width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*	swiper
/*
/*-------------------------------------------*/
section .swiper .swiper-button-prev,
section .swiper .swiper-button-next {
  background: url(../img/common/icon_slide.svg) no-repeat;
  background-size: 100%;
  width: 44px;
  height: 44px;
  margin-top: -32px;
}
section .swiper .swiper-button-prev::before, section .swiper .swiper-button-prev::after,
section .swiper .swiper-button-next::before,
section .swiper .swiper-button-next::after {
  content: none;
}
section .swiper .swiper-button-prev {
  transform: scale(-1, 1);
}
section .swiper .swiper-pagination-bullets {
  font-size: 0;
  line-height: 1;
}
section .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 10px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  opacity: 1;
}
section .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b4b4b4;
}

@media screen and (max-width: 810px) {
  section .swiper .swiper-button-prev,
  section .swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  section .swiper .swiper-pagination-bullets {
    text-align: left;
  }
  section .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 4px 8px;
    background: #f2f2f2;
    box-shadow: none;
  }
}
/*-------------------------------------------*/
/*
/* page-title
/*
/*-------------------------------------------*/
.site-main {
  padding-top: 150px;
}

.page-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 578px;
  background: #c43730;
  line-height: 1;
  text-align: center;
}
.page-title h2 {
  color: #fff;
  font-size: 6.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.page-title h2 .en {
  display: block;
  margin-top: 16px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
}
.page-title h2 .en .space {
  display: inline-block;
  width: 10px;
}

@media screen and (max-width: 1280px) {
  .site-main {
    padding-top: 120px;
  }
}
@media screen and (max-width: 810px) {
  .site-main {
    padding-top: 70px;
  }
  .page-title {
    height: 309px;
  }
  .page-title h2 {
    font-size: 4rem;
    letter-spacing: 0.06em;
  }
  .page-title h2 .en {
    margin-top: 10px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .page-title h2 .en .space {
    width: 4px;
  }
}
/*-------------------------------------------*/
/*
/* breadcrumb
/*
/*-------------------------------------------*/
.breadcrumb {
  padding: 26px 30px;
  position: relative;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  white-space: nowrap;
}
.breadcrumb ol li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 2px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumb ol li:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb ol li:last-of-type::after {
  content: none;
}
.breadcrumb ol li a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .breadcrumb ol li a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (max-width: 810px) {
  .breadcrumb {
    padding: 20px 16px;
    font-size: 1.2rem;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
.footer-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 998;
}
.footer-pagetop a {
  display: inline-block;
}
@media (any-hover: hover) {
  .footer-pagetop a:hover {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.site-footer {
  position: relative;
  padding: 84px 0 112px;
  background: #c43730;
  color: #fff;
}
.site-footer a {
  color: currentColor;
}
.site-footer .flexbox:has(.footer-tel) {
  margin-top: 48px;
  flex-wrap: nowrap;
}
.site-footer .footer-logo {
  margin-right: 50px;
  line-height: 1;
}
.site-footer .footer-address {
  margin: 0;
  margin-right: auto;
  line-height: 1.5625;
}
.site-footer .footer-address a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .site-footer .footer-address a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.site-footer .footer-address a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow04.svg) no-repeat;
  background-size: 100%;
}
.site-footer .footer-sns {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  line-height: 1;
}
.site-footer .footer-sns a {
  display: inline-block;
}
.site-footer .footer-sns a + a {
  margin-left: 16px;
}
.site-footer .footer-sns .icon {
  margin-right: 10px;
}
.site-footer .footer-tel {
  padding: 28px 2.5% 26px;
  margin-right: 1px;
  gap: 5px 20px;
  justify-content: center;
  flex-grow: 1;
  line-height: 1.5;
  background: rgba(248, 245, 240, 0.3);
}
.site-footer .footer-tel .tel-title {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.site-footer .footer-tel .tel-title .icon {
  margin-right: 15px;
}
.site-footer .footer-tel .sp-tel {
  display: inline-block;
  font-size: 4.2rem;
  font-weight: bold;
  font-family: "Helvetica", "Open Sans", sans-serif;
  line-height: 1;
}
.site-footer .footer-tel a {
  font-weight: bold;
}
.site-footer .footer-tel .tel-time {
  display: inline-block;
  font-size: 1.4rem;
}
.site-footer .footer-mail {
  padding: 28px 3% 26px;
  background: rgba(248, 245, 240, 0.3);
  font-weight: bold;
  white-space: nowrap;
}
.site-footer .footer-mail a {
  font-weight: bold;
}
.site-footer .footer-mail .icon {
  margin-right: 20px;
}
.site-footer .footer-navi {
  align-items: flex-start;
  margin-top: 48px;
  gap: 24px;
}
.site-footer .footer-navi .parent-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(25% - 18px);
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  line-height: 1.5;
}
.site-footer .footer-navi .parent-list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}
.site-footer .footer-navi .parent-list > li > a {
  position: relative;
  display: block;
  padding: 22px 24px 22px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.site-footer .footer-navi .parent-list > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: auto 0;
  background: url(../img/common/icon_arrow05.svg) no-repeat;
  background-size: 100%;
}
.site-footer .footer-navi .inner-list {
  display: flex;
  flex-direction: column;
  margin: -2px 0 0;
  padding-bottom: 24px;
  gap: 8px 24px;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.site-footer .footer-navi .inner-list.flexbox {
  flex-direction: row;
}
.site-footer .footer-navi .inner-list li a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
}
.site-footer .footer-navi .inner-list li a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.site-footer .footer-navi .inner-list li.empty {
  height: 1.5em;
}
.site-footer .footer-navi02 {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.site-footer .footer-navi02 ul {
  gap: 20px;
}
.site-footer .footer-navi02 li a {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
.site-footer .footer-navi02 li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 12px;
  margin: auto 0;
  background: url(../img/common/icon_arrow02_white.svg) no-repeat;
  background-size: 100%;
  transition: background 0.5s;
}
.site-footer .footer-copyright {
  margin-top: 40px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
.site-footer .footer-copyright small {
  font-size: 1.3rem;
}

@media screen and (max-width: 1240px) {
  .site-footer .footer-tel {
    padding: 28px 3% 26px;
  }
  .site-footer .footer-tel .tel-title .icon {
    margin-right: 16px;
  }
  .site-footer .footer-tel .sp-tel {
    font-size: 4rem;
  }
  .site-footer .footer-tel .tel-time {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1180px) {
  .site-footer .footer-tel {
    padding: 24px 16px 22px;
  }
  .site-footer .footer-tel .tel-title .icon {
    width: 44px;
    height: auto;
    margin-right: 16px;
  }
  .site-footer .footer-tel .sp-tel {
    font-size: 3.6rem;
  }
  .site-footer .footer-tel .tel-time {
    font-size: 1.4rem;
  }
  .site-footer .footer-mail {
    padding: 24px 16px 22px;
  }
  .site-footer .footer-mail .icon {
    width: 44px;
    height: auto;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .site-footer .footer-tel .tel-title {
    font-size: 1.4rem;
  }
  .site-footer .footer-tel .sp-tel {
    font-size: 3.2rem;
  }
  .site-footer .footer-tel .tel-time {
    font-size: 1.2rem;
  }
  .site-footer .footer-mail {
    padding: 24px 16px 22px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .site-footer .flexbox:has(.footer-tel) {
    flex-wrap: wrap;
  }
  .site-footer .footer-tel {
    width: 100%;
  }
  .site-footer .footer-tel .tel-title {
    font-size: 1.6rem;
  }
  .site-footer .footer-tel .sp-tel {
    font-size: 4rem;
  }
  .site-footer .footer-mail {
    width: 100%;
    margin-top: 1px;
    font-size: 1.6rem;
    text-align: center;
  }
  .site-footer .footer-navi .parent-list > li > a,
  .site-footer .footer-navi .parent-list > li .nolink {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  .footer-pagetop {
    right: 16px;
    bottom: 16px;
  }
  .footer-pagetop a img {
    width: 64px;
    height: auto;
  }
  .site-footer {
    padding: 50px 0 72px;
  }
  .site-footer .flexbox:has(.footer-tel) {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .site-footer .footer-logo {
    width: 100%;
    margin-right: 0;
  }
  .site-footer .footer-logo img {
    width: 164px;
    height: auto;
  }
  .site-footer .footer-address {
    margin: 24px 0 0;
    margin-right: auto;
    line-height: 1.65;
  }
  .site-footer .footer-sns {
    margin-top: 24px;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  .site-footer .footer-sns a {
    display: inline-block;
    text-align: center;
  }
  .site-footer .footer-sns a + a {
    margin-left: 10px;
  }
  .site-footer .footer-sns .icon {
    top: auto;
    display: block;
    width: 34px;
    height: auto;
    margin: 0 auto 4px;
  }
  .site-footer .footer-tel {
    display: block;
    width: 100%;
    padding: 0 0;
    margin-right: 0;
    background: none;
    text-align: center;
  }
  .site-footer .footer-tel .tel-title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding: 24px;
    background: rgba(248, 245, 240, 0.3);
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .site-footer .footer-tel .tel-title .icon {
    width: 39px;
    height: auto;
    margin-right: 16px;
  }
  .site-footer .footer-tel .sp-tel {
    font-size: 3rem;
  }
  .site-footer .footer-tel .tel-time {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .site-footer .footer-mail {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    background: rgba(248, 245, 240, 0.3);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  .site-footer .footer-mail::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: auto 0;
    background: url(../img/common/icon_arrow05.svg) no-repeat;
    background-size: 100%;
  }
  .site-footer .footer-mail a {
    display: block;
    padding: 24px;
  }
  .site-footer .footer-mail .icon {
    width: 39px;
    height: auto;
    margin-right: 16px;
  }
  .site-footer .footer-navi {
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    gap: 0;
  }
  .site-footer .footer-navi .parent-list {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  }
  .site-footer .footer-navi .parent-list > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.23);
  }
  .site-footer .footer-navi .parent-list > li > a {
    position: relative;
    display: block;
    padding: 16px 24px 16px 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .site-footer .footer-navi .parent-list > li .inner-list-open::before, .site-footer .footer-navi .parent-list > li .inner-list-open::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 12px;
    height: 2px;
    margin: auto 0;
    background: #fff;
  }
  .site-footer .footer-navi .parent-list > li .inner-list-open::after {
    transform: rotate(90deg);
  }
  .site-footer .footer-navi .inner-list {
    display: none;
    margin: 0;
    padding-bottom: 20px;
    font-size: 1.2rem;
  }
  .site-footer .footer-navi .inner-list li + li {
    margin-top: 8px;
  }
  .site-footer .footer-navi .inner-list li a {
    position: relative;
    display: inline-block;
    padding-left: 14px;
  }
  .site-footer .footer-navi .inner-list li a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }
  .site-footer .footer-navi02 {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .site-footer .footer-copyright {
    margin-top: 40px;
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
  .site-footer .footer-copyright small {
    font-size: 1rem;
  }
}
/*  sp_footer
------------------------------------*/
.not-found {
  padding: 250px 0 160px;
}
.not-found h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.not-found .not-found-btn {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .not-found {
    padding: 120px 0 80px;
  }
  .not-found h2 {
    font-size: 2rem;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #c43730;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #222;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 810px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}