@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-60: calc((100% - 60px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-30: calc((100% - 30px*3) / 4);
  --flex4-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:#32b372;
  --white:#ffffff;
  --accColor:#e59222;
  --light-blue:#52cee5;
  --text-yellow:#f4c01a;
  --letter: 0.22em;
  --marker-yellow: #faeb00;
  --btnColor:#ffea3c;
  --paleColor:#f0fdf6;
  --inner-2:82.5vw;
  --en: "Outfit", sans-serif;
  --black:#202020;
  --titleColor: #209c5e;
  --grad-bottom:linear-gradient(to bottom, #ffffff 50%, #003895 50%);
  --grad-right:linear-gradient(to right, #009a70 , #0baaa7);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
}

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

.annot {
  display: none !important;
}

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

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

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

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

@media only screen and (min-width: 835px) and (max-width: 1500px) {
  .bp1490none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1490none {
    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: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--black);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.8rem;
  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: 1490px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1500px) {
  .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: 1500px) {
  #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: 1490px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

table {
  table-layout: auto;
}

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

table td img {
  height: auto !important;
}

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

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

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

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

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

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

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

footer#global_footer {
  min-width: auto;
}

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

#global_header.clone--nav .navTop {
  display: none;
}
#global_header.clone--nav .top-time {
  display: none;
}

#g-nav.panelactive {
  background-color: #ffffff;
  padding: 10rem 0;
}

.navTop {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .navTop {
    padding: 0;
  }
}

#g-nav {
  background-color: var(--mainColor);
  padding: 3px 0;
}
@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;
}
#g-nav .mainNav .fix_contact:last-of-type {
  display: none;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
  }
}
#g-nav .mainNav li {
  position: relative;
  width: 100%;
}
#g-nav .mainNav li:last-of-type a {
  border-right: 1px solid #a6dabe;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li:last-of-type a {
    border-right: none;
  }
}
#g-nav .mainNav li::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: var(--accColor);
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.3s;
  z-index: 3;
}
@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 var(--accColor);
  }
}
#g-nav .mainNav li a {
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
  color: var(--white);
  padding: 40px 0;
  line-height: 1em;
  font-size: 1.6rem;
  border-left: 1px solid #a6dabe;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-left: none;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-bottom: none;
    flex-direction: column;
    display: flex;
    padding: 20px 15px;
    text-align: left;
    position: relative;
    line-height: 1.25em;
    color: var(--black);
  }
  #g-nav .mainNav li a::before {
    font-family: var(--icon-regular);
    content: "\e13a";
    color: var(--mainColor);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 9997;
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding: 15px;
  }
}

.clone--nav {
  border-radius: 0;
  border: none;
  justify-content: center;
  transform: translateY(-100%);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 9999;
  box-shadow: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 900px) {
  .clone--nav {
    display: none;
  }
}
.is-show {
  transform: translateY(0);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-show .header {
  padding-top: 0;
}

.fix_contact {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.fix_contact a {
  display: block;
}
.fix_contact .tel {
  color: var(--mainColor);
  font-family: var(--en);
  font-size: clamp(28px, 3vw, 32px);
}
.fix_contact .tel .en {
  font-size: 0.6em;
}
.fix_contact .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  color: var(--white);
  padding: 14px;
  border-radius: 5px;
  background-color: var(--accColor);
  min-width: 185px;
}
.fix_contact i {
  margin-right: 5px;
  font-size: 1.2em;
  vertical-align: middle;
}

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

.mainWrap {
  position: relative;
  z-index: 2;
}
.mainWrap .catch {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: var(--transY);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .mainWrap .catch {
    transform: none;
    top: unset;
    bottom: 5%;
  }
}
@media screen and (max-width: 834px) {
  .mainWrap .catch {
    transform: none;
    top: unset;
    bottom: 5%;
  }
}
.mainWrap .catch .text1 {
  color: var(--mainColor);
  font-size: clamp(42px, 7vw, 80px);
  line-height: 1.25em;
  font-weight: 800;
  text-shadow: 5px 5px #fff;
}
@media screen and (max-width: 834px) {
  .mainWrap .catch .text1 {
    text-shadow: 2px 2px #fff;
  }
}
.mainWrap .catch .text2 {
  color: var(--mainColor);
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.25em;
  font-weight: 800;
  text-shadow: 5px 5px #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .mainWrap .catch .text2 {
    display: block;
    text-shadow: 2px 2px #fff;
  }
}
.mainWrap .catch .text2 .textInner {
  text-shadow: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .mainWrap .catch .text2 .textInner {
    grid-template-columns: repeat(4, 1fr);
    max-width: 200px;
  }
}
.mainWrap .catch .text2 .textInner span {
  border-radius: 7px;
  background-color: var(--accColor);
  color: var(--white);
  padding: 20px;
  line-height: 1em;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (max-width: 640px) {
  .mainWrap .catch .text2 .textInner span {
    padding: 10px;
  }
}

.mainArea img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mainArea img {
    height: 60vh !important;
  }
}

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

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

