@charset "UTF-8";
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;
}

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

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000000;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

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

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

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

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

table {
  table-layout: auto;
}

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

table td img {
  height: auto !important;
}

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  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, "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

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

footer#global_footer {
  min-width: auto;
}

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

#g-nav.panelactive {
  background-color: #fff;
}
#g-nav.panelactive .sp_contact {
  margin-top: 30px;
}

.navTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#g-nav {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
    width: 80%;
    margin: auto;
  }
}
#g-nav .mainNav li {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid #61bec6;
  }
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  position: relative;
  color: #000000;
  line-height: 1.25em;
  font-weight: 500;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-bottom: none;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    line-height: 1.25em;
  }
  #g-nav .mainNav li a:before {
    font-family: "Font Awesome 5 pro";
    content: "\f054";
    color: #61bec6;
    position: absolute;
    font-size: 14px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
#g-nav .mainNav .other a {
  color: #155095;
}

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

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

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: relative;
    width: 84px;
    min-height: 84px;
    background: #61bec6;
    border-bottom: 1px solid #fff;
  }
  .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;
  }
  .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;
  }
}

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

/*ハンバーガーメニュー*/
.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: 69.64px;
  height: 69.64px;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #61bec6;
  border-bottom-left-radius: 14px;
}

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

.openBtn span:nth-of-type(2) {
  margin: 10px 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;
}

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

.header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.header h1, .header .header-desc {
  margin-bottom: 5px;
  text-align: left;
  font-size: clamp(10px, 1.3vw, 13px);
  line-height: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .header h1, .header .header-desc {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .header {
    gap: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 6.5px 10px;
    gap: 0;
    background-color: rgba(247, 246, 243, 0.8392156863) !important;
  }
}
.header #h-logo {
  text-align: left;
}
.header #h-logo img {
  max-width: 15%;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .header #h-logo img {
    width: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .header #h-logo img {
    width: 15%;
  }
}

.header {
  z-index: 9997;
  position: fixed;
  top: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  will-change: transform;
  transition: transform 0.4s ease;
}
.header--pinned {
  background-color: rgba(111, 85, 52, 0.6);
}
@media only screen and (max-width: 900px) {
  .header--pinned {
    background-color: inherit;
  }
}

.spmenu_contact,
.sp_contact,
.fix_contact {
  gap: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.spmenu_contact a,
.sp_contact a,
.fix_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .spmenu_contact a,
  .sp_contact a,
  .fix_contact a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .spmenu_contact a,
  .sp_contact a,
  .fix_contact a {
    min-width: 100%;
  }
}
.spmenu_contact .mail,
.sp_contact .mail,
.fix_contact .mail {
  color: #fff;
  min-width: 250px;
  border-radius: 50px;
  padding: 18px;
  position: relative;
  background: linear-gradient(to right, #61bec6, #79e7d6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.spmenu_contact .line,
.sp_contact .line,
.fix_contact .line {
  color: #fff;
  min-width: 250px;
  border-radius: 50px;
  padding: 18px;
  position: relative;
  background-color: #06C655;
}
.spmenu_contact .line img,
.sp_contact .line img,
.fix_contact .line img {
  filter: invert(1);
}
.spmenu_contact .tel,
.sp_contact .tel,
.fix_contact .tel {
  color: #000000;
}
.spmenu_contact i, .spmenu_contact img,
.sp_contact i,
.sp_contact img,
.fix_contact i,
.fix_contact img {
  margin-right: 5px;
  font-size: 2.4rem;
}

@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: -1;
}
.mainWrap::before {
  content: url(../images/home/grad_bg.jpg);
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  bottom: -45%;
  left: 0;
}
.mainWrap .mainText {
  position: absolute;
  left: 5%;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .mainWrap .mainText {
    width: 88%;
  }
}
.mainWrap .mainText .text1, .mainWrap .mainText .text2 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.25em;
  font-weight: 500;
  background-color: #fff;
  display: inline;
  border-radius: 8px;
  padding: 2px 8px;
}
.mainWrap .mainText .text1 {
  position: relative;
}
.mainWrap .mainText .text1::before {
  content: "“";
  color: #2c89b7;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.3em;
}
.mainWrap .mainText .text2 {
  position: relative;
}
.mainWrap .mainText .text2::before {
  content: "”";
  color: #2c89b7;
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.3em;
}

