@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-20: calc((100% - 20px*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-55: calc((100% - 55px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-30: calc((100% - 30px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5-15: calc((100% - 15px*4) / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#d0111b;
  --white:#ffffff;
  --accColor:#fbc41c;
  --grayColor:#bdb2b2;
  --letter: 0.22em;
  --btnColor:#fbc41c;
  --paleColor:#fcf1f2;
  --inner-2:82.5vw;
  --black:#231815;
  --grad-right:linear-gradient(to right, #15b8d7 , #1d2088);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1550px) {
  .bp1500none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1500none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--black);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.inner {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1550px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (min-width: 835px) and (max-width: 1550px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1500px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  background: #ffffff !important;
}

#g-nav.panelactive {
  background-color: #fff;
  padding: 15rem 30px 10rem 30px;
}

.navR {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
  }
}
#g-nav .mainNav li {
  position: relative;
}
#g-nav .mainNav li::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.3s;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li::before {
    display: none;
  }
}
#g-nav .mainNav li:hover::before {
  transform: scale(1);
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  }
}
#g-nav .mainNav li a {
  font-weight: 500;
  display: block;
  text-align: center;
  position: relative;
  color: var(--black);
  padding: 10px;
  line-height: 1em;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #g-nav .mainNav li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-bottom: none;
    flex-direction: column;
    display: flex;
    padding: 20px 15px;
    text-align: left;
    position: relative;
    line-height: 1.25em;
    color: var(--black);
  }
  #g-nav .mainNav li a:before {
    font-family: var(--icon-regular);
    content: "\e13a";
    color: var(--mainColor);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 900px) {
  .nav_dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
  .nav_dropdown a::before {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -1;
    /*ナビのスタート位置と形状*/
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
    display: none;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
    opacity: 1;
    display: block;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-bottom: 1px solid #fff !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li {
    border-bottom: 1px solid var(--grayColor) !important;
  }
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: var(--mainColor);
  display: block;
  color: var(--white) !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: var(--black) !important;
    background-color: var(--paleColor);
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    position: relative;
    width: 55px;
    min-height: 55px;
    background: var(--darkColor);
    border-radius: 100px;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: var(--mainColor);
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 84px;
  height: 84px;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--mainColor);
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #fff;
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 5px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
  margin: 10px 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.header {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  gap: 15px;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header .h-logo {
  max-width: 15vw;
}
@media screen and (max-width: 834px) {
  .header .h-logo {
    max-width: 30vw;
  }
}

.fix_contact {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.fix_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_contact .tel {
  color: var(--black);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: bold;
}
.fix_contact .tel i {
  color: var(--mainColor);
}
.fix_contact .mail {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1em;
  color: var(--white);
  padding: 14px 20px;
  background-color: var(--mainColor);
}
.fix_contact i {
  margin-right: 5px;
  font-size: 1.2em;
}

@media only screen and (max-width: 900px) {
  .fix_contact {
    display: none;
  }
}

.fix_contact2 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.mainWrap {
  position: relative;
  z-index: 2;
}
.mainWrap .catch {
  border-left: 1px solid var(--mainColor);
  padding: 45px;
  background: rgba(255, 255, 255, 0.39);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: 500;
  text-shadow: 2px 2px 0 #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: var(--transY);
  line-height: 1.5em;
}
.mainWrap .catch .red {
  color: var(--mainColor);
}
@media screen and (max-width: 834px) {
  .mainWrap .catch {
    padding: 20px;
  }
}

.mainArea {
  width: 89.06vw;
  margin-left: auto;
}
.mainArea img {
  height: calc(100vh - 123px) !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mainArea img {
    height: 50vh !important;
  }
}

#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.subArea {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.subArea::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(208, 17, 27, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.subArea h1 {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(38px, 5vw, 50px);
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 600;
}
.subArea .en {
  font-size: 1.8rem;
  line-height: 1.25em;
  color: var(--white);
  font-weight: 500;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.subArea article {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #262626;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--black);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

footer#global_footer {
  background: #f7f7f7;
  padding-bottom: 40px;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--mainColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  position: fixed;
  right: 1%;
  bottom: 2%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
  }
}
footer#global_footer .footer {
  padding: 100px 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer {
    flex-direction: column;
  }
}
footer#global_footer .footer-left {
  text-align: left;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-left {
    text-align: center;
    margin-bottom: 40px;
  }
}
footer#global_footer .footer-left-logo {
  margin-bottom: 40px;
}
footer#global_footer .footer-nav {
  display: flex;
  flex-flow: column wrap;
  max-height: 217px;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-nav {
    flex-direction: column;
    align-items: center;
    max-height: 100%;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  font-weight: 500;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: var(--black);
  display: block;
}
footer#global_footer #copy {
  text-align: center;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  display: block;
  color: var(--black);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.index #contents_wrap {
  padding-bottom: 0 !important;
}

