@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,100,0,0);
/* line 1, ../sass/_reset.scss */
html {
  overflow: hidden;
  overflow-y: scroll;
}

/* line 5, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 11, ../sass/_reset.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
}
/* line 15, ../sass/_reset.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/_reset.scss */
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 30, ../sass/_reset.scss */
small {
  font-size: 12px;
}

@media (max-width: 1000px) {
  /* line 34, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  /* line 42, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.6;
  }
}
/* line 49, ../sass/_reset.scss */
tr {
  word-break: break-all;
}

/* line 52, ../sass/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 57, ../sass/_reset.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 62, ../sass/_reset.scss */
dd {
  margin-left: 0;
}

/* line 65, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 70, ../sass/_reset.scss */
select option {
  padding: 0px 5px;
}

/* line 73, ../sass/_reset.scss */
form label {
  cursor: pointer;
}

/* line 76, ../sass/_reset.scss */
input:placeholder {
  color: #999;
}

/* line 79, ../sass/_reset.scss */
input:-ms-input-placeholder {
  color: #999;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../sass/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../sass/_normalize.scss */
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.
 */
/* line 105, ../sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 133, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../sass/_normalize.scss */
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.
 */
/* line 186, ../sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../sass/_normalize.scss */
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.
 */
/* line 218, ../sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */
/* line 240, ../sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  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.
 */
/* line 253, ../sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, ../sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../sass/_normalize.scss */
[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.
 */
/* line 308, ../sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* VARIABLE COLOR */
/* VARIABLE FONT */
/* VARIABLE MEDIA */
/* MIXIN */
/* line 8, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 100%;
  color: #646464;
  font-family: "LINE Seed JP","YuGothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 20, ../sass/style.scss */
main {
  overflow: hidden;
}

/* line 23, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: bold;
}

/* LINK */
/* line 29, ../sass/style.scss */
a, a:link, a:visited, a img {
  color: #5b9599;
  text-decoration: none;
  transition: .4s;
}

/* line 34, ../sass/style.scss */
a:hover {
  color: #73adb1;
}

/* line 37, ../sass/style.scss */
a:hover img {
  opacity: 0.7;
}

/* line 40, ../sass/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 44, ../sass/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 50, ../sass/style.scss */
header img, section img {
  width: 100%;
  height: auto;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1762495920') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.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);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* HEADER */
/* line 3, ../sass/_header.scss */
#header {
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: #fff;
  transition: .4s;
}
/* line 12, ../sass/_header.scss */
#header .logo {
  width: 240px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -120px;
  z-index: 100;
  transition: .4s;
  text-align: center;
}
/* line 21, ../sass/_header.scss */
#header .logo h1, #header .logo p {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #5b9599;
  margin: 0;
  padding-top: 10px;
  font-weight: bold;
}
/* line 31, ../sass/_header.scss */
#header .headpoint {
  position: absolute;
  top: 25px;
  left: 30px;
  transition: .4s;
}
/* line 36, ../sass/_header.scss */
#header .headpoint li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  transition: .4s;
}
/* line 42, ../sass/_header.scss */
#header .headpoint li img {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
/* line 50, ../sass/_header.scss */
#header .navCont, #header .headsp {
  transition: .4s;
}
/* line 52, ../sass/_header.scss */
#header .navCont ul, #header .headsp ul {
  position: absolute;
  height: 100px;
  left: 1%;
  right: 1%;
  top: 0;
  transition: .4s;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 66, ../sass/_header.scss */
#header .navCont li, #header .headsp li {
  padding: 0 0.5%;
}
/* line 68, ../sass/_header.scss */
#header .navCont li a, #header .headsp li a {
  display: block;
  padding: 15px 5px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
/* line 74, ../sass/_header.scss */
#header .navCont li a img, #header .headsp li a img {
  display: block;
  width: 50px;
  margin: 0 auto 5px;
}
/* line 81, ../sass/_header.scss */
#header .navCont .btnmain, #header .headsp .btnmain {
  display: none;
}
/* line 85, ../sass/_header.scss */
#header .headsp {
  display: none;
}
/* line 88, ../sass/_header.scss */
#header:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
}

/* line 92, ../sass/_header.scss */
.nav-open {
  display: none;
}

/* line 96, ../sass/_header.scss */
#header.smallhead {
  height: 90px;
}
/* line 98, ../sass/_header.scss */
#header.smallhead .logo {
  top: 15px;
}
/* line 101, ../sass/_header.scss */
#header.smallhead .headpoint {
  top: 15px;
}
/* line 103, ../sass/_header.scss */
#header.smallhead .headpoint li {
  margin-bottom: 5px;
}
/* line 108, ../sass/_header.scss */
#header.smallhead nav ul {
  height: 90px;
}
/* line 112, ../sass/_header.scss */
#header.smallhead nav li a {
  padding-top: 10px;
  padding-bottom: 0;
}

@media screen and (max-width: 820px) {
  /* line 121, ../sass/_header.scss */
  #header {
    height: 130px;
  }
  /* line 123, ../sass/_header.scss */
  #header .logo {
    width: 180px;
    top: 10px;
    left: 10px;
    margin-left: 0;
  }
  /* line 128, ../sass/_header.scss */
  #header .logo h1, #header .logo p {
    padding-top: 5px;
    font-size: 11px;
  }
  /* line 133, ../sass/_header.scss */
  #header .headpoint {
    top: 10px;
    left: auto;
    right: 2%;
  }
  /* line 137, ../sass/_header.scss */
  #header .headpoint li {
    font-size: 13px;
    font-size: .8rem;
    margin-bottom: 5px;
  }
  /* line 140, ../sass/_header.scss */
  #header .headpoint li img {
    width: 20px;
    margin-right: 4px;
  }
  /* line 146, ../sass/_header.scss */
  #header .headsp {
    display: -webkit-flex;
    display: flex;
  }
  /* line 149, ../sass/_header.scss */
  #header .headsp ul {
    height: 70px;
    top: 65px;
    justify-content: space-between;
  }
  /* line 153, ../sass/_header.scss */
  #header .headsp ul:after {
    content: '';
    display: block;
    width: 20%;
    height: 1px;
  }
  /* line 160, ../sass/_header.scss */
  #header .headsp li {
    flex-basis: 20%;
    padding: 0;
  }
  /* line 163, ../sass/_header.scss */
  #header .headsp li a {
    padding: 0;
    font-size: 12px;
    font-size: .75rem;
  }
  /* line 166, ../sass/_header.scss */
  #header .headsp li a img {
    width: 45px;
    margin-bottom: 5px;
  }

  /* line 174, ../sass/_header.scss */
  #header nav .navCont {
    position: absolute;
    z-index: -1;
    width: 100%;
    right: -100%;
    top: 130px;
    bottom: 0;
    background: #c9d8e2;
    opacity: 0;
    transition: .4s;
  }
  /* line 184, ../sass/_header.scss */
  #header nav .navCont ul {
    position: static;
    height: auto;
    padding: 50px 20px 0;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 196, ../sass/_header.scss */
  #header nav .navCont li {
    flex-basis: 50%;
    padding: 0 15px 20px;
    margin: 0;
  }
  /* line 200, ../sass/_header.scss */
  #header nav .navCont li a {
    padding: 10px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    display: block;
  }
  /* line 210, ../sass/_header.scss */
  #header nav .navCont .btnmain {
    display: block;
    flex-basis: 100%;
    padding-top: 40px;
  }
  /* line 214, ../sass/_header.scss */
  #header nav .navCont .btnmain a {
    background: rgba(115, 173, 177, 0.7);
    color: #fff;
    padding: 20px 10px;
  }
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 30px rgba(255, 255, 255, 0.07), 0 0 0 42px rgba(255, 255, 255, 0);
    }
  }
  /* line 229, ../sass/_header.scss */
  .nav-open {
    display: block;
    position: absolute;
    right: 6%;
    top: 64px;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 9999;
    background: #5b9599;
    border-radius: 22px;
    transition: .4s;
  }
  /* line 242, ../sass/_header.scss */
  .nav-open i {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin-left: 10px;
  }
  /* line 249, ../sass/_header.scss */
  .nav-open i:nth-child(1) {
    margin-top: 13px;
  }
  /* line 252, ../sass/_header.scss */
  .nav-open i:nth-child(2) {
    margin-top: 6px;
    opacity: 1;
  }
  /* line 256, ../sass/_header.scss */
  .nav-open i:nth-child(3) {
    margin-top: 6px;
  }
  /* line 259, ../sass/_header.scss */
  .nav-open span {
    color: #5b9599;
    font-size: 12px;
    font-size: .75rem;
    font-weight: bold;
    display: block;
    margin: 17px -10px 0;
    text-align: center;
  }

  /* line 268, ../sass/_header.scss */
  #nav:checked + .nav-open {
    transform: rotate(90deg);
    position: fixed;
  }
  /* line 271, ../sass/_header.scss */
  #nav:checked + .nav-open span {
    display: none;
  }

  /* line 275, ../sass/_header.scss */
  #nav:checked + .nav-open i {
    transition: transform 0.2s ease;
  }

  /* line 278, ../sass/_header.scss */
  #nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }

  /* line 281, ../sass/_header.scss */
  #nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
  }

  /* line 284, ../sass/_header.scss */
  #nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }

  /* line 287, ../sass/_header.scss */
  #nav:checked ~ .navCont {
    overflow-y: scroll;
    display: block;
    z-index: 40;
    opacity: 1;
    position: fixed;
    right: 0;
  }

  /* line 295, ../sass/_header.scss */
  #header.smallhead {
    height: 60px;
  }
  /* line 297, ../sass/_header.scss */
  #header.smallhead .logo {
    top: 10px;
  }
  /* line 300, ../sass/_header.scss */
  #header.smallhead .headpoint, #header.smallhead .headsp {
    display: none;
    opacity: 0;
  }
  /* line 304, ../sass/_header.scss */
  #header.smallhead .nav-open {
    right: 10px;
    top: 7px;
  }
  /* line 307, ../sass/_header.scss */
  #header.smallhead .nav-open span {
    display: none;
    opacity: 0;
  }
  /* line 312, ../sass/_header.scss */
  #header.smallhead nav .navCont {
    top: 60px;
  }
}
/* line 317, ../sass/_header.scss */
.hidden {
  display: none;
}

/* TOP SLIDER */
/* line 3, ../sass/_topslider.scss */
.topimage {
  position: relative;
}
/* line 5, ../sass/_topslider.scss */
.topimage .acms-admin-module-edit {
  top: 20px;
}
/* line 8, ../sass/_topslider.scss */
.topimage h1 {
  position: absolute;
  left: 5%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 20;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-size: 50px;
  font-size: 3.15rem;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  /* line 8, ../sass/_topslider.scss */
  .topimage h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 23, ../sass/_topslider.scss */
.topimage:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  bottom: 0;
  background: url(../images/cloud2.png) repeat-x center;
}

/* line 29, ../sass/_topslider.scss */
.main {
  width: 100%;
  overflow: hidden;
  margin-top: 110px;
  position: relative;
  z-index: 20;
}
/* line 35, ../sass/_topslider.scss */
.main .slick-slide {
  max-height: 90vh;
}
/* line 38, ../sass/_topslider.scss */
.main img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000 / 577;
  object-fit: cover;
}
/* line 45, ../sass/_topslider.scss */
.main .slick-slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.05);
  z-index: 10;
}

/* line 57, ../sass/_topslider.scss */
.mainchara {
  position: absolute;
  width: 200px;
  bottom: -20px;
  right: 4%;
  z-index: 60;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* line 73, ../sass/_topslider.scss */
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@media screen and (max-width: 820px) {
  /* line 79, ../sass/_topslider.scss */
  .topimage h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  /* line 79, ../sass/_topslider.scss */
  .topimage h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 820px) {
  /* line 84, ../sass/_topslider.scss */
  .main img {
    aspect-ratio: 1414 / 1000;
  }
}
@media screen and (max-width: 640px) {
  /* line 91, ../sass/_topslider.scss */
  .main img {
    aspect-ratio: 33 / 40;
  }

  /* line 95, ../sass/_topslider.scss */
  .mainchara {
    width: 160px;
  }
}
/* FOOTER */
/* line 3, ../sass/_footer.scss */
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  background: #c9d8e2;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 3, ../sass/_footer.scss */
  #footer {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  /* line 3, ../sass/_footer.scss */
  #footer {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 10, ../sass/_footer.scss */
#footer:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: -30px;
  bottom: auto;
  background: url(../images/cloud4.png) repeat-x center;
}

/* line 17, ../sass/_footer.scss */
.footlogo {
  width: 240px;
  text-align: center;
}
/* line 20, ../sass/_footer.scss */
.footlogo h2 {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #5b9599;
  margin: 0;
  padding-top: 10px;
}

/* line 29, ../sass/_footer.scss */
.footnav {
  flex: 1;
  max-width: 600px;
  padding-left: 2%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  /* line 29, ../sass/_footer.scss */
  .footnav {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 34, ../sass/_footer.scss */
.footnav li {
  flex-basis: 48%;
  line-height: 1;
}
/* line 37, ../sass/_footer.scss */
.footnav li a {
  display: block;
  color: #646464;
  line-height: 1.2;
  border-top: 1px solid #e6eef3;
  border-bottom: 1px solid #e6eef3;
  padding: 15px 10px;
  margin-top: -1px;
  font-weight: bold;
}
/* line 46, ../sass/_footer.scss */
.footnav li a:hover {
  background: #e6eef3;
}
/* line 52, ../sass/_footer.scss */
.footnav .footmain a {
  color: #fff;
  background: #009cd7;
  border: none;
}
/* line 56, ../sass/_footer.scss */
.footnav .footmain a:hover {
  background: #beeafa;
}

/* line 62, ../sass/_footer.scss */
.spbtn {
  display: none;
}

/* line 65, ../sass/_footer.scss */
.copy {
  flex-basis: 100%;
  width: 100%;
  color: #5b9599;
  padding: 40px 0 0;
  text-align: center;
  font-weight: bold;
}

/* line 73, ../sass/_footer.scss */
#pageTop {
  bottom: 20px;
  right: 20px;
  display: block;
  position: fixed;
  z-index: 9990;
}
/* line 79, ../sass/_footer.scss */
#pageTop a {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: block;
  background: rgba(55, 126, 131, 0.3);
  position: relative;
  overflow: hidden;
}
/* line 87, ../sass/_footer.scss */
#pageTop a:hover {
  background: rgba(55, 126, 131, 0.6);
}
/* line 90, ../sass/_footer.scss */
#pageTop a:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  transform: rotate(-45deg);
  transition: .4s;
}
/* line 105, ../sass/_footer.scss */
#pageTop a:active {
  transform: scale(0.96);
  transition: all 0.05s ease;
}

