@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 300;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  font-weight: 300;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-padding-top: 60px;
}

@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 80px;
  }
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
  }
}

*[lang=en] {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

[data-img=w100] {
  width: 100%;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a[href^="tel:"] {
  color: #000 !important;
  text-decoration: none !important;
}

@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
a.pdf,
span.pdf {
  position: relative;
  padding-right: 25px;
}
a.pdf::before,
span.pdf::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/icon/icon-pdf.png) no-repeat center;
  background-size: cover;
  top: 0.2rem;
  right: 0;
}

a.newWindow,
span.newWindow {
  position: relative;
  padding-right: 20px;
  margin-right: 0.6rem;
}
a.newWindow::before,
span.newWindow::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/images/icon/icon-newWindow-green.svg) no-repeat center;
  background-size: cover;
  top: 0.5rem;
  right: 0;
}
a.newWindow.-pink::before,
span.newWindow.-pink::before {
  background: url(/assets/images/icon/icon-newWindow-pink.svg) no-repeat center;
}

i {
  margin-left: 0.8rem;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  border: 0;
}

/*テキストを隠す*/
.mask {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

/*メインカラー*/
.mainColor {
  color: #96CE5E;
}

/*text-align*/
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/*fontsize*/
.huge {
  font-size: 175%;
}

.large {
  font-size: 120%;
}

.small {
  font-size: 80%;
}

/*indent*/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-half {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.indentRes {
  padding-left: 0;
  text-indent: 0;
}

.indent-halfRes {
  padding-left: 0;
  text-indent: 0;
}

.no_link {
  pointer-events: none;
}

.none {
  display: none;
}

.pc_none {
  display: inline-block;
}

.sp_none {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
}
.serif {
  font-family: serif;
}

.sans-serif {
  font-family: sans-serif;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.note {
  color: rgb(201, 37, 70) !important;
}

/*margin-top*/
.mt0 {
  margin-top: 0 !important;
}

.mt2 {
  margin-top: 0.2rem !important;
}

.mt4 {
  margin-top: 0.4rem !important;
}

.mt6 {
  margin-top: 0.6rem !important;
}

.mt8 {
  margin-top: 0.8rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt12 {
  margin-top: 1.2rem !important;
}

.mt14 {
  margin-top: 1.4rem !important;
}

.mt16 {
  margin-top: 1.6rem !important;
}

.mt18 {
  margin-top: 1.8rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt22 {
  margin-top: 2.2rem !important;
}

.mt24 {
  margin-top: 2.4rem !important;
}

.mt26 {
  margin-top: 2.6rem !important;
}

.mt28 {
  margin-top: 2.8rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt32 {
  margin-top: 3.2rem !important;
}

.mt34 {
  margin-top: 3.4rem !important;
}

.mt36 {
  margin-top: 3.6rem !important;
}

.mt38 {
  margin-top: 3.8rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt42 {
  margin-top: 4.2rem !important;
}

.mt44 {
  margin-top: 4.4rem !important;
}

.mt46 {
  margin-top: 4.6rem !important;
}

.mt48 {
  margin-top: 4.8rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt52 {
  margin-top: 5.2rem !important;
}

.mt54 {
  margin-top: 5.4rem !important;
}

.mt56 {
  margin-top: 5.6rem !important;
}

.mt58 {
  margin-top: 5.8rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt64 {
  margin-top: 6.4rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

/*margin-bottom*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb2 {
  margin-bottom: 0.2rem !important;
}

.mb4 {
  margin-bottom: 0.4rem !important;
}

.mb6 {
  margin-bottom: 0.6rem !important;
}

.mb8 {
  margin-bottom: 0.8rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb12 {
  margin-bottom: 1.2rem !important;
}

.mb14 {
  margin-bottom: 1.4rem !important;
}

.mb16 {
  margin-bottom: 1.6rem !important;
}

.mb18 {
  margin-bottom: 1.8rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb22 {
  margin-bottom: 2.2rem !important;
}

.mb24 {
  margin-bottom: 2.4rem !important;
}

.mb26 {
  margin-bottom: 2.6rem !important;
}

.mb28 {
  margin-bottom: 2.8rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb32 {
  margin-bottom: 3.2rem !important;
}

.mb34 {
  margin-bottom: 3.4rem !important;
}

.mb36 {
  margin-bottom: 3.6rem !important;
}

.mb38 {
  margin-bottom: 3.8rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb42 {
  margin-bottom: 4.2rem !important;
}

.mb44 {
  margin-bottom: 4.4rem !important;
}

.mb46 {
  margin-bottom: 4.6rem !important;
}

.mb48 {
  margin-bottom: 4.8rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb52 {
  margin-bottom: 5.2rem !important;
}

.mb54 {
  margin-bottom: 5.4rem !important;
}

.mb56 {
  margin-bottom: 5.6rem !important;
}

.mb58 {
  margin-bottom: 5.8rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb64 {
  margin-bottom: 6.4rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
BASE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*=========================
TOP
=========================*/
.top-primary {
  position: relative;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.9rem;
  margin-bottom: 3rem;
}
.top-primary::before {
  position: absolute;
  content: "";
  display: block;
  width: 2.3rem;
  height: 0.2rem;
  background-color: #96CE5E;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .top-primary {
    font-size: 2.8rem;
    padding-bottom: 1.2rem;
    margin-bottom: 3rem;
  }
}
/*-------- MV --------*/
.top-mv {
  position: relative;
  padding: 0 2rem;
  margin: 0 0 3.5rem;
}
.top-mv_catchCopy {
  position: absolute;
  top: 4.6rem;
  right: 4.5rem;
  z-index: 1;
}
.top-mv_wrap {
  position: relative;
}
.top-mv_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 3rem 3rem;
  background-color: rgba(0, 0, 0, 0.19);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
.top-mv_wrap img {
  border-radius: 0 0 3rem 3rem;
}
.top-mv_important {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  color: #C21936;
  letter-spacing: 0.08rem;
  font-size: 1.3rem;
  background-color: #FFF2F3;
  border-radius: 100px 0 0 100px;
}
.top-mv_important a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5.8rem 1.5rem 2.5rem;
}
.top-mv_important a::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #C21936;
  border-right: 1px solid #C21936;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 3rem;
}
.top-mv_important a img {
  margin-right: 0.8rem;
}

@media screen and (min-width: 769px) {
  .top-mv {
    width: 100%;
    margin: 0 auto 4rem;
    padding: 0 3.8rem;
    overflow-x: hidden;
  }
  .top-mv_catchCopy {
    min-width: 13rem;
    top: 13.6rem;
    right: 17.5rem;
  }
  .top-mv_catchCopy img {
    width: 100%;
  }
  .top-mv_wrap::before {
    border-radius: 0 0 4rem 4rem;
  }
  .top-mv_wrap img {
    border-radius: 0 0 4rem 4rem;
  }
  .top-mv_important {
    bottom: 3.3rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .top-mv_catchCopy {
    width: 9.5168374817vw;
  }
}
/*-------- info --------*/
.top-info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 88.5%;
  margin: 0 auto;
  margin-bottom: 5.2rem;
}
.top-info_box a {
  display: flex;
}
.top-info_box a h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50%;
  border-radius: 2.5rem 0 0 2.5rem;
  background-color: #96CE5E;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.top-info_box a h2.-green {
  background-color: #49B7B3;
}
.top-info_box a img {
  border-radius: 0 2.5rem 2.5rem 0;
}

@media screen and (min-width: 769px) {
  .top-info {
    flex-direction: row;
    gap: 3.4rem;
    width: 88.5%;
    max-width: 1290px;
    margin: 0 auto;
    margin-bottom: 5.2rem;
    width: 100%;
    max-width: 100%;
    padding: 0px 3.8rem;
  }
  .top-info_box {
    width: calc((100% - 6.8rem) / 3);
  }
  .top-info_box a:hover {
    opacity: 0.7;
  }
  .top-info_box a h2 {
    border-radius: 3rem 0 0 3rem;
    font-size: 1.7rem;
  }
  .top-info_box a img {
    border-radius: 0 3rem 3rem 0;
  }
}
/*-------- menu --------*/
.top-menu {
  width: 88.5%;
  margin: 0 auto;
}
.top-menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.6rem;
}
.top-menu_item {
  width: calc((100% - 3.6rem) / 2);
  text-align: center;
}
.top-menu_item p {
  color: #96CE5E;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.665rem;
}

@media screen and (min-width: 769px) {
  .top-menu {
    position: relative;
    z-index: 1;
  }
  .top-menu_list {
    max-width: 968px;
    margin: 0 auto;
    gap: 9.6rem;
  }
  .top-menu_item {
    width: calc((100% - 28.8rem) / 4);
    text-align: center;
  }
  .top-menu_item p {
    color: #96CE5E;
    font-size: 1.8rem;
    margin-top: 1.75rem;
  }
}
/*-------- message --------*/
.top-message {
  position: relative;
  background: url(/assets/images/top-message-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 7.8rem;
  padding-bottom: 1.7rem;
  margin-bottom: 5.2rem;
}
.top-message::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 372px;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
}
.top-message::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 269px;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}
.top-message_inner {
  position: relative;
  width: 88.5%;
  margin: 0 auto 4.5rem;
  z-index: 1;
}
.top-message_inner h2 {
  width: 88.5%;
  margin-bottom: 3.1rem;
  font-family: "Noto Serif JP", serif;
  color: #CB975B;
  font-size: 3.3rem;
  line-height: 1.424;
}
.top-message_inner p {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.top-message_inner p:nth-of-type(n+2) {
  margin-top: 3rem;
}
.top-message_img {
  position: relative;
  z-index: 1;
}
.top-message_deco-left, .top-message_deco-right {
  display: none;
}

@media screen and (min-width: 769px) {
  .top-message {
    background: url(/assets/images/top-message-bg_pc.jpg) no-repeat;
    background-size: cover;
    padding-top: 31rem;
    padding-bottom: 6.5rem;
    margin-top: -18.2rem;
    margin-bottom: 4.2rem;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .top-message::before {
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .top-message::after {
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .top-message_wrap {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
  }
  .top-message_box {
    position: relative;
    display: flex;
    gap: 8rem;
    width: 88.5%;
    max-width: 1040px;
    margin: 0 auto;
    left: 4rem;
  }
  .top-message_inner {
    margin: 5.7rem auto 0;
  }
  .top-message_inner h2 {
    margin-bottom: 4.4rem;
    font-size: 3.3rem;
  }
  .top-message_img {
    flex-shrink: 0;
    height: 67.9rem;
  }
  .top-message_deco-left {
    position: absolute;
    display: block;
    top: -7.2rem;
    left: -2.8rem;
  }
  .top-message_deco-right {
    position: absolute;
    display: block;
    top: -10.5rem;
    right: -3.7rem;
  }
}
/*-------- facility --------*/
.top-facility {
  width: 88.5%;
  margin: 0 auto 6.2rem;
  border-radius: 20px;
  padding: 3.2rem 2rem 4rem;
  background: linear-gradient(#f7fcf2 0%, #f5ffef 30.12%, #f2fff8 74.89%, #f1fff8 100%);
}
.top-facility .top-primary {
  font-size: 1.8rem;
}
.top-facility_list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}
.top-facility_item a {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  background-color: #fff;
  border: 2px solid #E7E7E8;
  border-radius: 5px;
}
.top-facility_item a p {
  margin-right: 1.4rem;
}
.top-facility_item a h3 {
  letter-spacing: 0.1em;
  line-height: 1.429;
}
.top-facility_info {
  text-align: center;
}
.top-facility_info p {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  background-color: #96CE5E;
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.top-facility_info div {
  margin-top: 2.2rem;
  text-align: left;
  line-height: 1.429;
}
.top-facility_info div a {
  position: relative;
  display: block;
  padding-bottom: 0.87rem;
  margin: 0 4.3rem;
  border-bottom: 1px solid #000;
}
.top-facility_info div a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: url("/assets/images/icon/icon-arrow.svg") no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .top-facility {
    max-width: 1168px;
    margin: 0 auto 6rem;
    padding: 4.3rem 8.4rem 4.3rem;
  }
  .top-facility .top-primary {
    font-size: 2rem;
  }
  .top-facility_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3.8rem;
  }
  .top-facility_item {
    width: calc((100% - 2rem) / 3);
  }
  .top-facility_item a {
    padding: 0.9rem;
  }
  .top-facility_item a p {
    margin-right: 1.5rem;
  }
  .top-facility_info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-facility_info p {
    display: inline-block;
    padding: 0.9rem 2.4rem;
    margin-bottom: 0;
    margin-right: 6rem;
  }
  .top-facility_info div {
    margin-top: 0;
  }
  .top-facility_info div:first-of-type {
    margin-right: 4.5rem;
  }
  .top-facility_info div a {
    padding-right: 4rem;
    padding-bottom: 1rem;
    margin: 0;
    font-size: 1.4rem;
  }
}
/*-------- facility --------*/
.top-connection {
  width: 88.5%;
  margin: 0 auto 8.2rem;
}
.top-connection_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.top-connection_item {
  width: calc((100% - 7px) / 2);
}
.top-connection_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #CB975B;
  height: 100%;
  background-color: #CB975B;
  padding: 0.7rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.top-connection_item a::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 1.2rem;
}

@media screen and (min-width: 769px) {
  .top-connection {
    max-width: 1000px;
    margin: 0 auto 13.5rem;
  }
  .top-connection_list {
    gap: 1.4rem;
  }
  .top-connection_item {
    width: calc((100% - 4.2rem) / 4);
  }
  .top-connection_item a {
    padding: 1.4rem;
  }
  .top-connection_item a::before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 1.6rem;
    transition: all 0.3s ease;
  }
  .top-connection_item a:hover {
    background-color: #fff;
    color: #CB975B;
  }
  .top-connection_item a:hover::before {
    border-top: 1px solid #CB975B;
    border-right: 1px solid #CB975B;
    right: 1rem;
    transition: all 0.3s ease;
  }
}/*# sourceMappingURL=top.css.map */
@charset "UTF-8";
.js-blur {
  opacity: 0;
}

.blur {
  -webkit-animation: blur 1.3s forwards;
          animation: blur 1.3s forwards;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.js-fadeIn,
.js-fadeIn-left,
.js-fadeIn-right,
.js-fadeIn-top {
  opacity: 0;
}

.js-fadeIn.show {
  -webkit-animation: fadeIn 0.6s forwards;
          animation: fadeIn 0.6s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.js-fadeIn-left.show {
  -webkit-animation: fadeIn-left 0.6s forwards;
          animation: fadeIn-left 0.6s forwards;
}
@-webkit-keyframes fadeIn-left {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn-left {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.js-fadeIn-right.show {
  -webkit-animation: fadeIn-right 0.6s forwards;
          animation: fadeIn-right 0.6s forwards;
}
@-webkit-keyframes fadeIn-right {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn-right {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo {
  width: 190px;
  height: 100%;
  margin-left: 6.5%;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo.-tsuusyo {
  width: 160px;
}
.header_logo.-medical {
  width: 240px;
}
.header_tel a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ddd;
}
.header_tel.-facility a {
  width: 8rem;
}
.header_tel p {
  color: #96CE5E;
  font-size: 1.2rem;
  margin-top: 0.1rem;
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    width: 100%;
    height: 8rem;
    background-color: transparent;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header.hide {
    top: -8.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_logo {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    padding: 0 3.5rem;
  }
  .header_logo.-tsuusyo {
    width: auto;
    padding: 2.6rem 3.5rem;
  }
  .header_logo.-tsuusyo img {
    width: auto;
    height: 54px;
  }
  .header_logo.-ms-chita {
    width: auto;
    padding: 2.6rem 3.5rem;
  }
  .header_logo.-ms-chita img {
    width: auto;
    height: 54px;
  }
  .header_logo.-nishiharu {
    width: auto;
    padding: 2.6rem 3.5rem;
  }
  .header_logo.-nishiharu img {
    width: auto;
    height: 54px;
  }
  .header_logo.-medical {
    width: auto;
    padding: 2.6rem 3.5rem;
  }
  .header_logo.-medical img {
    width: auto;
    height: 25px;
  }
  .header_logo.-youyouen {
    width: auto;
    padding: 2.6rem 3.5rem;
  }
  .header_logo.-youyouen img {
    width: auto;
    height: 25px;
  }
  .header_wrap {
    max-width: 1290px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.2rem;
    padding: 0 0 0 3.8rem;
  }
  .header_box {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header_inner {
    width: 100%;
    height: 100%;
  }
  .header_cnt {
    display: none;
    visibility: hidden;
  }
  .header_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #96CE5E;
    height: 4.4rem;
    padding: 0 2.4rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    border-radius: 0 0 0 2rem;
    letter-spacing: 0.07em;
  }
  .header_tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_tel a img {
    margin-right: 0.4rem;
  }
  .header_tel a {
    width: auto;
    height: 4.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 3rem 0.1rem;
  }
  .header_tel a:hover, .header_tel a:focus {
    opacity: 0.7;
  }
  .header_tel a img {
    padding-bottom: 0.1rem;
  }
  .header_tel p {
    font-size: 1.5rem;
    margin-left: 0.53rem;
  }
  .header.is-active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .header_wrap {
    gap: 3.074670571vw;
    padding-right: 3.8rem;
  }
  .header_logo {
    width: 17.9355783309vw;
    padding: 0 2.5622254758vw;
  }
}
/*-------------
グロナビ
-------------*/
.gnav {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  height: calc(100% - 6rem);
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 100;
}
.gnav_wrap {
  position: relative;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.gnav_item {
  position: relative;
  border-bottom: 1px solid #fff;
}
.gnav_item a {
  position: relative;
  padding: 2rem 6.4rem 2rem 3.4rem;
  display: block;
  font-weight: 500;
}
.gnav_item .btn {
  position: absolute;
  display: block;
  width: 6.4rem;
  height: 6.1rem;
  top: 0;
  right: 0;
  z-index: 1;
}
.gnav_item .btn::before, .gnav_item .btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.2rem;
  background-color: rgba(150, 206, 94, 0.7);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav_item .btn::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gnav_item .btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.gnav_item .btn.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav_item.bgc {
  background-color: rgba(221, 221, 221, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav_item.bgc > a {
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.gnav_subList {
  display: none;
  overflow: hidden;
  padding: 0.7rem 0;
}
.gnav_subItem a {
  position: relative;
  height: 100%;
  font-weight: 400;
  color: #000;
  padding: 0.8rem 2.4rem 0.8rem 4.8rem;
}
.gnav_subItem a::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #96CE5E;
  border-right: 0.2rem solid #96CE5E;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 2.5rem;
}
.gnav_cnt {
  display: none;
}
.drawerActive .gnav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .gnav {
    position: static;
    width: 100%;
    height: 100%;
    visibility: visible;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    overflow-y: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    border-radius: 0 0 2.5rem 2.5rem;
    z-index: 0;
  }
  .gnav_wrap {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav_wrap.-facility {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gnav_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gnav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    margin-left: 0;
    padding: 2.2rem 1.4rem;
  }
  .gnav_item:first-child {
    padding-left: 0;
  }
  .gnav_item a {
    padding: 0;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
  }
  .gnav_item a::before {
    display: none;
  }
  .gnav_item a:hover, .gnav_item a:focus {
    opacity: 0.7;
  }
  .gnav_item .btn {
    display: none;
    visibility: hidden;
  }
  .gnav_item > a {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .gnav_subList {
    position: absolute;
    display: block;
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    width: 300px;
    top: 8rem;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gnav_subList.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gnav_subItem {
    width: 100%;
  }
  .gnav_subItem a {
    position: relative;
    display: block;
    height: 100%;
    font-weight: 400;
    color: #000;
    padding: 1.1rem 3rem 1.1rem 5rem;
  }
  .gnav_subItem a::before {
    position: absolute;
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #96CE5E;
    border-right: 0.2rem solid #96CE5E;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 3rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gnav_subItem a:hover {
    opacity: 1;
    background-color: rgba(221, 221, 221, 0.35);
  }
  .gnav_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav_cnt .tel,
  .gnav_cnt .home {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .gnav_cnt .tel a,
  .gnav_cnt .home a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.9rem;
    color: #fff !important;
    gap: 0.39rem;
    padding: 0 2rem;
  }
  .gnav_cnt .tel a div,
  .gnav_cnt .home a div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gnav_cnt .home a {
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 1rem 3rem;
  }
  .gnav_cnt .home a div {
    margin-right: 0.4rem;
  }
  .gnav_cnt .home a:hover {
    opacity: 0.7;
  }
  .gnav_cnt .access {
    width: 8.7rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .gnav_cnt .access a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    color: #fff;
  }
  .gnav_cnt .access a img {
    vertical-align: sub;
  }
  .gnav.is-active .gnav_item a {
    color: #000;
  }
  .gnav.is-active .gnav_item > a {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .gnav.is-active .gnav_cnt .tel {
    background-color: #96CE5E;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .gnav.is-active .gnav_cnt .home a {
    border-color: #96CE5E;
    background-color: #96CE5E;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .gnav.is-active .gnav_cnt .access {
    background-color: #C7A27E;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .gnav_wrap {
    gap: 3.074670571vw;
  }
  .gnav_item {
    font-size: 1.0980966325vw;
    padding: 1.6105417277vw 1.0248901903vw;
  }
  .gnav_subList {
    width: 21.9619326501vw;
  }
  .gnav_cnt .tel a {
    font-size: 1.3909224012vw;
    gap: 0.2855051245vw;
    padding: 0 1.4641288433vw;
  }
  .gnav_cnt .access {
    width: 6.3689604685vw;
  }
  .gnav_cnt .access a {
    font-size: 1.1713030747vw;
  }
}
/*-------------
ハンバーガーボタン
-------------*/
.gnavBtn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #96CE5E;
  z-index: 5;
}
.gnavBtn_line {
  position: absolute;
  width: 2.2rem;
  height: 0.1rem;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gnavBtn_line::before, .gnavBtn_line::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn_line::before {
  top: 0.8rem;
}
.gnavBtn_line::after {
  bottom: 0.8rem;
}
.gnavBtn[aria-expanded=true] .gnavBtn_line {
  background-color: transparent;
}
.gnavBtn[aria-expanded=true] .gnavBtn_line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnavBtn[aria-expanded=true] .gnavBtn_line::after {
  bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 1024px) {
  .gnavBtn {
    display: none;
  }
}
.main {
  margin-top: 6rem;
}

@media screen and (min-width: 769px) {
  .main {
    min-width: 1200px;
    margin-top: 0;
  }
}
.form h3 {
  background-color: #96CE5E;
  padding: 0.8rem 1.4rem;
  color: #fff;
  font-size: 1.7rem;
}

.contant-body .form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #ddd;
  color: #4f4f52;
}
.contant-body .form table th {
  display: block;
  color: #000;
  width: 100%;
  background-color: rgb(247, 247, 247);
  padding: 1.1rem 1.3rem;
  font-weight: 500;
  border-radius: 0;
}
.contant-body .form table td {
  display: block;
  padding: 1.1rem 1.3rem;
  border-radius: 0;
  background-color: #fff;
}
.contant-body .form table td p.item {
  position: relative;
  font-size: 108%;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.contant-body .form table td .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem 1.8rem;
}
.contant-body .form table td .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contant-body .form table td .form-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
  margin-top: 1rem;
}
.contant-body .form table td .form-wrap > div input {
  margin-right: 0.5rem;
}
.contant-body .form label {
  cursor: default;
}
.contant-body .form input,
.contant-body .form textarea {
  padding: 0.6rem;
  background-color: rgba(150, 206, 94, 0.1);
  border-radius: 3px;
  border: 0;
}
.contant-body .form textarea {
  resize: vertical;
  height: 100px;
  min-width: 100%;
}
.contant-body .form input[type=text],
.contant-body .form input[type=email],
.contant-body .form textarea {
  width: 100%;
}
.contant-body .form input[type=checkbox] + label,
.contant-body .form input[type=radio] + label {
  margin-left: 0.5rem;
}
.contant-body .form input[type=text].small,
.contant-body .form input[type=email].small,
.contant-body .form textarea.small {
  display: block;
  width: 100px;
}
.contant-body .form input[type=text].xs,
.contant-body .form input[type=email].xs,
.contant-body .form textarea.xs {
  display: block;
  width: 40px;
}
.contant-body .form .required {
  padding: 0 0.6rem;
  color: #ffffff;
  background-color: #ed4d60;
  margin-left: 0.8rem;
  font-size: 1.3rem;
  border-radius: 3px;
}
.contant-body .form ul {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.contant-body .form ul li {
  margin-top: 0 !important;
  padding-left: 0;
  padding: 2.2rem 0 3rem;
  border-bottom: 1px solid #eee;
}
.contant-body .form ul li:first-of-type {
  padding-top: 0;
}
.contant-body .form ul li:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.contant-body .form ul li::before {
  display: none;
}

.form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  margin-top: 4.5rem;
  text-align: center;
}
.form .btn input {
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 1rem;
  color: #fff;
  background-color: #96CE5E !important;
  border: 1px solid #96CE5E;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 500;
}
.form .btn input.fix {
  background-color: #fff !important;
  color: #96CE5E;
  border: 2px solid #96CE5E;
}

@media screen and (min-width: 769px) {
  .form h3 {
    padding: 1rem 1.8rem;
    font-size: 2rem;
  }
  .contant-body .form table tr {
    border-bottom: 1px solid #ddd;
  }
  .contant-body .form table th {
    width: 30%;
    display: table-cell;
    padding: 1.7rem 2rem;
    white-space: wrap;
  }
  .contant-body .form table td {
    display: table-cell;
    padding: 1.7rem 2rem;
  }
  .contant-body .form table textarea {
    resize: vertical;
    height: 240px;
    min-width: 100%;
  }
  .contant-body .form input[type=text].medium,
  .contant-body .form input[type=email].medium,
  .contant-body .form textarea.medium {
    display: block;
    width: 400px;
    font-size: 100%;
    font-weight: 400;
  }
  .contant-body .form input[type=text].small,
  .contant-body .form input[type=email].small,
  .contant-body .form textarea.small {
    display: block;
    width: 200px;
    font-size: 100%;
  }
  .contant-body .form input[type=text].xs,
  .contant-body .form input[type=email].xs,
  .contant-body .form textarea.xs {
    display: block;
    width: 80px;
  }
  .contant-body .form ul {
    margin-top: 0;
  }
  .contant-body .form ul li {
    margin-top: 0 !important;
    padding-left: 0;
    padding: 3rem 0;
    border-bottom: 1px solid #eee;
  }
  .contant-body .form ul li:first-of-type {
    padding-top: 0;
  }
  .contant-body .form ul li:last-of-type {
    border: 0;
    padding-bottom: 0;
  }
  .contant-body .form ul li::before {
    display: none;
  }
  .form .btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.6rem;
    margin-top: 6rem;
  }
  .form .btn input {
    max-width: 300px;
    text-align: center;
    padding: 1.7rem 1rem;
    font-size: 1.7rem;
  }
  .form .btn input:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.form.thanks {
  margin-top: 4rem;
}
.form.thanks .comments {
  display: inline-block;
  margin: 1rem 0;
}

@media screen and (min-width: 769px) {
  .form.thanks {
    margin-top: 8rem;
  }
}
/*=========================
FOOTET
=========================*/
.footer {
  position: relative;
  color: #535452;
  margin-top: 8rem;
  padding-top: 4.6rem;
  padding-bottom: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(100%, #e4f9cf), to(#d7eec2));
  background: linear-gradient(#fff 0%, #e4f9cf 100%, #d7eec2 100%);
}
.footer_wrap {
  width: 88.5%;
  margin: 0 auto;
}
.footer_left {
  text-align: center;
  margin-top: -4.6rem;
  margin-bottom: 3rem;
}
.footer_right {
  position: relative;
  padding-bottom: 16rem;
}
.footer_address {
  margin-top: 1.25rem;
}
.footer_address > p:first-child {
  margin-bottom: 1rem;
}
.footer_contact {
  margin-top: 1rem;
  margin-bottom: 2.7rem;
}
.footer_contact p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.footer_contact p:first-child {
  font-size: 2.4rem;
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
.footer_siteMap {
  position: relative;
  text-align: center;
  padding: 0.9rem;
  background-color: #fff;
  border: 1px solid #96CE5E;
  color: #96CE5E;
  border-radius: 100px;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
}
.footer_siteMap::before, .footer_siteMap::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #96CE5E;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_siteMap::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.footer_siteMap.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_slideBox {
  display: none;
}
.footer_list {
  position: relative;
  margin-bottom: 2.1rem;
  padding-left: 1.1rem;
}
.footer_list::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #96CE5E;
  left: 0;
  top: 9px;
}
.footer_item {
  font-weight: 400;
  letter-spacing: 0.03em;
}
.footer_subList {
  margin-top: 1.15rem;
}
.footer_subItem {
  position: relative;
  padding-left: 1.2rem;
  letter-spacing: 0.05em;
}
.footer_subItem::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #535452;
  left: 0;
  top: 10px;
}
.footer_subItem:nth-of-type(n+2) {
  margin-top: 0.35rem;
}
.footer_deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer_copyRight {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 4.4rem;
}
.footer .pageTop {
  position: absolute;
  bottom: 5.6rem;
  right: 2rem;
}
.footer .pageTop a {
  position: relative;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.4rem;
  border: 2px solid #96CE5E;
  background-color: #fff;
}
.footer .pageTop a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 2px solid #96CE5E;
  border-right: 1px solid #96CE5E;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: calc(50% + 0.6rem);
  left: 50%;
}

@media screen and (min-width: 769px) {
  .footer {
    min-width: 1200px;
    margin-top: 13.5rem;
    padding-bottom: 1.5rem;
  }
  .footer_wrap {
    max-width: 1168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_left {
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 17.8rem;
  }
  .footer_right {
    padding-bottom: 6.9rem;
  }
  .footer_address {
    margin-top: 1.25rem;
  }
  .footer_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.2rem;
    line-height: 1;
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .footer_contact p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .footer_contact p:first-child {
    font-size: 2.4rem;
  }
  .footer_sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.2rem;
  }
  .footer_siteMap {
    display: none;
  }
  .footer_slideBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.5rem;
  }
  .footer_deco {
    width: 20.9rem;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .footer_deco img {
    width: 100%;
  }
  .footer_copyRight {
    max-width: 1168px;
    margin: 0 auto;
  }
  .footer .pageTop {
    bottom: 2.2rem;
    right: 2.2rem;
  }
}
.head {
  position: relative;
  height: 170px;
}
.head.-facility {
  height: 400px;
}
.head.-facility.-half {
  height: 200px;
}
.head.-facility.-half img {
  -o-object-position: center right;
     object-position: center right;
}
.head.-facility h1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  bottom: 2rem;
  left: 1rem;
  line-height: 1.3;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
.head::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  top: 0;
  left: 0;
}
.head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head h1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  bottom: 3.2rem;
  left: 4rem;
  line-height: 1.3;
  z-index: 1;
}
.head h1 span {
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) {
  .head {
    height: 400px;
  }
  .head.-facility {
    height: 620px;
  }
  .head.-facility.-half {
    height: 270px;
  }
  .head.-facility.-half img {
    -o-object-position: center;
       object-position: center;
  }
  .head.-facility h1 {
    left: 10.4rem;
    bottom: 4rem;
  }
  .head h1 {
    font-size: 4.7rem;
    bottom: 3.8rem;
    left: 8.3rem;
  }
  .head h1 span {
    font-size: 1.7rem;
  }
}
.container {
  position: relative;
  width: 88.5%;
  max-width: 1180px;
  margin: 0 auto;
}
.container.-news {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
  .container.-news {
    width: 88.5%;
    display: block;
    gap: 0;
  }
  .container.-facility {
    display: block;
    max-width: 1200px;
  }
}
/*=========================
下層ページ/PART
=========================*/
.path {
  margin-bottom: 4rem;
}
.path_list {
  width: 88.5%;
  display: block;
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem auto 0;
  padding-bottom: 0.8rem;
}
.path_list li {
  display: inline-block;
  font-size: 1.2rem;
}
.path_list li a {
  position: relative;
  display: block;
  padding-right: 2.9rem;
}
.path_list li a img {
  vertical-align: baseline;
}
.path_list li a[href] {
  text-decoration: underline;
  color: #ACACAC;
}
.path_list li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background-color: #ACACAC;
  top: 50%;
  right: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .path {
    margin-bottom: 5rem;
  }
}
.pageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.pageLink div {
  width: calc((100% - 1rem) / 2);
  text-align: center;
}
.pageLink div a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1rem 1.8rem 1rem;
  border-radius: 5px;
  border: 1px solid #ACACAC;
  color: #000;
  text-decoration: none;
}
.pageLink div a::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #96CE5E;
  border-right: 2px solid #96CE5E;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  left: 50%;
  bottom: 0.8rem;
}
.pageLink div a.line-2 {
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .pageLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageLink div {
    width: calc((100% - 4rem) / 5);
    text-align: center;
  }
  .pageLink div a {
    padding: 0.8rem 1.4rem 2.2rem 1.4rem;
  }
  .pageLink div a::before {
    bottom: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageLink div a:hover {
    color: #96CE5E;
  }
  .pageLink div a:hover::before {
    bottom: 0.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageLink div a.line-2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.sec:not(:first-of-type) {
  margin-top: 5.2rem;
}

@media screen and (min-width: 769px) {
  .sec:not(:first-of-type) {
    margin-top: 6.5rem;
  }
}
.sideNav {
  margin-top: 5rem;
}
.sideNav p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 0.6rem;
  border-bottom: 1px dotted #303030;
  padding-right: 1rem;
  margin-bottom: 1.4rem;
}
.sideNav p img {
  margin-right: 1.2rem;
}
.sideNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
.sideNav ul li {
  width: calc((100% - 0.6rem) / 2);
}
.sideNav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.1rem;
  border: 1px solid #96CE5E;
  border-radius: 5px;
  color: #545454;
}
.sideNav ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #96CE5E;
  border-right: 1px solid #96CE5E;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 1.2rem;
}
.sideNav ul li a.current {
  background-color: #96CE5E;
  color: #fff;
}
.sideNav ul li a.current::before {
  border-color: #fff;
}

.contant-wrap:not(:first-of-type) {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .contant-wrap:not(:first-of-type) {
    margin-top: 5.5rem;
  }
}
.contant-wrap a {
  color: #96CE5E;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .sideNav {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 230px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
  }
  .sideNav .sideNav_position {
    position: sticky;
    top: 10rem;
  }
  .sideNav p {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .sideNav p img {
    margin-right: 1.2rem;
  }
  .sideNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  .sideNav ul li {
    width: 100%;
  }
  .sideNav ul li a {
    padding: 1.6rem 2.1rem;
  }
  .sideNav ul li a::before {
    right: 1.7rem;
  }
}
.linkBtn {
  margin: 2rem 0;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.linkBtn a {
  display: inline-block;
  padding: 1.4rem 3rem;
  text-decoration: none !important;
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 100px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .linkBtn {
    margin: 3rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
  .linkBtn a:hover {
    background-color: #96CE5E;
    border-color: #96CE5E;
    color: #fff !important;
  }
  .linkBtn a.-pink:hover {
    background-color: #EC8CA6;
    border-color: #EC8CA6;
  }
}
.moreBtn span {
  position: relative;
  display: inline-block;
  background-color: #96CE5E;
  border-radius: 100px;
  color: #fff;
  padding: 1rem 5.5rem 1rem 4.1rem;
  cursor: pointer;
}
.moreBtn span::before, .moreBtn span::after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 14px;
}
.moreBtn span::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moreBtn span::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}
.moreBtn.is-open span::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}

.primary {
  position: relative;
  color: #333;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 2.6rem;
  padding-left: 3rem;
}
.primary.-pink::before {
  background-color: #DA4D6C;
}
.primary.-pink::after {
  background-color: #EC8CA6;
}
.primary::before {
  position: absolute;
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.4rem;
  background-color: #4C7035;
  top: 18px;
  left: 0;
  border-radius: 100px;
}
.primary::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.4rem;
  background-color: #96CE5E;
  top: 18px;
  left: -0.2px;
  border-radius: 100px 0 0 100px;
}

.heading {
  color: #96CE5E;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #C9CACE;
  margin-bottom: 1.8rem;
}
.heading.-pink {
  color: #EC8CA6;
}

.title {
  padding-left: 1.4rem;
  border-left: 4px solid #96CE5E;
  margin: 3.2rem 0 1.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #3c3c3c;
}

@media screen and (min-width: 769px) {
  .primary {
    font-size: 3.2rem;
    margin-bottom: 3.4rem;
    padding-left: 5.5rem;
  }
  .primary::before {
    width: 3.5rem;
    height: 0.5rem;
    top: 24px;
  }
  .primary::after {
    width: 1.74rem;
    height: 0.5rem;
    top: 24px;
  }
  .heading {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2.8rem;
  }
  .title {
    font-size: 2.2rem;
  }
}
.caption {
  color: #96CE5E;
  line-height: 1.5 !important;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem !important;
}
.caption.-pink {
  color: #EC8CA6;
}

@media screen and (min-width: 769px) {
  .caption {
    font-size: 1.6rem;
  }
}
.contant-body {
  line-height: 1.7;
}

.contant-body p {
  margin: 2rem 0;
  line-height: 1.7;
}
.contant-body p:first-of-type {
  margin-top: 0;
}

.contant-body a {
  color: #96CE5E;
  text-decoration: underline;
}
.contant-body a.-pink {
  color: #EC8CA6;
}

.contant-body figure {
  margin: 2.4rem 0;
}

@media screen and (min-width: 769px) {
  .contant-body figure {
    margin: 4rem 0;
  }
}
.frame {
  padding: 2.2rem;
  border-radius: 1rem;
  margin: 2rem 0;
  background-color: rgba(150, 206, 94, 0.1);
}
.frame.w100 {
  display: block;
  width: 100%;
}
.frame.-pink {
  background-color: rgba(236, 140, 166, 0.07);
  border: 0;
}
.frame.-white {
  border: 1px solid #ddd;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .frame {
    padding: 3rem;
    margin: 2.6rem 0;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
}
.flex[data-flex-column] {
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex[data-flex-column] a,
.flex[data-flex-column] > div {
  width: calc((100% - 1rem) / 2);
}
.flex.-pink {
  color: #565656;
}
.flex .picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}

@media screen and (min-width: 769px) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
  .flex[data-flex-column="2"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex[data-flex-column="2"] a {
    width: calc((100% - 1rem) / 2);
  }
  .flex[data-flex-column="3"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex[data-flex-column="3"] a,
  .flex[data-flex-column="3"] > div {
    width: calc((100% - 2rem) / 3);
  }
  .flex[data-flex-column="4"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex[data-flex-column="4"] a {
    width: calc((100% - 3rem) / 4);
  }
  .flex[data-flex-column="5"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex[data-flex-column="5"] a {
    width: calc((100% - 4rem) / 5);
  }
}
.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}
.col-2 .flex {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    margin: 3rem 0;
  }
  .col-2 .frame {
    width: calc((100% - 3rem) / 2);
  }
}
.contant-body {
  width: 100%;
}
.contant-body .scrollMessage {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .contant-body .scrollMessage {
    display: none;
  }
}
.contant-body .tableScroll {
  white-space: nowrap;
  overflow-x: scroll;
}
.contant-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: 2.4rem;
}
.contant-body table[data-th="7"] th {
  width: 14.2857142857% !important;
}
.contant-body table .middle {
  vertical-align: middle;
}
.contant-body table.th30 th {
  width: 30%;
}
@media screen and (min-width: 769px) {
  .contant-body table.th30 th {
    width: 245px;
  }
}
.contant-body table.th35 th {
  width: 35%;
}
@media screen and (min-width: 769px) {
  .contant-body table.th35 th {
    width: 245px;
  }
}
.contant-body table.th50 th {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .contant-body table.th50 th {
    width: 245px;
  }
}
.contant-body table.th-whiteSpace th {
  white-space: nowrap;
}
.contant-body table th {
  background-color: #F7EDE4;
  border-radius: 4px;
  padding: 0.8rem 1.2rem;
  width: 27.2%;
}
.contant-body table td {
  background-color: #FCF7F4;
  border-radius: 4px;
  padding: 0.8rem 1.2rem;
  vertical-align: middle;
}
.contant-body table table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 1.6rem;
}
.contant-body table table th,
.contant-body table table td {
  width: auto !important;
  background-color: transparent;
  padding: 0;
}
.contant-body table table th {
  padding-right: 1.4rem;
}
.contant-body table table tr:nth-of-type(1) th,
.contant-body table table tr:nth-of-type(1) td {
  padding-bottom: 0.4rem !important;
  padding-left: 0 !important;
}
.contant-body table table tr:nth-of-type(n+2) th,
.contant-body table table tr:nth-of-type(n+2) td {
  padding: 0.4rem 1.4rem !important;
  padding-left: 0 !important;
}
.contant-body table table tr:nth-of-type(n+2) td {
  padding-right: 0 !important;
}
.contant-body table table tr:last-of-type th,
.contant-body table table tr:last-of-type td {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .contant-body .tableScroll {
    white-space: normal;
    overflow-x: auto;
  }
  .contant-body table {
    margin-bottom: 3rem;
  }
  .contant-body table.wAuto {
    width: auto;
  }
  .contant-body table.w50 {
    width: 50%;
  }
  .contant-body table.w40 {
    width: 40%;
  }
  .contant-body table.w30 {
    width: 30%;
  }
  .contant-body table.th30 th {
    width: 30%;
  }
  .contant-body table.th50 th {
    width: 50%;
  }
  .contant-body table.thAuto th {
    width: auto;
    white-space: nowrap;
  }
  .contant-body table th {
    width: 23%;
    padding: 1.6rem 2rem;
  }
  .contant-body table td {
    padding: 1.6rem 2rem;
  }
}
.contant-body ul {
  margin: 3rem 0 3rem 1rem;
}
.contant-body ul li {
  position: relative;
  padding-left: 1.4rem;
}
.contant-body ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #707070;
  left: 0;
  top: 9px;
}
.contant-body ul li:not(:first-of-type) {
  margin-top: 1.1rem;
}
.contant-body ul.explanation li::before {
  top: 11px;
}
.contant-body ul.explanation li span {
  color: #96CE5E;
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 0.4rem;
  display: block;
}
.contant-body ul.explanation li span.-pink {
  color: #EC8CA6;
}

@media screen and (min-width: 769px) {
  .contant-body ul {
    margin-left: 1.6rem;
  }
  .contant-body ul.explanation li::before {
    top: 14px;
  }
}
.contant-body ol {
  margin: 3rem 0 3rem calc(1em + 1rem);
}
.contant-body ol li {
  padding-left: 0.5em;
}
.contant-body ol li:not(:first-of-type) {
  margin-top: 1.1rem;
}

@media screen and (min-width: 769px) {
  .contant-body ol {
    margin-left: calc(1em + 1.6rem);
  }
  .contant-body ol.explanation li::before {
    top: 14px;
  }
}
.contant-body .picture.-img100 img {
  width: 100%;
}

.contant-body .inner:not(:first-of-type) {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .contant-body .inner:not(:first-of-type) {
    margin-top: 4rem;
  }
}
.note {
  color: #DC324F;
}

.comments div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comments div dt {
  white-space: nowrap;
}
.comments div dt[data-img=img] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comments[data-margin=margin-right] div dt {
  margin-right: 1em;
}

.detail {
  display: none;
}
.detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.detail_item {
  width: 100%;
  position: relative;
  padding: 1.6rem;
  border: 1px solid #96CE5E;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}
.detail_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #96CE5E;
  left: 0;
  bottom: -0.5rem;
  border-radius: 15px;
  z-index: -1;
}
.detail_item img {
  margin-bottom: 1.2rem;
}
.detail_item p {
  text-align: left;
  margin: 0;
}
.detail_item p:first-of-type {
  color: #96CE5E;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .detail_list {
    gap: 2rem 1.8rem;
  }
  .detail_item {
    width: calc((100% - 3.6rem) / 3);
    padding: 3rem 4.2rem;
  }
  .detail_item p:first-of-type {
    font-size: 1.7rem;
  }
}
.facility-guidance {
  position: relative;
  max-width: 500px;
  margin: 0 auto 4rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
.facility-guidance::before {
  position: absolute;
  content: "";
  display: block;
  width: 82px;
  height: 71px;
  background: url(../../tsuusyo/images/facility-guidance.png) no-repeat;
  background-size: cover;
  top: -3.2rem;
  right: 1rem;
}
.facility-guidance dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #96CE5E;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 2rem;
  height: 4rem;
  border-radius: 15px 15px 0 0;
}
.facility-guidance dd {
  width: auto;
}
.facility-guidance dd table {
  width: auto;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 1rem;
}
.facility-guidance dd table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #96CE5E;
  color: #fff;
  white-space: nowrap;
  border-radius: 100px;
  text-align: center;
  width: 100px;
  height: 24px;
  padding: 0;
}
.facility-guidance dd table td {
  padding: 0;
  background-color: transparent;
  padding-left: 1em;
  line-height: 1.3;
}
.facility-guidance dd table td span {
  font-size: 2.2rem;
  display: block;
}

@media screen and (min-width: 769px) {
  .facility-guidance {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 102px;
    max-width: 915px;
    margin: 0 auto 6.5rem;
  }
  .facility-guidance::before {
    position: absolute;
    content: "";
    display: block;
    width: 142px;
    height: 123px;
    background: url(../../tsuusyo/images/facility-guidance.png) no-repeat;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 2rem;
  }
  .facility-guidance dt {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 3.5rem;
    border-radius: 15px 0 0 15px;
  }
  .facility-guidance dd {
    width: auto;
  }
  .facility-guidance dd table {
    width: auto;
    border-spacing: 11px;
    margin: 0 auto;
    padding: 1rem 2.1rem;
  }
  .facility-guidance dd table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #96CE5E;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    text-align: center;
    width: 100px;
    height: 24px;
    padding: 0;
  }
  .facility-guidance dd table td {
    line-height: 0;
  }
  .facility-guidance dd table td span {
    font-size: 2.2rem;
    margin-right: 0.6rem;
    display: inline-block;
  }
}
.facility-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.facility-access .map {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 250px;
}
.facility-access .map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.facility-access .address p {
  margin: 1rem;
}
.facility-access .address .contact span {
  font-size: 2.5rem;
}
.facility-access .address .contact.frame {
  padding: 1.4rem 2rem !important;
}

@media screen and (min-width: 769px) {
  .facility-access {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
  }
  .facility-access .map {
    width: 600px;
    padding-top: 320px;
  }
  .facility-access .map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
  }
  .facility-access .address p {
    margin: 1rem;
  }
  .facility-access .address p:last-of-type {
    margin-bottom: 0;
  }
  .facility-access .address .contact span {
    font-size: 2.5rem;
  }
  .facility-access .address .contact.frame {
    padding: 1.6rem 2.4rem !important;
  }
}
/*=========================
/new/
=========================*/
.news {
  width: 88.5%;
  margin: 0 auto 5.2rem;
}
.news_labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  margin-bottom: 1.6rem;
}
.news_labelItem {
  width: calc((100% - 1.2rem) / 4);
  height: 4.5rem;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #7B7B7B;
  background-color: #EEEEEE;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.167;
}
.news_labelItem.current {
  color: #fff;
  background-color: #96CE5E;
}
.news_labelItem.current.-important {
  background-color: #F57D9A;
}
.news_labelItem.current.-patient {
  background-color: #57CFE2;
}
.news_labelItem.current.-recruitment {
  background-color: #F8BB54;
}
.news .news_panel {
  display: none;
}
.news .news_panel.current {
  display: block;
}
.news_box a {
  display: block;
  padding: 1.4rem 0;
  border-bottom: 1px dotted #8b948f;
}
.news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.45rem;
}
.news_info p {
  font-size: 1.5rem;
}
.news_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 117px;
  height: 26px;
  margin-right: 1.2rem;
  background-color: #96CE5E;
  border-radius: 100px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.news_label.-important {
  background-color: #F57D9A;
}
.news_label.-patient {
  background-color: #57CFE2;
}
.news_label.-recruitment {
  background-color: #F8BB54;
}
.news_btn {
  margin-top: 1.3rem;
  text-align: right;
}
.news_btn a {
  display: inline-block;
}
.news_btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news_btn a span i {
  margin-top: -0.1rem;
}
.news_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.news_paging li {
  padding: 0 0.6rem;
}
.news_paging li a,
.news_paging li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(169, 169, 169);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100px;
}
.news_paging li .current {
  background-color: #96CE5E;
  border: 1px solid #96CE5E;
  color: #fff;
}
.news_paging .prev,
.news_paging .next {
  font-size: 2.2rem;
  color: #96CE5E;
  border: 0;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .top .news {
    max-width: 968px;
  }
  .news {
    width: 100%;
    margin: 0 auto 7.2rem;
  }
  .news_labelList {
    gap: 1.1rem;
    margin-bottom: 2.1rem;
  }
  .news_labelItem {
    height: 4.8rem;
    font-size: 1.4rem;
  }
  .news_labelItem:hover {
    cursor: pointer;
  }
  .news_box a {
    padding: 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .news_label {
    margin-right: 4rem;
  }
  .news_paging {
    margin-top: 4rem;
  }
  .news_paging li {
    padding: 0 0.8rem;
  }
  .news_paging li a,
  .news_paging li span {
    width: 5rem;
    height: 5rem;
  }
  .news_paging li .current {
    background-color: #96CE5E;
    color: #fff;
  }
  .news_paging .prev,
  .news_paging .next {
    font-size: 3rem;
  }
}
.freeArea {
  line-height: 1.8;
}
.freeArea.news .news_info {
  margin-right: 0;
}
.freeArea.news .news_info p {
  margin-right: 1.2rem;
  font-size: 1.3rem;
}
.freeArea .primary {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .freeArea .primary {
    margin-bottom: 6rem;
  }
}
.freeArea h2:not(.primary) {
  padding: 0.6rem 1rem;
  background-color: #96CE5E;
  color: #fff;
  font-size: 2.1rem;
  border-radius: 3px;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .freeArea h2:not(.primary) {
    padding: 1rem 1.4rem;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    margin-top: 6.5rem;
  }
}
.freeArea h3 {
  position: relative;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #dcdcdc;
  font-size: 1.9rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 769px) {
  .freeArea h3 {
    font-size: 2.1rem;
    margin-top: 5rem;
    margin-bottom: 2.6rem;
  }
}
.freeArea h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #96CE5E;
  left: 0;
  bottom: -2px;
}
.freeArea h4 {
  position: relative;
  font-size: 1.7rem;
  padding-left: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.freeArea h4::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #96CE5E;
  border-radius: 100px;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 769px) {
  .freeArea h4 {
    font-size: 1.9rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
  .freeArea h4::before {
    top: 13px;
  }
}
.freeArea p {
  margin: 2rem 0;
}
.freeArea ul {
  margin: 3rem 0 3rem 1rem;
}
.freeArea ul li {
  position: relative;
  padding-left: 1.4rem;
}
.freeArea ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #707070;
  left: 0;
  top: 9px;
}
.freeArea ol {
  margin: 3rem 0 3rem calc(1em + 1rem);
}
.freeArea ol li {
  padding-left: 0.5em;
}
.freeArea table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 5px;
  margin-bottom: 2.4rem;
}
.freeArea table .middle {
  vertical-align: middle;
}
.freeArea table th {
  background-color: #F7EDE4;
  border-radius: 4px;
  padding: 0.8rem 1.2rem;
  width: 27.2%;
}
.freeArea table td {
  background-color: #FCF7F4;
  border-radius: 4px;
  padding: 0.8rem 1.2rem;
  vertical-align: middle;
}

