@charset "UTF-8";
: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-75: calc((100% - 75px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-7: calc((100% - 7px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-30: calc((100% - 30px*3) / 4);
  --flex4-40: calc((100% - 40px*3) / 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:#649dd1;
  --white:#ffffff;
  --accColor:#f18d00;
  --letter: 0.22em;
  --grad-right: linear-gradient(to right, #fe7b11,#fead11);
  --grad-45: linear-gradient(-45deg, #fe7b11 30%,#fead11 60%);
  --btnColor:#f18d00;
  --paleColor-blue:#eff9fc;
  --paleColor-orange:#fdf8f2;
  --yellow:#FBD375;
  --inner-2:82.5vw;
  --en: "Outfit", sans-serif;
  --black:#302d2c;
}

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: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    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: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .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: 100px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #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: 1200px;
}

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

#g-nav.panelactive {
  background-color: #eff9fc;
  padding: 8rem 50px;
}

.navR {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

#g-nav {
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    padding: 50px;
    display: block;
    background-color: #fff;
    border-radius: 43px;
    height: auto;
  }
}
#g-nav .mainNav li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid rgba(254, 173, 17, 0.1803921569);
  }
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  color: var(--black);
  line-height: 1em;
  font-weight: 500;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    width: 100%;
    border-bottom: none;
    flex-direction: column;
    display: flex;
    padding: 20px 15px 20px 2.5rem;
    text-align: left;
    position: relative;
    line-height: 1.25em;
    color: var(--black);
  }
  #g-nav .mainNav li a:before {
    font-weight: 400;
    font-size: 0.9em;
    content: "▶";
    margin-right: 5px;
    color: var(--accColor);
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@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 {
    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 {
  transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition-property: visibility, opacity;
  opacity: 0;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  inset: 0 0 auto;
  z-index: -1;
  padding: 120px 10vw 4rem;
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    z-index: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .dropdown li {
    border-bottom: none !important;
  }
}
.dropdown li img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .dropdown li img {
    display: none;
  }
}
.dropdown li a {
  text-align: left !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    padding: 0 !important;
    font-size: 1.4rem;
  }
  .dropdown li a::before {
    display: none;
  }
}
.dropdown li a .linkText {
  display: block;
  position: relative;
  padding: 10px 10px 10px 2rem;
  position: relative;
  color: var(--black);
  line-height: 1.25em;
  font-weight: 500;
}
.dropdown li a .linkText::before {
  font-size: 0.8em;
  content: "▶";
  position: absolute;
  color: var(--accColor);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .dropdown li a .linkText::before {
    left: 4px;
    font-size: 0.6em;
  }
}

.drop_active {
  visibility: visible;
  opacity: 1;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 15px;
}

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

.toggle-switch {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1;
}

.toggle-switch.is-open .toggle::before {
  opacity: 0;
  transform: rotate(90deg);
}
.toggle-switch.is-open .toggle::after {
  transform: rotate(90deg);
}

@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 {
    width: 86% !important;
  }
}

/*ハンバーガーメニュー*/
.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: 60px;
  height: 60px;
  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);
  border-bottom-left-radius: 20px;
}

/*ボタン内側*/
.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 {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  z-index: 9997;
  position: fixed;
  top: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.4s ease;
}
.header .h-logo {
  padding: 30px 0 30px 20px;
}
@media only screen and (max-width: 900px) {
  .header .h-logo {
    padding: 15px;
  }
}
.header .h-logo a {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: var(--black);
  font-weight: 500;
  font-size: clamp(24px, 3.4vw, 45px);
  line-height: 1.25em;
}
.header .h-logo a .sub {
  font-size: 0.4em;
  display: block;
  line-height: 1em;
  font-weight: 400;
}
.header--unpinned {
  transform: translateY(-150%);
}
.header--pinned {
  background-color: rgba(111, 85, 52, 0.6);
}