@media screen and (max-width: 640px) {
  /* line 113, ../sass/_footer.scss */
  .footlogo {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  /* line 117, ../sass/_footer.scss */
  .footlogo img {
    width: 200px;
  }

  /* line 121, ../sass/_footer.scss */
  .footnav {
    padding-left: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 130, ../sass/_footer.scss */
  .footnav li {
    flex-basis: 48%;
  }
  /* line 132, ../sass/_footer.scss */
  .footnav li a {
    font-size: 13px;
    font-size: .8rem;
    padding: 15px 0 15px 10px;
  }

  /* line 138, ../sass/_footer.scss */
  .spbtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
    padding: 0 8px;
    background: rgba(201, 216, 226, 0.9);
  }
  /* line 148, ../sass/_footer.scss */
  .spbtn p {
    width: 93px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    top: 7px;
  }
  /* line 156, ../sass/_footer.scss */
  .spbtn ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    height: 70px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  /* line 156, ../sass/_footer.scss */
  .spbtn ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 640px) {
  /* line 165, ../sass/_footer.scss */
  .spbtn .spbtntel a {
    width: 44px;
    height: 44px;
    background: #009cd7;
    color: transparent;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 22px;
  }
  /* line 174, ../sass/_footer.scss */
  .spbtn .spbtntel a:before {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 30;
    font-size: 30px;
    margin-top: -15px;
    line-height: 30px;
    transition: .4s;
    content: '\e0b0';
    top: 50%;
    left: 50%;
    right: auto;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    font-size: 28px;
  }
  /* line 188, ../sass/_footer.scss */
  .spbtn .spbtnline {
    padding: 0 5px;
  }
  /* line 190, ../sass/_footer.scss */
  .spbtn .spbtnline a {
    width: 44px;
    height: 44px;
    background: #009cd7;
    color: transparent;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 22px;
    background: url(../images/line.gif) center center no-repeat #06c655;
    background-size: 28px;
  }
  /* line 203, ../sass/_footer.scss */
  .spbtn .spbtnres, .spbtn .spbtneve {
    flex-basis: calc(50% - 50px);
    padding-right: 5px;
  }
  /* line 206, ../sass/_footer.scss */
  .spbtn .spbtnres a, .spbtn .spbtneve a {
    display: block;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    background: #f5950c;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    border-radius: 30px;
  }
  /* line 216, ../sass/_footer.scss */
  .spbtn .spbtnres a strong, .spbtn .spbtneve a strong {
    display: block;
    font-size: 16px;
  }
  /* line 222, ../sass/_footer.scss */
  .spbtn .spbtneve {
    padding-right: 0;
  }
  /* line 224, ../sass/_footer.scss */
  .spbtn .spbtneve a {
    background: #e5c800;
  }

  /* line 229, ../sass/_footer.scss */
  #pageTop {
    width: 100%;
    position: static;
    background: #444;
    padding: 0 0 80px;
  }
  /* line 234, ../sass/_footer.scss */
  #pageTop a {
    width: 100%;
    height: 60px;
    background: none;
    border: none;
  }
  /* line 239, ../sass/_footer.scss */
  #pageTop a:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  /* line 243, ../sass/_footer.scss */
  #pageTop a:hover {
    background: none;
  }
}
/* A-BLOG CMS */
/* line 4, ../sass/_acmcustom.scss */
.acms-container {
  text-align: left;
}

/* line 7, ../sass/_acmcustom.scss */
.acms-entry-unit-full [class*="acms-col-"] {
  width: 100%;
}

/* line 10, ../sass/_acmcustom.scss */
#js-edit_inplace-control {
  text-align: left;
}

/* line 13, ../sass/_acmcustom.scss */
#adminBox {
  margin-bottom: 0 !important;
  text-align: left;
  position: relative;
  z-index: 50;
}
/* line 18, ../sass/_acmcustom.scss */
#adminBox a {
  text-decoration: none;
}

/* line 22, ../sass/_acmcustom.scss */
.acms-admin-btn-admin, .formEntryActionUnit .btn {
  font-size: 13px;
  font-size: .8rem;
}

/* line 25, ../sass/_acmcustom.scss */
.acms-admin-modal, .select2-results__option {
  text-align: left;
}

/* line 28, ../sass/_acmcustom.scss */
.acms-topicpath {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: #e6eef3;
}
@media screen and (max-width: 820px) {
  /* line 28, ../sass/_acmcustom.scss */
  .acms-topicpath {
    padding: 40px 6%;
  }
}
/* line 33, ../sass/_acmcustom.scss */
.acms-topicpath li {
  font-size: 13px;
  font-size: .8rem;
  line-height: 1.2;
}
/* line 36, ../sass/_acmcustom.scss */
.acms-topicpath li a {
  font-size: 13px;
  font-size: .8rem;
  color: #777;
}
/* line 39, ../sass/_acmcustom.scss */
.acms-topicpath li a:hover {
  color: #646464;
}
/* line 44, ../sass/_acmcustom.scss */
.acms-topicpath li:last-child a {
  color: #666;
}
/* line 46, ../sass/_acmcustom.scss */
.acms-topicpath li:last-child a:hover {
  color: #666;
}

/* line 53, ../sass/_acmcustom.scss */
.acms-box-medium {
  width: 100%;
}

/*.acms-entry [class*=acms-col-] {
	padding-right: 0!important;
	padding-left: 0!important;
}*/
/* line 60, ../sass/_acmcustom.scss */
.acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 64, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 68, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-] img, .acms-entry [class*=column-image-] img, .acms-entry [class*=column-media-] img {
  width: 100%;
}

/* line 72, ../sass/_acmcustom.scss */
.acms-entry .column-group {
  clear: both;
}
/* line 74, ../sass/_acmcustom.scss */
.acms-entry .column-group > *:first-child, .acms-entry .column-group .acms-grid > *:first-child {
  margin-top: 0;
}

/* line 78, ../sass/_acmcustom.scss */
.acms-entry .column-media-left {
  float: left !important;
  padding-right: 2.5% !important;
  margin-bottom: 30px !important;
}

/* line 83, ../sass/_acmcustom.scss */
.acms-entry .column-media-right {
  clear: both;
  float: right !important;
  padding-left: 2.5% !important;
  margin-bottom: 30px !important;
}

/* line 90, ../sass/_acmcustom.scss */
.acms-entry [class*=column-media-] [class*=acms-col-] {
  width: 100% !important;
}

/* line 94, ../sass/_acmcustom.scss */
.acms-entry .column-media-center {
  clear: both;
  width: 100% !important;
  margin: 0 auto 30px;
}
/* line 98, ../sass/_acmcustom.scss */
.acms-entry .column-media-center [class*=acms-col-] {
  float: none !important;
}

/* line 102, ../sass/_acmcustom.scss */
.acms-entry .acms-col-sm-6 {
  width: 50% !important;
}

/* line 105, ../sass/_acmcustom.scss */
.acms-entry .acms-col-sm-4 {
  width: 33.3333% !important;
}

/* line 108, ../sass/_acmcustom.scss */
.acms-entry .acms-col-sm-4.js-unit_group-align {
  padding-right: 2.5% !important;
  margin-bottom: 30px !important;
}

/* line 113, ../sass/_acmcustom.scss */
.acms-entry .column-one {
  clear: both !important;
}

/* line 116, ../sass/_acmcustom.scss */
.acms-entry .acms-col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 120, ../sass/_acmcustom.scss */
.acms-entry .acms-wide {
  width: auto;
  padding: 0 !important;
  margin: 0 -5.6% !important;
}

/* line 125, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-] .caption, .acms-entry [class*=column-image-] .caption, .acms-entry [class*=column-media-] .caption {
  text-align: center;
  font-size: 13px;
  font-size: .8rem;
}

/* line 129, ../sass/_acmcustom.scss */
.acms-entry [class*=column-map] {
  border: none;
}

/* line 132, ../sass/_acmcustom.scss */
.js-open-street-map {
  width: 100% !important;
  margin-bottom: 20px;
  z-index: 10;
}

/* line 137, ../sass/_acmcustom.scss */
.acms-entry .pcimage {
  width: 100% !important;
}

/* line 140, ../sass/_acmcustom.scss */
.acms-entry .spimage {
  display: none;
}

/* line 143, ../sass/_acmcustom.scss */
.acms-entry .column-media:has(.pcimage), .acms-entry .column-media:has(.spimage) {
  margin-bottom: 0 !important;
}

/* line 147, ../sass/_acmcustom.scss */
.acms-label-success {
  color: #646464 !important;
  background: none !important;
  padding: 0 !important;
}
/* line 151, ../sass/_acmcustom.scss */
.acms-label-success a {
  padding: 10px 13px !important;
  border: 1px solid #ccc;
  border-radius: 30px;
  display: block;
}

/* line 158, ../sass/_acmcustom.scss */
.acms-list-inline li {
  padding-right: 5px !important;
}

/* line 161, ../sass/_acmcustom.scss */
.acms-grid, .acms-grid-r {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 165, ../sass/_acmcustom.scss */
.acms-summary-image {
  width: 30%;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}

/* line 171, ../sass/_acmcustom.scss */
.acms-summary-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 179, ../sass/_acmcustom.scss */
.acms-summary-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 182, ../sass/_acmcustom.scss */
.acms-summary-body p {
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* line 188, ../sass/_acmcustom.scss */
div.pp_overlay {
  z-index: 9999 !important;
}

/* TITLE */
/* line 193, ../sass/_acmcustom.scss */
.pagetitle, .pagetitle2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: 100px;
}
/* line 199, ../sass/_acmcustom.scss */
.pagetitle img, .pagetitle2 img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 208, ../sass/_acmcustom.scss */
.pagetitle:after, .pagetitle2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(68, 68, 68, 0.4);
  z-index: 2;
}
/* line 218, ../sass/_acmcustom.scss */
.pagetitle:before, .pagetitle2:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background: url(../images/cloud5.png) repeat-x center;
  z-index: 50;
}

/* line 230, ../sass/_acmcustom.scss */
#entry, #category, #contactForm {
  padding-top: 130px;
  background: #e6eef3;
}

/* line 234, ../sass/_acmcustom.scss */
.titlein {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding: 140px 0 100px;
  z-index: 10;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  /* line 234, ../sass/_acmcustom.scss */
  .titlein {
    padding: 40px 6%;
  }
}
/* line 240, ../sass/_acmcustom.scss */
.titlein .mainttl {
  font-size: 50px;
  font-size: 3.15rem;
  line-height: 1;
  color: #fff;
  margin: 0 0 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  /* line 240, ../sass/_acmcustom.scss */
  .titlein .mainttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 247, ../sass/_acmcustom.scss */
.titlein .subttl {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 820px) {
  /* line 247, ../sass/_acmcustom.scss */
  .titlein .subttl {
    font-size: 22px;
    font-size: 1.35rem;
  }
}

/* ENTRY */
/* line 257, ../sass/_acmcustom.scss */
.entryCont, .entryList {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-top: 10px;
  background: #e6eef3;
  box-shadow: none;
}
@media screen and (max-width: 820px) {
  /* line 257, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    padding: 40px 6%;
  }
}
/* line 262, ../sass/_acmcustom.scss */
.entryCont .entrytitle, .entryList .entrytitle {
  flex-basis: 100%;
}
/* line 264, ../sass/_acmcustom.scss */
.entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  padding: 75px 0 25px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 820px) {
  /* line 264, ../sass/_acmcustom.scss */
  .entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 122, ../sass/_snippet.scss */
.entryCont .entrytitle h1 em, .entryCont .entrytitle h2 em, .entryList .entrytitle h1 em, .entryList .entrytitle h2 em {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 122, ../sass/_snippet.scss */
  .entryCont .entrytitle h1 em, .entryCont .entrytitle h2 em, .entryList .entrytitle h1 em, .entryList .entrytitle h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 127, ../sass/_snippet.scss */
.entryCont .entrytitle h1:before, .entryCont .entrytitle h2:before, .entryList .entrytitle h1:before, .entryList .entrytitle h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 66px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_icon.png) no-repeat;
  background-size: cover;
}
/* line 139, ../sass/_snippet.scss */
.entryCont .entrytitle h1:after, .entryCont .entrytitle h2:after, .entryList .entrytitle h1:after, .entryList .entrytitle h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_line.png) no-repeat;
}
@media screen and (max-width: 640px) {
  /* line 264, ../sass/_acmcustom.scss */
  .entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
    padding-top: 65px;
    margin-bottom: 30px;
  }
  /* line 153, ../sass/_snippet.scss */
  .entryCont .entrytitle h1:before, .entryCont .entrytitle h2:before, .entryList .entrytitle h1:before, .entryList .entrytitle h2:before {
    width: 70px;
    height: 57px;
  }
}
@media screen and (max-width: 820px) {
  /* line 264, ../sass/_acmcustom.scss */
  .entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 270, ../sass/_acmcustom.scss */
.entryCont .medititle h2, .entryList .medititle h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #646464;
  margin: 0 0 30px;
  padding: 10px 0 10px 20px;
  clear: both;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 270, ../sass/_acmcustom.scss */
  .entryCont .medititle h2, .entryList .medititle h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 278, ../sass/_acmcustom.scss */
.entryCont .medititle h2:after, .entryList .medititle h2:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  bottom: 15px;
  left: 0;
  width: 5px;
  height: auto;
  background: #5b9599;
}
/* line 292, ../sass/_acmcustom.scss */
.entryCont .newstitle, .entryList .newstitle {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 3px solid #73adb1;
  border-bottom: 3px solid #73adb1;
}
/* line 297, ../sass/_acmcustom.scss */
.entryCont .newstitle h1, .entryList .newstitle h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  /* line 297, ../sass/_acmcustom.scss */
  .entryCont .newstitle h1, .entryList .newstitle h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 301, ../sass/_acmcustom.scss */
.entryCont .newstitle h1 a, .entryList .newstitle h1 a {
  color: #646464;
}
/* line 304, ../sass/_acmcustom.scss */
.entryCont .newstitle h1:after, .entryList .newstitle h1:after {
  display: none;
}
/* line 308, ../sass/_acmcustom.scss */
.entryCont .newstitle time, .entryList .newstitle time {
  display: block;
  color: #5b9599;
  font-weight: bold;
}

/* line 316, ../sass/_acmcustom.scss */
.entry-column {
  overflow: hidden;
}
/* line 318, ../sass/_acmcustom.scss */
.entry-column .clearHidden {
  display: none;
}
/* line 321, ../sass/_acmcustom.scss */
.entry-column > *:first-child, .entry-column .acms-grid > *:first-child {
  margin-top: 0;
}
/* line 324, ../sass/_acmcustom.scss */
.entry-column [class*=acms-col-] > *:nth-child(-n+2) {
  margin-top: 0;
}
/* line 327, ../sass/_acmcustom.scss */
.entry-column h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #646464;
  margin: 60px 0 30px;
  padding: 10px 0 10px 20px;
  clear: both;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 327, ../sass/_acmcustom.scss */
  .entry-column h2 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 335, ../sass/_acmcustom.scss */