.prevBtn {
  margin-top: 4rem !important;
}
@media screen and (min-width: 769px) {
  .prevBtn {
    margin-top: 8rem !important;
  }
}
.prevBtn a {
  width: 210px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 3rem;
  text-decoration: none !important;
  color: #96CE5E;
  border: 1px solid #96CE5E;
  background-color: #96CE5E;
  color: #fff;
  border-radius: 100px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .prevBtn a:hover {
    opacity: 0.7;
  }
}

/*=========================
/about/
=========================*/
.about-message {
  position: relative;
  margin: -3rem auto 5rem;
  padding-top: 3.8rem;
}
.about-message_catchCopy {
  position: absolute;
  top: 0;
  left: 0;
}
.about-message_wrap {
  position: relative;
  padding: 3rem 4rem 4.6rem;
  overflow-x: hidden;
}
.about-message_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - (7.5rem - 11.5%));
  height: 88%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7fcf2), color-stop(30.12%, #f5ffef), color-stop(74.89%, #f2fff8), to(#f1fff8));
  background: linear-gradient(#f7fcf2 0%, #f5ffef 30.12%, #f2fff8 74.89%, #f1fff8 100%);
  border-radius: 0 2rem 2rem 0;
  z-index: -1;
  top: 0;
  left: -11.5%;
}
.about-message_txt h2 {
  font-family: "Noto Serif JP", serif;
  color: #CB975B;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 3.2rem;
}
.about-message_txt p {
  line-height: 2;
  color: #4C7035;
}
.about-message_txt p:not(:first-child) {
  margin-top: 2.4rem;
}
.about-message_pic {
  position: relative;
  margin-top: 4rem;
  right: -6rem;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08));
}