.subArea {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.subArea h1 {
  font-size: clamp(46px, 5vw, 52px);
  display: block;
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: 800;
}
.subArea .en {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25em;
  color: var(--accColor);
  font-family: var(--en);
  margin-bottom: 10px;
}
.subArea article {
  display: flex;
  flex-direction: column-reverse;
}

.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 {
  font-size: 1.6rem;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--mainColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  position: fixed;
  right: 1%;
  bottom: 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;
  }
}
footer#global_footer .gmap iframe {
  height: 285px;
  min-height: 100%;
  border-radius: 16px;
}
footer#global_footer .inner {
  padding: 80px 24px;
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer#global_footer .footer-left {
  text-align: left;
}
footer#global_footer .footer-logo {
  margin-bottom: 50px;
}
footer#global_footer .footer-nav {
  display: flex;
  flex-flow: column wrap;
  max-height: 190px;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-nav {
    max-height: 100%;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  color: var(--black);
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
}
footer#global_footer .footer-nav li a::before {
  font-family: var(--icon-regular);
  content: "\e13a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer#global_footer #copy {
  text-align: center;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: var(--black);
  display: block;
  font-weight: 400;
  background-color: var(--paleColor);
  padding: 30px;
}

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

.title-01 h2 {
  font-family: var(--en);
  font-size: clamp(30px, 3.2vw, 36px);
  display: block;
  line-height: 1.25em;
  color: var(--accColor);
}
.title-01 p, .title-01 article > div {
  line-height: 2em;
  margin-top: 40px;
}
.title-01 p:empty, .title-01 article > div:empty {
  margin-top: 0;
}
.title-02 h2 {
  font-size: clamp(30px, 3.2vw, 36px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: 800;
}
.title-02 h2 .en {
  font-size: 0.6em;
  font-family: var(--en);
  display: block;
  line-height: 1em;
  color: var(--accColor);
  font-weight: 500;
  margin-bottom: 18px;
}
.title-02 p, .title-02 article > div {
  line-height: 2em;
  margin-top: 40px;
}
.title-02 p:empty, .title-02 article > div:empty {
  margin-top: 0;
}
.title-02-white h2 {
  font-size: clamp(30px, 3.2vw, 36px);
  line-height: 1.25em;
  color: var(--white);
  font-weight: 800;
}
.title-02-white h2 .en {
  font-size: 0.6em;
  font-family: var(--en);
  display: block;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 18px;
}
.title-02-white p, .title-02-white article > div {
  line-height: 2em;
  margin-top: 40px;
}
.title-02-white p:empty, .title-02-white article > div:empty {
  margin-top: 0;
}

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

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

.section-result {
  background-size: cover;
  background-position: center;
}
.section-contact {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.section-contact::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.7;
}
.section-works {
  position: relative;
  z-index: 1;
  border-top: 8px solid #edf8f2;
}
.section-works::before {
  content: "";
  background: url(../images/home/hougan_pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.section-course {
  background-size: auto;
  background-repeat: no-repeat;
}
.section-about {
  position: relative;
  z-index: 1;
  border-bottom: 8px solid #edf8f2;
}
.section-about::before {
  content: "";
  background: url(../images/home/hougan_pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.flex-btn {
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-btn {
    gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .flex-btn {
    gap: 30px;
  }
}
.flex-btn .box {
  width: var(--flex3-60);
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-btn .box {
    width: var(--flex3);
  }
}
.flex-btn .box a {
  background-color: #fff;
  border-radius: 14px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: 800;
  position: relative;
  display: block;
  padding: 50px;
  border-right: 20px solid #28a164;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-btn .box a {
    padding: 30px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-btn .box a {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 900px) {
  .flex-btn .box a {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .flex-btn .box a {
    font-size: 2.4rem;
  }
}
.flex-btn .box a .en {
  font-size: 0.6em;
  color: var(--accColor);
  font-family: var(--en);
  display: block;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 18px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-btn .box a .en {
    margin-bottom: 10px;
  }
}
.flex-btn .box a::after {
  content: url(../images/home/btn_arrow.png);
  position: absolute;
  right: 6%;
  top: 50%;
  transform: var(--transY);
}
@media only screen and (max-width: 900px) {
  .flex-btn .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-btn .box {
    width: 100%;
  }
}
.flex-strength {
  justify-content: center;
  gap: 30px;
}
.flex-strength .box {
  width: var(--flex3);
  background-color: var(--paleColor);
  padding: 30px;
  border-radius: 25px;
  position: relative;
}
.flex-strength .box img {
  border-radius: 15px;
}
.flex-strength .box h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: var(--mainColor);
  line-height: 1.25em;
  margin: 20px 0;
}
.flex-strength .box .marker {
  background: linear-gradient(transparent 60%, #faeb00 0);
  display: inline;
}
.flex-strength .box .nb {
  color: var(--white);
  line-height: 1em;
  font-family: var(--en);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  background-color: var(--mainColor);
  padding: 20px 30px;
  border-radius: 25px 0 25px 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-strength .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-strength .box {
    width: 100%;
  }
}
.flex-contact {
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.flex-contact .box {
  text-align: center;
  overflow: visible !important;
  width: var(--flex2-40);
}
@media only screen and (max-width: 900px) {
  .flex-contact .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 834px) {
  .flex-contact .box {
    width: 100%;
  }
}
.flex-contact .box a {
  display: block;
}
.flex-contact .box .tel {
  color: var(--mainColor);
  font-family: var(--en);
  font-size: clamp(36px, 4vw, 50px);
}
.flex-contact .box .tel .en {
  font-size: 0.6em;
}
.flex-contact .box .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1em;
  color: var(--white);
  padding: 28px;
  background-color: var(--accColor);
  border-radius: 5px;
}
.flex-contact .box .mail i {
  margin-right: 5px;
  font-size: 1.2em;
  vertical-align: middle;
}
.flex-course {
  justify-content: space-between;
  gap: 30px;
}
.flex-course .box {
  width: var(--flex3);
  text-align: center;
  border-radius: 25px;
  box-shadow: 0px 0px 35px 0px rgba(50, 179, 114, 0.22);
  overflow: visible !important;
  background-color: #fff;
}
.flex-course .box article > div {
  padding: 50px 15px;
}
.flex-course .box h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  color: var(--white);
  line-height: 1.25em;
  padding: 30px 0;
  border-radius: 25px 25px 0 0;
}
.flex-course .box:first-of-type h3 {
  background: #32b372;
}
.flex-course .box:nth-of-type(2) h3 {
  background: #218a55;
}
.flex-course .box:last-of-type h3 {
  background: #0d5a33;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-course .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-course .box {
    width: 100%;
  }
}
.flex-result {
  justify-content: space-between;
  gap: 30px;
  max-width: 978px;
  margin: auto;
}
.flex-result .box {
  width: var(--flex2);
  border-radius: 25px;
  background-color: var(--accColor);
}
.flex-result .box article > div {
  padding: 50px 30px;
  color: var(--white);
}
.flex-result .box h3 {
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: bold;
  color: var(--accColor);
  line-height: 1.25em;
  padding: 30px 0;
  border-radius: 25px 25px 0 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flex-result .box {
    width: 100%;
  }
}

.list-review {
  padding: 30px;
  border-radius: 25px;
  background-color: var(--paleColor);
}
.list-review ul li:first-of-type article {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.list-review ul li:first-of-type article .personal {
  color: var(--mainColor);
  line-height: 1.25em;
}
.list-review ul li:first-of-type article .star {
  color: var(--accColor);
}
.list-review ul li .comment {
  font-size: 1.6rem;
}

.gallery-slider .slick-slide {
  margin: 0 15px;
}
.gallery-slider .slick-prev {
  left: 2vw;
  z-index: 1;
  width: auto;
  height: auto;
}
.gallery-slider .slick-next {
  right: 2vw;
  z-index: 1;
  width: auto;
  height: auto;
}
.gallery-slider .slick-prev:before {
  content: url(../images/home/arrowL.png);
  opacity: 1;
}
.gallery-slider .slick-next:before {
  content: url(../images/home/arrowR.png);
  opacity: 1;
}

.top-sns .sns_list {
  border: none !important;
}
.top-sns .sns_list .slick-slide {
  margin: 0 15px;
}
.top-sns .sns_list > div .sns_text {
  width: 100%;
  padding: 0 !important;
  font-size: 1.8rem !important;
}
.top-sns .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.top-sns .sns_list > div .sns_text h3 a {
  color: var(--black);
}
.top-sns .sns_list > div .sns_text .clearfix {
  display: none;
  margin-top: 10px;
}
.top-sns .sns_list > div .sns_text .clearfix li a {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--black);
}
.top-sns .sns_list > div .sns_text .sns_date {
  margin: 10px 0;
  color: var(--accColor);
  font-family: var(--en);
  font-style: var(--italic);
}
.top-sns .sns_list > div .sns_photo {
  width: 100%;
  padding: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .top-sns .sns_list > div .sns_photo {
    margin: auto;
  }
}
.top-sns .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@keyframes qaMove { /* xxxは好きな名前でOK */
  from {
    /* 変化前の状態 */
    opacity: 0;
  }
  to {
    /* 変化後の状態 */
    opacity: 1;
  }
}
.dl-qa dd,
.dl-qa dt {
  border: none !important;
  width: 100% !important;
  background: none;
}
.dl-qa dt {
  border-radius: 14px;
  position: relative;
  padding: 30px 5rem 30px 8.5rem !important;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25em;
  font-weight: bold;
  background-color: var(--white) !important;
  border-bottom: 1px solid #c5efda !important;
}
.dl-qa dt::before {
  content: "Q";
  font-family: var(--en);
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.25em;
  font-weight: bold;
  color: var(--mainColor);
  position: absolute;
  line-height: 1em;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dt::after {
  font-family: var(--icon-fill);
  content: "\e122";
  color: var(--accColor);
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.dl-qa dd {
  border-radius: 0 0 14px 14px;
  position: relative;
  line-height: 1.5em;
  background: #fff;
  padding: 30px 5rem 30px 8.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.dl-qa dd::before {
  content: "A";
  color: var(--accColor);
  font-size: clamp(32px, 3.4vw, 36px);
  font-family: var(--en);
  line-height: 1.25em;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dd.active {
  height: auto;
  padding: 30px 5rem 30px 8.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: qaMove 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dl-qa dd {
  background: #fff;
  display: none;
  padding: 0 5rem 0 8.5rem !important;
  overflow: hidden;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
}
.dl-qa dd.active {
  display: block;
  padding: 30px 5rem 30px 8.5rem !important;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dl-qa dl {
  border-radius: 14px;
  display: block !important;
  margin-bottom: 30px;
  box-shadow: 0px 0px 35px 0px rgba(50, 179, 114, 0.22);
}
.dl-qa dl:last-of-type {
  margin-bottom: 0;
}
.dl-news {
  max-height: 370px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  font-family: var(--en);
  line-height: 1em;
  padding: 30px 8px !important;
  color: var(--accColor);
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
.dl-news dd {
  padding: 30px 8px !important;
}
.dl-news dl {
  border-bottom: 1px solid #dadfdd;
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}
.dl-company dt {
  padding: 20px 15px !important;
  background: none !important;
  border: none !important;
  font-weight: bold;
  color: var(--mainColor);
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company dd {
  padding: 20px 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 var(--accColor);
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

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

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  background-color: var(--mainColor);
  display: block;
  padding: 24px;
  min-width: 300px;
  color: var(--white);
  line-height: 1em;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  .btn a {
    min-width: 100%;
  }
}
.btn a::after {
  font-family: var(--icon-regular);
  content: "\e13a";
  color: var(--white);
  position: absolute;
  right: 10%;
  top: 50%;
  font-size: 1.2em;
  transform: var(--transY);
}

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

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

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

.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);
  }
}
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: 1490px) {
  .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: 1490px) {
  .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: 1490px) {
  .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: 1490px) {
  .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: 1490px) {
  .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: 1490px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local-title-01 h2 {
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.25em;
  padding: 20px 20px 20px 5rem;
  color: var(--white);
  background-color: var(--mainColor);
  border-radius: 5px;
  position: relative;
  font-weight: bold;
}
.local-title-01 h2::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 100px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: var(--transY);
}
.local-title-01 article > div, .local-title-01 p {
  line-height: 2em;
  margin-top: 40px;
}
.local-title-01 article > div:empty, .local-title-01 p:empty {
  margin-top: 0;
}
.local-title-name h2 {
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.25em;
  color: var(--mainColor);
  font-weight: bold;
}
.local-title-name article > div, .local-title-name p {
  line-height: 2em;
  margin-top: 40px;
}
.local-title-name article > div:empty, .local-title-name p:empty {
  margin-top: 0;
}

.sub-title-message h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mainColor);
}
.sub-title-message h4 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25em;
  font-weight: bold;
  display: inline;
  color: var(--white);
  background-color: var(--accColor);
}
.sub-title-message article > div {
  margin-top: 15px;
}
.sub-title-message article > div:empty {
  margin-top: 0;
}
.sub-title-h4 {
  border-radius: 5px;
}
.sub-title-h4 h4 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25em;
  font-weight: bold;
  color: var(--white);
}
.sub-title-h4 article > div {
  margin-top: 15px;
}
.sub-title-h4 article > div:empty {
  margin-top: 0;
}
.sub-title-01 h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: bold;
}
.sub-title-01 article > div {
  margin-top: 15px;
}
.sub-title-01 article > div:empty {
  margin-top: 0;
}
.sub-title-ribbon {
  position: relative;
}
.sub-title-ribbon h3 {
  width: 100%;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: bold;
  color: var(--white);
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  position: absolute;
  left: 50%;
  transform: var(--transX);
  top: calc(-1 * var(--f));
  padding: 1.2em;
  background: var(--accColor);
  border-right: var(--f) solid rgba(0, 0, 0, 0.3333333333);
  border-bottom: var(--r) solid rgba(0, 0, 0, 0);
  -webkit-clip-path: polygon(calc(100% - var(--f)) 0, 0 0, 0 100%, calc(50% - var(--f) / 2) calc(100% - var(--r)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) var(--f), 100% var(--f));
          clip-path: polygon(calc(100% - var(--f)) 0, 0 0, 0 100%, calc(50% - var(--f) / 2) calc(100% - var(--r)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) var(--f), 100% var(--f));
}

.img img {
  border-radius: 14px;
}
.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;
  }
}

.td-course .td-top > div {
  font-weight: 500;
}
.td-course .td-left > div {
  font-weight: 500;
}
.td-course td {
  border-color: #c5efda !important;
  text-align: center;
}
.td-result .td-top > div {
  font-weight: 500;
}
.td-result .td-left > div {
  font-weight: 500;
}
.td-result td {
  padding: 20px !important;
  border-color: #c5efda !important;
}
.td-result td > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.td-result .school-name {
  font-size: 1.5em;
}
.td-result .hc {
  font-size: 1.5em;
}

.dl-crosstalk {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dl-crosstalk dt, .dl-crosstalk dd {
  border: none !important;
  width: 100% !important;
  background: none !important;
}
.dl-crosstalk dt {
  font-weight: 500;
  position: relative;
  display: inline-block;
  background-color: #edf8f2 !important;
  border-radius: 14px;
  padding: 30px !important;
}
.dl-crosstalk dt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #edf8f2 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}
.dl-crosstalk dl {
  display: block !important;
}

.local-section-curriculum {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 35px 0px rgba(50, 179, 114, 0.22);
}
.local-section-curriculum::before {
  content: "";
  background: url(../images/home/hougan_pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.local-section-bg {
  border-bottom: 8px solid #edf8f2;
}
.local-section-imgText .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .local-section-imgText .inner {
    display: block;
  }
}
.local-section-imgText .inner .section-left {
  width: 48%;
}
.local-section-imgText .inner .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-imgText .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-imgText .inner .section-left {
    width: 100% !important;
  }
}
.local-section-imgText .inner .section-right {
  width: 48%;
}
.local-section-imgText .inner .section-right .btn {
  margin-top: 40px;
}
.local-section-imgText .inner .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-imgText .inner .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.local-section-imgText-result {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .local-section-imgText-result {
    display: block;
  }
}
.local-section-imgText-result .section-left {
  width: 48%;
}
.local-section-imgText-result .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-imgText-result .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-imgText-result .section-left {
    width: 100% !important;
  }
}
.local-section-imgText-result .section-right {
  width: 48%;
}
.local-section-imgText-result .section-right .btn {
  margin-top: 40px;
}
.local-section-imgText-result .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-imgText-result .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.local-section-prof {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .local-section-prof {
    display: block;
  }
}
.local-section-prof .section-left {
  width: 30%;
}
.local-section-prof .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-prof .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-prof .section-left {
    width: 100% !important;
  }
}
.local-section-prof .section-right {
  width: 64%;
}
.local-section-prof .section-right .btn {
  margin-top: 40px;
}
.local-section-prof .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-prof .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.local-flex-bnr {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-bnr .box {
  width: var(--flex3);
}
.local-flex-bnr .box img {
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .local-flex-bnr .box {
    width: 100%;
  }
}
.local-flex-course {
  justify-content: center;
  gap: 30px;
}
.local-flex-course .box {
  width: var(--flex3);
  background-color: var(--paleColor);
  border-radius: 25px;
  position: relative;
  padding: 30px;
}
.local-flex-course .box h3 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--mainColor);
  line-height: 1.25em;
  padding-left: 5.5rem;
  position: relative;
  margin-bottom: 15px;
}
.local-flex-course .box h3 .nb {
  color: var(--white);
  line-height: 1em;
  font-family: var(--en);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 500;
  background-color: var(--mainColor);
  width: 50px;
  height: 50px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.local-flex-course .box .marker {
  background: linear-gradient(transparent 60%, #faeb00 0);
  display: inline;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-course .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-course .box {
    width: 100%;
  }
}
.local-flex-value {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-value .box {
  width: var(--flex3);
  border-radius: 25px;
  box-shadow: 0px 0px 35px 0px rgba(50, 179, 114, 0.22);
  overflow: visible !important;
  background-color: #fff;
}
.local-flex-value .box > div {
  padding: 30px;
  font-size: 1.6rem;
}
.local-flex-value .box h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--mainColor);
  padding-bottom: 15px;
  line-height: 1.25em;
  border-radius: 25px 25px 0 0;
  border-bottom: 1px solid var(--accColor);
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-value .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-value .box {
    width: 100%;
  }
}
.local-flex-btn-anchor {
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .local-flex-btn-anchor {
    gap: 15px;
    justify-content: space-between;
  }
}
.local-flex-btn-anchor .box {
  width: var(--flex3-15);
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-btn-anchor .box {
    width: var(--flex2-15);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-btn-anchor .box {
    width: 100%;
  }
}
.local-flex-btn-anchor .box > div {
  height: 100%;
}
.local-flex-btn-anchor .box a {
  height: 100%;
  background-color: var(--accColor);
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  position: relative;
  border-radius: 5px;
}
.local-flex-btn-anchor .box a::after {
  font-family: var(--icon-regular);
  content: "\e13a";
  color: var(--white);
  position: absolute;
  right: 10%;
  top: 50%;
  font-size: 1.2em;
  transform: var(--transY);
}
.local-flex-btn-anchor-2 {
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .local-flex-btn-anchor-2 {
    gap: 15px;
    justify-content: space-between;
  }
}
.local-flex-btn-anchor-2 .box {
  width: var(--flex2-15);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .local-flex-btn-anchor-2 .box {
    width: 100%;
  }
}
.local-flex-btn-anchor-2 .box > div {
  height: 100%;
}
.local-flex-btn-anchor-2 .box a {
  height: 100%;
  background-color: var(--accColor);
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  position: relative;
  border-radius: 5px;
}
.local-flex-btn-anchor-2 .box a::after {
  font-family: var(--icon-regular);
  content: "\e13a";
  color: var(--white);
  position: absolute;
  right: 10%;
  top: 50%;
  font-size: 1.2em;
  transform: var(--transY);
}
.local-flex-img-3 {
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .local-flex-img-3 {
    gap: 15px;
  }
}
.local-flex-img-3 .box {
  width: var(--flex3);
}
.local-flex-img-3 .box img {
  border-radius: 14px;
}
@media screen and (max-width: 640px) {
  .local-flex-img-3 .box {
    width: var(--flex2-15);
  }
}

.local-list-lavel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.local-list-lavel ul li {
  font-size: 0.8em;
  color: var(--mainColor);
  background-color: var(--paleColor);
  padding: 10px 15px;
  border-radius: 5px;
  line-height: 1em;
}
.local-list-review ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .local-list-review ul {
    flex-wrap: wrap;
  }
}
.local-list-review ul li {
  overflow: visible !important;
}
@media screen and (max-width: 640px) {
  .local-list-review ul li:first-of-type {
    margin: auto;
  }
}
.local-list-review ul li:last-of-type {
  padding: 30px;
  border-radius: 25px;
  display: inline-block;
  background-color: #edf8f2 !important;
  position: relative;
}
.local-list-review ul li:last-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #edf8f2 transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 640px) {
  .local-list-review ul li:last-of-type::after {
    top: 0;
    left: 50%;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #edf8f2;
    translate: -50% -100%;
  }
}
.local-list-review ul li:last-of-type .personal {
  color: var(--mainColor);
  line-height: 1.25em;
}
.local-list-review ul li:last-of-type .star {
  color: var(--accColor);
}
.local-list-review ul li:last-of-type .comment {
  font-size: 1.6rem;
}
.local-list-review-reverse ul {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .local-list-review-reverse ul {
    flex-wrap: wrap;
  }
}
.local-list-review-reverse ul li {
  overflow: visible !important;
}
@media screen and (max-width: 640px) {
  .local-list-review-reverse ul li:first-of-type {
    margin: auto;
  }
}
.local-list-review-reverse ul li:last-of-type {
  padding: 30px;
  border-radius: 25px;
  display: inline-block;
  background-color: #edf8f2 !important;
  position: relative;
}
.local-list-review-reverse ul li:last-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #edf8f2;
  translate: 100% -50%;
}
@media screen and (max-width: 640px) {
  .local-list-review-reverse ul li:last-of-type::after {
    top: 0;
    left: 50%;
    right: unset;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #edf8f2;
    translate: -50% -100%;
  }
}
.local-list-review-reverse ul li:last-of-type .personal {
  color: var(--mainColor);
  line-height: 1.25em;
}
.local-list-review-reverse ul li:last-of-type .star {
  color: var(--accColor);
}
.local-list-review-reverse ul li:last-of-type .comment {
  font-size: 1.6rem;
}
.local-list-result {
  background-color: #fff;
}
.local-list-result ul {
  display: flex;
  flex-direction: column;
}
.local-list-result ul li {
  padding: 15px;
  border-bottom: 1px solid var(--mainColor);
  font-size: 1.2em;
}
.local-list-result ul li .listWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.local-list-result ul li .expert {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--paleColor);
  padding: 15px;
}

.slider-info .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  position: inherit;
  bottom: unset;
  margin: 15px auto 0;
}
.slider-info ul li {
  margin: 0 15px;
}
.slider-info ul li img {
  width: 100% !important;
  border-radius: 14px;
}

.local-sns .sns_list {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  margin-top: 80px;
}
.local-sns .sns_list > div {
  flex-direction: column;
  width: 33.3333333333%;
  border: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .local-sns .sns_list > div {
    width: 50%;
  }
}
.local-sns .sns_list > div .sns_photo {
  width: 100%;
}
.local-sns .sns_list > div .sns_photo a img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-sns .sns_list > div .sns_text .sns_date {
  font-size: 1.6rem;
  color: var(--mainColor);
  font-family: var(--en);
}
.local-sns .sns_list > div .sns_text .caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.local-sns .sns_list > div .sns_text .clearfix {
  display: none;
  margin-top: 10px;
}
.local-sns .sns_list > div .sns_text .clearfix li a {
  background-color: var(--paleColor);
  border-radius: 5px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--black);
}

.form dt {
  padding: 20px 15px !important;
  background: none !important;
  border: none !important;
  font-weight: bold;
  color: var(--mainColor);
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 20px 15px !important;
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid #c5efda;
}

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

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