.entry-column h2:before {
  display: none !important;
}
/* line 338, ../sass/_acmcustom.scss */
.entry-column h2:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 13px;
  bottom: 12px;
  left: 0;
  width: 5px;
  height: auto;
  background: #5b9599;
}
/* line 350, ../sass/_acmcustom.scss */
.entry-column h2.txt-center {
  padding: 20px 0;
  border-top: 1px solid rgba(100, 100, 100, 0.3);
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
/* line 354, ../sass/_acmcustom.scss */
.entry-column h2.txt-center:after {
  display: none;
}
/* line 358, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg, .entry-column h2.ttlbg-center {
  padding: 15px 20px;
  border: none;
  background: #73adb1;
  color: #fff;
}
/* line 363, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg:after, .entry-column h2.ttlbg-center:after {
  content: '';
  position: absolute;
  display: block;
  background: #c9d8e2;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 375, ../sass/_acmcustom.scss */
.entry-column h2.ttlbg-center, .entry-column h3.ttlbg-center, .entry-column h4.ttlbg-center {
  text-align: center;
}
/* line 378, ../sass/_acmcustom.scss */
.entry-column h2 + .clearHidden + h3, .entry-column h3 + .clearHidden + h4 {
  margin-top: 0;
}
/* line 381, ../sass/_acmcustom.scss */
.entry-column h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #377e83;
  margin: 40px 0 20px;
  background: none;
}
@media screen and (max-width: 820px) {
  /* line 381, ../sass/_acmcustom.scss */
  .entry-column h3 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 387, ../sass/_acmcustom.scss */
.entry-column h3.ttlbg, .entry-column h3.ttlbg-center {
  padding: 15px;
  background: rgba(100, 100, 100, 0.1);
  border: none;
  clear: both;
  border-bottom: 3px solid rgba(100, 100, 100, 0.2);
}
/* line 394, ../sass/_acmcustom.scss */
.entry-column h4 {
  font-size: 22px;
  font-size: 1.35rem;
  color: #666;
  margin: 40px 0 20px;
  padding: 0;
}
@media screen and (max-width: 820px) {
  /* line 394, ../sass/_acmcustom.scss */
  .entry-column h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 400, ../sass/_acmcustom.scss */
.entry-column h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5b9599;
  margin: 30px 0 10px;
  padding: 0;
}
/* line 406, ../sass/_acmcustom.scss */
.entry-column h4.ttlbg, .entry-column h4.ttlbg-center, .entry-column h5.ttlbg {
  padding: 13px;
  color: #646464;
  background: rgba(100, 100, 100, 0.1);
  border: none;
  clear: both;
}
/* line 413, ../sass/_acmcustom.scss */
.entry-column h2.ttlbreak, .entry-column h3.ttlbreak, .entry-column h4.ttlbreak {
  border: none;
  padding: 0;
  border-radius: 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .3em;
  line-height: 2;
  color: #fff;
  background: #646464;
  margin-top: 30px;
}
/* line 425, ../sass/_acmcustom.scss */
.entry-column h2.ttlbreak:after, .entry-column h3.ttlbreak:after, .entry-column h4.ttlbreak:after {
  display: none;
}
/* line 429, ../sass/_acmcustom.scss */
.entry-column h4.ttlbreak {
  background: #377e83;
  display: inline;
}
/* line 433, ../sass/_acmcustom.scss */
.entry-column p {
  margin: 0 0 1.75em;
  line-height: 1.7;
}
/* line 436, ../sass/_acmcustom.scss */
.entry-column p a, .entry-column p a:hover, .entry-column p a:visited {
  text-decoration: underline;
  position: relative;
  z-index: 50;
}
/* line 442, ../sass/_acmcustom.scss */
.entry-column em {
  font-style: normal;
  color: #db4040;
}
/* line 446, ../sass/_acmcustom.scss */
.entry-column strong {
  font-weight: 900;
}
/* line 449, ../sass/_acmcustom.scss */
.entry-column .txt-center {
  text-align: center;
  border: none;
}
/* line 453, ../sass/_acmcustom.scss */
.entry-column .color-red {
  color: #db4040;
}
/* line 456, ../sass/_acmcustom.scss */
.entry-column .txt-big {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  /* line 456, ../sass/_acmcustom.scss */
  .entry-column .txt-big {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 459, ../sass/_acmcustom.scss */
.entry-column .entry-danger-text {
  background: #db4040;
  padding: 20px;
  color: #fff !important;
}
/* line 464, ../sass/_acmcustom.scss */
.entry-column .line {
  display: inline;
  background: linear-gradient(transparent 75%, #f7f45e 0);
}
/* line 468, ../sass/_acmcustom.scss */
.entry-column .entryFormColumnBody em, .entry-column .entryFormColumnBody em, .entry-column .entry em {
  background: red;
  color: #fff;
}
/* line 472, ../sass/_acmcustom.scss */
.entry-column ul {
  list-style: disc;
  margin-top: 1em;
  padding-left: 2em;
  margin-bottom: 2em;
}
/* line 477, ../sass/_acmcustom.scss */
.entry-column ul a, .entry-column ul a:hover, .entry-column ul a:visited {
  text-decoration: underline !important;
}
/* line 481, ../sass/_acmcustom.scss */
.entry-column ol {
  list-style-type: decimal;
  margin-top: 1em;
  padding-left: 2em;
  margin-bottom: 2em;
}
/* line 487, ../sass/_acmcustom.scss */
.entry-column ul li, .entry-column ol li {
  margin-bottom: 0.5em;
}
/* line 490, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck {
  list-style: none;
  margin: 30px 0;
  padding: 0 0 0 46px;
}
/* line 494, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck li {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.35rem;
  z-index: 10;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  /* line 494, ../sass/_acmcustom.scss */
  .entry-column ul.ulcheck li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 500, ../sass/_acmcustom.scss */
.entry-column ul.ulcheck li:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -38px;
  width: 34px;
  height: 28px;
  background: url(../images/check.png) center no-repeat;
  background-size: cover;
}
/* line 512, ../sass/_acmcustom.scss */
.entry-column .entry-container {
  margin: 0 0 2em;
}
/* line 515, ../sass/_acmcustom.scss */
.entry-column blockquote {
  background: #fff;
  border: 2px solid rgba(100, 100, 100, 0.2);
  padding: 20px 20px 0;
}
/* line 519, ../sass/_acmcustom.scss */
.entry-column blockquote p {
  margin-bottom: 20px;
}
/* line 523, ../sass/_acmcustom.scss */
.entry-column table {
  margin: 0;
  width: auto;
  background: #fff;
  border-collapse: collapse;
}
/* line 528, ../sass/_acmcustom.scss */
.entry-column table a, .entry-column table a:hover, .entry-column table a:visited {
  text-decoration: underline !important;
}
/* line 531, ../sass/_acmcustom.scss */
.entry-column table th, .entry-column table td {
  border: 1px solid #ccc !important;
  padding: 15px;
}
/* line 535, ../sass/_acmcustom.scss */
.entry-column table th {
  background: #c9d8e2;
}
/* line 539, ../sass/_acmcustom.scss */
.entry-column .oltate {
  width: auto;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  padding: 0;
  flex-direction: row-reverse;
}
/* line 546, ../sass/_acmcustom.scss */
.entry-column .oltate li {
  padding: 0 30px;
  font-size: 22px;
  font-size: 1.35rem;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
@media screen and (max-width: 820px) {
  /* line 546, ../sass/_acmcustom.scss */
  .entry-column .oltate li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 554, ../sass/_acmcustom.scss */
.entry-column .oltate li::before {
  margin-bottom: 10px;
}
/* line 559, ../sass/_acmcustom.scss */
.entry-column .oltate li {
  list-style: none;
}
/* line 560, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(1)::before {
  content: "１";
}
/* line 561, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(2)::before {
  content: "２";
}
/* line 562, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(3)::before {
  content: "３";
}
/* line 563, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(4)::before {
  content: "４";
}
/* line 564, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(5)::before {
  content: "５";
}
/* line 565, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(6)::before {
  content: "６";
}
/* line 566, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(7)::before {
  content: "７";
}
/* line 567, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(8)::before {
  content: "８";
}
/* line 568, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(9)::before {
  content: "９";
}
/* line 569, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(10)::before {
  content: "１０";
}
/* line 570, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(11)::before {
  content: "１１";
}
/* line 571, ../sass/_acmcustom.scss */
.entry-column .oltate li:nth-child(12)::before {
  content: "１２";
}

/* PAGE CUSTOM */
/* line 575, ../sass/_acmcustom.scss */
[class*=ug-bg-] {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  width: 105.2%;
  margin: 60px -2.6%;
  padding-top: 60px;
  padding-bottom: 20px;
  background: #c9d8e2;
}
@media screen and (max-width: 820px) {
  /* line 575, ../sass/_acmcustom.scss */
  [class*=ug-bg-] {
    padding: 40px 6%;
  }
}
/* line 582, ../sass/_acmcustom.scss */
[class*=ug-bg-]:after {
  display: block;
  clear: both;
  content: "";
}
/* line 587, ../sass/_acmcustom.scss */
[class*=ug-bg-] > h2.ttlbg:first-child, [class*=ug-bg-] > h2.ttlbg-center:first-child, [class*=ug-bg-] > h3.ttlbg:first-child, [class*=ug-bg-] > h3.ttlbg-center:first-child {
  margin-top: -60px;
  margin-bottom: 40px;
}
/* line 591, ../sass/_acmcustom.scss */
[class*=ug-bg-] > *:first-of-type {
  margin-top: 0;
}
/* line 594, ../sass/_acmcustom.scss */
[class*=ug-bg-] h2, [class*=ug-bg-] h3, [class*=ug-bg-] h4, [class*=ug-bg-] h5, [class*=ug-bg-] p, [class*=ug-bg-] li, [class*=ug-bg-] dt, [class*=ug-bg-] dd, [class*=ug-bg-] blockquote {
  color: #646464 !important;
}
/* line 597, ../sass/_acmcustom.scss */
[class*=ug-bg-] h2.ttlbg, [class*=ug-bg-] .ttlbg-center {
  margin-left: -2.5%;
  margin-right: -2.5%;
  border: none;
}
@media screen and (max-width: 640px) {
  /* line 575, ../sass/_acmcustom.scss */
  [class*=ug-bg-] {
    width: 111%;
    margin: 40px -5.5%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  /* line 607, ../sass/_acmcustom.scss */
  [class*=ug-bg-] > h2.ttlbg:first-child, [class*=ug-bg-] > h2.ttlbg-center:first-child, [class*=ug-bg-] > h3.ttlbg:first-child, [class*=ug-bg-] > h3.ttlbg-center:first-child {
    margin-top: -40px;
    margin-bottom: 30px;
  }
  /* line 611, ../sass/_acmcustom.scss */
  [class*=ug-bg-] h2.ttlbg, [class*=ug-bg-] .ttlbg-center {
    margin-left: -5%;
    margin-right: -5%;
  }
}

/* line 617, ../sass/_acmcustom.scss */
[class*=ug-bg-] + [class*=ug-bg-] {
  margin-top: -30px;
}

/* line 621, ../sass/_acmcustom.scss */
#bg-light, .ug-bg-light {
  background: #fff;
}

/* line 624, ../sass/_acmcustom.scss */
#bg-main, .ug-bg-main {
  background: #c9d8e2;
}

/* line 627, ../sass/_acmcustom.scss */
#bg-sub, .ug-bg-sub {
  background: #e6eef3;
}
/* line 629, ../sass/_acmcustom.scss */
#bg-sub h2.ttlbg, #bg-sub h2.ttlbg-center, .ug-bg-sub h2.ttlbg, .ug-bg-sub h2.ttlbg-center {
  background: #f5950c;
  color: #fff !important;
}

/* line 634, ../sass/_acmcustom.scss */
#bg-black, .ug-bg-black {
  background: #777;
}

/* line 637, ../sass/_acmcustom.scss */
#bg-black, .ug-bg-black, [id*=bg-] .ug-bg-black {
  color: #fff !important;
}
/* line 639, ../sass/_acmcustom.scss */
#bg-black h1, #bg-black h1 a, #bg-black h2, #bg-black h3, #bg-black h4, #bg-black h5, #bg-black p, #bg-black li, #bg-black dt, #bg-black dd, #bg-black .acms-topicpath a, #bg-black time, .ug-bg-black h1, .ug-bg-black h1 a, .ug-bg-black h2, .ug-bg-black h3, .ug-bg-black h4, .ug-bg-black h5, .ug-bg-black p, .ug-bg-black li, .ug-bg-black dt, .ug-bg-black dd, .ug-bg-black .acms-topicpath a, .ug-bg-black time, [id*=bg-] .ug-bg-black h1, [id*=bg-] .ug-bg-black h1 a, [id*=bg-] .ug-bg-black h2, [id*=bg-] .ug-bg-black h3, [id*=bg-] .ug-bg-black h4, [id*=bg-] .ug-bg-black h5, [id*=bg-] .ug-bg-black p, [id*=bg-] .ug-bg-black li, [id*=bg-] .ug-bg-black dt, [id*=bg-] .ug-bg-black dd, [id*=bg-] .ug-bg-black .acms-topicpath a, [id*=bg-] .ug-bg-black time {
  color: #fff !important;
}
/* line 642, ../sass/_acmcustom.scss */
#bg-black .sidettl, .ug-bg-black .sidettl, [id*=bg-] .ug-bg-black .sidettl {
  color: #377e83 !important;
}
/* line 645, ../sass/_acmcustom.scss */
#bg-black .entrytitle, .ug-bg-black .entrytitle, [id*=bg-] .ug-bg-black .entrytitle {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
/* line 649, ../sass/_acmcustom.scss */
#bg-black h2, .ug-bg-black h2, [id*=bg-] .ug-bg-black h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 651, ../sass/_acmcustom.scss */
#bg-black h2:after, .ug-bg-black h2:after, [id*=bg-] .ug-bg-black h2:after {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 656, ../sass/_acmcustom.scss */
#bg-black h2.txt-center, .ug-bg-black h2.txt-center, [id*=bg-] .ug-bg-black h2.txt-center {
  border: none;
}
/* line 659, ../sass/_acmcustom.scss */
#bg-black h2.txt-center span:before, .ug-bg-black h2.txt-center span:before, [id*=bg-] .ug-bg-black h2.txt-center span:before {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 663, ../sass/_acmcustom.scss */
#bg-black h2.txt-center span:after, .ug-bg-black h2.txt-center span:after, [id*=bg-] .ug-bg-black h2.txt-center span:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 669, ../sass/_acmcustom.scss */
#bg-black h2.ttlbg, #bg-black h2.ttlbg-center, .ug-bg-black h2.ttlbg, .ug-bg-black h2.ttlbg-center, [id*=bg-] .ug-bg-black h2.ttlbg, [id*=bg-] .ug-bg-black h2.ttlbg-center {
  background: #111;
  border: none;
}
/* line 672, ../sass/_acmcustom.scss */
#bg-black h2.ttlbg:after, #bg-black h2.ttlbg-center:after, .ug-bg-black h2.ttlbg:after, .ug-bg-black h2.ttlbg-center:after, [id*=bg-] .ug-bg-black h2.ttlbg:after, [id*=bg-] .ug-bg-black h2.ttlbg-center:after {
  display: none;
}
/* line 677, ../sass/_acmcustom.scss */
#bg-black h3 span, .ug-bg-black h3 span, [id*=bg-] .ug-bg-black h3 span {
  background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.2) 30%);
}
/* line 681, ../sass/_acmcustom.scss */
#bg-black h3.ttlbg, #bg-black h3.ttlbg-center, .ug-bg-black h3.ttlbg, .ug-bg-black h3.ttlbg-center, [id*=bg-] .ug-bg-black h3.ttlbg, [id*=bg-] .ug-bg-black h3.ttlbg-center {
  background: rgba(255, 255, 255, 0.1);
}
/* line 683, ../sass/_acmcustom.scss */
#bg-black h3.ttlbg span, #bg-black h3.ttlbg-center span, .ug-bg-black h3.ttlbg span, .ug-bg-black h3.ttlbg-center span, [id*=bg-] .ug-bg-black h3.ttlbg span, [id*=bg-] .ug-bg-black h3.ttlbg-center span {
  background: none;
}
/* line 687, ../sass/_acmcustom.scss */
#bg-black h4.ttlbg, #bg-black h4.ttlbg-center, #bg-black h5.ttlbg, .ug-bg-black h4.ttlbg, .ug-bg-black h4.ttlbg-center, .ug-bg-black h5.ttlbg, [id*=bg-] .ug-bg-black h4.ttlbg, [id*=bg-] .ug-bg-black h4.ttlbg-center, [id*=bg-] .ug-bg-black h5.ttlbg {
  background: rgba(255, 255, 255, 0.1);
}
/* line 691, ../sass/_acmcustom.scss */
#bg-black blockquote p, .ug-bg-black blockquote p, [id*=bg-] .ug-bg-black blockquote p {
  color: #777 !important;
}