.mainArea {
  width: 81.25vw !important;
  margin-left: auto;
  border-radius: 64px;
  -webkit-mask-image: url(../images/home/main_mask.png);
          mask-image: url(../images/home/main_mask.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.mainArea img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .mainArea img {
    height: 70vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
  overflow: hidden;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.subArea {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.subArea h1 {
  font-size: clamp(40px, 5vw, 50px);
  line-height: 1.25em;
  font-weight: 500;
  background-color: #fff;
  border-radius: 8px;
  display: inline;
  padding: 2px 8px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.subArea article {
  text-align: center;
}
.subArea .en {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  background: linear-gradient(to right, #5a99c0, #78bfb1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-family: "Poppins", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  margin-top: 10px;
  display: block;
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #000000;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

footer#global_footer {
  font-size: 1.4rem;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: #61bec6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #61bec6;
  position: fixed;
  right: 2%;
  bottom: 3%;
  line-height: 1em;
  z-index: 1;
}
footer#global_footer .footer {
  padding: 100px 24px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer#global_footer .footer .ftL .ftLogo {
  margin-bottom: 40px;
  width: 60%;
  width: 80% !important;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer .ftL .ftLogo {
    margin: 0 auto 40px;
  }
}
footer#global_footer .footer .ftL address {
  text-align: left;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer .ftL address {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer .ftL {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
footer#global_footer .footer .ftR {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer .ftR {
    width: 100%;
  }
}
footer#global_footer .ftNav {
  display: flex;
  flex-wrap: wrap;
  max-width: 460px;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .ftNav {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .ftNav {
    display: block;
    max-width: 100%;
  }
}
footer#global_footer .ftNav li {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .ftNav li {
    text-align: center;
  }
}
footer#global_footer .ftNav li a {
  font-weight: 500;
  color: #000000;
  padding: 10px;
  display: block;
  line-height: 1em;
}
footer#global_footer .ftNav li a::before {
  content: "・";
  color: #61bec6;
  font-size: 1.2em;
}
footer#global_footer #copy {
  display: block;
  font-family: "Poppins", sans-serif;
  margin-top: auto;
}
@media only screen and (max-width: 900px) {
  footer#global_footer #copy {
    text-align: center;
    margin-top: 40px;
  }
}
footer#global_footer #copy a {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1em;
  text-decoration: none;
  color: #000000 !important;
}

.title_01 h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: 500;
  display: inline;
}
.title_01 .en {
  font-size: 1.6rem;
  background: linear-gradient(to right, #5a99c0, #78bfb1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-family: "Poppins", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  display: block;
}
.title_01 article {
  text-align: center;
}
.title_01 article > div {
  margin-top: 50px;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .title_01 article > div {
    text-align: left !important;
  }
}
.title_01 article > div:empty {
  margin-top: 0;
}
.title_01 article > div .taR {
  font-size: 2rem;
  font-weight: 500;
  text-align: right !important;
  margin-top: 30px;
}
.title_02 {
  position: relative;
}
.title_02 h2 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: 500;
  display: inline;
}
.title_02 .en {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #5a99c0;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
}
.title_02:has(.en) {
  padding-top: 30px;
}
.title_02:empty {
  padding-top: 0;
}
.scroll-hint-text {
  line-height: 1.25em;
}

.news {
  max-height: 265px;
  overflow-y: auto;
  text-align: left;
}
.news dt,
.news dd {
  border: none !important;
  padding: 20px !important;
}
@media screen and (max-width: 834px) {
  .news dt,
  .news dd {
    width: 100% !important;
  }
}
.news dt {
  font-family: "Poppins", sans-serif;
  color: #61bec6;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .news dt {
    padding-bottom: 0 !important;
  }
}
.news dl {
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 834px) {
  .news dl {
    display: block !important;
  }
}

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