@media screen and (min-width: 769px) {
  .about-message {
    position: relative;
    width: 100%;
    margin: -4rem auto 7rem;
    padding-top: 9.4rem;
    overflow-x: hidden;
  }
  .about-message_catchCopy {
    position: absolute;
    top: 0;
  }
  .about-message_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5.5rem 0;
    right: -6.5%;
    overflow: visible;
  }
  .about-message_wrap::before {
    width: 89.5%;
    height: 100%;
    top: 0;
    left: -11.5%;
  }
  .about-message_txt h2 {
    font-size: 3rem;
    margin-bottom: 4.5rem;
  }
  .about-message_txt p:not(:first-child) {
    margin-top: 3rem;
  }
  .about-message_pic {
    margin-top: 0;
    right: -6rem;
  }
}
/*=========================
/about/equipment.html
=========================*/
.equipment .equipment-title {
  position: relative;
  margin-bottom: 2.4rem;
}
.equipment .equipment-title p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 4px rgba(76, 112, 53, 0.7);
}
.equipment .equipment-title p span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .equipment .equipment-title {
    margin-bottom: 3.6rem;
  }
  .equipment .equipment-title p {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .equipment .equipment-title p span {
    display: block;
    font-size: 1.4rem;
  }
}
/*=========================
/guide/nyuin.html
=========================*/
.nyuin .contant-body .tableScroll {
  white-space: normal;
}
.nyuin .contant-body table.row3 th:nth-of-type(1) {
  width: 105px !important;
  min-width: 105px !important;
  max-width: 105px !important;
}
.nyuin .contant-body table.row3 th:nth-of-type(2) {
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important;
}
.nyuin .contant-body table.row3 th:nth-of-type(3) {
  width: 350px !important;
  min-width: 350px !important;
  max-width: 350px !important;
  white-space: normal !important;
}
.nyuin .contant-body table.row3 td:not(:nth-of-type(3)) {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .nyuin .contant-body table.row3 th:nth-of-type(1) {
    width: 20% !important;
    min-width: auto !important;
    max-width: 0 !important;
  }
  .nyuin .contant-body table.row3 th:nth-of-type(2) {
    width: 20% !important;
    min-width: auto !important;
    max-width: 0 !important;
  }
  .nyuin .contant-body table.row3 th:nth-of-type(3) {
    width: 60% !important;
    min-width: auto !important;
    max-width: 0 !important;
  }
  .nyuin .contant-body table.row3 td:not(:nth-of-type(3)) {
    text-align: center;
  }
}
/*=========================
/about/doctors.html
=========================*/
.doctors h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #C9CACE;
  margin-bottom: 1.5rem;
}
.doctors h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #96CE5E;
  left: 0;
  bottom: -1px;
}
.doctors h3 span {
  font-size: 1.2rem;
  padding: 0.1rem 0.8rem;
  background-color: #96CE5E;
  border-radius: 4px;
  color: #fff;
  margin-right: 1rem;
}
.doctors .picture {
  max-width: 230px;
  margin: 0 auto;
}
.doctors .picture img {
  border-radius: 10px;
  border: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  .doctors h3 {
    font-size: 2.3rem;
    padding-bottom: 0.65rem;
    margin-bottom: 1.8rem;
  }
  .doctors h3::before {
    width: 210px;
  }
  .doctors h3 span {
    font-size: 1.4rem;
    margin-right: 1.4rem;
  }
  .doctors .picture {
    max-width: 200px;
  }
}
/*=========================
/guide/dock_a.html
=========================*/
.dock_a table.course tbody tr th,
.dock_a table.course tbody tr td {
  padding: 0.6rem 2rem;
  vertical-align: middle;
  text-align: center;
}
.dock_a table.course tbody tr td:first-of-type {
  text-align: left;
}
.dock_a table.course tbody tr:first-of-type th:nth-of-type(1) {
  width: auto;
  min-width: auto;
  max-width: none;
}
.dock_a table.course tbody tr:first-of-type th:nth-of-type(2) {
  width: 123px;
  min-width: 123px;
  max-width: 123px;
}
.dock_a table.course tbody tr:first-of-type th:nth-of-type(3) {
  width: 217px;
  min-width: 217px;
  max-width: 217px;
}
.dock_a table.course tbody tr:first-of-type th:nth-of-type(4) {
  width: 138px;
  min-width: 138px;
  max-width: 138px;
}
.dock_a table.course tbody tr:nth-of-type(2) th:nth-of-type(n+2) {
  white-space: nowrap;
  width: auto;
  min-width: auto;
  max-width: none;
}