/* line 697, ../sass/_acmcustom.scss */
#bg-main h1, #bg-main h1 a, #bg-main h2, #bg-main h3, .ug-bg-main h1, .ug-bg-main h1 a, .ug-bg-main h2, .ug-bg-main h3, [id*=bg-] .ug-bg-main h1, [id*=bg-] .ug-bg-main h1 a, [id*=bg-] .ug-bg-main h2, [id*=bg-] .ug-bg-main h3 {
  color: #5b9599 !important;
}
/* line 700, ../sass/_acmcustom.scss */
#bg-main h2.ttlbg, #bg-main h2.ttlbg-center, .ug-bg-main h2.ttlbg, .ug-bg-main h2.ttlbg-center, [id*=bg-] .ug-bg-main h2.ttlbg, [id*=bg-] .ug-bg-main h2.ttlbg-center {
  background: #5b9599;
  color: #fff !important;
}

/* line 705, ../sass/_acmcustom.scss */
.ug-bg-image {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #777;
  padding-top: 200px !important;
  margin: 0 0 40px !important;
  width: 100% !important;
}
/* line 713, ../sass/_acmcustom.scss */
.ug-bg-image .bgimage {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
  margin: 0;
}
/* line 722, ../sass/_acmcustom.scss */
.ug-bg-image .bgimage img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  opacity: 0.8;
  border-radius: 0 !important;
}
/* line 731, ../sass/_acmcustom.scss */
.ug-bg-image h2, .ug-bg-image h3, .ug-bg-image h4, .ug-bg-image h5, .ug-bg-image h6, .ug-bg-image p, .ug-bg-image li {
  color: #fff;
}

/* BTN */
/* line 737, ../sass/_acmcustom.scss */
.entry-btn, .entry-btn-attention, .entry-btn-yellow, .entry-btn-main, .btnMore {
  display: inline-block;
  margin-right: 1em !important;
}
/* line 740, ../sass/_acmcustom.scss */
.entry-btn a, .entry-btn-attention a, .entry-btn-yellow a, .entry-btn-main a, .btnMore a {
  display: block;
  line-height: 1.3;
  text-decoration: none !important;
  color: #377e83 !important;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
  min-width: 240px;
  background: #c9d8e2;
  position: relative;
}
/* line 752, ../sass/_acmcustom.scss */
.entry-btn a:before, .entry-btn-attention a:before, .entry-btn-yellow a:before, .entry-btn-main a:before, .btnMore a:before {
  position: absolute;
  margin-top: -5px;
  content: "";
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #377e83;
  border-right: 2px solid #377e83;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 765, ../sass/_acmcustom.scss */
.entry-btn a:hover, .entry-btn-attention a:hover, .entry-btn-yellow a:hover, .entry-btn-main a:hover, .btnMore a:hover {
  background: #bce1e2;
}

/* line 771, ../sass/_acmcustom.scss */
.entry-btn-attention a {
  background: #f5950c;
  border: none;
  color: #fff !important;
}
/* line 775, ../sass/_acmcustom.scss */
.entry-btn-attention a:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* line 779, ../sass/_acmcustom.scss */
.entry-btn-attention a:hover {
  background: rgba(245, 149, 12, 0.6);
}

/* line 785, ../sass/_acmcustom.scss */
.entry-btn-yellow a {
  background: #f2d44b;
  border: none;
  color: #646464 !important;
}
/* line 789, ../sass/_acmcustom.scss */
.entry-btn-yellow a:before {
  border-top: 2px solid #777;
  border-right: 2px solid #777;
}
/* line 793, ../sass/_acmcustom.scss */
.entry-btn-yellow a:hover {
  background: rgba(242, 212, 75, 0.6);
}

/* line 799, ../sass/_acmcustom.scss */
.entry-btn-main a {
  background: #5b9599;
  border: none;
  color: #fff !important;
}
/* line 803, ../sass/_acmcustom.scss */
.entry-btn-main a:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* line 807, ../sass/_acmcustom.scss */
.entry-btn-main a:hover {
  background: rgba(91, 149, 153, 0.6);
}

/* line 812, ../sass/_acmcustom.scss */
.btnMore {
  margin-top: 20px;
}

/* line 815, ../sass/_acmcustom.scss */
.acms-entry [class*=acms-col-] .entry-btn, .acms-entry [class*=acms-col-] .entry-btn-attention {
  display: block;
}

/* INDEX */
/* line 820, ../sass/_acmcustom.scss */
.indlist {
  overflow: visible;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  /* line 820, ../sass/_acmcustom.scss */
  .indlist {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 825, ../sass/_acmcustom.scss */
.indlist:after {
  content: "";
  display: block;
  width: 31%;
}
/* line 830, ../sass/_acmcustom.scss */
.indlist li {
  flex-basis: 31.5%;
  text-align: center;
  padding-bottom: 60px;
}
/* line 834, ../sass/_acmcustom.scss */
.indlist li img {
  aspect-ratio: 1414 / 1000;
  object-fit: cover;
  overflow: hidden;
  display: block;
}
/* line 840, ../sass/_acmcustom.scss */
.indlist li h2, .indlist li h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0;
}
/* line 843, ../sass/_acmcustom.scss */
.indlist li h2 a, .indlist li h3 a {
  color: #777;
}
/* line 845, ../sass/_acmcustom.scss */
.indlist li h2 a:hover, .indlist li h3 a:hover {
  color: #666;
}
/* line 850, ../sass/_acmcustom.scss */
.indlist li p {
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 855, ../sass/_acmcustom.scss */
.indlist li .indbtn a, .indlist li .indbtn2 a {
  width: 100%;
  font-size: 13px;
  font-size: .8rem;
  max-width: 180px;
  color: #fff;
  background: #5b9599;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.3;
  transition: .4s;
}
/* line 868, ../sass/_acmcustom.scss */
.indlist li .indbtn a:hover, .indlist li .indbtn2 a:hover {
  background: #73adb1;
}
/* line 873, ../sass/_acmcustom.scss */
.indlist li .indbtn2 {
  width: 48.5%;
  display: inline-block;
  padding-bottom: 12px;
  vertical-align: top;
}
/* line 878, ../sass/_acmcustom.scss */
.indlist li .indbtn2 a {
  max-width: none;
  font-family: "Zen Kaku Gothic New","YuGothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 10px 5px 13px;
  line-height: 1.3;
}
/* line 886, ../sass/_acmcustom.scss */
.indlist li .indbtn2:nth-child(2n+1) {
  margin-right: 3%;
}

/* line 894, ../sass/_acmcustom.scss */
.newsindex article a {
  display: block;
  position: relative;
  color: #646464;
  padding: 20px 40px 20px 0;
  margin-top: -2px;
  border-top: 2px dashed #cac3b6;
  border-bottom: 2px dashed #cac3b6;
}
/* line 902, ../sass/_acmcustom.scss */
.newsindex article a time {
  color: #a0998d;
  margin-bottom: 10px;
  display: block;
}
/* line 907, ../sass/_acmcustom.scss */
.newsindex article a h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 910, ../sass/_acmcustom.scss */
.newsindex article a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #a0998d;
  border-right: 1px solid #a0998d;
  content: "";
}
/* line 921, ../sass/_acmcustom.scss */
.newsindex article a:hover {
  color: #777;
}

/* line 927, ../sass/_acmcustom.scss */
.mediindlist {
  margin-bottom: 40px;
}
/* line 930, ../sass/_acmcustom.scss */
.mediindlist li a {
  display: block;
  position: relative;
  color: #646464;
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: bold;
  padding: 20px 40px 20px 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  /* line 930, ../sass/_acmcustom.scss */
  .mediindlist li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 940, ../sass/_acmcustom.scss */
.mediindlist li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #5b9599;
  border-right: 3px solid #5b9599;
  content: "";
}
/* line 951, ../sass/_acmcustom.scss */
.mediindlist li a:hover {
  opacity: 0.7;
}

/* line 958, ../sass/_acmcustom.scss */
.medianchor ul {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 966, ../sass/_acmcustom.scss */
.medianchor li {
  padding: 0 1%;
}
/* line 968, ../sass/_acmcustom.scss */
.medianchor li a {
  min-width: 10em;
  text-align: center;
  display: block;
  position: relative;
  background: #73adb1;
  border-radius: 20px;
  padding: 20px 10px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.35rem;
}
@media screen and (max-width: 820px) {
  /* line 968, ../sass/_acmcustom.scss */
  .medianchor li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 980, ../sass/_acmcustom.scss */
.medianchor li a:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  line-height: 30px;
  transition: .4s;
  content: '\e313';
  top: auto;
  right: auto;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 10;
}
/* line 991, ../sass/_acmcustom.scss */
.medianchor li a:hover {
  opacity: 0.7;
}

/* line 998, ../sass/_acmcustom.scss */
.entryList.event .medianchor {
  display: none;
}

/* line 1002, ../sass/_acmcustom.scss */
.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/* PAGER */
/* line 1009, ../sass/_acmcustom.scss */
.serial-nav, ul.index-nav, ul.pager-list {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 1017, ../sass/_acmcustom.scss */
.serial-nav ul, ul.index-nav ul, ul.pager-list ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 1026, ../sass/_acmcustom.scss */
.serial-nav li, ul.index-nav li, ul.pager-list li {
  flex-basis: 48%;
}
/* line 1029, ../sass/_acmcustom.scss */
.serial-nav .cur, .serial-nav a, ul.index-nav .cur, ul.index-nav a, ul.pager-list .cur, ul.pager-list a {
  min-width: 20em;
  background: #444;
  color: #fff !important;
  text-align: center;
  padding: 1.5em 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 10px;
}
/* line 1039, ../sass/_acmcustom.scss */
.serial-nav .cur i, .serial-nav a i, ul.index-nav .cur i, ul.index-nav a i, ul.pager-list .cur i, ul.pager-list a i {
  vertical-align: middle;
  margin-top: -5px;
  margin-bottom: -5px;
}
/* line 1044, ../sass/_acmcustom.scss */
.serial-nav .cur:hover, .serial-nav a:hover, ul.index-nav .cur:hover, ul.index-nav a:hover, ul.pager-list .cur:hover, ul.pager-list a:hover {
  background: #666 !important;
  color: #fff !important;
  text-decoration: none;
}
/* line 1048, ../sass/_acmcustom.scss */
.serial-nav .cur:hover:after, .serial-nav a:hover:after, ul.index-nav .cur:hover:after, ul.index-nav a:hover:after, ul.pager-list .cur:hover:after, ul.pager-list a:hover:after {
  background: none;
}
/* line 1053, ../sass/_acmcustom.scss */
.serial-nav .serial-nav-item-next, ul.index-nav .serial-nav-item-next, ul.pager-list .serial-nav-item-next {
  text-align: right;
}
/* line 1056, ../sass/_acmcustom.scss */
.serial-nav:after, ul.index-nav:after, ul.pager-list:after {
  display: none;
}
/* line 1059, ../sass/_acmcustom.scss */
.serial-nav .cur, ul.index-nav .cur, ul.pager-list .cur {
  border: 1px solid #777;
  background: none;
}
/* line 1062, ../sass/_acmcustom.scss */
.serial-nav .cur span, ul.index-nav .cur span, ul.pager-list .cur span {
  color: #777;
}

/* line 1067, ../sass/_acmcustom.scss */
.serial-nav-list {
  width: 100%;
}
/* line 1069, ../sass/_acmcustom.scss */
.serial-nav-list .serial-nav-item-prev {
  flex-basis: unset;
  margin-right: 0;
  margin-left: auto;
}
/* line 1074, ../sass/_acmcustom.scss */
.serial-nav-list .serial-nav-item-next {
  flex-basis: unset;
  margin-right: auto;
  margin-left: 0;
}

/* line 1080, ../sass/_acmcustom.scss */
ul.index-nav, ul.pager-list {
  padding-top: 30px;
  justify-content: center;
}
/* line 1083, ../sass/_acmcustom.scss */
ul.index-nav li, ul.pager-list li {
  flex-basis: unset;
  margin: 0 10px;
}
/* line 1087, ../sass/_acmcustom.scss */
ul.index-nav .cur, ul.index-nav a, ul.pager-list .cur, ul.pager-list a {
  min-width: 4em;
}
/* line 1089, ../sass/_acmcustom.scss */
ul.index-nav .cur:hover, ul.index-nav a:hover, ul.pager-list .cur:hover, ul.pager-list a:hover {
  background: #777 !important;
}

/* BLOG */
/* line 1097, ../sass/_acmcustom.scss */
#blog .blogL {
  width: 72%;
  float: left;
}
/* line 1101, ../sass/_acmcustom.scss */
#blog .blogL header h1 {
  margin-top: 10px;
}
/* line 1104, ../sass/_acmcustom.scss */
#blog .blogL header time {
  display: inline-block;
  color: #666;
}
/* line 1108, ../sass/_acmcustom.scss */
#blog .blogL header p {
  display: inline-block;
}
/* line 1110, ../sass/_acmcustom.scss */
#blog .blogL header p a {
  display: block;
  padding: 5px 20px;
  margin-left: 5px;
  background: #5b9599;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-size: .8rem;
  line-height: 1.3;
}
/* line 1119, ../sass/_acmcustom.scss */
#blog .blogL header p a:hover {
  color: #fff;
}
/* line 1125, ../sass/_acmcustom.scss */
#blog .blogL article {
  margin-bottom: 40px;
}
/* line 1129, ../sass/_acmcustom.scss */
#blog .blogR {
  width: 25%;
  float: right;
  text-align: left;
}
/* line 1133, ../sass/_acmcustom.scss */
#blog .blogR .sidettl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 15px;
  font-weight: bold;
  color: #377e83 !important;
  border-left: 3px solid #73adb1;
  background: #c9d8e2;
}
/* line 1144, ../sass/_acmcustom.scss */
#blog .blogR ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: -1px;
  background: #5b9599;
}
/* line 1153, ../sass/_acmcustom.scss */
#blog .blogR ul li a:hover {
  opacity: 0.7;
}
/* line 1159, ../sass/_acmcustom.scss */
#blog .blogR .entry-list, #blog .blogR .category-list {
  margin-bottom: 30px;
}
/* line 1162, ../sass/_acmcustom.scss */
#blog .blogR .entry-list-date {
  font-size: 13px;
  font-size: .8rem;
  color: #c9d8e2;
}
/* line 1167, ../sass/_acmcustom.scss */
#blog:after {
  width: 100%;
  height: 0;
  clear: both;
  content: "";
  display: block;
}