.fix_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.fix_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_contact .mail {
  margin-top: 5px;
  background: var(--accColor);
  border-radius: 50px;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 14px 18px;
  line-height: 1em;
}
.fix_contact .tel {
  font-size: 2.2rem;
  color: var(--black);
  font-weight: 500;
  font-family: var(--en);
}
.fix_contact .tel i {
  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: none;
}
@media only screen and (max-width: 900px) {
  .fix_contact2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.mainWrap {
  position: relative;
  z-index: 1;
}
.mainWrap .decoL, .mainWrap .decoR {
  position: absolute;
  top: 0;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.mainWrap .decoL img, .mainWrap .decoR img {
  max-width: 18vw;
}
.mainWrap .decoL {
  left: 2%;
}
.mainWrap .decoR {
  right: 2%;
}
.mainWrap .catch {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  bottom: 12%;
  right: 5%;
}
.mainWrap .catch .text1, .mainWrap .catch .text2 {
  font-size: clamp(28px, 5vw, 65px);
  font-weight: 800;
  line-height: 1em;
  background-color: var(--white);
  padding: 10px;
  letter-spacing: var(--letter);
}

.mainArea img {
  max-height: calc(100vh - 180px);
  -webkit-mask-image: url(../images/home/main_mask.svg);
          mask-image: url(../images/home/main_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.subArea, .blogArea {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.subArea .decoL, .subArea .decoR, .blogArea .decoL, .blogArea .decoR {
  position: absolute;
  top: 0;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.subArea .decoL img, .subArea .decoR img, .blogArea .decoL img, .blogArea .decoR img {
  max-width: 18vw;
  -webkit-mask: none;
          mask: none;
}
.subArea .decoL, .blogArea .decoL {
  left: 2%;
  z-index: -1;
}
.subArea .decoR, .blogArea .decoR {
  right: 2%;
  z-index: -1;
}
.subArea .imgL,
.subArea .imgR, .blogArea .imgL,
.blogArea .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .subArea .imgL,
  .subArea .imgR, .blogArea .imgL,
  .blogArea .imgR {
    max-width: 100% !important;
  }
}
.subArea img, .blogArea img {
  max-height: calc(100vh - 300px);
  -webkit-mask-image: url(../images/home/main_mask.svg);
          mask-image: url(../images/home/main_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.subArea h1, .subArea .blogTitle, .blogArea h1, .blogArea .blogTitle {
  display: block;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.25em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea h1, .subArea .blogTitle, .blogArea h1, .blogArea .blogTitle {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea h1, .subArea .blogTitle, .blogArea h1, .blogArea .blogTitle {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.subArea .en, .blogArea .en {
  letter-spacing: var(--letter);
  display: block;
  font-size: clamp(28px, 4vw, 52px);
  font-family: var(--en);
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  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;
}

.page-blog #global_footer {
  background: none !important;
}

footer#global_footer {
  font-size: 1.4rem;
  padding-bottom: 25px;
}
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: 2%;
  bottom: 3%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
    bottom: 7%;
  }
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
  max-width: 90.1vw;
  margin: auto;
  padding: 100px 24px;
  gap: 40px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer#global_footer .footer-left {
  text-align: left;
  width: 30%;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .footer-left {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer-left {
    width: 100%;
    align-items: center;
  }
}
footer#global_footer .footer-logo {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 26px);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-logo {
    font-size: 2.6rem;
  }
}
footer#global_footer .footer-logo .sub {
  font-size: 0.4em;
  display: block;
  line-height: 1em;
  font-weight: 400;
}
footer#global_footer .footer-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  footer#global_footer .footer-nav {
    justify-content: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-nav {
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  padding: 10px 10px 10px 2.5rem;
  color: var(--black);
  display: block;
  line-height: 1em;
  font-weight: 500;
  position: relative;
  font-size: 1.6rem;
}
footer#global_footer .footer-nav li a::before {
  content: "●";
  color: var(--accColor);
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
footer#global_footer .footer-nav li .ft_dropdown li a {
  font-size: 1.4rem;
  line-height: 1em;
}
footer#global_footer .footer-nav li .ft_dropdown li a::before {
  display: none;
}
footer#global_footer #copy {
  text-align: center;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: var(--black);
  font-family: var(--en);
  font-weight: 200;
  display: block;
  font-size: 1.4rem;
}

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

h1, h2 {
  letter-spacing: var(--letter);
}

.title-about h2 {
  letter-spacing: 0.1em;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.25em;
  font-weight: 800;
}
.title-about h2 .sub {
  display: block;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.25em;
  margin-bottom: 10px;
}
.title-01 h2 {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.25em;
  color: var(--white);
  font-weight: 500;
}
.title-01 h2 .en {
  display: block;
  font-size: clamp(28px, 4vw, 52px);
  font-family: var(--en);
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}
.title-01 article > div {
  line-height: 2.5em;
  margin-top: 30px;
}
.title-01 article > div:empty {
  margin-top: 0;
}
.title-02 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.title-02 h2 {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.25em;
  font-weight: 500;
}
.title-02 h2 .en {
  display: block;
  font-size: clamp(28px, 4vw, 52px);
  font-family: var(--en);
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}
.title-02 .deco1 {
  position: absolute;
  left: -100px;
  bottom: 0;
}
.title-02 .deco2 {
  position: absolute;
  right: -100px;
  top: 0;
}
.title-02 article > div {
  line-height: 2.5em;
  margin-top: 30px;
}
.title-02 article > div:empty {
  margin-top: 0;
}
.title-03 h2 {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.25em;
  font-weight: 500;
}
.title-03 h2 .en {
  display: block;
  font-size: clamp(28px, 4vw, 52px);
  font-family: var(--en);
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}
.title-03 article > div {
  line-height: 2.5em;
  margin-top: 30px;
}
.title-03 article > div:empty {
  margin-top: 0;
}

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

.text > div, .text p {
  line-height: 2.5em;
}
.text article > div, .text p {
  line-height: 2.5em;
}

.list-maker ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 58px;
}
.list-catalog ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.list-catalog ul li a {
  display: block;
  background-color: #fff;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1.25em;
  padding: 8px 8px 8px 2.5rem;
  color: var(--black);
  position: relative;
}
.list-catalog ul li a::before {
  font-size: 0.8em;
  content: "▶";
  position: absolute;
  color: var(--accColor);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.section-company {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .section-company {
    display: block;
  }
}
.section-company .section-left {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-company .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-company .section-left {
    width: 100% !important;
  }
}
.section-company .section-right {
  width: 60%;
}
.section-company .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .section-company .section-right {
    width: 100% !important;
  }
}
.section-company .section-left {
  border-radius: 42px 0 0 42px;
  padding: 8vw 5vw;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section-company .section-left {
    border-radius: 0 0 42px 42px;
    padding: 80px 30px;
  }
}
.section-company .section-left .deco {
  position: absolute;
  bottom: -50px;
  right: 2vw;
}
@media screen and (max-width: 834px) {
  .section-company .section-left .deco {
    bottom: -10px;
  }
}
.section-company .section-left .deco img {
  max-width: 13vw !important;
}
@media screen and (max-width: 834px) {
  .section-company .section-left .deco img {
    max-width: 20vw !important;
  }
}
.section-company .gmap {
  height: 100%;
}
.section-company .gmap iframe {
  height: 100%;
}
.section-news {
  position: relative;
  z-index: 1;
}
.section-news .inner {
  max-width: 52.08vw;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-news .inner {
    max-width: 82.5vw;
  }
}
@media screen and (max-width: 834px) {
  .section-news .inner {
    max-width: 100%;
  }
}
.section-news .flex-news-deco .box {
  position: absolute;
  z-index: -1;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.section-news .flex-news-deco .box img {
  max-width: 15vw;
}
@media screen and (max-width: 834px) {
  .section-news .flex-news-deco .box img {
    max-width: 20vw;
  }
}
.section-news .flex-news-deco .box:first-of-type {
  left: 2%;
  bottom: 20%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-news .flex-news-deco .box:first-of-type {
    bottom: 2%;
  }
}
@media screen and (max-width: 834px) {
  .section-news .flex-news-deco .box:first-of-type {
    bottom: 2%;
  }
}
.section-news .flex-news-deco .box:nth-of-type(2) {
  left: 7%;
  top: 20%;
}
.section-news .flex-news-deco .box:last-of-type {
  right: 2%;
  top: 20%;
}
.section-maker {
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 32px 0px rgba(17, 123, 179, 0.09);
}
.section-catalog {
  position: relative;
}
.section-catalog .deco {
  position: absolute;
  left: 1%;
  top: 0;
}
.section-catalog::before {
  content: "";
  border-radius: 16px 0 0 16px;
  background-color: rgb(239, 249, 252);
  position: absolute;
  right: 0;
  bottom: -180px;
  width: 90.67vw;
  height: 569px;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .section-catalog::before {
    bottom: -10%;
    width: 100%;
  }
}
.section-catalog .inner {
  display: flex;
  justify-content: space-between;
  max-width: 73.96vw;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .section-catalog .inner {
    display: block;
  }
}
.section-catalog .inner .section-left {
  width: 60%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-catalog .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-catalog .inner .section-left {
    width: 100% !important;
  }
}
.section-catalog .inner .section-right {
  width: 35%;
}
.section-catalog .inner .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .section-catalog .inner .section-right {
    width: 100% !important;
  }
}
@media only screen and (max-width: 900px) {
  .section-catalog .inner {
    display: block !important;
  }
  .section-catalog .inner .section-left, .section-catalog .inner .section-right {
    width: 100% !important;
  }
}
@media only screen and (max-width: 900px) {
  .section-catalog .inner .section-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .section-catalog .inner .section-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .section-catalog .inner {
    max-width: 100%;
  }
}
.section-flow {
  background-size: cover;
  background-position: center;
}
.section-flow .filter {
  padding: 150px 0;
  background: rgba(100, 157, 209, 0.7);
  filter: saturate(1.5);
}
.section-service {
  position: relative;
  z-index: 1;
}
.section-service .inner {
  max-width: 62.5vw;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-service .inner {
    max-width: 82.5vw;
  }
}
@media screen and (max-width: 834px) {
  .section-service .inner {
    max-width: 100%;
  }
}
.section-service .flex-service-deco .box {
  position: absolute;
  z-index: -1;
}
.section-service .flex-service-deco .box img {
  max-width: 15vw;
}
.section-service .flex-service-deco .box:first-of-type {
  left: 2%;
  top: 30%;
}
.section-service .flex-service-deco .box:last-of-type {
  right: 2%;
  bottom: 30%;
}
.section-about {
  position: relative;
  z-index: 1;
}
.section-about .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.section-about .flex-deco .box {
  position: absolute;
  z-index: -1;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.section-about .flex-deco .box:first-of-type {
  left: 2%;
  bottom: 5%;
}
.section-about .flex-deco .box:last-of-type {
  right: 2%;
  top: 5%;
}

.flex-img-2 {
  justify-content: center;
  gap: 7px;
}
.flex-img-2 .box {
  width: var(--flex2-7);
}
.flex-img-2 .box img {
  border-radius: 5px;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .flex-img-2 .box {
    width: 100%;
  }
}
.flex-flow {
  justify-content: space-between;
  gap: 30px;
}
.flex-flow .box {
  width: var(--flex4-30);
  background-color: #fff;
  border-radius: 100px 20px 20px 20px;
  padding: 90px 30px 30px 30px;
  overflow: visible !important;
  position: relative;
}
.flex-flow .box::before {
  content: "";
  width: 83%;
  height: 1px;
  background-color: var(--accColor);
  position: absolute;
  top: 30px;
  right: -20px;
}
@media screen and (max-width: 640px) {
  .flex-flow .box::before {
    height: 80%;
    width: 1px;
    right: unset;
    left: 20px;
    top: unset;
    bottom: -20px;
  }
}
.flex-flow .box:last-of-type::before {
  display: none;
}
@media only screen and (max-width: 900px) {
  .flex-flow .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-flow .box {
    width: 100%;
    padding: 60px 50px 30px 50px;
  }
}
.flex-flow .box .en {
  font-family: var(--en);
  font-size: 1.6rem;
  color: var(--accColor);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-flow .box .en .nb {
  display: block;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
}
.flex-flow .box h3 {
  line-height: 1.25em;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
}
.flex-service-reverse {
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  border-radius: 43px;
}
.flex-service-reverse .box {
  width: var(--flex2-40);
}
.flex-service-reverse .box .btnWrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.flex-service-reverse .box h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 2.2rem;
  position: relative;
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  .flex-service-reverse .box h3 {
    font-size: 1.8rem;
  }
}
.flex-service-reverse .box h3::before {
  content: "●";
  color: var(--accColor);
  position: absolute;
  left: 0;
  top: 0;
}
.flex-service-reverse .box p {
  margin-bottom: 20px;
}
.flex-service-reverse .box img {
  border-radius: 13px;
}
@media screen and (max-width: 640px) {
  .flex-service-reverse .box {
    width: 100%;
  }
}
.flex-service {
  border-radius: 43px;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  flex-direction: row-reverse !important;
}
.flex-service .box {
  width: var(--flex2-40);
}
.flex-service .box .btnWrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.flex-service .box h3 {
  line-height: 1.25em;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 2.2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flex-service .box h3 {
    font-size: 1.8rem;
  }
}
.flex-service .box h3::before {
  content: "●";
  color: var(--accColor);
  position: absolute;
  left: 0;
  top: 0;
}
.flex-service .box p {
  margin-bottom: 20px;
}
.flex-service .box img {
  border-radius: 13px;
}
@media screen and (max-width: 640px) {
  .flex-service .box {
    width: 100%;
  }
}
.flex-img-3 {
  justify-content: center;
  gap: 20px;
}
.flex-img-3 .box {
  width: var(--flex3-20);
}
.flex-img-3 .box img {
  border-radius: 15px;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .flex-img-3 .box {
    width: 100%;
  }
}
.flex-point {
  justify-content: space-between;
  gap: 75px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-point {
    gap: 75px 30px;
    justify-content: center;
  }
}
.flex-point .box {
  width: var(--flex3-75);
  color: var(--white);
  position: relative;
  overflow: visible !important;
}
.flex-point .box:last-of-type h3 {
  font-size: 1.6rem;
}
.flex-point .box:last-of-type .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-point .box:last-of-type img {
  max-width: 285px;
}
.flex-point .box .imgWrap {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-point .box .imgWrap::before {
  content: "";
  background: url(../images/home/home_point_mask.svg) center;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
  z-index: -1;
}
.flex-point .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
  max-height: 260px;
}
.flex-point .box h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25em;
  margin: 20px 0;
  letter-spacing: 0.05em;
}
.flex-point .box article > div {
  font-size: 1.4rem;
  position: relative;
}
.flex-point .box .nb {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: -60px;
  font-size: clamp(36px, 4vw, 52px);
  font-family: var(--en);
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flex-point .box .nb {
    right: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-point .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-point .box {
    width: 100%;
  }
}

.newsWrap {
  background-color: #fff;
  padding: 60px 75px;
  border-radius: 43px;
}
@media only screen and (max-width: 900px) {
  .newsWrap {
    padding: 50px;
  }
}

.dl-blog {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dl-blog dt {
  padding: 8px 18px !important;
  border: none !important;
  border-radius: 13px;
  line-height: 1em;
  align-items: center !important;
  font-size: 1.6rem;
  min-width: 108px;
  color: var(--white);
}
.dl-blog dd {
  font-size: 1.8rem;
  padding: 8px 15px !important;
  border: none !important;
  font-weight: 500;
  border-radius: 13px;
}
.dl-company-2 dt {
  padding: 30px 15px !important;
  border: none !important;
  font-weight: 600;
  color: var(--mainColor);
}
@media screen and (max-width: 640px) {
  .dl-company-2 dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company-2 dd {
  padding: 30px 15px !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company-2 dd {
    width: 100% !important;
  }
}
.dl-company-2 dl {
  border-bottom: 1px solid #dfdbd6;
}
@media screen and (max-width: 640px) {
  .dl-company-2 dl {
    display: block !important;
  }
}
.dl-company {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--white);
}
.dl-company dt {
  padding: 8px 18px !important;
  border: none !important;
  border-radius: 13px;
  line-height: 1em;
  align-items: center !important;
  font-size: 1.6rem;
  min-width: 108px;
}
.dl-company dd {
  font-size: 1.8rem;
  padding: 8px 15px !important;
  border: none !important;
  font-weight: 500;
  border-radius: 13px;
}
.dl-news {
  max-height: 294px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  line-height: 1em;
  font-family: var(--en);
  color: var(--accColor);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding: 30px 8px 0 !important;
  }
}
.dl-news dd {
  padding: 20px 8px 30px !important;
}
.dl-news dl {
  border-bottom: 1px solid #dfdbd6;
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}

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

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

.dot {
  background-image: radial-gradient(circle at center, #FBD375 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.19em; /* 縦方向の位置調整 */
}

.btn-mega {
  border-radius: 43px;
}
.btn-mega > div {
  color: var(--white);
  position: relative;
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 2em;
  display: block;
}
.btn-mega > div .sub {
  margin-bottom: 30px;
  display: block;
}
.btn-mega > div .big {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 52px);
}
.btn-mega > div .lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.btn-mega > div .lead a {
  font-size: 1.8rem;
  background: var(--white);
  border: 2px solid var(--mainColor);
  border-radius: 50px;
  color: var(--mainColor);
  padding: 14px 30px;
  font-weight: 600;
  display: block;
  min-width: 200px;
  position: relative;
  line-height: 1.25em;
}
.btn-big a {
  background: var(--accColor);
  border-radius: 50px;
  color: var(--white);
  padding: 30px;
  font-weight: 600;
  display: block;
  min-width: 200px;
  position: relative;
  max-width: 600px;
  margin: auto;
}
.btn-big a::after {
  font-size: 0.8em;
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn-big a:hover::after {
  font-size: 0.9em;
  transition: 0.3s;
}
.btn-1 {
  width: -moz-fit-content;
  width: fit-content;
}
.btn-1 a {
  background: var(--accColor);
  border-radius: 50px;
  color: var(--white);
  padding: 14px 30px;
  font-weight: 600;
  display: block;
  min-width: 200px;
  position: relative;
}
.btn-1 a::after {
  font-size: 0.8em;
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn-1 a:hover::after {
  font-size: 0.9em;
  transition: 0.3s;
}
.btn-2 {
  width: -moz-fit-content;
  width: fit-content;
}
.btn-2 a {
  background: var(--white);
  border: 2px solid var(--accColor);
  border-radius: 50px;
  color: var(--accColor);
  padding: 14px 30px;
  font-weight: 600;
  display: block;
  min-width: 200px;
  position: relative;
}
.btn-2 a::after {
  font-size: 0.8em;
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn-2 a:hover::after {
  font-size: 0.9em;
  transition: 0.3s;
}

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

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp-load {
  animation-name: fadeUpAnime-load;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.is-animated {
  opacity: 1 !important;
}

.is-animated h2 {
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5em;
}
.local-title-01:has(.en) h2 {
  font-family: var(--en);
}
.local-title-01 article > div {
  line-height: 2.5em;
  margin-top: 30px;
}
.local-title-01 article > div:empty {
  margin-top: 0;
}
.local-title-01-white h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5em;
  color: var(--white);
}
.local-title-01-white article > div {
  line-height: 2.5em;
  margin-top: 30px;
}
.local-title-01-white article > div:empty {
  margin-top: 0;
}
.local-title-02 {
  position: relative;
  border-radius: 100px;
}
.local-title-02 h2 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.25em;
  padding: 2rem 15rem 2rem 3rem;
}
.local-title-02 .circle {
  line-height: 1em;
  font-size: 1.4rem;
  border-radius: 100px;
  font-weight: bold;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: var(--transY);
  border: 5px solid #fff;
}
@media screen and (max-width: 834px) {
  .local-title-02 .circle {
    width: 120px;
    height: 120px;
  }
}
.local-title-02 .circle .time {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.local-title-03 {
  border-radius: 15px;
}
.local-title-03 h2 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.25em;
  padding: 2rem 3rem;
}

.sub-title-01 h3 {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.sub-title-01 h3::before {
  content: "";
  background: url(../images/home/sub_ttl_icon.png) center;
  width: 30px;
  height: 8px;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .sub-title-01 h3::before {
    margin-right: 15px;
  }
}
.sub-title-01 h3::after {
  content: "";
  background: url(../images/home/sub_ttl_icon.png) center;
  width: 30px;
  height: 8px;
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .sub-title-01 h3::after {
    margin-left: 15px;
  }
}
.sub-title-01 article > div {
  margin-top: 10px;
}
.sub-title-01 article > div:empty {
  margin-top: 0;
}
.sub-title-02 h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 2.2rem;
  position: relative;
  line-height: 1.25em;
}
.sub-title-02 h3::before {
  content: "●";
  color: var(--accColor);
  position: absolute;
  left: 0;
  top: 0;
}
.sub-title-02 article > div {
  margin-top: 10px;
}
.sub-title-02 article > div:empty {
  margin-top: 0;
}
.sub-title-h4 h4 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25em;
}
.sub-title-h4 article > div {
  margin-top: 10px;
}
.sub-title-h4 article > div:empty {
  margin-top: 0;
}
.sub-title-03 h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.sub-title-03 article > div {
  margin-top: 10px;
}
.sub-title-03 article > div:empty {
  margin-top: 0;
}
.sub-title-h4-2 h4 {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.sub-title-h4-2 h4::before {
  content: "";
  background: url(../images/home/sub_ttl_icon.png) center;
  width: 30px;
  height: 8px;
  display: inline-block;
  margin-right: 30px;
}
.sub-title-h4-2 h4::after {
  content: "";
  background: url(../images/home/sub_ttl_icon.png) center;
  width: 30px;
  height: 8px;
  display: inline-block;
  margin-left: 30px;
}
.sub-title-h4-2 article > div {
  margin-top: 10px;
}
.sub-title-h4-2 article > div:empty {
  margin-top: 0;
}

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

.local-list-maker ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.local-list-maker ul li {
  position: relative;
  padding-left: 2rem;
}
.local-list-maker ul li::before {
  content: "●";
  color: var(--accColor);
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.local-list-anchor-2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 15px;
}
.local-list-anchor-2 ul li {
  overflow: visible !important;
}
.local-list-anchor-2 ul li a {
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}
.local-list-anchor ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 120px);
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .local-list-anchor ul {
    grid-template-rows: repeat(3, 80px);
  }
}
.local-list-anchor ul li {
  border: 1px solid #ccc;
}
.local-list-anchor ul li a {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.local-list-anchor ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.local-list-catalog ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.local-list-catalog ul li {
  width: var(--flex5-15);
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .local-list-catalog ul li {
    width: var(--flex3-15);
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-list-catalog ul li {
    width: var(--flex2-15);
  }
}
@media screen and (max-width: 640px) {
  .local-list-catalog ul li {
    width: 100%;
  }
}
.local-list-catalog ul li a {
  display: block;
  background-color: var(--accColor);
  border-radius: 2px;
  font-weight: 600;
  line-height: 1.25em;
  padding: 14px 14px 14px 2rem;
  color: var(--white);
  position: relative;
}
.local-list-catalog ul li a::before {
  font-size: 0.8em;
  content: "▶";
  position: absolute;
  color: #f1c800;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.local-list-service ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.local-list-service ul li {
  padding: 12px;
  border-radius: 5px;
  background-color: #f7e4d4;
  font-weight: 500;
  line-height: 1em;
}

.local-section-btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .local-section-btn {
    display: block;
  }
}
.local-section-btn .section-left {
  width: 48%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-btn .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-btn .section-left {
    width: 100% !important;
  }
}
.local-section-btn .section-right {
  width: 48%;
}
.local-section-btn .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .local-section-btn .section-right {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-btn .section-right {
    margin-top: 30px;
  }
}
.local-section-access {
  position: relative;
  z-index: 1;
}
.local-section-access .flex-deco .box {
  position: absolute;
  z-index: -1;
}
.local-section-access .flex-deco .box:first-of-type {
  left: 2%;
  bottom: 5%;
}
.local-section-access .flex-deco .box:last-of-type {
  right: 2%;
  top: 5%;
}
.local-section-catalog {
  position: relative;
  z-index: 1;
}
.local-section-catalog .flex-news-deco .box {
  position: absolute;
  z-index: -1;
}
.local-section-catalog .flex-news-deco .box img {
  max-width: 15vw;
}
@media screen and (max-width: 834px) {
  .local-section-catalog .flex-news-deco .box img {
    max-width: 20vw;
  }
}
.local-section-catalog .flex-news-deco .box:first-of-type {
  left: 2%;
  bottom: 20%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .local-section-catalog .flex-news-deco .box:first-of-type {
    bottom: 2%;
  }
}
@media screen and (max-width: 834px) {
  .local-section-catalog .flex-news-deco .box:first-of-type {
    bottom: 2%;
  }
}
.local-section-catalog .flex-news-deco .box:last-of-type {
  right: 2%;
  top: 20%;
}
.local-section-megabtn {
  border-radius: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .local-section-megabtn {
    display: block;
  }
}
.local-section-megabtn .section-left {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-megabtn .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-megabtn .section-left {
    width: 100% !important;
  }
}
.local-section-megabtn .section-right {
  width: -moz-fit-content;
  width: fit-content;
}
.local-section-megabtn .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .local-section-megabtn .section-right {
    width: 100% !important;
  }
}
.local-section-megabtn .section-right {
  margin: auto;
}
@media screen and (max-width: 834px) {
  .local-section-megabtn .section-right {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-megabtn .section-left {
    text-align: center;
  }
}
.local-section-reform {
  position: relative;
  z-index: 1;
}
.local-section-reform .flex-deco .box {
  position: absolute;
  z-index: -1;
}
.local-section-reform .flex-deco .box:first-of-type {
  left: 2%;
  bottom: 5%;
}
.local-section-reform .flex-deco .box:last-of-type {
  right: 2%;
  top: 5%;
}
.local-section-reform .inner {
  border-radius: 43px;
  padding: 60px;
  border: 1px solid var(--paleColor-blue);
}
@media screen and (max-width: 834px) {
  .local-section-reform .inner {
    padding: 50px 30px;
  }
}
.local-section-service {
  display: flex;
  justify-content: space-between;
  border-radius: 43px;
}
@media screen and (max-width: 834px) {
  .local-section-service {
    display: block;
  }
}
.local-section-service .section-left {
  width: 48%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-service .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-service .section-left {
    width: 100% !important;
  }
}
.local-section-service .section-right {
  width: 48%;
}
.local-section-service .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .local-section-service .section-right {
    width: 100% !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-service img {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-service .section-right {
    margin-top: 30px;
  }
}
.local-section-service-reverse {
  display: flex;
  justify-content: space-between;
  border-radius: 43px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .local-section-service-reverse {
    display: block;
  }
}
.local-section-service-reverse .section-left {
  width: 48%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-service-reverse .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-service-reverse .section-left {
    width: 100% !important;
  }
}
.local-section-service-reverse .section-right {
  width: 48%;
}
.local-section-service-reverse .section-right .btn {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .local-section-service-reverse .section-right {
    width: 100% !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-service-reverse img {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-service-reverse .section-right {
    margin-top: 30px;
  }
}

.dl-qa dd,
.dl-qa dt {
  border: none !important;
  width: 100% !important;
}
.dl-qa dt {
  position: relative;
  padding: 30px 5rem 30px 6.5rem !important;
  font-size: 2rem;
  line-height: 1.25em;
  background-color: var(--paleColor-orange) !important;
  border-radius: 15px;
  font-weight: 600;
}
.dl-qa dt::before {
  content: "Q";
  font-family: var(--en);
  font-size: 2rem;
  color: var(--accColor);
  position: absolute;
  font-weight: 700;
  line-height: 1em;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dt::after {
  color: var(--accColor);
  content: "▶";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dd {
  padding: 0 35px 0 5.5rem !important;
  margin: 20px 0;
  position: relative;
  line-height: 2em;
}
.dl-qa dd::before {
  content: "A";
  font-size: 2rem;
  color: var(--mainColor);
  font-family: var(--en);
  font-weight: 700;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dl {
  display: block !important;
  margin-bottom: 30px;
}
.dl-qa dl:last-of-type {
  margin-bottom: 0;
}

.local-flex-blog-ba {
  justify-content: space-between;
}
.local-flex-blog-ba .box {
  width: var(--flex2-0);
  position: relative;
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .local-flex-blog-ba .box {
    width: 100%;
  }
}
.local-flex-blog-ba .box img {
  border-radius: 20px;
}
.local-flex-blog-ba .box .en {
  line-height: 1em;
  font-size: 1.4rem;
  border-radius: 100px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: -10px;
  top: -10px;
  border: 5px solid #fff;
  background-color: var(--accColor);
  color: var(--white);
  font-family: var(--en);
}
.local-flex-contact {
  justify-content: space-between;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
.local-flex-contact .box {
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  padding: 30px;
  width: var(--flex2);
}
.local-flex-contact .box h3 {
  font-weight: 600;
  margin-bottom: 30px;
  color: #1f5281;
}
@media screen and (max-width: 834px) {
  .local-flex-contact .box {
    width: 100%;
  }
}
.local-flex-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.local-flex-contact .mail {
  margin-top: 5px;
  background: var(--accColor);
  border-radius: 50px;
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  padding: 30px;
  line-height: 1em;
}
.local-flex-contact .tel {
  font-family: var(--en);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.25em;
  color: var(--black);
}
.local-flex-contact .tel i {
  font-size: 0.7em;
  margin-right: 7px;
  color: var(--mainColor);
}
.local-flex-contact i {
  margin-right: 5px;
  font-size: 1.2em;
}
.local-flex-imgText {
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.local-flex-imgText .box {
  width: var(--flex2);
}
.local-flex-imgText .box img {
  border-radius: 30px;
  width: 100% !important;
}
.local-flex-imgText .box h3 {
  font-size: clamp(18px, 1.8vw, 1.8px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.local-flex-imgText .box h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.local-flex-imgText .box article > div, .local-flex-imgText .box > div {
  line-height: 2.5em;
}
.local-flex-imgText .box .btn-1 {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .local-flex-imgText .box {
    width: 100% !important;
  }
}
.local-flex-imgText-2 {
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.local-flex-imgText-2 .box:first-of-type {
  width: 32%;
}
.local-flex-imgText-2 .box:last-of-type {
  width: 65%;
}
.local-flex-imgText-2 .box img {
  border-radius: 30px;
  width: 100% !important;
}
.local-flex-imgText-2 .box h3 {
  font-size: clamp(18px, 1.8vw, 1.8px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.local-flex-imgText-2 .box h4 {
  font-size: clamp(18px, 1.8vw, 1.8px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.local-flex-imgText-2 .box article > div, .local-flex-imgText-2 .box > div {
  line-height: 2em;
}
.local-flex-imgText-2 .box .btn-1 {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-2 .box {
    width: 100% !important;
  }
}
.local-flex-img-2 {
  justify-content: flex-start;
  gap: 30px;
}
.local-flex-img-2 .box {
  width: var(--flex2);
}
.local-flex-img-2 .box img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .local-flex-img-2 .box {
    width: 100% !important;
  }
}
.local-flex-img-3 {
  justify-content: flex-start;
}
.local-flex-img-3 .box {
  width: var(--flex3-0);
}
.local-flex-img-3 .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.local-flex-img-3 .box article > div {
  line-height: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .local-flex-img-3 .box {
    width: 100% !important;
  }
}

.bt_confirm, .bt_back, .bt_send {
  background: var(--mainColor) !important;
  text-indent: inherit !important;
  color: var(--white) !important;
  min-width: 200px;
  width: auto !important;
  height: auto !important;
  font-weight: 500;
  border-radius: 50px;
  padding: 20px;
  border: none !important;
  float: none !important;
}

.form {
  border-radius: 43px;
}
.form dl dt label {
  background-color: var(--accColor);
  border-radius: 14px;
  color: var(--white) !important;
  line-height: 1em;
  padding: 8px;
  font-weight: 500;
}
.form dt {
  border: none !important;
  padding: 30px 15px !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .form dt {
    padding-bottom: 0 !important;
  }
}
.form dd {
  border: none !important;
  padding: 30px 15px !important;
}
.form dl {
  border-bottom: 1px solid #dfdbd6;
}

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;
  font-weight: 700;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.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;
  }
}
.page-blog section div#contents article h1, .page-blog section div#contents article h2 {
  font-weight: 700;
  color: var(--black);
}
.page-blog section div#contents article div.date {
  color: var(--black);
}
.page-blog aside nav > a {
  color: #302d2c !important;
}/*# sourceMappingURL=assets.css.map */