@media screen and (min-width: 769px) {
  .dock_a table.course tbody tr td {
    white-space: nowrap;
  }
  .dock_a table.course tbody tr:first-of-type th:nth-of-type(4) {
    white-space: nowrap;
    width: auto;
    min-width: auto;
    max-width: none;
  }
}
/*=========================
/guide/dock_b.html
=========================*/
.dock_b .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: rgb(199, 40, 69);
  padding: 2rem;
  border: 2px dotted rgb(199, 40, 69);
  border-radius: 10px;
}
.dock_b .point span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7rem;
  height: 7rem;
  background-color: rgb(199, 40, 69);
  border-radius: 100px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .dock_b .point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.6rem;
  }
  .dock_b .point span {
    width: 9rem;
    height: 9rem;
    font-size: 1.9rem;
    margin-bottom: 0;
    margin-right: 1.6rem;
  }
}
/*=========================
/local/insurance.html
=========================*/
.insurance .flow {
  padding: 1.8rem;
  background-color: rgba(150, 206, 94, 0.1);
  border-radius: 10px;
}
.insurance .flow div {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.insurance .flow div::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #96CE5E;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.insurance .flow div:last-of-type::before {
  display: none;
}
.insurance .flow div:nth-of-type(n+2) {
  margin-top: 1.4rem;
}
.insurance .flow div dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #96CE5E;
  border-radius: 5px 5px 0 0;
}
.insurance .flow div dt span[lang=en] {
  font-size: 2.4rem;
  margin-right: 1rem;
}
.insurance .flow div dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 769px) {
  .insurance .flow {
    padding: 3.6rem 3.5rem;
    background-color: rgba(150, 206, 94, 0.1);
    border-radius: 10px;
  }
  .insurance .flow div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .insurance .flow div::before {
    left: 9.5rem;
  }
  .insurance .flow div:nth-of-type(n+2) {
    margin-top: 1.8rem;
  }
  .insurance .flow div dt {
    width: 189px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1.6rem 0;
    border-radius: 5px 0 0 5px;
    line-height: 1.5;
  }
  .insurance .flow div dt span[lang=en] {
    font-size: 3.2rem;
    margin-right: 0;
  }
  .insurance .flow div dd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6rem 3.4rem;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
  }
}
/*=========================
/outpatient/
=========================*/
.outpatient .sticky {
  position: relative;
  position: sticky;
  left: 0px;
}
.outpatient .sticky::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: -0.5rem;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .outpatient .sticky::before {
    display: none;
  }
}
.outpatient .sticky_2 {
  position: sticky;
  left: 9rem;
}
.outpatient .contant-body .tableScroll:not(:first-of-type) {
  margin-top: 3rem;
}
.outpatient .contant-body table tr:first-of-type th {
  width: auto;
  height: 31px;
  max-height: 31px !important;
  text-align: center;
  padding: 0;
}
.outpatient .contant-body table tr:first-of-type th:first-of-type {
  width: 8.5rem;
  min-width: 8.5rem;
  max-width: 8.5rem;
}
.outpatient .contant-body table tr:first-of-type th:nth-of-type(2) {
  width: 4.3rem;
  min-width: 4.3rem;
  max-width: 4.3rem;
}
.outpatient .contant-body table tr:first-of-type th:nth-of-type(n+3) {
  width: 12.3rem;
  min-width: 12.3rem;
}
.outpatient .contant-body table th {
  text-align: center;
  vertical-align: middle;
}
.outpatient .contant-body table td {
  text-align: center;
  vertical-align: middle;
}
.outpatient .contant-body table td span {
  display: block;
  font-size: 1.1rem;
}
.outpatient .contant-body table td sup {
  color: #DC324F;
}
.outpatient .contant-body table td .time {
  width: 71px;
  max-width: 71px;
  margin: 0.5rem auto 0;
  font-size: 1.2rem;
  color: #fff;
  background-color: #96CE5E;
  border-radius: 100px;
}
.outpatient .contant-body table .am {
  background-color: #E7F7F9;
}
.outpatient .contant-body table .pm {
  background-color: #FFEEDB;
}