/* SIDE */
/* line 1176, ../sass/_acmcustom.scss */
.entryCont.news {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  /* line 1176, ../sass/_acmcustom.scss */
  .entryCont.news {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 1179, ../sass/_acmcustom.scss */
.entryCont.news article {
  width: 72%;
}
/* line 1182, ../sass/_acmcustom.scss */
.entryCont.news .sidenav {
  width: 25%;
  position: sticky;
  top: 80px;
}
/* line 1186, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .sidettl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 15px;
  font-weight: bold;
  color: #fff !important;
  background: #5b9599;
}
/* line 1196, ../sass/_acmcustom.scss */
.entryCont.news .sidenav ul li a {
  display: block;
  padding: 10px 15px;
  color: #377e83;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: -1px;
  background: rgba(188, 225, 226, 0.6);
}
/* line 1205, ../sass/_acmcustom.scss */
.entryCont.news .sidenav ul li a .entry-list-date {
  font-size: 13px;
  font-size: .8rem;
  color: #646464;
}
/* line 1209, ../sass/_acmcustom.scss */
.entryCont.news .sidenav ul li a:hover {
  opacity: 0.7;
}
/* line 1216, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dt, .entryCont.news .sidenav .acmenu2 dt {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  background: #73adb1;
  color: #fff;
  line-height: 1;
  padding: 20px 15px;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #fff;
  position: relative;
  transition: .4s;
}
/* line 1228, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dt:hover, .entryCont.news .sidenav .acmenu2 dt:hover {
  background: #377e83;
}
/* line 1231, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dt:first-child, .entryCont.news .sidenav .acmenu2 dt:first-child {
  border: none;
}
/* line 1234, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dt:before, .entryCont.news .sidenav .acmenu dt:after, .entryCont.news .sidenav .acmenu2 dt:before, .entryCont.news .sidenav .acmenu2 dt:after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #fff;
}
/* line 1245, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dt:after, .entryCont.news .sidenav .acmenu2 dt:after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
/* line 1250, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dt.active, .entryCont.news .sidenav .acmenu2 dt.active {
  background: #5b9599;
}
/* line 1253, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dt.active::after, .entryCont.news .sidenav .acmenu2 dt.active::after {
  transform: rotate(0deg);
}
/* line 1256, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu div, .entryCont.news .sidenav .acmenu2 div {
  display: none;
}
/* line 1260, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dd a, .entryCont.news .sidenav .acmenu2 dd a {
  display: block;
  padding: 12px 15px;
  color: #377e83;
  line-height: 1.4;
  border-top: 1px solid #73adb1;
  background: #c9d8e2;
}
/* line 1267, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu dd a:hover, .entryCont.news .sidenav .acmenu2 dd a:hover {
  background: #73adb1;
  color: #fff;
}
/* line 1275, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu2 dt {
  background: rgba(245, 149, 12, 0.8);
}
/* line 1277, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu2 dt:hover {
  background: rgba(245, 149, 12, 0.6);
}
/* line 1281, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu2 dt.active {
  background: #f5950c;
}
/* line 1285, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu2 dd a {
  color: #f5950c;
  border-top: 1px solid #f5950c;
  background: #e6eef3;
}
/* line 1289, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .acmenu2 dd a:hover {
  background: rgba(245, 149, 12, 0.8);
}
/* line 1296, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlgeneral .general {
  display: block;
}
/* line 1301, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlpreventive .preventive {
  display: block;
}
/* line 1306, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dladvanced .advanced {
  display: block;
}
/* line 1311, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlchildren .children {
  display: block;
}
/* line 1316, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlorthodontics .orthodontics {
  display: block;
}
/* line 1321, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlrestoration .restoration {
  display: block;
}
/* line 1326, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlspecialty .specialty {
  display: block;
}
/* line 1331, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dltrouble .trouble {
  display: block;
}
/* line 1336, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlireba .ireba {
  display: block;
}
/* line 1341, ../sass/_acmcustom.scss */
.entryCont.news .sidenav .dlmouth-trouble .mouth-trouble {
  display: block;
}

/* CONTACT */
/* line 1351, ../sass/_acmcustom.scss */
#contactform .entry-btn-attention a {
  text-decoration: none;
}

/* line 1356, ../sass/_acmcustom.scss */
#contact {
  margin: 0 auto;
  text-align: left;
  padding: 0 0 40px;
}
/* line 1360, ../sass/_acmcustom.scss */
#contact .contactIn {
  margin-top: 30px;
  margin-bottom: 100px;
}
/* line 1364, ../sass/_acmcustom.scss */
#contact dl {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
}
/* line 1369, ../sass/_acmcustom.scss */
#contact dt {
  width: 14em;
  float: left;
  font-weight: 900;
  padding: 25px 10px 0;
  line-height: 1.3;
  margin: 0;
}
/* line 1376, ../sass/_acmcustom.scss */
#contact dt span {
  background: #db4040;
  font-weight: bold;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  display: block;
  float: right;
  border-radius: 3px;
}
/* line 1387, ../sass/_acmcustom.scss */
#contact dd {
  padding: 20px 0 20px 14.5em;
  margin: 0;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
}
/* line 1392, ../sass/_acmcustom.scss */
#contact dd .acms-admin-text-error {
  margin-bottom: 0;
  color: #db4040 !important;
}
/* line 1398, ../sass/_acmcustom.scss */
#contact small a {
  text-decoration: underline;
}

/* line 1403, ../sass/_acmcustom.scss */
.inpAge {
  width: 4em !important;
}

/* line 1406, ../sass/_acmcustom.scss */
.form-btn {
  width: 40%;
  max-width: 360px;
  margin: 0 2.5%;
  display: inline-block;
}

/* line 1412, ../sass/_acmcustom.scss */
.btnSend {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  overflow: hidden;
}

/* line 1418, ../sass/_acmcustom.scss */
.btnSend input {
  width: 100%;
  background: #5b9599;
  color: #fff;
  font-weight: bold;
  transition: .4s;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  padding: 21px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 40px;
}
/* line 1433, ../sass/_acmcustom.scss */
.btnSend input:hover {
  background: #5b9599;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=70)";
}

/* line 1440, ../sass/_acmcustom.scss */
#btnToInput {
  border: 2px solid #646464 !important;
  background: #fff !important;
  color: #646464 !important;
  transition: .4s;
}
/* line 1445, ../sass/_acmcustom.scss */
#btnToInput:hover {
  border: 2px solid #646464 !important;
  background: #eee !important;
}

/* line 1450, ../sass/_acmcustom.scss */
#btnConfirm {
  max-width: 260px;
  width: 80%;
  margin: 0 auto;
}

/* line 1455, ../sass/_acmcustom.scss */
.slide-photo {
  overflow: visible !important;
}
/* line 1457, ../sass/_acmcustom.scss */
.slide-photo .slick-list {
  overflow: visible !important;
}

