@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-50: calc((100% - 50px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-75: calc((100% - 75px*2) / 3);
  --flex3-10: calc((100% - 10px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex2-75: calc((100% - 75px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-10: calc((100% - 10px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-30: calc((100% - 30px*3) / 4);
  --flex4-50: calc((100% - 50px*3) / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5-15: calc((100% - 15px*4) / 5);
  --flex5-10: calc((100% - 10px*4) / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#f9fcfc;
  --white:#ffffff;
  --accColor:#b0b7b7;
  --titleColor:#000000;
  --letter: 0.22em;
  --btnColor:#000000;
  --paleColor:#f9fcfc;
  --inner-2:82.5vw;
  --en: "Poppins", sans-serif;
  --black:#000000;
  --grad-1:linear-gradient(to right, #cef7fd , #e4fcee);
  --grad-2:linear-gradient(-74deg, #e4fcee, #cef7fd, #fff 95%);
  --grad-3:linear-gradient(37deg, #60d6e8 , #5bc6b3);
  --grad-4:linear-gradient(-14deg, #e4fcee 20%, #cef7fd , #fff 64%);
  --grad-vertical:linear-gradient(to bottom, #60d6e8 , #5bc6b3);
  --icon-fill:"Phosphor-fill";
}

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 {
  position: relative;
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: var(--black);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  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;
}
@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;
  background: none !important;
}

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

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

.navR {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  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 {
  display: block;
  text-align: center;
  position: relative;
  color: var(--black);
  padding: 10px;
  line-height: 1em;
  font-family: var(--en);
}
#g-nav .mainNav li a .ja {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.7em;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  margin-top: 5px;
}
@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;
  }
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 3;
  /*ナビのスタート位置と形状*/
  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;
  width: 30vw;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    width: 100%;
    left: 0;
  }
}

/*アクティブクラスがついたら位置を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;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1882352941);
}
#g-nav.panelactive .mainNav {
  flex-direction: column;
  align-items: flex-start;
}
#g-nav.panelactive .mainNav li {
  width: 100%;
}
#g-nav.panelactive .mainNav li a {
  display: block;
  text-align: left;
}
#g-nav.panelactive .mainNav li .dropdown {
  width: 100%;
}

.clone--nav {
  display: block !important;
  position: inherit !important;
  height: auto !important;
  opacity: 1 !important;
  width: auto !important;
}
@media only screen and (max-width: 900px) {
  .clone--nav {
    display: none !important;
  }
}

#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  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(--accColor) !important;
  }
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: var(--accColor);
  display: block;
  color: var(--white) !important;
  padding: 15px !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;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: var(--black);
    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;
  opacity: 0;
}

.openBtn.scrolled {
  display: block;
  opacity: 1;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

.btnArea {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 130px;
  height: 127px;
}
@media screen and (max-width: 834px) {
  .btnArea {
    width: 80px;
    height: 77px;
  }
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #000;
  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 {
  padding: 30px;
  width: 81.25vw;
  display: flex;
  margin-left: auto;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .header {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .header {
    width: 100%;
    padding: 15px;
  }
}
.header .h-logo {
  max-width: 55vw;
}

.fix_contact {
  display: flex;
  gap: 15px;
}
.fix_contact a {
  line-height: 1em;
  color: var(--black);
  font-size: clamp(24px, 2.6vw, 30px);
}

@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;
    justify-content: center;
    margin-top: 30px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mainWrap {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 1048px;
  max-height: 100dvh;
  position: relative;
  z-index: -1;
}
.mainWrap::before {
  content: "";
  background-color: var(--mainColor);
  width: 32.81vw;
  height: 1256px;
  position: absolute;
  left: 0;
  bottom: -60%;
  z-index: -1;
}
.mainWrap .catch {
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.25em;
  font-weight: 350;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
}
@media screen and (max-width: 834px) {
  .mainWrap .catch {
    width: 100%;
  }
}
.mainWrap .catch .sub {
  font-size: clamp(18px, 2vw, 30px);
  display: block;
}
.mainWrap .catch .wrapAll {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainWrap .catch .deco-en {
  position: absolute;
  left: -7.08vw;
  top: 50%;
  transform: var(--transY);
}
@media screen and (max-width: 834px) {
  .mainWrap .catch .deco-en {
    left: 0;
  }
}
.mainWrap .catch .deco-en::before {
  content: "";
  background: url(../images/home/en_circle.png);
  display: block;
  width: 11.72vw;
  height: 11.72vw;
  animation: rotation 15s linear infinite;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .mainWrap .catch .deco-en::before {
    width: 21.72vw;
    height: 21.72vw;
  }
}
.mainWrap .scrollWrap {
  position: absolute;
  left: 50px;
  bottom: 0;
}
.mainWrap .scroll {
  position: relative;
  font-size: 1.8rem;
  font-family: var(--en);
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
}
.mainWrap .scroll::before {
  content: "";
  width: 1px;
  height: 272px;
  background-color: #000;
  display: block;
  animation: scroll 2s infinite;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mainArea li {
  overflow: hidden;
}
.mainArea li img {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.8s;
}
.mainArea li:nth-of-type(1) {
  position: fixed;
  left: 0;
  top: 0;
}
.mainArea li:nth-of-type(1) img {
  height: 72.25dvh !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .mainArea li:nth-of-type(1) img {
    width: 30vw !important;
  }
}
@media screen and (max-width: 834px) {
  .mainArea li:nth-of-type(1) img {
    width: 30vw !important;
    filter: opacity(0.6);
  }
}
.mainArea li:nth-of-type(2) {
  position: fixed;
  right: 0;
  bottom: 0;
}
.mainArea li:nth-of-type(2) img {
  width: 100% !important;
  height: 82.25dvh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .mainArea li:nth-of-type(2) img {
    width: 50vw !important;
  }
}
@media screen and (max-width: 834px) {
  .mainArea li:nth-of-type(2) img {
    width: 50vw !important;
  }
}
#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

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

.subArea {
  position: relative;
  display: flex;
  overflow: hidden;
}
.subArea img {
  margin-left: auto;
  margin-right: 0 !important;
  width: 81.25vw !important;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.8s;
  height: 70dvh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.subArea h1 {
  font-size: clamp(52px, 6vw, 62px);
  line-height: 1.25em;
  font-weight: 300;
  font-family: var(--en);
}
.subArea .ja {
  font-size: clamp(20px, 2vw, 25px);
  display: block;
  line-height: 1.25em;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  margin-top: 10px;
  font-weight: 300;
}
.subArea > div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
  margin-left: 10vw;
}

.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-color: #fff;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--black);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--black);
  position: fixed;
  right: 15px;
  bottom: 15px;
  line-height: 1em;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
  }
}
footer#global_footer .footer {
  padding: 200px 24px 0;
}
footer#global_footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
footer#global_footer .footer-top-left {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer-top-left {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
footer#global_footer .footer-top-left address {
  line-height: 2em;
}
footer#global_footer .footer-top-left-logo {
  margin-bottom: 70px;
}
footer#global_footer .footer-top-left-title {
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 60px;
}
footer#global_footer .footer-top-left-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
footer#global_footer .footer-top-left-btn li {
  flex: 1;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-top-left-btn li {
    flex: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
footer#global_footer .footer-top-left-btn a {
  text-align: center;
  color: var(--black);
  border: rgba(0, 0, 0, 0.18) 1px solid;
  padding: 18px;
  display: block;
}
footer#global_footer .footer-top-right {
  width: 60%;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer-top-right {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
footer#global_footer .footer-top-right iframe {
  width: 100%;
  height: 100%;
}
footer#global_footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 200px 4.17vw 130px;
  gap: 50px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer nav {
    width: 100%;
  }
}
footer#global_footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  font-family: var(--en);
  color: var(--black);
  display: inline-block;
  position: relative;
}
footer#global_footer #copy {
  display: inline-block;
}
footer#global_footer #copy a {
  font-family: var(--en);
  line-height: 1em;
  text-decoration: none;
  color: var(--black);
  display: block;
}

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

.title-01 {
  overflow: hidden;
}
.title-01 h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.25em;
  font-weight: 300;
}
.title-01 p, .title-01 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-01 p:empty, .title-01 article > div:empty {
  margin-top: 0;
}
.title-02 {
  overflow: hidden;
}
.title-02 h2 {
  font-size: clamp(32px, 4vw, 45px);
  line-height: 1.25em;
  font-family: var(--en);
  font-weight: 300;
}
.title-02 h2 .ja {
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 14px;
  font-weight: 400;
}
.title-02 p, .title-02 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-02 p:empty, .title-02 article > div:empty {
  margin-top: 0;
}
.title-03 {
  overflow: hidden;
}
.title-03 h2 {
  font-size: clamp(32px, 4vw, 45px);
  line-height: 1.25em;
  font-family: var(--en);
  font-weight: 300;
}
.title-03 h2 .ja {
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  display: block;
}
.title-03 p, .title-03 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-03 p:empty, .title-03 article > div:empty {
  margin-top: 0;
}

.sentence {
  display: block;
  position: relative;
  line-height: 1em;
  overflow: hidden;
  height: 46px;
}
.sentence::before {
  content: "";
  width: 0;
  height: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fadeUp.sentence {
  position: relative;
  display: inline-block;
  line-height: 1em;
  overflow: hidden;
  height: 46px;
}
.fadeUp.sentence::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: moveline 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.list-catch ul li {
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.25em;
  font-weight: 300;
}
.list-catch-2 ul li {
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.25em;
  font-weight: 300;
}

/* 線のアニメーション */
@keyframes moveline {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 100%;
  }
}
.scroll-hint-text {
  line-height: 1.25em;
}

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

.fix-img {
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  position: relative;
}
.fix-img::before {
  content: "";
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fix-img > div {
  padding: 5vw;
  margin: auto;
  background-color: #fff;
}
.fix-img h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 15px;
}
.fix-img h2 .en {
  font-family: var(--en);
}
.fix-img h2::after {
  content: "";
  width: 3vw;
  height: 1px;
  background-color: #000;
  display: block;
  margin-top: 30px;
}
.fix-img .btn {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .fix-img {
    background-attachment: scroll;
  }
}

.section-message {
  position: relative;
  z-index: 1;
}
.section-message .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.section-message::before {
  content: "";
  background-color: var(--mainColor);
  width: 32.81vw;
  height: 65%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-news {
  position: relative;
  z-index: 1;
}
.section-curriculum {
  position: relative;
  z-index: 1;
}
.section-curriculum .slider-bg .slick-slide:nth-of-type(even) {
  margin-top: 33vh;
}
.section-curriculum .slider-bg .slick-slide:nth-of-type(even) img {
  filter: grayscale(1);
}
.section-curriculum .slider-bg .slick-slide {
  margin: 0 3vw;
}
.section-curriculum .cont-1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
}
@media screen and (max-width: 640px) {
  .section-curriculum .cont-1 {
    margin-bottom: 50px;
  }
}
.section-curriculum .cont-1::before {
  content: "";
  clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
  width: 170%;
  height: 140%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .section-curriculum .cont-1::before {
    width: 150%;
    height: 100%;
  }
}
.section-curriculum .cont-1-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .section-curriculum .cont-1-wrap {
    position: inherit;
  }
}
.section-curriculum .inner {
  position: relative;
  z-index: 1;
}
.section-system {
  position: relative;
  z-index: 1;
}
.section-system .slider-bg .slick-slide:nth-of-type(even) {
  margin-top: 33vh;
}
.section-system .slider-bg .slick-slide:nth-of-type(even) img {
  filter: grayscale(1);
}
.section-system .slider-bg .slick-slide {
  margin: 0 3vw;
}
.section-system .cont-1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
}
@media screen and (max-width: 640px) {
  .section-system .cont-1 {
    margin-bottom: 50px;
  }
}
.section-system .cont-1::before {
  content: "";
  clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
  width: 200%;
  height: 140%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .section-system .cont-1::before {
    width: 180%;
    height: 100%;
  }
}
.section-system .cont-1-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .section-system .cont-1-wrap {
    position: inherit;
  }
}
.section-system .inner {
  position: relative;
  z-index: 1;
}
.section-company {
  position: relative;
  z-index: 2;
}
.section-company::before {
  content: "";
  background-color: var(--mainColor);
  width: 81.25vw;
  height: 330px;
  position: absolute;
  left: 0;
  bottom: -16%;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .section-company::before {
    bottom: -6%;
  }
}
.section-company .inner {
  gap: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-company .imgWrap {
  position: relative;
}
.section-company .imgWrap::before {
  content: "";
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.section-company-left {
  flex: 1;
  position: relative;
}
.section-company-left::after {
  content: "";
  background-color: var(--mainColor);
  width: 50%;
  height: 108px;
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 0;
  visibility: visible !important;
}
@media screen and (max-width: 834px) {
  .section-company-left::after {
    height: 15%;
    background-color: #fff;
  }
}
.section-company-left::before {
  content: "";
  background-color: #fff;
  width: 50%;
  height: 108px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .section-company-left::before {
    height: 15%;
  }
}
@media screen and (max-width: 834px) {
  .section-company-left {
    flex: auto;
  }
}
.section-company-right {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .section-company-right {
    flex: auto;
  }
}
.section-recruit {
  position: relative;
  z-index: 1;
}
.section-contact {
  position: relative;
  z-index: 1;
}
.section-contact .inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  max-width: 810px;
  padding: 120px 24px;
}

.flex-btn .box {
  width: 100%;
}
.flex-btn .box:first-of-type {
  border-top: 1px solid rgba(176, 183, 183, 0.45);
}
.flex-btn a {
  padding: 30px 10px;
  font-size: clamp(28px, 3vw, 30px);
  line-height: 1.25em;
  font-family: var(--en);
  font-weight: 300;
  color: var(--black);
  border-bottom: 1px solid rgba(176, 183, 183, 0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flex-btn a::after {
  content: "";
  background: url(../images/home/arrow_icon_01.png);
  width: 58px;
  height: 58px;
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.flex-btn a:hover::after {
  transform: rotate(90deg);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.flex-btn a .ja {
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  display: block;
}
.flex-contact {
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.flex-contact .box {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flex-contact .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.flex-contact .box a {
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.18);
  display: block;
  padding: 36px;
  min-width: 316px;
}
.flex-contact .box a i {
  margin-right: 12px;
  vertical-align: middle;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .flex-contact .box a {
    min-width: 100%;
  }
}
.flex-contact .box .tel {
  padding: 0;
  border: none;
  font-family: var(--en);
  font-size: clamp(20px, 2.4vw, 28px);
}
.flex-contact .box .tel i {
  font-size: 0.8em;
  margin-right: 12px;
  vertical-align: middle;
}

.top-sns .sns_list {
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 30px;
  max-height: 657px;
  overflow-y: auto;
}
.top-sns .sns_list > div {
  border: none !important;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(176, 183, 183, 0.45) !important;
  gap: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .top-sns .sns_list > div {
    flex-direction: row !important;
  }
}
.top-sns .sns_list > div:first-of-type {
  border-top: 1px solid rgba(176, 183, 183, 0.45) !important;
  padding-top: 30px;
}
.top-sns .sns_list > div .sns_photo {
  padding: 0 !important;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .top-sns .sns_list > div .sns_photo {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: stretch !important;
  }
}
.top-sns .sns_list > div .sns_photo img {
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sns .sns_list > div .sns_text {
  width: 65%;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .top-sns .sns_list > div .sns_text {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: stretch !important;
  }
}
.top-sns .sns_list > div .sns_text h3 {
  font-size: 2rem;
  text-decoration: underline;
}
.top-sns .sns_list > div .sns_text h3 a {
  color: var(--black);
}
.top-sns .sns_list > div .sns_text .detail {
  line-height: 1.5em;
}
.top-sns .sns_list > div .sns_text .sns_date {
  font-family: var(--en);
  color: var(--black);
  line-height: 1em;
  margin-bottom: 30px;
}
.top-sns .sns_list > div .sns_text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
}
.top-sns .sns_list > div .sns_text ul li a {
  color: var(--black);
  background-color: #edf4f4;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 5px 8px;
  line-height: 1em;
  margin-right: 0 !important;
}

.dl-news {
  max-width: 1000px;
  margin: auto;
  max-height: 410px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  background: none !important;
  padding: 30px 8px !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  font-family: var(--en);
  line-height: 1em;
  justify-content: flex-start !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
.dl-news dd {
  line-height: 1.25em;
}
.dl-news dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}
.dl-company dt {
  padding: 40px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company dd {
  padding: 40px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
.dl-company dl {
  border-bottom: 1px solid #d6e7e7;
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}
.dl-company-en dt {
  padding: 40px 15px !important;
  border: none !important;
  background: none !important;
  font-family: var(--en);
}
@media screen and (max-width: 640px) {
  .dl-company-en dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company-en dd {
  padding: 40px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company-en dd {
    width: 100% !important;
    padding: 25px 15px 40px !important;
  }
}
.dl-company-en dl {
  border-bottom: 1px solid #d6e7e7;
}
@media screen and (max-width: 640px) {
  .dl-company-en dl {
    display: block !important;
  }
}
.dl-career dt {
  padding: 15px !important;
  border: none !important;
  background: none !important;
  font-family: var(--en);
}
@media screen and (max-width: 640px) {
  .dl-career dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-career dd {
  padding: 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-career dd {
    width: 100% !important;
  }
}
.dl-career dl:nth-of-type(even) {
  background-color: var(--paleColor);
}
@media screen and (max-width: 640px) {
  .dl-career dl {
    display: block !important;
  }
}

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

.btn a {
  color: var(--black);
  line-height: 1em;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.btn a::before {
  content: "";
  background: url(../images/home/arrow_icon_01.png);
  width: 58px;
  height: 58px;
  display: block;
  margin-right: 18px;
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn a:hover::before {
  transform: rotate(90deg);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

::-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 {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 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;
}

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

@keyframes fadeUpAnime-load {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeUpAnime {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.zoomTrigger, .zoomTrigger-load {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.8s;
}

.js-zoom {
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
  transition: 0.8s;
}

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 {
  overflow: hidden;
}
.local-title-01 h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.5em;
  font-weight: 300;
}
.local-title-01 h2::after {
  content: "";
  width: 3vw;
  height: 1px;
  background-color: #000;
  display: block;
  margin-top: 30px;
}
.local-title-01 p, .local-title-01 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.local-title-01 p:empty, .local-title-01 article > div:empty {
  margin-top: 0;
}
.local-title-01-center {
  overflow: hidden;
}
.local-title-01-center h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.5em;
  font-weight: 300;
}
.local-title-01-center h2::after {
  content: "";
  width: 3vw;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 30px auto 0;
}
.local-title-01-center p, .local-title-01-center article > div {
  line-height: 3em;
  margin-top: 50px;
}
.local-title-01-center p:empty, .local-title-01-center article > div:empty {
  margin-top: 0;
}
.local-title-02 {
  overflow: hidden;
}
.local-title-02 h2 {
  font-size: clamp(32px, 4vw, 45px);
  line-height: 1.25em;
  font-family: var(--en);
  font-weight: 300;
}
.local-title-02 h2 .ja {
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 14px;
  font-weight: 400;
}
.local-title-02 p, .local-title-02 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.local-title-02 p:empty, .local-title-02 article > div:empty {
  margin-top: 0;
}

.sub-title-01 h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.25em;
  font-weight: 300;
}
.sub-title-01 article > div {
  margin-top: 30px;
}
.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-connection .inner {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.local-section-connection-left {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .local-section-connection-left {
    flex: auto;
  }
}
.local-section-connection-right {
  flex: 1;
}
.local-section-connection-right .gmap {
  height: 100%;
}
.local-section-connection-right .gmap iframe {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .local-section-connection-right {
    flex: auto;
  }
}
.local-section-profile {
  position: relative;
  z-index: 1;
}
.local-section-profile::before {
  content: "";
  background-color: var(--mainColor);
  width: 80vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -20%;
  z-index: -1;
}
.local-section-profile-reverse {
  position: relative;
  z-index: 1;
}
.local-section-profile-reverse::before {
  content: "";
  background-color: var(--mainColor);
  width: 80vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
}
.local-section-curriculum {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.local-section-curriculum .wrap-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .local-section-curriculum-title {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-section-curriculum-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--en);
  background-color: var(--mainColor);
  font-weight: 300;
  width: 100px;
  height: 100px;
  border-radius: 100vh;
  font-size: clamp(20px, 2.4vw, 28px);
}
.local-section-imgText {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .local-section-imgText {
    display: block;
  }
}
.local-section-imgText .section-left {
  width: 48%;
}
.local-section-imgText .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-imgText .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-imgText .section-left {
    width: 100% !important;
  }
}
.local-section-imgText .section-right {
  width: 48%;
}
.local-section-imgText .section-right .btn {
  margin-top: 50px;
}
.local-section-imgText .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-imgText .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.local-flex-flow {
  gap: 100px;
}
.local-flex-flow .box {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  overflow: visible !important;
  padding-left: 12rem;
}
.local-flex-flow .box h4 {
  font-size: 1.8rem;
  line-height: 1.25em;
}
.local-flex-flow .box > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.local-flex-flow .box > div .wrap .strong {
  color: var(--white);
  background-color: var(--black);
  padding: 10px 30px;
  border-radius: 50px;
  line-height: 1.25em;
  margin-top: 15px;
}
.local-flex-flow .box h3 {
  font-family: var(--en);
  background-color: var(--black);
  font-weight: 300;
  width: 100px;
  height: 100px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: clamp(36px, 4vw, 42px);
  position: absolute;
  left: 0;
  top: 0;
}
.local-flex-flow .box .april {
  top: 100px;
  z-index: 1;
}
.local-flex-flow .box:has(.january) {
  min-height: 100px;
}
.local-flex-flow .box:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(104, 129, 138, 0.2);
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 0;
}
.local-flex-curriculum {
  gap: 50px;
}
.local-flex-curriculum .box {
  width: var(--flex4-50);
  overflow: visible !important;
  border: rgba(0, 0, 0, 0.18) solid 1px;
  padding: 30px;
  position: relative;
}
.local-flex-curriculum .box:last-of-type::before {
  display: none;
}
.local-flex-curriculum .box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #555555;
  border-right: 0;
  position: absolute;
  right: -31px;
  top: 50%;
  transform: var(--transY);
}
@media screen and (max-width: 640px) {
  .local-flex-curriculum .box::before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid #555555;
    border-bottom: 0;
    right: unset;
    left: 50%;
    transform: var(--transX);
    bottom: -31px;
    top: unset;
  }
}
.local-flex-curriculum .box h3 {
  font-size: 1.8rem;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.local-flex-curriculum .box article > div {
  line-height: 2em;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-curriculum .box {
    width: var(--flex2-50);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-curriculum .box {
    width: 100%;
  }
}
.local-flex-imgText-column {
  justify-content: space-between;
  gap: 50px;
}
.local-flex-imgText-column .box {
  width: var(--flex3-50);
  overflow: visible !important;
}
.local-flex-imgText-column .box img {
  width: 100% !important;
}
.local-flex-imgText-column .box h3 {
  font-size: 1.8rem;
  line-height: 1.25em;
  border-bottom: 1px solid var(--accColor);
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
}
.local-flex-imgText-column .box article > div {
  line-height: 2em;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-imgText-column .box {
    width: var(--flex2-50);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-column .box {
    width: 100%;
  }
}
.local-flex-imgText-column-2 {
  justify-content: space-between;
  gap: 50px;
}
.local-flex-imgText-column-2 .box {
  width: var(--flex2-50);
  overflow: visible !important;
}
.local-flex-imgText-column-2 .box img {
  width: 100% !important;
}
.local-flex-imgText-column-2 .box h3 {
  font-size: 1.8rem;
  line-height: 1.25em;
  border-bottom: 1px solid var(--accColor);
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
}
.local-flex-imgText-column-2 .box article > div {
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-column-2 .box {
    width: 100%;
  }
}
.local-flex-shop {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-shop .box {
  width: var(--flex2-50);
}
.local-flex-shop .box img {
  width: 100% !important;
}
.local-flex-shop .box .insta {
  margin-top: 30px;
}
.local-flex-shop .box .insta a {
  line-height: 1em;
  color: var(--black);
  font-size: clamp(42px, 5vw, 52px);
}
.local-flex-shop .box .map-link a {
  color: var(--black);
  font-size: 1.2em;
  border-bottom: 1px solid #000;
}
.local-flex-shop .box .map-link a i {
  margin-right: 8px;
}
.local-flex-shop .box .btn-reserve {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.local-flex-shop .box .btn-reserve li {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .local-flex-shop .box .btn-reserve li {
    width: 100%;
    flex: auto;
  }
}
.local-flex-shop .box .btn-reserve .tel {
  font-family: var(--en);
}
.local-flex-shop .box .btn-reserve a {
  text-align: center;
  line-height: 1em;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.18);
  display: block;
  padding: 30px;
}
.local-flex-shop .box .btn-reserve a i {
  margin-right: 8px;
}
.local-flex-shop .box h3 {
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.25em;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
}
.local-flex-shop .box article > div, .local-flex-shop .box > div {
  line-height: 2em;
}
@media screen and (max-width: 834px) {
  .local-flex-shop .box {
    width: 100% !important;
  }
}
.local-flex-profile {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.local-flex-profile .box {
  width: var(--flex2-50);
}
.local-flex-profile .box img {
  width: 100% !important;
  filter: grayscale(1);
}
.local-flex-profile .box .insta {
  margin-top: 30px;
}
.local-flex-profile .box .insta a {
  line-height: 1em;
  color: var(--black);
  font-size: clamp(42px, 5vw, 52px);
}
.local-flex-profile .box:first-of-type {
  position: relative;
}
.local-flex-profile .box:first-of-type .imgWrap {
  position: relative;
}
.local-flex-profile .box:first-of-type .imgWrap::before {
  content: "";
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.local-flex-profile .box h2 {
  font-size: clamp(32px, 4vw, 45px);
  line-height: 1.25em;
  font-family: var(--en);
  font-weight: 300;
}
.local-flex-profile .box h2 .ja {
  font-size: 1.8rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 14px;
  font-weight: 400;
  display: block;
}
.local-flex-profile .box article > div, .local-flex-profile .box > div {
  line-height: 3em;
}
@media screen and (max-width: 834px) {
  .local-flex-profile .box {
    width: 100% !important;
  }
}
.local-flex-profile-reverse {
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse !important;
  gap: 30px;
}
.local-flex-profile-reverse .box {
  width: var(--flex2-50);
}
.local-flex-profile-reverse .box img {
  width: 100% !important;
  filter: grayscale(1);
}
.local-flex-profile-reverse .box h2 {
  font-size: clamp(32px, 4vw, 45px);
  line-height: 1.25em;
  font-family: var(--en);
  font-weight: 300;
}
.local-flex-profile-reverse .box h2 .ja {
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  display: block;
}
.local-flex-profile-reverse .box .translation {
  font-family: var(--en);
  margin-top: 15px;
  color: var(--accColor);
}
.local-flex-profile-reverse .box article > div, .local-flex-profile-reverse .box > div {
  line-height: 2em;
  font-size: 1.2em;
}
@media screen and (max-width: 834px) {
  .local-flex-profile-reverse .box {
    width: 100% !important;
  }
}
.local-flex-img-3 {
  gap: 30px;
}
.local-flex-img-3 .box {
  width: var(--flex3);
}
.local-flex-img-3 .box img {
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .local-flex-img-3 .box {
    width: var(--flex2);
  }
}

.slider-connection .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  position: inherit;
  bottom: unset;
  margin: 15px auto 0;
}
.slider-connection ul li {
  margin: 0 15px;
}
.slider-connection ul li img {
  width: 100% !important;
}
.slider-gallery .slick-slide {
  margin: 0 5px;
}
.slider-gallery img {
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-event .slick-slide {
  margin: 0 5px;
}
.slider-event img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-event-reverse .slick-slide {
  margin: 0 5px;
}
.slider-event-reverse img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.local-list-label ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.local-list-label ul li {
  color: var(--black);
  background-color: var(--paleColor);
  padding: 10px 15px;
  border-radius: 5px;
  line-height: 1em;
}

.form dt {
  padding: 25px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 25px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@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(--black);
  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;
  }
}/*# sourceMappingURL=assets.css.map */