@media screen and (min-width: 769px) {
  .outpatient .contant-body .scrollMessage {
    display: none;
  }
  .outpatient .contant-body .tableScroll {
    white-space: normal;
    overflow-x: visible;
  }
  .outpatient .contant-body .tableScroll:not(:first-of-type) {
    margin-top: 5.5rem;
  }
  .outpatient .contant-body table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .outpatient .contant-body table tr:first-of-type th {
    width: auto;
    text-align: center;
  }
  .outpatient .contant-body table tr:first-of-type th:first-of-type {
    width: auto;
    min-width: auto;
  }
  .outpatient .contant-body table tr:first-of-type th:nth-of-type(n+3) {
    width: auto;
    min-width: auto;
  }
  .outpatient .contant-body table tr:nth-child(n+2) th {
    width: 8rem;
    min-width: 10rem;
    max-width: 10rem;
    padding: 0 !important;
  }
  .outpatient .contant-body table th {
    width: auto;
    text-align: center;
    vertical-align: middle;
  }
  .outpatient .contant-body table td {
    text-align: center;
    vertical-align: middle;
    padding: 1.6rem 0.6rem;
  }
  .outpatient .contant-body table td span {
    display: block;
    font-size: 1.1rem;
  }
  .outpatient .contant-body table td sup {
    color: #DC324F;
  }
  .outpatient .contant-body table td .time {
    width: auto !important;
  }
  .outpatient .contant-body table .am {
    background-color: #E7F7F9;
  }
  .outpatient .contant-body table .pm {
    background-color: #FFEEDB;
  }
}
/*=========================
/job/index.html
=========================*/
.job table th,
.job table td {
  text-align: center;
  word-break: break-all;
  vertical-align: middle;
}