/* FAQ */
/* line 1462, ../sass/_acmcustom.scss */
details.faq {
  transition: transform .3s;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  margin-bottom: 20px;
}
/* line 1468, ../sass/_acmcustom.scss */
details.faq summary {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  padding: 30px 40px 30px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #646464;
  cursor: pointer;
  font-weight: bold;
}
/* line 1479, ../sass/_acmcustom.scss */
details.faq summary:before {
  content: "Q";
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 50%;
  margin-top: -11px;
  color: #e8687b;
  font-size: 22px;
  font-size: 1.35rem;
}
@media screen and (max-width: 820px) {
  /* line 1479, ../sass/_acmcustom.scss */
  details.faq summary:before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 1489, ../sass/_acmcustom.scss */
details.faq summary:after {
  content: "＋";
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  line-height: 30px;
  transition: transform .3s;
  color: #5b9599;
}
/* line 1502, ../sass/_acmcustom.scss */
details.faq .acms-entry {
  padding: 0 20px 30px 45px;
  position: relative;
}
/* line 1505, ../sass/_acmcustom.scss */
details.faq .acms-entry:before {
  content: "A";
  position: absolute;
  z-index: 10;
  left: 23px;
  top: 0;
  color: #009cd7;
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  /* line 1505, ../sass/_acmcustom.scss */
  details.faq .acms-entry:before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 1516, ../sass/_acmcustom.scss */
details.faq .acms-entry h2, details.faq .acms-entry h3, details.faq .acms-entry h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 1519, ../sass/_acmcustom.scss */
details.faq .acms-entry .entry-btn-attention {
  margin: 0;
}

/* line 1526, ../sass/_acmcustom.scss */
details.faq[open] summary:after {
  content: "－";
}

@media screen and (max-width: 820px) {
  /* line 1533, ../sass/_acmcustom.scss */
  .acms-col-sm-3 {
    width: 50% !important;
    margin-bottom: 10px !important;
  }

  /* line 1537, ../sass/_acmcustom.scss */
  .summary-default-entry-image-wrap img {
    width: 100%;
  }

  /* line 1542, ../sass/_acmcustom.scss */
  .indlist li .indbtn2 {
    width: 100%;
    display: block;
    padding-bottom: 5px;
  }
  /* line 1546, ../sass/_acmcustom.scss */
  .indlist li .indbtn2:nth-child(2n+1) {
    margin-right: 0;
  }

  /* SIDE */
  /* line 1554, ../sass/_acmcustom.scss */
  .entryCont.news article {
    width: 100%;
  }
  /* line 1557, ../sass/_acmcustom.scss */
  .entryCont.news .sidenav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 1564, ../sass/_acmcustom.scss */
  .acms-entry .column-media-left {
    float: none !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
  /* line 1569, ../sass/_acmcustom.scss */
  .acms-entry .column-media-right {
    float: none !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
  }
  /* line 1574, ../sass/_acmcustom.scss */
  .acms-entry .column-media-center {
    margin-bottom: 20px !important;
  }
  /* line 1577, ../sass/_acmcustom.scss */
  .acms-entry .column-media:has(.acms-col-sm-6) {
    width: 100% !important;
  }
  /* line 1580, ../sass/_acmcustom.scss */
  .acms-entry .column-media:has(.acms-col-sm-4) {
    width: 50% !important;
  }
  /* line 1583, ../sass/_acmcustom.scss */
  .acms-entry .column-media-left:has(.acms-col-sm-4) {
    padding-right: 20px !important;
    float: left !important;
  }
  /* line 1587, ../sass/_acmcustom.scss */
  .acms-entry .column-media-right:has(.acms-col-sm-4) {
    padding-left: 20px !important;
    float: right !important;
  }
  /* line 1591, ../sass/_acmcustom.scss */
  .acms-entry .acms-admin-col-6 {
    width: 100% !important;
  }
  /* line 1594, ../sass/_acmcustom.scss */
  .acms-entry .acms-col-sm-6 {
    float: none !important;
    width: 100% !important;
  }
  /* line 1598, ../sass/_acmcustom.scss */
  .acms-entry .acms-col-sm-4 {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 1603, ../sass/_acmcustom.scss */
  .acms-entry .acms-col-sm-4.js-unit_group-align, .acms-entry .acms-col-sm-6.js-unit_group-align {
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }

  /* line 1608, ../sass/_acmcustom.scss */
  .acms-entry [class*=acms-col-] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 1612, ../sass/_acmcustom.scss */
  .acms-form input[type=text] {
    width: auto !important;
  }

  /* line 1615, ../sass/_acmcustom.scss */
  .acms-entry .pcimage {
    display: none;
  }

  /* line 1618, ../sass/_acmcustom.scss */
  .acms-entry .spimage {
    display: block;
    width: 100% !important;
  }

  /* line 1622, ../sass/_acmcustom.scss */
  .ug-bg-image {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
  }

  /* SP NEW COLS */
  /* line 1628, ../sass/_acmcustom.scss */
  .acms-entry .acms-g-cols-2 {
    --acms-columns: 1;
  }

  /* line 1631, ../sass/_acmcustom.scss */
  .acms-entry .acms-g-cols-3 {
    --acms-columns: 1;
  }

  /* line 1634, ../sass/_acmcustom.scss */
  .acms-entry .layout-two-column {
    grid-auto-flow: row;
    grid-template-columns: none;
  }

  /* line 1638, ../sass/_acmcustom.scss */
  .acms-entry [class*=column-map] {
    display: block;
    margin-bottom: 0;
  }
  /* line 1641, ../sass/_acmcustom.scss */
  .acms-entry [class*=column-map] .js-open-street-map {
    margin-bottom: 0;
  }

  /* line 1645, ../sass/_acmcustom.scss */
  .acms-cssgrid {
    gap: 0;
  }

  /* SP TITLE */
  /* line 1649, ../sass/_acmcustom.scss */
  .pagetitle, .pagetitle2 {
    margin-top: 120px;
  }

  /* line 1652, ../sass/_acmcustom.scss */
  #entry, #category, #contactForm {
    padding-top: 160px;
  }

  /* line 1655, ../sass/_acmcustom.scss */
  .titlein {
    padding: 100px 0 60px;
  }
  /* line 1657, ../sass/_acmcustom.scss */
  .titlein .mainttl {
    font-size: 50px;
    font-size: 3.15rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  /* line 1657, ../sass/_acmcustom.scss */
  .titlein .mainttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  /* SP ENTRY */
  /* line 1662, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    padding-top: 0;
  }
  /* line 1665, ../sass/_acmcustom.scss */
  .entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 1665, ../sass/_acmcustom.scss */
  .entryCont .entrytitle h1, .entryCont .entrytitle h2, .entryList .entrytitle h1, .entryList .entrytitle h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 1668, ../sass/_acmcustom.scss */
  .entryCont .entrytitle p, .entryList .entrytitle p {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 1674, ../sass/_acmcustom.scss */
  .entryCont .news header, .entryList .news header {
    margin-bottom: 30px;
  }
  /* line 1679, ../sass/_acmcustom.scss */
  .entryCont .medititle h2, .entryList .medititle h2 {
    margin-bottom: 30px;
  }

  /* line 1684, ../sass/_acmcustom.scss */
  .entry-column {
    overflow: visible;
  }
  /* line 1686, ../sass/_acmcustom.scss */
  .entry-column h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 40px 0 20px;
    padding-left: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 1686, ../sass/_acmcustom.scss */
  .entry-column h2 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 1691, ../sass/_acmcustom.scss */
  .entry-column h2:after {
    top: 8px;
    bottom: 5px;
  }
  /* line 1696, ../sass/_acmcustom.scss */
  .entry-column h2.txt-center {
    padding: 10px 0;
  }
  /* line 1699, ../sass/_acmcustom.scss */
  .entry-column h3 {
    margin: 30px 0 15px;
  }
  /* line 1702, ../sass/_acmcustom.scss */
  .entry-column h3.ttlbg, .entry-column h3.ttlbg-center {
    padding: 10px;
  }
  /* line 1705, ../sass/_acmcustom.scss */
  .entry-column h4 {
    margin: 20px 0 10px;
  }
  /* line 1708, ../sass/_acmcustom.scss */
  .entry-column h5 {
    margin: 20px 0 10px;
  }
  /* line 1711, ../sass/_acmcustom.scss */
  .entry-column h4.ttlbg, .entry-column h4.ttlbg-center, .entry-column h5.ttlbg {
    padding: 10px;
  }
  /* line 1714, ../sass/_acmcustom.scss */
  .entry-column p {
    line-height: 1.5;
    margin: 0 0 1em;
  }
  /* line 1718, ../sass/_acmcustom.scss */
  .entry-column .oltate {
    margin: 20px auto;
  }
  /* line 1720, ../sass/_acmcustom.scss */
  .entry-column .oltate li {
    padding: 0 20px;
  }
  /* line 1724, ../sass/_acmcustom.scss */
  .entry-column table {
    width: 100%;
  }

  /* SP INDEX */
  /* line 1729, ../sass/_acmcustom.scss */
  .indlist {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1732, ../sass/_acmcustom.scss */
  .indlist li {
    flex-basis: 48%;
    padding-bottom: 30px;
  }
  /* line 1735, ../sass/_acmcustom.scss */
  .indlist li h2, .indlist li h3 {
    padding: 10px 0;
  }

  /* line 1741, ../sass/_acmcustom.scss */
  .event .indlist {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  /* line 1748, ../sass/_acmcustom.scss */
  .newsindex article a {
    padding: 20px 20px 20px 0;
  }
  /* line 1750, ../sass/_acmcustom.scss */
  .newsindex article a h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 1753, ../sass/_acmcustom.scss */
  .newsindex article a:after {
    right: 10px;
  }

  /* line 1761, ../sass/_acmcustom.scss */
  .medianchor li a {
    min-width: 8em;
  }

  /* line 1767, ../sass/_acmcustom.scss */
  .entryList.event .medianchor {
    display: block;
  }
  /* line 1769, ../sass/_acmcustom.scss */
  .entryList.event .medianchor li {
    padding-bottom: 10px;
  }
  /* line 1771, ../sass/_acmcustom.scss */
  .entryList.event .medianchor li a {
    padding: 15px 10px;
    min-width: 10em;
    font-size: 13px;
    font-size: .8rem;
  }

  /* line 1779, ../sass/_acmcustom.scss */
  .mediindlist {
    margin-bottom: 20px;
  }

  /* SP PAGER */
  /* line 1784, ../sass/_acmcustom.scss */
  ul.serial-nav a, ul.index-nav a {
    min-width: inherit;
    display: block;
    font-size: 13px;
    font-size: .8rem;
    letter-spacing: 0;
    padding: 1.5em 0;
    margin-bottom: 10px;
  }
  /* line 1793, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-next a, ul.index-nav .serial-nav-item-next a {
    margin-left: auto;
  }

  /* line 1799, ../sass/_acmcustom.scss */
  ul.index-nav a {
    min-width: 12em;
  }

  /* line 1804, ../sass/_acmcustom.scss */
  .acms-topicpath li {
    margin-right: 2px;
  }
  /* line 1806, ../sass/_acmcustom.scss */
  .acms-topicpath li:before {
    margin-right: 2px;
  }

  /* SP BLOG */
  /* line 1813, ../sass/_acmcustom.scss */
  #blog h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 1813, ../sass/_acmcustom.scss */
  #blog h1 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 1816, ../sass/_acmcustom.scss */
  #blog .blogL {
    width: 100%;
    float: none;
  }
  /* line 1820, ../sass/_acmcustom.scss */
  #blog .blogR {
    display: none;
  }

  /* SP CONTACT */
  /* line 1826, ../sass/_acmcustom.scss */
  #contact dt {
    float: none;
    width: auto;
    padding: .75em .5em 0.5em;
  }
  /* line 1830, ../sass/_acmcustom.scss */
  #contact dt br {
    display: none;
  }
  /* line 1834, ../sass/_acmcustom.scss */
  #contact dd {
    padding: 0 .5em .75em;
  }

  /* SP FAQ */
  /* line 1840, ../sass/_acmcustom.scss */
  details.faq summary {
    padding: 20px 40px 20px 45px;
  }
  /* line 1843, ../sass/_acmcustom.scss */
  details.faq .acms-entry {
    padding: 0 15px 20px 45px;
  }
}
/* TOP ACMS ADMIN */
/* line 64, ../sass/style.scss */
.acms-admin-btn-action-group {
  flex-basis: 100%;
}

/* line 67, ../sass/style.scss */
.acms-admin-module-edit .toplink {
  display: none !important;
}

/* TOP ACMS BODY IMAGE RESET */
/* line 72, ../sass/style.scss */
.kidspic .column-media:has(.acms-col-sm-4), .kidspic .column-media:has(.acms-col-sm-6), .kidspic .column-media:has(.acms-col-sm-12), .ctapic .column-media:has(.acms-col-sm-4), .ctapic .column-media:has(.acms-col-sm-6), .ctapic .column-media:has(.acms-col-sm-12), .topteam .column-media:has(.acms-col-sm-4), .topteam .column-media:has(.acms-col-sm-6), .topteam .column-media:has(.acms-col-sm-12), .teampic2 .column-media:has(.acms-col-sm-4), .teampic2 .column-media:has(.acms-col-sm-6), .teampic2 .column-media:has(.acms-col-sm-12), .topcheck .column-media:has(.acms-col-sm-4), .topcheck .column-media:has(.acms-col-sm-6), .topcheck .column-media:has(.acms-col-sm-12), .topsecond .column-media:has(.acms-col-sm-4), .topsecond .column-media:has(.acms-col-sm-6), .topsecond .column-media:has(.acms-col-sm-12), .accepic .column-media:has(.acms-col-sm-4), .accepic .column-media:has(.acms-col-sm-6), .accepic .column-media:has(.acms-col-sm-12) {
  width: 100% !important;
  height: 100%;
  margin: 0;
  display: block;
}
/* line 78, ../sass/style.scss */
.kidspic .acms-col-sm-4, .kidspic .acms-col-sm-6, .kidspic .acms-col-sm-12, .ctapic .acms-col-sm-4, .ctapic .acms-col-sm-6, .ctapic .acms-col-sm-12, .topteam .acms-col-sm-4, .topteam .acms-col-sm-6, .topteam .acms-col-sm-12, .teampic2 .acms-col-sm-4, .teampic2 .acms-col-sm-6, .teampic2 .acms-col-sm-12, .topcheck .acms-col-sm-4, .topcheck .acms-col-sm-6, .topcheck .acms-col-sm-12, .topsecond .acms-col-sm-4, .topsecond .acms-col-sm-6, .topsecond .acms-col-sm-12, .accepic .acms-col-sm-4, .accepic .acms-col-sm-6, .accepic .acms-col-sm-12 {
  width: 100%;
  float: none;
  padding: 0;
}
/* line 83, ../sass/style.scss */
.kidspic img, .ctapic img, .topteam img, .teampic2 img, .topcheck img, .topsecond img, .accepic img {
  border-radius: 0 !important;
}

/* TOP */
/* line 89, ../sass/style.scss */
.topnews {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 820px) {
  /* line 89, ../sass/style.scss */
  .topnews {
    padding: 40px 6%;
  }
}
/* line 92, ../sass/style.scss */
.topnews h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #f5950c;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  /* line 92, ../sass/style.scss */
  .topnews h2 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 97, ../sass/style.scss */
.topnews article {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 20px 0;
  margin-top: -2px;
  border-top: 2px dashed #cac3b6;
  border-bottom: 2px dashed #cac3b6;
}
@media screen and (max-width: 640px) {
  /* line 97, ../sass/style.scss */
  .topnews article {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 105, ../sass/style.scss */
.topnews time {
  flex-basis: 10em;
  display: block;
  line-height: 1.6;
  color: #a0998d;
}
/* line 111, ../sass/style.scss */
.topnews h3 {
  flex: 1;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}
/* line 117, ../sass/style.scss */
.topnews h3 a {
  color: #646464;
  font-weight: normal;
}
/* line 120, ../sass/style.scss */
.topnews h3 a:hover {
  color: #444;
}

/* line 126, ../sass/style.scss */
.topkansen {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 820px) {
  /* line 126, ../sass/style.scss */
  .topkansen {
    padding: 40px 6%;
  }
}

/* line 130, ../sass/style.scss */
.topkansenin {
  background: #f5950c;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  /* line 130, ../sass/style.scss */
  .topkansenin {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 135, ../sass/style.scss */
.topkansenin .kansentxt {
  flex-basis: 48%;
}
/* line 137, ../sass/style.scss */
.topkansenin .kansentxt h2 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  /* line 137, ../sass/style.scss */
  .topkansenin .kansentxt h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 142, ../sass/style.scss */
.topkansenin .kansentxt p {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
/* line 148, ../sass/style.scss */
.topkansenin .kansenpic {
  flex-basis: 50%;
}

/* ACCORDION */
/* line 153, ../sass/style.scss */
.opentxt {
  width: 100%;
  display: none;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
/* line 159, ../sass/style.scss */
.opentxt h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  /* line 159, ../sass/style.scss */
  .opentxt h3 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 163, ../sass/style.scss */
.opentxt p {
  font-weight: bold;
}

/* line 167, ../sass/style.scss */
.openbtn {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 360px;
  font-size: 22px;
  font-size: 1.35rem;
  color: #f5950c;
  font-weight: bold;
  background: #fff;
  padding: 16px 40px;
  border-radius: 40px;
  margin: 20px auto 10px;
  text-align: center;
  transition: .4s;
}
@media screen and (max-width: 820px) {
  /* line 167, ../sass/style.scss */
  .openbtn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 182, ../sass/style.scss */
.openbtn:hover {
  opacity: 0.7;
}
/* line 185, ../sass/style.scss */
.openbtn:before {
  content: "＋";
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  line-height: 24px;
}

/* line 196, ../sass/style.scss */
.openbtn.active::before {
  content: "－";
}

/* line 200, ../sass/style.scss */
.topban {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
}
@media screen and (max-width: 820px) {
  /* line 200, ../sass/style.scss */
  .topban {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  /* line 200, ../sass/style.scss */
  .topban {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

/* line 205, ../sass/style.scss */
.topbanin1, .topbanin2 {
  flex-basis: 48%;
  align-self: stretch;
}
/* line 208, ../sass/style.scss */
.topbanin1 a, .topbanin2 a {
  display: block;
  background: #ffd9de;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #646464;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  /* line 208, ../sass/style.scss */
  .topbanin1 a, .topbanin2 a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 216, ../sass/style.scss */
.topbanin1 a:hover, .topbanin2 a:hover {
  background: rgba(255, 217, 222, 0.7);
}
/* line 220, ../sass/style.scss */
.topbanin1 .banpic1, .topbanin1 .banpic2, .topbanin2 .banpic1, .topbanin2 .banpic2 {
  flex-basis: 28%;
  border-radius: 80px;
  overflow: hidden;
}
/* line 224, ../sass/style.scss */
.topbanin1 .banpic1 div, .topbanin1 .banpic2 div, .topbanin2 .banpic1 div, .topbanin2 .banpic2 div {
  padding: 0;
}
/* line 227, ../sass/style.scss */
.topbanin1 .banpic1 img, .topbanin1 .banpic2 img, .topbanin2 .banpic1 img, .topbanin2 .banpic2 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
/* line 232, ../sass/style.scss */
.topbanin1 .bantxt, .topbanin2 .bantxt {
  flex: 1;
  text-align: center;
}
/* line 235, ../sass/style.scss */
.topbanin1 .bantxt h2, .topbanin2 .bantxt h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #e8687b;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  /* line 235, ../sass/style.scss */
  .topbanin1 .bantxt h2, .topbanin2 .bantxt h2 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 240, ../sass/style.scss */
.topbanin1 .bantxt ul, .topbanin2 .bantxt ul {
  display: inline-block;
}
/* line 242, ../sass/style.scss */
.topbanin1 .bantxt ul li, .topbanin2 .bantxt ul li {
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 249, ../sass/style.scss */
.topbanin1 .bantxt ul li:after, .topbanin2 .bantxt ul li:after {
  content: '';
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(232, 104, 123, 0.7);
}
/* line 262, ../sass/style.scss */
.topbanin1 .bantxt .banbtn, .topbanin2 .bantxt .banbtn {
  display: block;
  background: rgba(232, 104, 123, 0.7);
  color: #fff;
  font-size: 13px;
  font-size: .8rem;
  border-radius: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 3px 20px;
  margin: 5px auto 0;
  max-width: 11em;
  position: relative;
}
/* line 274, ../sass/style.scss */
.topbanin1 .bantxt .banbtn:after, .topbanin2 .bantxt .banbtn:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  line-height: 30px;
  transition: .4s;
  content: '\e315';
}

/* line 282, ../sass/style.scss */
.topbanin2 a {
  background: #beeafa;
}
/* line 284, ../sass/style.scss */
.topbanin2 a:hover {
  background: rgba(190, 234, 250, 0.7);
}
/* line 289, ../sass/style.scss */
.topbanin2 .bantxt h2 {
  color: #009cd7;
}
/* line 294, ../sass/style.scss */
.topbanin2 .bantxt ul li:after {
  background: rgba(0, 156, 215, 0.7);
}
/* line 299, ../sass/style.scss */
.topbanin2 .bantxt .banbtn {
  background: rgba(0, 156, 215, 0.7);
}

/* line 304, ../sass/style.scss */
.topconcept {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  background: url(../images/bg.gif) repeat;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 304, ../sass/style.scss */
  .topconcept {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  /* line 304, ../sass/style.scss */
  .topconcept {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 311, ../sass/style.scss */
.topconcept:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: 0;
  bottom: auto;
  background: url(../images/cloud3.png) repeat-x center;
}
/* line 317, ../sass/style.scss */
.topconcept h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  padding: 75px 0 25px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 317, ../sass/style.scss */
  .topconcept h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 122, ../sass/_snippet.scss */
.topconcept h2 em {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 122, ../sass/_snippet.scss */
  .topconcept h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 127, ../sass/_snippet.scss */
.topconcept h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 66px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_icon.png) no-repeat;
  background-size: cover;
}
/* line 139, ../sass/_snippet.scss */
.topconcept h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_line.png) no-repeat;
}
@media screen and (max-width: 640px) {
  /* line 317, ../sass/style.scss */
  .topconcept h2 {
    padding-top: 65px;
    margin-bottom: 30px;
  }
  /* line 153, ../sass/_snippet.scss */
  .topconcept h2:before {
    width: 70px;
    height: 57px;
  }
}
/* line 321, ../sass/style.scss */
.topconcept .concepic1 {
  flex-basis: 52%;
  border-radius: 20px;
  overflow: hidden;
}
/* line 326, ../sass/style.scss */
.topconcept .concepic2 {
  flex-basis: 38%;
  border-radius: 20px;
  overflow: hidden;
  margin: 90px 0 0 8%;
}
/* line 332, ../sass/style.scss */
.topconcept .concepic3 {
  flex-basis: 38%;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 5% 0 0;
}
/* line 338, ../sass/style.scss */
.topconcept .concetxt {
  flex-basis: 43%;
}
/* line 341, ../sass/style.scss */
.topconcept .conceul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  /* line 341, ../sass/style.scss */
  .topconcept .conceul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 344, ../sass/style.scss */
.topconcept .conceul li {
  flex-basis: 30%;
  align-self: stretch;
}
/* line 347, ../sass/style.scss */
.topconcept .conceul li a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
  border: 3px solid #f5950c;
  border-radius: 20px;
  text-align: center;
  padding: 10px 5px 20px;
  color: #f5950c;
  line-height: 1.2;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
/* line 365, ../sass/style.scss */
.topconcept .conceul li a:hover {
  color: rgba(245, 149, 12, 0.7);
  border-color: rgba(245, 149, 12, 0.7);
}
/* line 369, ../sass/style.scss */
.topconcept .conceul li a img {
  display: block;
  width: 40px;
  margin: 0 auto 5px;
}
/* line 374, ../sass/style.scss */
.topconcept .conceul li a:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  line-height: 30px;
  transition: .4s;
  content: '\e313';
  top: auto;
  right: auto;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 10;
}
/* line 385, ../sass/style.scss */
.topconcept .conceul li a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #f5950c;
  z-index: 0;
}

/* line 402, ../sass/style.scss */
.subttl {
  font-size: 22px;
  font-size: 1.35rem;
  flex-basis: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  /* line 402, ../sass/style.scss */
  .subttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 409, ../sass/style.scss */
.topmedical {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #c9d8e2;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 409, ../sass/style.scss */
  .topmedical {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  /* line 409, ../sass/style.scss */
  .topmedical {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 416, ../sass/style.scss */
.topmedical:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: -30px;
  bottom: auto;
  background: url(../images/cloud4.png) repeat-x center;
}
/* line 422, ../sass/style.scss */
.topmedical h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  padding: 75px 0 25px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 422, ../sass/style.scss */
  .topmedical h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 122, ../sass/_snippet.scss */
.topmedical h2 em {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 122, ../sass/_snippet.scss */
  .topmedical h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 127, ../sass/_snippet.scss */
.topmedical h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 66px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_icon.png) no-repeat;
  background-size: cover;
}
/* line 139, ../sass/_snippet.scss */
.topmedical h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_line.png) no-repeat;
}
@media screen and (max-width: 640px) {
  /* line 422, ../sass/style.scss */
  .topmedical h2 {
    padding-top: 65px;
    margin-bottom: 30px;
  }
  /* line 153, ../sass/_snippet.scss */
  .topmedical h2:before {
    width: 70px;
    height: 57px;
  }
}
/* line 426, ../sass/style.scss */
.topmedical .mediin {
  flex-basis: 31%;
  align-self: stretch;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
/* line 434, ../sass/style.scss */
.topmedical .medipic img {
  aspect-ratio: 1414 / 1000;
  object-fit: cover;
}
/* line 439, ../sass/style.scss */
.topmedical .meditxt {
  padding: 0 20px 20px;
}
/* line 441, ../sass/style.scss */
.topmedical .meditxt h3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  position: relative;
  padding-top: 10px;
  clear: both;
}
@media screen and (max-width: 820px) {
  /* line 441, ../sass/style.scss */
  .topmedical .meditxt h3 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 167, ../sass/_snippet.scss */
.topmedical .meditxt h3:after {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #bce1e2;
  border-radius: 2px;
}
/* line 446, ../sass/style.scss */
.topmedical .meditxt .openbtn {
  background: #fae373;
  color: #646464;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 453, ../sass/style.scss */
.topmedical .meditxt .opentxt {
  padding: 0;
  background: none;
}
/* line 456, ../sass/style.scss */
.topmedical .meditxt .opentxt ul {
  text-align: center;
}
/* line 459, ../sass/style.scss */
.topmedical .meditxt .opentxt li {
  display: inline-block;
  padding-bottom: 5px;
}
/* line 462, ../sass/style.scss */
.topmedical .meditxt .opentxt li a {
  display: block;
  background: #fff;
  font-weight: bold;
  padding: 0 15px;
  border: 2px solid #73adb1;
  border-radius: 30px;
}
/* line 473, ../sass/style.scss */
.topmedical .mediicon {
  width: 80px;
  margin: -40px auto 0;
  position: relative;
}
/* line 477, ../sass/style.scss */
.topmedical .mediicon div {
  padding: 0;
}

/* line 482, ../sass/style.scss */
.mediban1, .mediban2, .faciban, .effoban {
  padding-top: 20px;
}
/* line 484, ../sass/style.scss */
.mediban1 a, .mediban2 a, .faciban a, .effoban a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  background: #bce1e2;
  color: #646464;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 484, ../sass/style.scss */
  .mediban1 a, .mediban2 a, .faciban a, .effoban a {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 494, ../sass/style.scss */
.mediban1 a img, .mediban2 a img, .faciban a img, .effoban a img {
  width: 40%;
  margin-right: 12px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
/* line 500, ../sass/style.scss */
.mediban1 a:after, .mediban2 a:after, .faciban a:after, .effoban a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  line-height: 30px;
  transition: .4s;
  content: '\e315';
}
/* line 504, ../sass/style.scss */
.mediban1 a:hover, .mediban2 a:hover, .faciban a:hover, .effoban a:hover {
  opacity: 0.7;
}

/* line 510, ../sass/style.scss */
.mediban2 a {
  background: #fae373;
}

/* line 515, ../sass/style.scss */
.meditxt .mediban1, .meditxt .mediban2, .meditxt .faciban, .meditxt .effoban, .topfacilities .mediban1, .topfacilities .mediban2, .topfacilities .faciban, .topfacilities .effoban, .effotxt .mediban1, .effotxt .mediban2, .effotxt .faciban, .effotxt .effoban {
  float: none;
}
/* line 517, ../sass/style.scss */
.meditxt .mediban1 [class*=column-media-], .meditxt .mediban2 [class*=column-media-], .meditxt .faciban [class*=column-media-], .meditxt .effoban [class*=column-media-], .topfacilities .mediban1 [class*=column-media-], .topfacilities .mediban2 [class*=column-media-], .topfacilities .faciban [class*=column-media-], .topfacilities .effoban [class*=column-media-], .effotxt .mediban1 [class*=column-media-], .effotxt .mediban2 [class*=column-media-], .effotxt .faciban [class*=column-media-], .effotxt .effoban [class*=column-media-] {
  display: block;
  padding: 0;
  width: 100% !important;
  max-width: 400px;
  float: none;
  margin: 0 auto;
  position: relative;
}
/* line 525, ../sass/style.scss */
.meditxt .mediban1 [class*=column-media-] .caption, .meditxt .mediban2 [class*=column-media-] .caption, .meditxt .faciban [class*=column-media-] .caption, .meditxt .effoban [class*=column-media-] .caption, .topfacilities .mediban1 [class*=column-media-] .caption, .topfacilities .mediban2 [class*=column-media-] .caption, .topfacilities .faciban [class*=column-media-] .caption, .topfacilities .effoban [class*=column-media-] .caption, .effotxt .mediban1 [class*=column-media-] .caption, .effotxt .mediban2 [class*=column-media-] .caption, .effotxt .faciban [class*=column-media-] .caption, .effotxt .effoban [class*=column-media-] .caption {
  position: absolute;
  left: 40%;
  padding-left: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  font-weight: bold;
  pointer-events: none;
}

/* line 540, ../sass/style.scss */
.faciban {
  flex-basis: 100%;
  padding-top: 60px;
}
/* line 543, ../sass/style.scss */
.faciban a {
  max-width: 400px;
  font-size: 18px;
  font-size: 1.125rem;
  background: #c9d8e2;
  margin: 0 auto;
}

/* line 550, ../sass/style.scss */
.topfacilities {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-top: 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 550, ../sass/style.scss */
  .topfacilities {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  /* line 550, ../sass/style.scss */
  .topfacilities {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 555, ../sass/style.scss */
.topfacilities:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: -30px;
  bottom: auto;
  background: url(../images/cloud2.png) repeat-x center;
}
/* line 561, ../sass/style.scss */
.topfacilities h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  padding: 75px 0 25px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 561, ../sass/style.scss */
  .topfacilities h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 122, ../sass/_snippet.scss */
.topfacilities h2 em {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 122, ../sass/_snippet.scss */
  .topfacilities h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 127, ../sass/_snippet.scss */
.topfacilities h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 66px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_icon.png) no-repeat;
  background-size: cover;
}
/* line 139, ../sass/_snippet.scss */
.topfacilities h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_line.png) no-repeat;
}
@media screen and (max-width: 640px) {
  /* line 561, ../sass/style.scss */
  .topfacilities h2 {
    padding-top: 65px;
    margin-bottom: 30px;
  }
  /* line 153, ../sass/_snippet.scss */
  .topfacilities h2:before {
    width: 70px;
    height: 57px;
  }
}
/* line 565, ../sass/style.scss */
.topfacilities .facipic1, .topfacilities .facipic2, .topfacilities .facipic3 {
  position: relative;
}
/* line 567, ../sass/style.scss */
.topfacilities .facipic1 img, .topfacilities .facipic2 img, .topfacilities .facipic3 img {
  border-radius: 10px;
  overflow: hidden;
}
/* line 571, ../sass/style.scss */
.topfacilities .facipic1 .caption, .topfacilities .facipic2 .caption, .topfacilities .facipic3 .caption {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  padding: 3px 15px;
  border-radius: 20px;
}
/* line 581, ../sass/style.scss */
.topfacilities .facipic1 {
  flex-basis: 42%;
}
/* line 583, ../sass/style.scss */
.topfacilities .facipic1 .caption {
  background: #fae373;
  right: -30px;
  bottom: 10px;
}
/* line 589, ../sass/style.scss */
.topfacilities .facipic2 {
  flex-basis: 22%;
  margin-bottom: 60px;
}
/* line 592, ../sass/style.scss */
.topfacilities .facipic2 .caption {
  background: #bce1e2;
  left: -20px;
  bottom: 10px;
}
/* line 598, ../sass/style.scss */
.topfacilities .facipic3 {
  flex-basis: 28%;
  margin-top: 60px;
}
/* line 601, ../sass/style.scss */
.topfacilities .facipic3 .caption {
  background: #ffd9de;
  right: -30px;
  bottom: 10px;
}

/* line 609, ../sass/style.scss */
.topefforts {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: url(../images/bg.gif) repeat;
  position: relative;
  counter-reset: num;
}
@media screen and (max-width: 820px) {
  /* line 609, ../sass/style.scss */
  .topefforts {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  /* line 609, ../sass/style.scss */
  .topefforts {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 616, ../sass/style.scss */
.topefforts:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: 0;
  bottom: auto;
  background: url(../images/cloud3.png) repeat-x center;
}
/* line 622, ../sass/style.scss */
.topefforts h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  padding: 75px 0 25px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 622, ../sass/style.scss */
  .topefforts h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 122, ../sass/_snippet.scss */
.topefforts h2 em {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 122, ../sass/_snippet.scss */
  .topefforts h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 127, ../sass/_snippet.scss */
.topefforts h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 66px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_icon.png) no-repeat;
  background-size: cover;
}
/* line 139, ../sass/_snippet.scss */
.topefforts h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_line.png) no-repeat;
}
@media screen and (max-width: 640px) {
  /* line 622, ../sass/style.scss */
  .topefforts h2 {
    padding-top: 65px;
    margin-bottom: 30px;
  }
  /* line 153, ../sass/_snippet.scss */
  .topefforts h2:before {
    width: 70px;
    height: 57px;
  }
}
/* line 626, ../sass/style.scss */
.topefforts .effoin {
  flex-basis: 31%;
  align-self: stretch;
}
/* line 631, ../sass/style.scss */
.topefforts .effoin:nth-of-type(3n) .effopic:before {
  color: #e8687b;
}
/* line 638, ../sass/style.scss */
.topefforts .effoin:nth-of-type(3n-1) .effopic:before {
  color: #009cd7;
}
/* line 644, ../sass/style.scss */
.topefforts .effopic {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  counter-increment: num;
  position: relative;
}
/* line 650, ../sass/style.scss */
.topefforts .effopic img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
/* line 656, ../sass/style.scss */
.topefforts .effopic:before {
  content: counter(num,decimal-leading-zero);
  position: absolute;
  top: 0;
  left: -10%;
  font-size: 50px;
  font-size: 3.15rem;
  font-weight: bold;
  color: #f5950c;
}
@media screen and (max-width: 640px) {
  /* line 656, ../sass/style.scss */
  .topefforts .effopic:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 666, ../sass/style.scss */
.topefforts .effotxt {
  padding-top: 20px;
}
/* line 668, ../sass/style.scss */
.topefforts .effotxt h3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 668, ../sass/style.scss */
  .topefforts .effotxt h3 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
/* line 167, ../sass/_snippet.scss */
.topefforts .effotxt h3:after {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #bce1e2;
  border-radius: 2px;
}
/* line 672, ../sass/style.scss */
.topefforts .effobtn {
  padding-top: 20px;
}
/* line 674, ../sass/style.scss */
.topefforts .effobtn a {
  display: block;
  color: #646464;
  font-weight: bold;
  background: #bce1e2;
  padding: 10px 20px;
  border-radius: 40px;
  text-align: center;
}
/* line 682, ../sass/style.scss */
.topefforts .effobtn a:hover {
  opacity: 0.7;
}

/* line 688, ../sass/style.scss */
.topevent {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-bottom: 100px;
  background: #c9d8e2;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 688, ../sass/style.scss */
  .topevent {
    padding: 40px 6%;
  }
}
/* line 693, ../sass/style.scss */
.topevent:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: -30px;
  bottom: auto;
  background: url(../images/cloud4.png) repeat-x center;
}
/* line 699, ../sass/style.scss */
.topevent h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  padding: 75px 0 25px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  flex-basis: 100%;
}
@media screen and (max-width: 820px) {
  /* line 699, ../sass/style.scss */
  .topevent h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 122, ../sass/_snippet.scss */
.topevent h2 em {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 122, ../sass/_snippet.scss */
  .topevent h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 127, ../sass/_snippet.scss */
.topevent h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 66px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_icon.png) no-repeat;
  background-size: cover;
}
/* line 139, ../sass/_snippet.scss */
.topevent h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_line.png) no-repeat;
}
@media screen and (max-width: 640px) {
  /* line 699, ../sass/style.scss */
  .topevent h2 {
    padding-top: 65px;
    margin-bottom: 30px;
  }
  /* line 153, ../sass/_snippet.scss */
  .topevent h2:before {
    width: 70px;
    height: 57px;
  }
}
/* line 703, ../sass/style.scss */
.topevent .evebtn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  /* line 703, ../sass/style.scss */
  .topevent .evebtn {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 707, ../sass/style.scss */
.topevent .evebtn p {
  flex-basis: 48%;
}
/* line 709, ../sass/style.scss */
.topevent .evebtn p a {
  display: block;
  color: #5b9599;
  background: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 40px;
  text-align: center;
}
/* line 717, ../sass/style.scss */
.topevent .evebtn p a:hover {
  opacity: 0.7;
}
/* line 722, ../sass/style.scss */
.topevent .evebtn p:nth-of-type(2n) a {
  color: #fff;
  background: #5b9599;
}

/* line 730, ../sass/style.scss */
.slideevent {
  margin-bottom: 40px;
}
/* line 734, ../sass/style.scss */
.slideevent .slick-slide {
  margin: 0 20px !important;
  cursor: default !important;
}
/* line 738, ../sass/style.scss */
.slideevent .slick-slide a p {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #646464;
  line-height: 1.3;
}
/* line 748, ../sass/style.scss */
.slideevent .slick-prev:before,
.slideevent .slick-next:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 30;
  font-size: 30px;
  margin-top: -15px;
  line-height: 30px;
  transition: .4s;
  content: '\eaa7';
  font-size: 40px;
  transition: .4s;
  color: #377e83;
}
/* line 756, ../sass/style.scss */
.slideevent .slick-next:before {
  content: '\eaaa';
}
/* line 759, ../sass/style.scss */
.slideevent .slick-next {
  height: 40px;
  width: 40px;
  right: -40px;
}
/* line 764, ../sass/style.scss */
.slideevent .slick-prev {
  height: 40px;
  width: 40px;
  left: -40px;
}
/* line 769, ../sass/style.scss */
.slideevent .acms-col-sm-4 {
  width: 100%;
  float: none;
  padding: 0;
}
/* line 774, ../sass/style.scss */
.slideevent img {
  border-radius: 0 !important;
}

/* line 779, ../sass/style.scss */
.topfaq {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-bottom: 100px;
  background: #e6eef3;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 779, ../sass/style.scss */
  .topfaq {
    padding: 40px 6%;
  }
}
/* line 784, ../sass/style.scss */
.topfaq:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: -30px;
  bottom: auto;
  background: url(../images/cloud5.png) repeat-x center;
}
/* line 790, ../sass/style.scss */
.topfaq h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  padding: 75px 0 25px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 790, ../sass/style.scss */
  .topfaq h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 122, ../sass/_snippet.scss */
.topfaq h2 em {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  /* line 122, ../sass/_snippet.scss */
  .topfaq h2 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 127, ../sass/_snippet.scss */
.topfaq h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 66px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_icon.png) no-repeat;
  background-size: cover;
}
/* line 139, ../sass/_snippet.scss */
.topfaq h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/ttl_line.png) no-repeat;
}
@media screen and (max-width: 640px) {
  /* line 790, ../sass/style.scss */
  .topfaq h2 {
    padding-top: 65px;
    margin-bottom: 30px;
  }
  /* line 153, ../sass/_snippet.scss */
  .topfaq h2:before {
    width: 70px;
    height: 57px;
  }
}
/* line 793, ../sass/style.scss */
.topfaq .opentxt {
  max-width: 600px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
}
/* line 799, ../sass/style.scss */
.topfaq .opentxt p {
  font-weight: normal;
}
/* line 802, ../sass/style.scss */
.topfaq .opentxt:after {
  content: "A";
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 23px;
  margin-top: -2px;
  color: #009cd7;
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  /* line 802, ../sass/style.scss */
  .topfaq .opentxt:after {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 814, ../sass/style.scss */
.topfaq .openbtn {
  max-width: 600px;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 3px;
  color: #646464;
  border-radius: 10px;
  text-align: left;
}
/* line 821, ../sass/style.scss */
.topfaq .openbtn:before {
  color: #5b9599;
}
/* line 824, ../sass/style.scss */
.topfaq .openbtn:after {
  content: "Q";
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 16px;
  color: #e8687b;
  font-size: 22px;
  font-size: 1.35rem;
}
@media screen and (max-width: 820px) {
  /* line 824, ../sass/style.scss */
  .topfaq .openbtn:after {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 834, ../sass/style.scss */
.topfaq .faqbtn {
  padding-top: 40px;
  max-width: 330px;
  margin: auto;
}
/* line 838, ../sass/style.scss */
.topfaq .faqbtn a {
  display: block;
  color: #646464;
  background: #bce1e2;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 40px;
  text-align: center;
}
/* line 846, ../sass/style.scss */
.topfaq .faqbtn a:hover {
  opacity: 0.7;
}

/* line 853, ../sass/style.scss */
.topaccess {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: left;
  padding-top: 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 820px) {
  /* line 853, ../sass/style.scss */
  .topaccess {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  /* line 853, ../sass/style.scss */
  .topaccess {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 859, ../sass/style.scss */
.topaccess:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: url(../images/cloud1.png) repeat-x center;
  z-index: 50;
  top: -30px;
  bottom: auto;
  background: url(../images/cloud2.png) repeat-x center;
}
/* line 865, ../sass/style.scss */
.topaccess h2 {
  flex-basis: 100%;
  font-size: 32px;
  font-size: 2rem;
  color: #5b9599;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  /* line 865, ../sass/style.scss */
  .topaccess h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
/* line 872, ../sass/style.scss */
.topaccess .addtxt {
  flex-basis: 100%;
  margin-bottom: 20px;
}
/* line 875, ../sass/style.scss */
.topaccess .addtxt p {
  display: inline;
  margin-bottom: 20px;
}
/* line 879, ../sass/style.scss */
.topaccess .addtxt .iconmap {
  display: inline-block;
  width: 30px !important;
  max-width: 30px !important;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 886, ../sass/style.scss */
.topaccess .addtxt .clearHidden {
  display: none;
}

/* line 891, ../sass/style.scss */
.accetxt {
  flex-basis: 48%;
}
/* line 893, ../sass/style.scss */
.accetxt h3 {
  font-size: 22px;
  font-size: 1.35rem;
  color: #777;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  /* line 893, ../sass/style.scss */
  .accetxt h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 900, ../sass/style.scss */
.accetxt .accetel a {
  font-size: 22px;
  font-size: 1.35rem;
  display: block;
  color: #fff;
  background: #73adb1;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  /* line 900, ../sass/style.scss */
  .accetxt .accetel a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 909, ../sass/style.scss */
.accetxt .accetel a:hover {
  opacity: 0.7;
}
/* line 914, ../sass/style.scss */
.accetxt .accebtn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 15px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  /* line 914, ../sass/style.scss */
  .accetxt .accebtn {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 918, ../sass/style.scss */
.accetxt .accebtn li {
  flex-basis: 48.5%;
}
/* line 920, ../sass/style.scss */
.accetxt .accebtn li a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #fff;
  background: #f5950c;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 40px;
  text-align: center;
  line-height: 1.3;
}
/* line 930, ../sass/style.scss */
.accetxt .accebtn li a:hover {
  opacity: 0.7;
}
/* line 935, ../sass/style.scss */
.accetxt .accebtn li:nth-of-type(2n) a {
  background: #06c655;
}
/* line 941, ../sass/style.scss */
.accetxt dt {
  font-weight: bold;
}
/* line 943, ../sass/style.scss */
.accetxt dt:before {
  content: "■";
}
/* line 947, ../sass/style.scss */
.accetxt dd {
  margin-bottom: 10px;
}
/* line 950, ../sass/style.scss */
.accetxt .scroll-hint {
  overflow: visible !important;
}
/* line 953, ../sass/style.scss */
.accetxt table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
  background: #fff;
}
/* line 958, ../sass/style.scss */
.accetxt table th, .accetxt table td {
  display: table-cell;
  border: solid 1px #c9d8e2;
  padding: 10px 2px;
  line-height: 1.3;
  text-align: center;
}
/* line 965, ../sass/style.scss */
.accetxt table th {
  background: #c9d8e2;
  font-weight: normal;
}

/* line 971, ../sass/style.scss */
.accepay {
  flex-basis: 48%;
  background: #e6eef3;
  padding: 20px;
  margin-top: 20px;
}
/* line 976, ../sass/style.scss */
.accepay p {
  font-weight: bold;
  margin-bottom: 20px;
  color: #5b9599;
}
/* line 981, ../sass/style.scss */
.accepay .paypic {
  max-width: 330px !important;
  margin: auto;
}

/* line 987, ../sass/style.scss */
.topaccess .officialbtn {
  flex-basis: 100%;
  width: 100%;
}
/* line 990, ../sass/style.scss */
.topaccess .officialbtn .column-media-auto {
  margin: 40px auto 0;
  float: none;
  position: relative;
  max-width: 600px !important;
  width: 100% !important;
  padding: 0;
}
/* line 998, ../sass/style.scss */
.topaccess .officialbtn a {
  display: block;
  background: url(../images/official.jpg) center center;
  background-size: cover;
  padding: 80px 0;
}
/* line 1003, ../sass/style.scss */
.topaccess .officialbtn a img {
  width: 300px;
  position: relative;
  z-index: 10;
}
/* line 1009, ../sass/style.scss */
.topaccess .officialbtn a .offipic img {
  aspect-ratio: 2414 / 1000;
  object-fit: cover;
}
/* line 1014, ../sass/style.scss */
.topaccess .officialbtn a:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.5);
  z-index: 0;
}
/* line 1026, ../sass/style.scss */
.topaccess .officialbtn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 90px;
  color: #fff;
  font-size: 22px;
  font-size: 1.35rem;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  /* line 1026, ../sass/style.scss */
  .topaccess .officialbtn p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 820px) {
  /* line 1044, ../sass/style.scss */
  .topconcept, .topmedical, .topevent, .topfaq {
    padding-bottom: 70px;
  }

  /* line 1049, ../sass/style.scss */
  .topfacilities .facipic2 .caption {
    bottom: -30px;
    right: -20px;
  }

  /* line 1058, ../sass/style.scss */
  .accetxt .accebtn p a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 1068, ../sass/style.scss */
  .topnews time {
    flex-basis: 7em;
  }
  /* line 1071, ../sass/style.scss */
  .topnews article {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 10px 0;
  }

  /* line 1077, ../sass/style.scss */
  .topconcept, .topmedical, .topevent, .topfaq, .topefforts {
    padding-bottom: 60px;
  }

  /* line 1080, ../sass/style.scss */
  .topkansenin {
    padding: 20px;
  }
  /* line 1083, ../sass/style.scss */
  .topkansenin .kansentxt h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 1083, ../sass/style.scss */
  .topkansenin .kansentxt h2 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 1088, ../sass/style.scss */
  .topkansenin .kansenpic {
    margin-top: 15px;
  }

  /* line 1093, ../sass/style.scss */
  .topbanin1 a, .topbanin2 a {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 10px;
  }
  /* line 1100, ../sass/style.scss */
  .topbanin1 .bantxt ul li, .topbanin2 .bantxt ul li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 1105, ../sass/style.scss */
  .topbanin1 .bantxt .banbtn, .topbanin2 .bantxt .banbtn {
    font-size: 13px;
    font-size: .8rem;
    padding: 3px 20px;
  }
  /* line 1108, ../sass/style.scss */
  .topbanin1 .bantxt .banbtn:after, .topbanin2 .bantxt .banbtn:after {
    font-size: 16px;
  }

  /* line 1114, ../sass/style.scss */
  .topbanin1 {
    margin-bottom: 20px;
  }

  /* line 1117, ../sass/style.scss */
  .topconcept {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
  }
  /* line 1121, ../sass/style.scss */
  .topconcept .concepic1 {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  /* line 1125, ../sass/style.scss */
  .topconcept .concepic2 {
    flex-basis: 70%;
    margin: 20px 0 0 -12%;
  }
  /* line 1129, ../sass/style.scss */
  .topconcept .concepic3 {
    flex-basis: 55%;
    margin: 100px -20% 0 0;
  }
  /* line 1133, ../sass/style.scss */
  .topconcept .concetxt {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  /* line 1137, ../sass/style.scss */
  .topconcept .conceul {
    flex-basis: 100%;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 20px;
  }
  /* line 1143, ../sass/style.scss */
  .topconcept .conceul li a {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 15px;
    padding-top: 5px;
  }

  /* line 1152, ../sass/style.scss */
  .topmedical .mediin {
    margin-bottom: 20px;
  }
  /* line 1154, ../sass/style.scss */
  .topmedical .mediin:last-of-type {
    margin-bottom: 0;
  }

  /* line 1160, ../sass/style.scss */
  .mediban1 a, .mediban2 a, .faciban a, .effoban a {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 1165, ../sass/style.scss */
  .subttl {
    margin-bottom: 20px;
  }

  /* line 1168, ../sass/style.scss */
  .topfacilities {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  /* line 1173, ../sass/style.scss */
  .topfacilities .facipic1 .caption, .topfacilities .facipic2 .caption, .topfacilities .facipic3 .caption {
    font-size: 16px;
    font-size: 1rem;
    padding: 3px 10px;
  }
  /* line 1178, ../sass/style.scss */
  .topfacilities .facipic1 {
    flex-basis: 80%;
    margin-bottom: 30px;
  }
  /* line 1181, ../sass/style.scss */
  .topfacilities .facipic1 .caption {
    right: -30px;
    bottom: -10px;
  }
  /* line 1186, ../sass/style.scss */
  .topfacilities .facipic2 {
    flex-basis: 45%;
  }
  /* line 1188, ../sass/style.scss */
  .topfacilities .facipic2 .caption {
    bottom: -30px;
    text-align: center;
  }
  /* line 1193, ../sass/style.scss */
  .topfacilities .facipic3 {
    flex-basis: 45%;
    margin-top: 50px;
  }
  /* line 1196, ../sass/style.scss */
  .topfacilities .facipic3 .caption {
    right: -20px;
    bottom: -10px;
  }

  /* line 1202, ../sass/style.scss */
  .faciban {
    padding-top: 30px;
  }

  /* line 1206, ../sass/style.scss */
  .topefforts .effoin {
    margin-bottom: 30px;
  }
  /* line 1208, ../sass/style.scss */
  .topefforts .effoin:last-of-type {
    margin-bottom: 0;
  }
  /* line 1212, ../sass/style.scss */
  .topefforts .effopic {
    padding-top: 25px;
  }
  /* line 1214, ../sass/style.scss */
  .topefforts .effopic:before {
    left: -10%;
  }

  /* line 1219, ../sass/style.scss */
  .slideevent {
    width: 80%;
    margin: 0 auto 10px;
  }
  /* line 1222, ../sass/style.scss */
  .slideevent .slick-slide {
    margin: 0 20px !important;
  }
  /* line 1225, ../sass/style.scss */
  .slideevent .slick-list {
    overflow: visible;
  }
  /* line 1228, ../sass/style.scss */
  .slideevent .slick-next {
    right: -20px;
  }
  /* line 1231, ../sass/style.scss */
  .slideevent .slick-prev {
    left: -20px;
  }

  /* line 1237, ../sass/style.scss */
  .topevent .evebtn p {
    width: 100%;
    margin-top: 20px;
  }

  /* line 1245, ../sass/style.scss */
  .topfaq .openbtn h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 1249, ../sass/style.scss */
  .topfaq .faqbtn {
    padding-top: 30px;
  }

  /* line 1253, ../sass/style.scss */
  .accetxt {
    width: 100%;
  }
  /* line 1255, ../sass/style.scss */
  .accetxt h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  /* line 1255, ../sass/style.scss */
  .accetxt h2 {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 1258, ../sass/style.scss */
  .accetxt .accebtn {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 30px;
  }

  /* line 1264, ../sass/style.scss */
  .accepay {
    width: 100%;
  }

  /* line 1269, ../sass/style.scss */
  .topaccess .officialbtn a {
    padding: 50px 0;
  }
  /* line 1271, ../sass/style.scss */
  .topaccess .officialbtn a img {
    width: 260px;
  }
  /* line 1275, ../sass/style.scss */
  .topaccess .officialbtn p {
    padding-top: 80px;
  }
}