.title-01 h2 {
  font-size: clamp(32px, 3.6vw, 36px);
  line-height: 1.25em;
  font-weight: 600;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.title-01 h2 .en {
  color: var(--grayColor);
  font-size: 1.6rem;
  display: block;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}
.title-01 h2 .red {
  color: var(--mainColor);
}
.title-01 p, .title-01 article > div {
  line-height: 2em;
  margin-top: 40px;
}
.title-01 p:empty, .title-01 article > div:empty {
  margin-top: 0;
}

.scroll-hint-text {
  line-height: 1.25em;
}

.text > div, .text p {
  line-height: 2em;
}
.text article > div, .text p {
  line-height: 2em;
}
.text-back {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.section-news {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .section-news {
    display: block;
  }
}
.section-news .section-left {
  width: 20%;
}
.section-news .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-news .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-news .section-left {
    width: 100% !important;
  }
}
.section-news .section-right {
  width: 80%;
}
.section-news .section-right .btn {
  margin-top: 40px;
}
.section-news .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-news .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-reason {
  background-size: auto;
  background-repeat: no-repeat;
}
.section-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .section-about {
    display: block;
  }
}
.section-about .section-left {
  width: 48%;
}
.section-about .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-about .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-about .section-left {
    width: 100% !important;
  }
}
.section-about .section-right {
  width: 48%;
}
.section-about .section-right .btn {
  margin-top: 40px;
}
.section-about .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-about .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.flex-btn {
  gap: 30px;
}
.flex-btn .box {
  width: var(--flex3);
}
.flex-btn .box a {
  display: block;
  background-color: var(--mainColor);
  padding: 70px 30px;
  color: var(--white);
  font-size: clamp(24px, 2.6vw, 26px);
  line-height: 1.25em;
  font-weight: 600;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
.flex-btn .box a::before {
  content: "";
  background: url(../images/home/arrow.png);
  max-width: 5vw;
  max-height: 5vw;
  position: absolute;
  width: 68px;
  height: 68px;
  right: 10px;
  bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .flex-btn .box a::before {
    max-width: 10vw;
    max-height: 10vw;
  }
}
.flex-btn .box a .en {
  margin-bottom: 10px;
  color: var(--grayColor);
  font-size: 1.6rem;
  display: block;
  line-height: 1em;
  font-weight: 400;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-btn .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-btn .box {
    width: 100%;
  }
}
.flex-service {
  gap: 30px;
}
.flex-service .box {
  width: var(--flex2);
  position: relative;
}
.flex-service .box::before {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, #d0111b, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.flex-service .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-service .box article > div {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--white);
  padding: 0 30px 50px;
}
.flex-service .box article > div h3 {
  line-height: 1.25em;
  text-align: left;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .flex-service .box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .flex-scene {
    gap: 50px;
  }
}
.flex-scene .box {
  text-align: center;
  width: var(--flex4-0);
  overflow: visible !important;
  position: relative;
  border-left: 1px solid rgba(208, 17, 27, 0.28);
  padding: 0 20px;
}
.flex-scene .box:last-of-type {
  border-right: 1px solid rgba(208, 17, 27, 0.28);
}
@media screen and (max-width: 640px) {
  .flex-scene .box {
    width: 100%;
    border-right: 1px solid rgba(208, 17, 27, 0.28);
  }
}
.flex-scene .box h3 {
  line-height: 1.25em;
  text-align: left;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
.flex-scene .box article > div {
  text-align: left;
}
.flex-reason {
  gap: 30px;
}
.flex-reason .box {
  width: var(--flex3);
  overflow: visible !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-reason .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-reason .box {
    width: 100%;
  }
}
.flex-reason .box article > div {
  background-color: #fff;
  padding: 15px;
}
.flex-reason .box h3 {
  display: flex;
  align-items: center;
  line-height: 1.25em;
  text-align: left;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 30px;
}
.flex-reason .box h3 .red {
  color: var(--mainColor);
}
.flex-reason .box h3 .nb {
  line-height: 1em;
  font-weight: 500;
  color: var(--accColor);
  font-size: clamp(42px, 6vw, 70px);
}
.flex-btn-contact {
  max-width: 1200px;
  margin: auto;
}
.flex-btn-contact .box {
  width: var(--flex2-0);
  overflow: visible !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .flex-btn-contact .box {
    width: 100%;
  }
}
.flex-btn-contact .box > div {
  height: 100%;
}
.flex-btn-contact .box a {
  display: block;
  padding: 70px 15px;
  height: 100%;
}
.flex-btn-contact .box .tel {
  color: var(--black);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(42px, 4vw, 52px);
  font-weight: 500;
  border: 1px solid var(--mainColor);
}
.flex-btn-contact .box .tel i {
  color: var(--mainColor);
  font-size: 0.9em;
  vertical-align: middle;
}
.flex-btn-contact .box .mail {
  font-size: clamp(32px, 3vw, 32px);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1em;
  color: var(--white);
  background-color: var(--mainColor);
}
.flex-btn-contact .box i {
  margin-right: 5px;
  font-size: 1.2em;
  vertical-align: middle;
}

.sns-slider .slick-slide {
  margin: 0 15px;
}
.sns-slider .sns_list {
  border: none !important;
}
.sns-slider .sns_list > div {
  padding: 30px 0;
  gap: 15px;
}
.sns-slider .sns_list > div .sns_text {
  width: 100%;
  padding: 0 !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 834px) {
  .sns-slider .sns_list > div .sns_text {
    width: 100%;
  }
}
.sns-slider .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.sns-slider .sns_list > div .sns_text h3 a {
  color: var(--black);
}
.sns-slider .sns_list > div .sns_text .clearfix {
  display: none;
  margin-top: 10px;
}
.sns-slider .sns_list > div .sns_text .clearfix li a {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--black);
}
.sns-slider .sns_list > div .sns_text .sns_date {
  margin: 10px 0;
  color: var(--title-color);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sns-slider .sns_list > div .sns_photo {
  width: 100%;
  padding: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .sns-slider .sns_list > div .sns_photo {
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  .sns-slider .sns_list > div .sns_photo {
    width: 100%;
  }
}
.sns-slider .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes qaMove { /* xxxは好きな名前でOK */
  from {
    /* 変化前の状態 */
    opacity: 0;
  }
  to {
    /* 変化後の状態 */
    opacity: 1;
  }
}
.dl-qa dd,
.dl-qa dt {
  border: none !important;
  width: 100% !important;
  background: none;
}
.dl-qa dt {
  position: relative;
  padding: 30px 5rem 30px 6.5rem !important;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  border-bottom: none !important;
  background-color: #f7f7f7 !important;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.dl-qa dt::before {
  content: "Q";
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.9em;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--mainColor);
  position: absolute;
  line-height: 1em;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dt::after {
  content: "\e13a";
  position: absolute;
  font-family: var(--icon-regular);
  right: 3%;
  top: 50%;
  transform: var(--transY);
  color: var(--mainColor);
}
.dl-qa dd {
  position: relative;
  line-height: 2em;
  background: #fff;
  padding: 30px 5rem 30px 6.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.dl-qa dd::before {
  content: "A";
  color: var(--mainColor);
  font-size: 2rem;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.25em;
  font-weight: 500;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dd.active {
  height: auto;
  padding: 30px 5rem 30px 6.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: qaMove 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dl-qa dd {
  background: #fff;
  display: none;
  padding: 0 5rem 0 6.5rem !important;
  overflow: hidden;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
}
.dl-qa dd.active {
  display: block;
  padding: 30px 5rem 30px 6.5rem !important;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dl-qa dl {
  display: block !important;
  margin-bottom: 30px;
}
.dl-qa dl:last-of-type {
  margin-bottom: 0;
}
.dl-news {
  max-height: 370px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1em;
  padding: 30px 8px !important;
  color: rgba(51, 51, 51, 0.68);
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
.dl-news dd {
  padding: 30px 8px !important;
}
.dl-news dl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.13);
}
.dl-news dl:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.13);
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}
.dl-company dt {
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
  }
}
.dl-company dd {
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  min-height: 415px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  background-color: var(--accColor);
  display: block;
  padding: 24px;
  min-width: 220px;
  color: var(--white);
  font-weight: 500;
  line-height: 1em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn a {
    min-width: 100%;
  }
}
.btn a::after {
  content: "\e13a";
  position: absolute;
  font-family: var(--icon-regular);
  right: 3%;
  top: 50%;
  transform: var(--transY);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  box-shadow: none;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1e42a8 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1e42a8 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1500px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1500px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local-title-01 h2 {
  font-size: clamp(32px, 3.6vw, 36px);
  line-height: 1.25em;
  font-weight: 600;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 15px;
  background-color: var(--paleColor);
  border-left: 10px solid var(--mainColor);
}
.local-title-01 article > div, .local-title-01 p {
  line-height: 2em;
  margin-top: 40px;
}
.local-title-01 article > div:empty, .local-title-01 p:empty {
  margin-top: 0;
}

.sub-title-01 h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--mainColor);
}
.sub-title-01 article > div {
  margin-top: 15px;
}
.sub-title-01 article > div:empty {
  margin-top: 0;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
  float: none !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.local-section-contact {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .local-section-contact {
    display: block;
  }
}
.local-section-contact .section-left {
  width: 48%;
}
.local-section-contact .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-contact .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-contact .section-left {
    width: 100% !important;
  }
}
.local-section-contact .section-right {
  width: 48%;
}
.local-section-contact .section-right .btn {
  margin-top: 40px;
}
.local-section-contact .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-contact .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.local-flex-reviews {
  gap: 30px;
}
.local-flex-reviews .box {
  width: 100%;
  background-color: #f7f7f7;
  padding: 30px;
}
.local-flex-reviews .box h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 10px;
}
.local-flex-reviews .box .name {
  display: block;
  text-align: right;
  font-size: 1.2em;
  margin-top: 15px;
}
.local-flex-reviews .box .name::before {
  content: "\e4c4";
  font-family: var(--icon-fill);
  vertical-align: middle;
  font-size: 1.2em;
  margin-right: 5px;
}
.local-flex-btn-anchor {
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .local-flex-btn-anchor {
    gap: 15px;
    justify-content: space-between;
  }
}
.local-flex-btn-anchor .box {
  width: var(--flex3-15);
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-btn-anchor .box {
    width: var(--flex2-15);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-btn-anchor .box {
    width: 100%;
  }
}
.local-flex-btn-anchor .box > div {
  height: 100%;
}
.local-flex-btn-anchor .box a {
  height: 100%;
  background-color: var(--accColor);
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
}
.local-flex-btn-anchor .box a::after {
  content: "\e13a";
  position: absolute;
  font-family: var(--icon-regular);
  right: 3%;
  top: 50%;
  transform: var(--transY);
}
.local-flex-reason .box {
  width: 100%;
}
.local-flex-reason .box h3 {
  font-size: clamp(28px, 3.2vw, 32px);
  line-height: 1.25em;
  text-align: left;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.local-flex-reason .box h3 .red {
  color: var(--mainColor);
}
.local-flex-reason .box h3 .nb {
  line-height: 1em;
  font-weight: 500;
  color: var(--accColor);
  font-size: 1.2em;
}
.local-flex-imgText {
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  flex-direction: row-reverse !important;
}
.local-flex-imgText .box:first-of-type {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText .box:first-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText .box:last-of-type {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText .box:last-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText .box h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: 500;
  color: var(--mainColor);
  margin-bottom: 30px;
}
.local-flex-imgText .box .btn {
  margin-top: 30px;
}
.local-flex-imgText .box img {
  width: 100% !important;
}
.local-flex-imgText .box article > div, .local-flex-imgText .box > div {
  line-height: 2em;
}
.local-flex-imgText-reverse {
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.local-flex-imgText-reverse .box:first-of-type {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-reverse .box:first-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText-reverse .box:last-of-type {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-reverse .box:last-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText-reverse .box h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: 500;
  color: var(--mainColor);
  margin-bottom: 30px;
}
.local-flex-imgText-reverse .box .btn {
  margin-top: 30px;
}
.local-flex-imgText-reverse .box img {
  width: 100% !important;
}
.local-flex-imgText-reverse .box article > div, .local-flex-imgText-reverse .box > div {
  line-height: 2em;
}
.local-flex-imgText-column {
  gap: 30px;
}
.local-flex-imgText-column .box {
  width: var(--flex3);
  text-align: center;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-column .box {
    width: 100%;
  }
}
.local-flex-imgText-column .box h3 {
  text-align: left;
  font-size: 2rem;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}
.local-flex-imgText-column .box article > div {
  text-align: left;
}
.local-flex-imgText-column .box article > div, .local-flex-imgText-column .box > div {
  line-height: 2em;
}
.local-flex-flow {
  max-width: 950px;
  margin: auto;
}
.local-flex-flow .box {
  position: relative;
  border: 1px solid var(--mainColor);
  padding: 50px;
  border-bottom: none;
  overflow: visible !important;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .local-flex-flow .box {
    padding: 50px 30px;
  }
}
.local-flex-flow .box:nth-of-type(even) {
  background-color: var(--paleColor);
}
.local-flex-flow .box:last-of-type {
  border-bottom: 1px solid var(--mainColor);
}
.local-flex-flow .box:last-of-type::before {
  display: none;
}
.local-flex-flow .box h3 {
  font-size: clamp(28px, 3.2vw, 32px);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}
.local-flex-flow .box .nb {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1em;
  font-weight: 500;
  color: var(--accColor);
  font-size: clamp(28px, 3.2vw, 32px);
}
.local-flex-flow .box::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: middle;
  color: var(--mainColor);
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 3rem;
  border-top-color: currentColor;
  border-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .local-flex-flow .box {
    width: 100%;
  }
}

.local-list-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.local-list-check ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.local-list-check ul::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid var(--accColor);
  border-bottom: 0;
  margin: auto;
}
.local-list-check ul li {
  position: relative;
  padding-left: 3.5rem;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(20px, 2.2vw, 24px);
}
.local-list-check ul li::after {
  font-family: "Phosphor-fill" !important;
  content: "\e186";
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: var(--mainColor);
}

.form dt {
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
  }
}
.form dd {
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .form dl {
    display: block !important;
  }
}

dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2rem;
  border-bottom: 1px solid var(--mainColor);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
  font-weight: 600;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=assets.css.map */