.cont_01 {
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 834px) {
  .cont_01 {
    min-height: 550px;
  }
}
.cont_01 .title_01 article {
  text-align: left !important;
}
.cont_01 .title_01 h2 {
  background: transparent !important;
}
.cont_01 .flxR {
  max-width: 846px;
  background-color: #fff;
  padding: 80px;
  border-radius: 30px;
  position: absolute;
  right: 10%;
  bottom: 0;
}
@media only screen and (min-width: 835px) and (max-width: 1450px) {
  .cont_01 .flxR {
    right: 2%;
  }
}
@media screen and (max-width: 834px) {
  .cont_01 .flxR {
    bottom: 0;
    padding: 30px 5%;
    right: 2%;
  }
}
.cont_01 .flxL {
  max-width: 65.89vw;
}
@media screen and (max-width: 834px) {
  .cont_01 .flxL {
    max-width: 100%;
  }
}
.cont_01 .flxL img {
  border-top-right-radius: 30px;
  border: 5px solid #fff;
}
.cont_02 {
  background-color: rgba(255, 255, 255, 0.5);
}
.cont_03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cont_03 .inner {
  max-width: 81.25vw;
  margin: auto !important;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_03 .inner {
    max-width: 100vw;
  }
}
@media screen and (max-width: 834px) {
  .cont_03 .inner {
    max-width: 100vw;
  }
}
.cont_04 {
  position: relative;
  z-index: 1;
}
.cont_04::before {
  content: "";
  background: url(../images/home/grad_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.cont_04 .inner {
  max-width: 71.88vw;
  margin: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .cont_04 .inner {
    display: block;
  }
}
.cont_04 .inner .flxL {
  width: 36%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_04 .inner .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_04 .inner .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_04 .inner .flxR {
  width: 58%;
}
@media screen and (max-width: 834px) {
  .cont_04 .inner .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_04 .inner {
    max-width: 100vw;
  }
}
@media screen and (max-width: 834px) {
  .cont_04 .inner {
    max-width: 100vw;
  }
}
.cont_04 .inner .img img {
  border-radius: 52px;
  border: 5px solid #fff;
}
.cont_05 .inner {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .cont_05 .inner {
    display: block;
  }
}
.cont_05 .inner .flxL {
  width: 20%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_05 .inner .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_05 .inner .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_05 .inner .flxR {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .cont_05 .inner .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
.cont_05 .inner .title_01 article {
  text-align: left !important;
}
.cont_06 .inner {
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .cont_06 .inner {
    display: block;
  }
}
.cont_06 .inner .flxL {
  width: 48%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_06 .inner .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_06 .inner .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_06 .inner .flxR {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .cont_06 .inner .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
.cont_06 .inner .title_02 article {
  text-align: left !important;
}
.cont_06 .inner .gmap {
  border: 5px solid #fff;
  border-radius: 54px;
}
.cont_06 .inner .gmap iframe {
  border-radius: 54px;
  min-height: 585px;
}

.flex_course {
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex_course {
    max-width: 85vw;
    margin: auto;
  }
}
@media only screen and (max-width: 900px) {
  .flex_course {
    max-width: 85vw;
    margin: auto;
  }
}
.flex_course a {
  border: 3px solid #a1d7d8;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 30px;
  width: calc((100% - 160px) / 3);
  position: relative;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #000000;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex_course a {
    padding: 30px 2%;
    width: calc((100% - 100px) / 3);
  }
}
.flex_course a article > div {
  font-size: clamp(28px, 2.8vw, 32px);
  line-height: 1.25em;
  font-weight: 500;
  text-align: center;
}
.flex_course a .tag {
  font-size: 2rem;
  font-weight: 500;
  background-color: #f2fbf6;
  border-radius: 5px;
  padding: 5px 8px;
  line-height: 1em;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.flex_course a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #a1d7d8;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2.375em 2em;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .flex_course a {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .flex_course a {
    width: 100%;
  }
}
.flex_course a h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.flex_flow_01, .flex_flow_02, .flex_flow_03 {
  justify-content: space-between;
  gap: 30px;
  position: relative;
  padding: 60px 50px;
}
@media screen and (max-width: 834px) {
  .flex_flow_01, .flex_flow_02, .flex_flow_03 {
    gap: 110px;
    padding: 120px 50px 60px;
    flex-direction: column-reverse !important;
  }
}
.flex_flow_01 .box, .flex_flow_02 .box, .flex_flow_03 .box {
  overflow: visible !important;
}
.flex_flow_01 .box:first-of-type, .flex_flow_02 .box:first-of-type, .flex_flow_03 .box:first-of-type {
  width: 68%;
}
.flex_flow_01 .box:first-of-type > div, .flex_flow_02 .box:first-of-type > div, .flex_flow_03 .box:first-of-type > div {
  padding-left: 15rem;
}
@media only screen and (max-width: 900px) {
  .flex_flow_01 .box:first-of-type > div, .flex_flow_02 .box:first-of-type > div, .flex_flow_03 .box:first-of-type > div {
    padding-left: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .flex_flow_01 .box:first-of-type > div, .flex_flow_02 .box:first-of-type > div, .flex_flow_03 .box:first-of-type > div {
    padding-left: 4rem;
  }
}
.flex_flow_01 .box:first-of-type h3, .flex_flow_02 .box:first-of-type h3, .flex_flow_03 .box:first-of-type h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
}
.flex_flow_01 .box:first-of-type p, .flex_flow_02 .box:first-of-type p, .flex_flow_03 .box:first-of-type p {
  font-size: 1.4rem;
}
.flex_flow_01 .box:first-of-type .en, .flex_flow_02 .box:first-of-type .en, .flex_flow_03 .box:first-of-type .en {
  height: 80%;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(40deg, #5a99c0, #78bfb1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .flex_flow_01 .box:first-of-type .en, .flex_flow_02 .box:first-of-type .en, .flex_flow_03 .box:first-of-type .en {
    height: 90%;
  }
}
.flex_flow_01 .box:first-of-type .en::after, .flex_flow_02 .box:first-of-type .en::after, .flex_flow_03 .box:first-of-type .en::after {
  content: "";
  height: 60%;
  width: 5px;
  border-left: 5px #cae1e7 dotted;
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 834px) {
  .flex_flow_01 .box:first-of-type .en::after, .flex_flow_02 .box:first-of-type .en::after, .flex_flow_03 .box:first-of-type .en::after {
    height: 90%;
  }
}
.flex_flow_01 .box:first-of-type .en .nb, .flex_flow_02 .box:first-of-type .en .nb, .flex_flow_03 .box:first-of-type .en .nb {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1em;
  font-weight: 300;
  display: block;
}
.flex_flow_01 .box:last-of-type, .flex_flow_02 .box:last-of-type, .flex_flow_03 .box:last-of-type {
  width: 27%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_flow_01 .box:last-of-type::before, .flex_flow_02 .box:last-of-type::before, .flex_flow_03 .box:last-of-type::before {
  content: "";
  width: 100%;
  height: 100%;
  min-height: 264px;
  min-width: 264px;
  min-height: 264px;
  max-width: 264px;
  border-radius: 100%;
  background-color: #f9fdfb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .flex_flow_01 .box, .flex_flow_02 .box, .flex_flow_03 .box {
    width: 100% !important;
  }
}
.flex_flow_01 {
  border-radius: 52px 52px 0 0;
}
.flex_flow_03 {
  border-radius: 0 0 52px 52px;
}
.flex_feature {
  gap: 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex_feature {
    gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .flex_feature {
    gap: 30px;
  }
}
.flex_feature .box {
  padding: 82px 30px;
  border-radius: 30px;
  position: relative;
  overflow: visible !important;
  width: calc((100% - 180px) / 4);
  border: 1px solid #fff;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex_feature .box {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (max-width: 900px) {
  .flex_feature .box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .flex_feature .box {
    width: 100%;
  }
}
.flex_feature .box h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
}
.flex_feature .box .nb {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: clamp(42px, 6vw, 64px);
  position: absolute;
  top: -17px;
  left: 2%;
}
.flex_feature .box article > div {
  line-height: 1.6em;
}
.flex_nayami {
  justify-content: space-between;
  gap: 30px 50px;
}
.flex_nayami .box {
  width: calc((100% - 50px) / 2);
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  position: relative;
  overflow: visible !important;
}
.flex_nayami .box article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row-reverse;
  align-items: center;
}
.flex_nayami .box img {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  background: linear-gradient(90deg, #5a99c0, #78bfb1, #e9f6ed);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 5px;
  max-width: 207px;
  min-width: 207px;
  min-height: 207px;
  max-height: 207px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex_nayami .box img {
    max-width: 177px;
    min-height: 177px;
    min-width: 177px;
    max-height: 177px;
  }
}
@media screen and (max-width: 640px) {
  .flex_nayami .box img {
    max-width: 177px;
    min-height: 177px;
    min-width: 177px;
    max-height: 177px;
  }
}
.flex_nayami .box h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
}
.flex_nayami .box h3 .line {
  background: linear-gradient(transparent 60%, #d9eee4 0);
  display: inline;
}
.flex_nayami .box .en {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  color: #9ed2c2;
  font-size: clamp(24px, 2.4vw, 32px);
  position: absolute;
  top: -17px;
  left: 2%;
}
@media screen and (max-width: 640px) {
  .flex_nayami .box:first-of-type article {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .flex_nayami .box:first-of-type article div {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .flex_nayami .box:nth-of-type(2) article {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .flex_nayami .box:nth-of-type(2) article div {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flex_nayami .box {
    width: 100%;
  }
}

.dl_price {
  border-radius: 30px;
}
.dl_price dt {
  border: none !important;
  padding: 20px 15px !important;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 24px);
  width: 100% !important;
  border-bottom: 1px solid rgba(97, 190, 198, 0.3) !important;
}
.dl_price dd {
  width: 100% !important;
  border: none !important;
  padding: 20px 15px !important;
}
.dl_price dd .price {
  justify-content: flex-end;
  align-items: flex-end;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25em;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.dl_price dd .price .time {
  font-size: 2rem;
  font-weight: 500;
  background-color: #f2fbf6;
  border-radius: 5px;
  padding: 5px 8px;
  line-height: 1em;
  margin-right: 20px;
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dl_price dl {
  display: block !important;
}
.dl_keireki {
  border-left: 1px solid #a1d7d8;
}
.dl_keireki dt {
  border: none !important;
  padding: 20px 15px !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl_keireki dt {
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}
.dl_keireki dd {
  border: none !important;
  padding: 20px 15px !important;
}
@media screen and (max-width: 640px) {
  .dl_keireki dd {
    width: 100% !important;
  }
}
.dl_keireki dl {
  border-bottom: 1px solid rgba(161, 215, 216, 0.3);
  font-weight: 500;
  position: relative;
  padding-left: 5rem;
}
.dl_keireki dl::before {
  content: "●";
  color: #a1d7d8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.55em;
}
@media screen and (max-width: 640px) {
  .dl_keireki dl {
    display: block !important;
  }
}
.dl_01 dt {
  border: none !important;
  padding: 20px 15px !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl_01 dt {
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}
.dl_01 dd {
  border: none !important;
  padding: 20px 15px !important;
}
@media screen and (max-width: 640px) {
  .dl_01 dd {
    width: 100% !important;
  }
}
.dl_01 dl {
  border-bottom: 1px solid rgba(97, 190, 198, 0.3);
}
@media screen and (max-width: 640px) {
  .dl_01 dl {
    display: block !important;
  }
}

.td_hikaku {
  background-color: #fff !important;
  border-radius: 52px;
}
.td_hikaku td {
  border-color: #dee6e1;
  padding: 40px 15px !important;
}
.td_hikaku td > div {
  text-align: center;
}
.td_hikaku .brNone br {
  display: none;
}
@media screen and (max-width: 834px) {
  .td_hikaku .brNone br {
    display: block;
  }
}
.td_hikaku .td_top, .td_hikaku .td_top_strong, .td_hikaku .td_topL, .td_hikaku .td_topR {
  border: none;
}
.td_hikaku .td_top > div, .td_hikaku .td_top_strong > div, .td_hikaku .td_topL > div, .td_hikaku .td_topR > div {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .td_hikaku .td_top > div, .td_hikaku .td_top_strong > div, .td_hikaku .td_topL > div, .td_hikaku .td_topR > div {
    font-size: 1.6rem;
  }
}
.td_hikaku .td_topR {
  border-top-right-radius: 52px;
  border-right: none !important;
  background-color: #f7f7f7;
}
.td_hikaku .td_topL, .td_hikaku .td_btmL, .td_hikaku .td_btmR {
  border: none;
}
.td_hikaku .td_top {
  background-color: #f7f7f7;
  border: none;
  border-right: 1px solid #dee6e1;
}
.td_hikaku .bt_none {
  border-top: none;
}
.td_hikaku .td_btm {
  border-bottom: none;
}
.td_hikaku .td_R {
  border-right: none;
}
.td_hikaku .td_L {
  background-color: #f7f7f7;
  border: none;
  border-bottom: 1px solid #dee6e1;
}
.td_hikaku .td_L > div {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .td_hikaku .td_L > div {
    font-size: 1.6rem;
  }
}
.td_hikaku .td_top_strong {
  border-left: 3px solid #62c0c7;
  border-right: 3px solid #62c0c7;
}
.td_hikaku .td_strong_btm {
  border-bottom: 3px solid #62c0c7;
}
.td_hikaku .td_strong {
  border-left: 3px solid #62c0c7;
  border-right: 3px solid #62c0c7;
}
.td_hikaku .td_btmL {
  border-bottom-left-radius: 52px;
  border-left: none !important;
  border-bottom: none;
  background-color: #f7f7f7;
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
}

.top-sns .sns_list {
  flex-direction: inherit !important;
  justify-content: space-between;
  border: none !important;
  flex-wrap: wrap;
  gap: 20px;
}
.top-sns .sns_list > div {
  border-bottom: none !important;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 834px) {
  .top-sns .sns_list > div {
    width: calc((100% - 20px) / 2);
  }
}
.top-sns .sns_list > div .sns_text {
  width: 100% !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  margin-bottom: 30px;
  display: none;
}
.top-sns .sns_list > div .sns_text .sns_date {
  font-family: "Poppins", sans-serif;
  display: block;
  color: #61bec6 !important;
  margin: 18px 0;
  font-weight: 400;
  line-height: 1em;
}
.top-sns .sns_list > div .clearfix {
  display: none;
}
.top-sns .sns_list > div .sns_photo {
  padding: 0 !important;
  width: 100% !important;
}
.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;
}

.list_bnr ul {
  display: flex;
  gap: 50px;
}

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

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  background-color: #61bec6;
  line-height: 1em;
  padding: 22px;
  width: 400px;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 50px;
  position: relative;
}
.btn a:hover {
  opacity: 1 !important;
}
.btn a:before {
  font-family: "Phosphor-fill" !important;
  content: "\e06c";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

::-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: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

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

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(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, "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "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: #61bec6 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #000000 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #61bec6 !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: #61bec6;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

.local_title_01 h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: 500;
}
.local_title_01 .en {
  font-size: 1.6rem;
  background: linear-gradient(to right, #5a99c0, #78bfb1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-family: "Poppins", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  display: block;
}
.local_title_01 article > div {
  margin-top: 50px;
}
.local_title_01 article > div:has(.tel) a {
  font-size: clamp(32px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: 900;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #61bec6;
  font-family: "Poppins", sans-serif;
}
.local_title_01 article > div:has(.tel) i, .local_title_01 article > div:has(.tel) img {
  margin-right: 5px;
  font-size: 3.2rem;
}
.local_title_01 article > div:empty {
  margin-top: 0;
}
.local_title_02 h2 {
  font-size: clamp(22px, 2.2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  color: #000;
}
.local_title_02 article > div {
  margin-top: 50px;
}
.local_title_02 article > div:empty {
  margin-top: 0;
}
.local_title_03 h2 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: 500;
  display: inline;
}
.local_title_03 .en {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #5a99c0;
  font-weight: 300;
}
.local_title_03 article > div {
  margin-top: 50px;
  line-height: 2em;
}
.local_title_03 article > div:empty {
  margin-top: 0;
}
.local_title_center {
  width: -moz-fit-content;
  width: fit-content;
}

.sub_title_01 h3 {
  font-size: clamp(22px, 2.2vw, 24px);
  line-height: 1.25em;
  position: relative;
  font-weight: 500;
}
.sub_title_01 h3::before {
  content: "●";
  color: #61bec6;
  font-size: 1.2em;
}
.sub_title_01 article > div {
  margin-top: 30px;
}
.sub_title_01 article > div:empty {
  margin-top: 0;
}
.sub_title_02 h3 {
  font-size: clamp(22px, 2.2vw, 24px);
  line-height: 1.25em;
  position: relative;
  font-weight: 500;
}
.sub_title_02 h3 .hurigana {
  font-size: 1.4rem;
  margin-left: 20px;
}
.sub_title_02 article > div {
  margin-top: 30px;
}
.sub_title_02 article > div:empty {
  margin-top: 0;
}

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

.textBack {
  border-radius: 64px;
}

.menu-remake .tel_fix {
  position: fixed;
  right: 2%;
  bottom: 13%;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .menu-remake .tel_fix {
    right: unset;
    left: 2%;
    bottom: 2%;
  }
}
.menu-remake .tel_fix a {
  text-align: center;
  background-color: #61bec6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  font-size: 1.4rem;
  border-radius: 100%;
  flex-direction: column;
}
.menu-remake .tel_fix a img {
  filter: invert(1);
}

.local_list_genin {
  border-radius: 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.local_list_genin ul li {
  position: relative;
  font-size: 1.8rem;
  margin: 15px 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.local_list_genin ul li .tag {
  background-color: #61bec6;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 8px;
  line-height: 1em;
  font-size: 1.4rem;
}
.local_list_point {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.local_list_point ul li {
  position: relative;
  font-size: 1.8rem;
  padding-left: 3rem;
  margin: 15px 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.local_list_point ul li:before {
  font-size: 2.4rem;
  color: #a1d7d8;
  font-family: "Phosphor-fill" !important;
  content: "\e184";
  position: absolute;
  left: 0;
  top: 2px;
}
.local_list_point2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 14px;
}
.local_list_point2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
.local_list_point2 ul li {
  position: relative;
  font-size: 1.8rem;
  padding-left: 3rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.local_list_point2 ul li:before {
  font-size: 2.4rem;
  color: #a1d7d8;
  font-family: "Phosphor-fill" !important;
  content: "\e184";
  position: absolute;
  left: 0;
  top: 2px;
}
.local_list_btn ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .local_list_btn ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.local_list_btn ul li a {
  padding: 18px;
  display: block;
  background-color: #61bec6;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 8px;
}

.local_sns .sns_list {
  border: none !important;
}
.local_sns .sns_list > div {
  border-bottom: 1px solid rgba(97, 190, 198, 0.3);
  padding-bottom: 20px;
  padding-top: 20px;
}
.local_sns .sns_list > div .sns_text {
  font-size: 1.6rem;
}
.local_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;
}
.local_sns .sns_list > div .sns_text .sns_date {
  color: #61bec6;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local_sns .sns_list > div .sns_photo {
    margin: auto;
  }
}
.local_sns .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

.local_flex_contact {
  justify-content: space-between;
  gap: 30px;
}
.local_flex_contact .box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 640px) {
  .local_flex_contact .box {
    width: 100%;
  }
}
.local_flex_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .local_flex_contact a {
    min-width: 100%;
  }
}
.local_flex_contact .mail {
  color: #fff;
  min-width: 250px;
  border-radius: 50px;
  padding: 30px;
  position: relative;
  background: linear-gradient(to right, #61bec6, #79e7d6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.local_flex_contact .tel {
  color: #000000;
  margin-bottom: 10px;
  font-size: clamp(24px, 2.8vw, 28px);
}
.local_flex_contact .time {
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.local_flex_contact i, .local_flex_contact img {
  margin-right: 5px;
  font-size: 2.4rem;
}
.local_flex_voice {
  justify-content: space-between;
  gap: 30px;
}
.local_flex_voice .box {
  width: calc((100% - 30px) / 2);
  overflow: visible !important;
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
}
@media only screen and (max-width: 900px) {
  .local_flex_voice .box {
    width: 100%;
  }
}
.local_flex_voice .box .name {
  font-size: 1.8rem;
  color: #61bec6;
  font-weight: 500;
}
.local_flex_voice .box article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .local_flex_voice .box article {
    justify-content: center;
  }
}
.local_flex_voice .box img {
  width: 31% !important;
}
.local_flex_voice .box article > div {
  text-align: left;
  line-height: 2em;
  width: 60%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .local_flex_voice .box article > div {
    width: 100%;
  }
}
.local_flex_flow {
  gap: 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .local_flex_flow {
    gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .local_flex_flow {
    gap: 30px;
  }
}
.local_flex_flow .box {
  padding: 82px 30px;
  border-radius: 30px;
  position: relative;
  overflow: visible !important;
  width: calc((100% - 180px) / 4);
  border: 1px solid #fff;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .local_flex_flow .box {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (max-width: 900px) {
  .local_flex_flow .box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .local_flex_flow .box {
    width: 100%;
  }
}
.local_flex_flow .box h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
}
.local_flex_flow .box .nb {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: clamp(42px, 6vw, 64px);
  position: absolute;
  top: -17px;
  left: 2%;
}
.local_flex_flow .box article > div {
  line-height: 1.6em;
}
.local_flex_tsuyomi {
  justify-content: space-between;
  gap: 30px 50px;
}
.local_flex_tsuyomi .box {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  overflow: visible !important;
}
.local_flex_tsuyomi .box article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .local_flex_tsuyomi .box article {
    flex-direction: column;
  }
}
.local_flex_tsuyomi .box img {
  max-width: 200px;
}
.local_flex_tsuyomi .box h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
}
.local_flex_tsuyomi .box h3 .line {
  background: linear-gradient(transparent 60%, #d9eee4 0);
  display: inline;
}
.local_flex_tsuyomi .box .en {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  color: #9ed2c2;
  font-size: clamp(24px, 2.4vw, 32px);
  position: absolute;
  top: -17px;
  left: 2%;
}
@media screen and (max-width: 834px) {
  .local_flex_tsuyomi .box {
    width: 100%;
  }
}
.local_flex_cont {
  justify-content: space-between;
  gap: 30px;
}
.local_flex_cont .box:first-of-type {
  width: 38%;
  text-align: center;
}
.local_flex_cont .box:last-of-type {
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  padding: 30px;
  width: 58%;
}
.local_flex_cont .box:last-of-type article {
  margin: auto;
}
@media screen and (max-width: 834px) {
  .local_flex_cont .box {
    width: 100% !important;
  }
}
.local_flex_cont .box h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
}
.local_flex_cont .box img {
  border-radius: 30px;
}
.local_flex_menu {
  justify-content: space-between;
  gap: 30px;
}
.local_flex_menu .box {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  border: 3px solid #61bec6;
}
@media screen and (max-width: 640px) {
  .local_flex_menu .box {
    width: 100%;
  }
}
.local_flex_menu .box h3 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 30px;
}
.local_flex_menu .box a {
  display: block;
  color: #000000;
}
.local_flex_menu .box a::before {
  content: "・";
  color: #61bec6;
  font-size: 1.2em;
}
.local_flex_point {
  gap: 30px;
  justify-content: center;
}
.local_flex_point .box {
  width: calc((100% - 60px) / 3);
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  background-color: #fff;
  min-width: 377px;
  min-height: 377px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.local_flex_point .box > div {
  text-align: center;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 2em;
  font-weight: 500;
}
.local_flex_img_text2 {
  gap: 30px;
  justify-content: center;
}
.local_flex_img_text2 .box {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
}
.local_flex_img_text2 .box article {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.local_flex_img_text2 .box img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-grow: 1;
  width: auto !important;
}
@media screen and (max-width: 640px) {
  .local_flex_img_text2 .box img {
    max-width: 100%;
  }
}
.local_flex_img_text2 .box article > div {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .local_flex_img_text2 .box {
    width: 100% !important;
  }
}
.local_flex_img_text {
  gap: 30px;
  justify-content: center;
}
.local_flex_img_text .box {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px;
}
.local_flex_img_text .box img {
  max-height: 200px;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
  margin: auto;
}
.local_flex_img_text .box article > div {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .local_flex_img_text .box {
    width: 100% !important;
  }
}
.local_flex_img {
  gap: 30px;
  justify-content: center;
}
.local_flex_img .box {
  width: calc((100% - 60px) / 3);
}
.local_flex_img .box img {
  border-radius: 30px;
  aspect-ratio: 1.5/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.local_flex_img .box article > div {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .local_flex_img .box {
    width: 100% !important;
  }
}

.slider2 .slick-list {
  overflow: visible !important;
}
.slider2 .slick-track {
  display: flex;
  gap: 30px;
}
.slider2 .slick-slide {
  height: auto !important;
}
.slider2 .slick-prev:before, .slider2 .slick-next:before {
  font-size: clamp(62px, 5vw, 262px);
}
.slider2 .slick-prev, .slider2 .slick-next {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.slider2 .slick-prev {
  z-index: 2;
}

.local_cont_text > div {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.25em;
}
.local_cont_02 {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.local_cont_02 .title_02 article {
  text-align: center !important;
  display: block;
}
.local_cont_01 {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}
.local_cont_01 .text {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 150px 5%;
}
.local_cont_01 .text > div {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 3em;
  font-weight: 500;
}
.local_cont_01 .text > div .blue {
  color: #61bec6;
  font-size: 2em;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.qa dd,
.qa dt {
  border: none !important;
  width: 100% !important;
}
.qa dt {
  position: relative;
  padding: 30px 5rem 30px 6.5rem !important;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 500;
  background-color: #f2fbf6 !important;
  border-radius: 14px;
}
.qa dt::before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #61bec6;
  position: absolute;
  font-weight: 400;
  line-height: 1em;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.qa dt::after {
  font-size: 3rem;
  color: #61bec6;
  font-family: "Phosphor-Thin" !important;
  content: "\e02e";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.qa dd {
  padding: 0 35px 0 5.5rem !important;
  margin: 20px 0;
  position: relative;
}
.qa dd::before {
  content: "A";
  font-size: 2rem;
  color: #61bec6;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.qa dl {
  display: block !important;
  margin-bottom: 30px;
}
.qa dl:last-of-type {
  margin-bottom: 0;
}

.form {
  border-radius: 54px;
}
.form dt {
  border: none !important;
  padding: 30px 15px !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .form dt {
    padding-bottom: 0 !important;
  }
}
.form dd {
  border: none !important;
  padding: 30px 15px !important;
}
.form dl {
  border-bottom: 1px solid rgba(97, 190, 198, 0.3);
}

.policy_cont {
  background-color: #fff;
  border-radius: 80px;
  padding: 50px;
}
.policy_cont p {
  margin-bottom: 10px;
}
.policy_cont h2 {
  font-weight: 500;
  font-size: 1.2em;
  border-bottom: 1px solid #61bec6;
  padding-bottom: 8px;
  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 */