.job table th:nth-of-type(1) {
  width: 32%;
}

.job table th:nth-of-type(2),
.job table th:nth-of-type(3) {
  width: auto;
}

.job table th:nth-of-type(4) {
  width: 28%;
}

.job table td:nth-of-type(1) {
  text-align: left;
}

/*=========================
/youyouen/
=========================*/
.youyouen-news {
  height: 300px;
  margin: 0 auto;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow-y: scroll;
  padding: 2.6rem 2rem;
}
.youyouen-news div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0;
  border-bottom: 2px dotted #ddd;
}
.youyouen-news div:first-of-type {
  padding-top: 0px;
}
.youyouen-news div:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0;
}
.youyouen-news div dt {
  color: #96CE5E;
  font-weight: 700;
  margin-bottom: 1rem;
}
.youyouen .guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.youyouen .guide div a {
  position: relative;
  display: block;
  color: #fff;
  padding: 1.4rem 2rem;
  background-color: #96CE5E;
  border: 1px solid #96CE5E;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
}
.youyouen .guide div a::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #96CE5E;
  border-right: 2px solid #96CE5E;
  top: 50%;
  right: 2.2rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
.youyouen .guide div a::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background-color: #fff;
  border-radius: 100px;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.youyouen .guide div a span {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
}
.youyouen .blog {
  background-color: rgba(150, 206, 94, 0.15);
  padding: 2rem;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .youyouen-news {
    max-width: 1000px;
    height: 320px;
    padding: 4rem;
  }
  .youyouen-news div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem 0;
    border-bottom: 2px dotted #ddd;
  }
  .youyouen-news div:first-of-type {
    padding-top: 0px;
  }
  .youyouen-news div:last-of-type {
    border-bottom: 0px;
    padding-bottom: 0;
  }
  .youyouen-news div dt {
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .youyouen .guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .youyouen .guide div {
    width: calc((100% - 2rem) / 2);
  }
  .youyouen .guide div a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 2rem 2.4rem;
    font-size: 1.7rem;
  }
  .youyouen .guide div a::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #96CE5E;
    border-right: 2px solid #96CE5E;
    top: 50%;
    right: 2.2rem;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .youyouen .guide div a::after {
    position: absolute;
    display: block;
    content: "";
    width: 2.3rem;
    height: 2.3rem;
    background-color: #fff;
    border-radius: 100px;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .youyouen .guide div a span {
    font-size: 1.5rem;
  }
  .youyouen .guide div a:hover {
    background-color: #fff;
    color: #96CE5E;
  }
  .youyouen .guide div a:hover::before {
    right: 1.8rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .youyouen .guide div a:hover::after {
    right: 0.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*=========================
/youyouen/outline.html
=========================*/
.outline .flow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 60px;
  padding: 1rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
  background-color: rgb(177, 232, 221);
  border-radius: 3px;
}
.outline .flow_title.-yellow {
  background-color: rgb(255, 248, 177);
}
.outline .flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.outline .flow_box {
  position: relative;
  height: 100%;
  margin-bottom: 5rem;
}
.outline .flow_box::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ffc738 transparent transparent transparent;
  left: 50%;
  bottom: -2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.outline .flow_box p {
  margin: 0;
}
.outline .flow_wrap2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.outline .flow_wrap2::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ffc738 transparent transparent transparent;
  left: 50%;
  bottom: 2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.outline .flow_wrap2 .flow_box {
  width: 50%;
  height: 100%;
}
.outline .flow_wrap2 .flow_box::before {
  display: none;
}
.outline .flow_wrap2 .flow_box.-small {
  width: 43%;
}
.outline .flow_wrap2 .flow_box.-small:last-child:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 14px 0;
  border-color: transparent #1f93b0 transparent;
  left: -3rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.outline .flow_wrap2 .flow_box:nth-child(1) {
  margin-right: 1.6rem;
}
.outline .flow_wrap2 .flow_box p {
  margin-top: auto;
}

@media screen and (min-width: 769px) {
  .outline .flow {
    max-width: 820px;
    margin: 0 auto;
  }
  .outline .flow_title {
    height: 50px;
  }
  .outline .flow_title.small {
    font-size: 1.5rem;
  }
  .outline .flow_box {
    position: relative;
    height: 100%;
    margin-bottom: 5rem;
  }
  .outline .flow_box::before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: #ffc738 transparent transparent transparent;
    left: 50%;
    bottom: -3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .outline .flow_box p {
    margin: 0;
  }
  .outline .flow_wrap2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .outline .flow_wrap2::before {
    bottom: 2.5rem;
  }
  .outline .flow_wrap2 .flow_box {
    width: 47%;
    height: 100%;
  }
  .outline .flow_wrap2 .flow_box::before {
    display: none;
  }
  .outline .flow_wrap2 .flow_box.-small {
    width: 47%;
  }
  .outline .flow_wrap2 .flow_box.-small:last-child:before {
    left: -3.5rem;
    top: 50%;
  }
  .outline .flow_wrap2 .flow_box:nth-child(1) {
    margin-right: 1.6rem;
  }
}
/*=========================
/youyouen/application.html
=========================*/
.application .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.application .flow_box {
  position: relative;
  border: 1px solid rgb(152, 152, 152);
  border-radius: 5px;
  padding: 1rem 1.6rem;
  background-color: #fff;
}
.application .flow_box.-use {
  background-color: rgb(255, 220, 220);
}
.application .flow_box.-interview {
  background-color: rgb(255, 252, 232);
}
.application .flow_box:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  border-left: 2px dotted #96CE5E;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.application .flow_box:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 1px solid #96CE5E;
  border-right: 1px solid #96CE5E;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.application .flow_box:last-of-type::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 1px solid #96CE5E;
  border-right: 1px solid #96CE5E;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.application .flow_box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
}
.application .flow_box h3 span {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #96CE5E;
  text-transform: uppercase;
}
.application .flow_box h3 span::before {
  position: absolute;
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background-color: #000;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.application .flow_box p {
  margin-top: 1.8rem;
}
.application .flow_box a[href^="tel:"] {
  font-size: 2.3rem;
  color: #96CE5E !important;
}

@media screen and (min-width: 769px) {
  .application .flow {
    gap: 6rem;
  }
  .application .flow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 2.6rem;
    background-color: #fff;
  }
  .application .flow_box.-use {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .application .flow_box.-use h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .application .flow_box:not(:last-of-type)::before {
    height: 6rem;
    bottom: -6rem;
  }
  .application .flow_box:not(:last-of-type)::after {
    bottom: -6rem;
  }
  .application .flow_box:last-of-type::before {
    top: -6rem;
  }
  .application .flow_box h3 {
    min-width: 330px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 1.8rem;
    font-size: 2rem;
    white-space: nowrap;
  }
  .application .flow_box h3 span {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #96CE5E;
    text-transform: uppercase;
    padding-right: 2.4rem;
    margin-right: 2.4rem;
  }
  .application .flow_box h3 span::before {
    width: 0.1rem;
    height: 2.8rem;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .application .flow_box p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .application .flow_box a[href^="tel:"] {
    font-size: 2.7rem;
  }
}
/*=========================
/youyouen/charge.html
=========================*/
.charge table.col6 tr:first-of-type th {
  text-align: center;
}
.charge table.col6 th {
  width: 16.6666666667%;
}
.charge table.col6 td {
  text-align: right;
}
.charge table.col4 th {
  width: 25%;
}
.charge table tr:first-of-type th:nth-of-type(n+2) {
  text-align: center;
}
.charge table.tdR td {
  text-align: right;
}
.charge table.tdR-even td:nth-of-type(2n) {
  text-align: right;
}

/*=========================
/youyouen/schedule.html
=========================*/
.schedule .flex.-col2 {
  gap: 6.5rem;
}
.schedule .flow > div {
  position: relative;
  padding-left: 1.8rem;
  margin-left: 1rem;
  border-left: 1px solid #96CE5E;
  padding-top: 3rem;
}
.schedule .flow > div:first-of-type {
  padding-top: 0;
}
.schedule .flow dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #96CE5E;
}
.schedule .flow dt::before {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  background-color: #96CE5E;
  top: 10px;
  left: -2.4rem;
}
.schedule .flow.-rehabilitation > div {
  border-left: 1px solid rgb(253, 182, 66);
}
.schedule .flow.-rehabilitation dt {
  color: rgb(253, 182, 66);
}
.schedule .flow.-rehabilitation dt::before {
  background-color: rgb(253, 182, 66);
}
.schedule .flow dd p {
  color: rgb(112, 112, 112);
}
.schedule .flow .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.schedule .event li {
  width: calc((100% - 0.8rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 0;
  padding: 0.8rem 1.4rem;
  background-color: rgb(255, 251, 202);
  border-radius: 3px;
  color: #333;
}
.schedule .event li:not(:first-of-type) {
  margin: 0;
}
.schedule .event li::before {
  display: none;
}
.schedule .event.-club li {
  background-color: rgb(255, 233, 229);
}

@media screen and (min-width: 769px) {
  .schedule .flex.-col2 {
    gap: 10rem;
  }
  .schedule .flex.-col2 > div {
    width: 50%;
  }
  .schedule .flow > div {
    padding-left: 1.8rem;
    margin-left: 0;
    padding-top: 3.8rem;
  }
  .schedule .flow dt {
    font-size: 2.2rem;
    margin-bottom: 0.3rem;
  }
  .schedule .flow dt::before {
    top: 15px;
  }
  .schedule .flow dd p {
    color: rgb(112, 112, 112);
  }
  .schedule .event {
    gap: 1rem;
  }
  .schedule .event li {
    width: calc((100% - 2rem) / 3);
    padding: 1.2rem 1.4rem;
  }
  .schedule .event.-club li {
    width: calc((100% - 1rem) / 2);
    white-space: nowrap;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
