/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%236c6c6c%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%23fff%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  list-style-type: none
}

body {
  line-height: 1;
  word-wrap: break-word;
  word-break: break-all
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #365e95;
  color: #3e4972;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "BIZ UDPGothic", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif
}

input:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown,
button:placeholder-shown {
  color: #b0ada1
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  color: #b0ada1
}

* {
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  background: #fff
}

body {
  font-size: 1.8rem;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: .03em;
  -webkit-text-size-adjust: 100%;
  /*min-width: 1220px;*/
  font-family: "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "BIZ UDPGothic", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif;
  color: #262626
}

@media only screen and (max-width:736px) {
  body {
    font-size: 1.4em;
    min-width: 100%
  }
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif
  }
}

a {
  color: #365e95;
  text-decoration: underline
}

a:hover {
  text-decoration: none
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  pointer-events: none;
  max-width: 100%
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64,%20d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.t_bg01 {
  background-color: #f5f5f5
}

.t_bg02 {
  background-color: #e9eef4
}

.l__contents {
  position: relative;
  overflow: hidden
}

.l__common-wrap01 {
  width: 100%
}

.l__common-wrap01--relative {
  position: relative
}

@media print,
screen and (min-width:737px) {
  .l__common-wrap01 {
    /*min-width: 1220px*/
  }
}

.l__common-wrap01--gray {
  background: #f5f5f5
}

.l__common-wrap01--white {
  background: #fff
}

.l__common-inner01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:737px) {
  .l__common-inner01 {
    /*width: 1220px;*/
    padding-left: 15px;
    padding-right: 15px
  }
}

@media only screen and (max-width:736px) {
  .l__common-inner01 {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
  }

  .l__common-inner01--sp100 {
    padding-left: 0;
    padding-right: 0
  }

  .l__common-inner01--recentPostSlide {
    padding: 0
  }
}

.l__common-column01 {
  display: flex;
  flex-wrap: wrap
}

.l__common-column01__left {
  padding-right: 15px;
  width: 815px
}

@media only screen and (max-width:736px) {
  .l__common-column01__left {
    padding-right: 0;
    width: 100%
  }
}

.l__common-column01__right {
  margin-left: 60px;
  width: calc(100% - 875px)
}

@media only screen and (max-width:736px) {
  .l__common-column01__right {
    margin-left: 0;
    width: 100%
  }
}

.l__full-w {
  width: 100%
}

.l__half-w {
  width: 50%
}

.mt0 {
  margin-top: 0
}

.mb0 {
  margin-bottom: 0
}

.pt0 {
  padding-top: 0
}

.pb0 {
  padding-bottom: 0
}

.mt5 {
  margin-top: 5px
}

.mb5 {
  margin-bottom: 5px
}

.pt5 {
  padding-top: 5px
}

.pb5 {
  padding-bottom: 5px
}

.mt10 {
  margin-top: 10px
}

.mb10 {
  margin-bottom: 10px
}

.pt10 {
  padding-top: 10px
}

.pb10 {
  padding-bottom: 10px
}

.mt15 {
  margin-top: 15px
}

.mb15 {
  margin-bottom: 15px
}

.pt15 {
  padding-top: 15px
}

.pb15 {
  padding-bottom: 15px
}

.mt20 {
  margin-top: 20px
}

.mb20 {
  margin-bottom: 20px
}

.pt20 {
  padding-top: 20px
}

.pb20 {
  padding-bottom: 20px
}

.mt25 {
  margin-top: 25px
}

.mb25 {
  margin-bottom: 25px
}

.pt25 {
  padding-top: 25px
}

.pb25 {
  padding-bottom: 25px
}

.mt30 {
  margin-top: 30px
}

.mb30 {
  margin-bottom: 30px
}

.pt30 {
  padding-top: 30px
}

.pb30 {
  padding-bottom: 30px
}

.mt35 {
  margin-top: 35px
}

.mb35 {
  margin-bottom: 35px
}

.pt35 {
  padding-top: 35px
}

.pb35 {
  padding-bottom: 35px
}

.mt40 {
  margin-top: 40px
}

.mb40 {
  margin-bottom: 40px
}

.pt40 {
  padding-top: 40px
}

.pb40 {
  padding-bottom: 40px
}

.mt45 {
  margin-top: 45px
}

.mb45 {
  margin-bottom: 45px
}

.pt45 {
  padding-top: 45px
}

.pb45 {
  padding-bottom: 45px
}

.mt50 {
  margin-top: 50px
}

.mb50 {
  margin-bottom: 50px
}

.pt50 {
  padding-top: 50px
}

.pb50 {
  padding-bottom: 50px
}

.mt20-10 {
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .mt20-10 {
    margin-top: 10px
  }
}

.pt20-10 {
  padding-top: 20px
}

@media only screen and (max-width:736px) {
  .pt20-10 {
    padding-top: 10px
  }
}

.mb20-10 {
  margin-bottom: 20px
}

@media only screen and (max-width:736px) {
  .mb20-10 {
    margin-bottom: 10px
  }
}

.pb20-10 {
  padding-bottom: 20px
}

@media only screen and (max-width:736px) {
  .pb20-10 {
    padding-bottom: 10px
  }
}

.m__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  padding: 30px 0 60px
}

.m__breadcrumbs--02 {
  padding: 20px 0
}

.m__breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.m__breadcrumbs li a {
  display: block
}

.m__breadcrumbs li+li {
  position: relative;
  margin-left: 15px
}

.m__breadcrumbs li+li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: -15px;
  color: #262626
}

@media print,
screen and (min-width:737px) {
  .m__breadcrumbs li+li:before {
    top: 50%;
    transform: translate(0%, -50%);
    margin-top: -1px
  }
}

@media only screen and (max-width:736px) {
  .m__breadcrumbs li+li:before {
    top: 0
  }
}

@media only screen and (max-width:736px) {
  .m__breadcrumbs__sp-wrap {
    padding-bottom: 75px
  }

  .m__breadcrumbs__sp-wrap .l__common-inner01 {
    padding: 15px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
  }

  .m__breadcrumbs__sp-wrap .m__breadcrumbs {
    padding: 0
  }
}

.m__pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px
}

@media only screen and (max-width:736px) {
  .m__pagenation {
    flex-wrap: wrap;
    margin-top: 0;
    border-top: 1px solid #e7e7e7
  }

  .m__pagenation .prev-set {
    order: 1;
    width: 50%;
    padding: 25px 10px 25px 15px
  }

  .m__pagenation .next-set {
    order: 2;
    width: 50%;
    text-align: right;
    padding: 25px 15px 25px 10px
  }

  .m__pagenation .pagenation-wrap {
    order: 3;
    width: 100%;
    padding: 17px 15px 0;
    border-top: 1px solid #e7e7e7
  }
}

.m__pagenation .prev-set a,
.m__pagenation .next-set a {
  color: #262626;
  text-decoration: none;
  font-size: 18px;
  display: inline-block
}

@media only screen and (max-width:736px) {

  .m__pagenation .prev-set a,
  .m__pagenation .next-set a {
    font-size: 17px
  }
}

.m__pagenation .prev-set .first,
.m__pagenation .next-set .first {
  margin-right: 30px;
  padding-left: 30px;
  position: relative
}

@media only screen and (max-width:736px) {

  .m__pagenation .prev-set .first,
  .m__pagenation .next-set .first {
    margin-right: 25px;
    padding-left: 20px
  }
}

.m__pagenation .prev-set .first:before,
.m__pagenation .next-set .first:before {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__pagenation .prev-set .first:after,
.m__pagenation .next-set .first:after {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__pagenation .prev-set .prev,
.m__pagenation .next-set .prev {
  margin-right: 30px;
  padding-left: 24px;
  position: relative
}

@media only screen and (max-width:736px) {

  .m__pagenation .prev-set .prev,
  .m__pagenation .next-set .prev {
    margin-right: 0;
    padding-left: 16px
  }
}

.m__pagenation .prev-set .prev:after,
.m__pagenation .next-set .prev:after {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__pagenation .prev-set .next,
.m__pagenation .next-set .next {
  margin-left: 30px;
  padding-right: 24px;
  position: relative
}

@media only screen and (max-width:736px) {

  .m__pagenation .prev-set .next,
  .m__pagenation .next-set .next {
    margin-left: 0;
    padding-right: 16px
  }
}

.m__pagenation .prev-set .next:after,
.m__pagenation .next-set .next:after {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__pagenation .prev-set .last,
.m__pagenation .next-set .last {
  margin-left: 30px;
  padding-right: 30px;
  position: relative
}

@media only screen and (max-width:736px) {

  .m__pagenation .prev-set .last,
  .m__pagenation .next-set .last {
    margin-left: 25px;
    padding-right: 20px
  }
}

.m__pagenation .prev-set .last:before,
.m__pagenation .next-set .last:before {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__pagenation .prev-set .last:after,
.m__pagenation .next-set .last:after {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__pagenation .pagenation-wrap {
  display: inline-block
}

.m__pagenation .pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.m__pagenation .pagenation li {
  margin: 0 6px
}

@media only screen and (max-width:736px) {
  .m__pagenation .pagenation li {
    margin: 7px 0;
    margin-right: 12px
  }

  .m__pagenation .pagenation li:last-child {
    margin-right: 0
  }
}

.m__pagenation .pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  color: #365e95;
  background: #fff;
  border: 1px solid #365e95;
  border-radius: 4px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__pagenation .pagenation li a {
    width: 35px;
    height: 36px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: bold
  }
}

@media print,
screen and (min-width:737px) {
  .m__pagenation .pagenation li a:hover {
    background: #e9eef4
  }
}

.m__pagenation .pagenation li .current {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: #365e95;
  border: 1px solid #365e95;
  border-radius: 4px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__pagenation .pagenation li .current {
    width: 35px;
    height: 36px;
    font-size: 16px;
    border-radius: 2px
  }
}

.m__pagenation .pagenation li .dot {
  display: block;
  font-size: 18px;
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__pagenation .pagenation li .dot {
    width: 40px
  }
}

.m__common__title02 {
  position: relative;
  display: block;
  padding: 50px 0
}

@media only screen and (max-width:736px) {
  .m__common__title02 {
    padding: 30px 0
  }
}

.m__common__title02.flex {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

@media only screen and (max-width:736px) {
  .m__common__title02.flex {
    justify-content: space-between
  }
}

.m__common__title02 .accent {
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  width: 100%;
  width: calc(100% + 30px);
  height: 3px;
  background: linear-gradient(to right, #365e95 9%, #f2f1ef 9%)
}

@media only screen and (max-width:736px) {
  .m__common__title02 .accent {
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #365e95 15%, #f2f1ef 15%)
  }
}

.m__common__title02 .accent02 {
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  width: 100%;
  width: calc(100% + 15px);
  height: 3px;
  background: linear-gradient(to right, #365e95 9%, #fff 9%)
}

@media only screen and (max-width:736px) {
  .m__common__title02 .accent02 {
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #365e95 15%, #fff 15%)
  }
}

.m__common__title02 .small-caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin-left: 30px
}

@media only screen and (max-width:736px) {
  .m__common__title02 .small-caption {
    font-size: 1.3rem
  }
}

.m__common__title02 .title {
  color: #262626;
  font-size: 3rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title {
    line-height: 1.4
  }
}

.m__common__title02 .title .sub-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  margin-left: 15px
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title .sub-text {
    margin-left: 0;
    margin-top: 15px;
    font-size: 1.7rem;
    line-height: 1.8
  }
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title {
    font-size: 2.1rem
  }
}

.m__common__title02 .title:first-letter {
  color: #365e95
}

.m__common__title02 .title.ico-bell {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-bell {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-bell:before {
  content: "";
  width: 25px;
  height: 30px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_bell.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-bell:before {
    width: 20px;
    height: 25px;
    left: 20px
  }
}

.m__common__title02 .title.ico-category {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-category {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-category:before {
  content: "";
  width: 33px;
  height: 31px;
  display: block;
  position: absolute;
  left: 35px;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%);
  background: url(../img/ico_category.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-category:before {
    width: 25px;
    height: 25px;
    left: 20px
  }
}

.m__common__title02 .title.ico-keyword {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-keyword {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-keyword:before {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_keyword.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-keyword:before {
    width: 26px;
    height: 26px;
    left: 20px
  }
}

.m__common__title02 .title.ico-50on {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-50on {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-50on:before {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_50on.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-50on:before {
    width: 26px;
    height: 26px;
    left: 20px
  }
}

.m__common__title02 .title.ico-sakuin {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-sakuin {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-sakuin:before {
  content: "";
  width: 42px;
  height: 28px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_sakuin.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-sakuin:before {
    width: 30px;
    height: 20px;
    left: 20px
  }
}

.m__common__title02 .title.ico-new {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-new {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-new:before {
  content: "";
  width: 31px;
  height: 44px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_new.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-new:before {
    width: 25px;
    height: 25px;
    left: 20px
  }
}

.m__common__title02 .title.ico-seminar {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-seminar {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-seminar:before {
  content: "";
  width: 40px;
  height: 39px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_seminar.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-seminar:before {
    width: 25px;
    height: 25px;
    left: 20px
  }
}

.m__common__title02 .title.ico-plan {
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-plan {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-plan:before {
  content: "";
  width: 34px;
  height: 39px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/resources/images/kaigo/home_info/ico_title_plan.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-plan:before {
    width: 30px;
    height: 30px;
    left: 5px
  }
}

.m__common__title02 .title.ico-area {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-area {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-area:before {
  content: "";
  width: 41px;
  height: 39px;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_area.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-area:before {
    width: 32px;
    height: 32px;
    left: 15px
  }
}

.m__common__title02 .title.ico-access {
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-access {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-access:before {
  content: "";
  width: 38px;
  height: 37px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/resources/images/kaigo/home_info/ico_title_access.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-access:before {
    width: 30px;
    height: 30px;
    left: 5px
  }
}

.m__common__title02 .title.ico-conditions {
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-conditions {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-conditions:before {
  content: "";
  width: 43px;
  height: 43px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/resources/images/kaigo/home_info/ico_title_conditions.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-conditions:before {
    width: 32px;
    height: 32px;
    left: 2px
  }
}

.m__common__title02 .title.ico-people {
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-people {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-people:before {
  content: "";
  width: 45px;
  height: 34px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/resources/images/kaigo/home_info/ico_title_people.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-people:before {
    width: 32px;
    height: 32px;
    left: 2px
  }
}

.m__common__title02 .title.ico-care {
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-care {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-care:before {
  content: "";
  width: 46px;
  height: 45px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/resources/images/kaigo/home_info/ico_title_care.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-care:before {
    width: 32px;
    height: 32px;
    left: 2px
  }
}

.m__common__title02 .title.ico-other {
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-other {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-other:before {
  content: "";
  width: 31px;
  height: 44px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/resources/images/kaigo/home_info/ico_title_other.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-other:before {
    width: 32px;
    height: 32px;
    left: 2px
  }
}

.m__common__title02 .title.ico-fee {
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-fee {
    padding-left: 40px
  }
}

.m__common__title02 .title.ico-fee:before {
  content: "";
  width: 38px;
  height: 41px;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_fee.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__title02 .title.ico-fee:before {
    width: 27px;
    height: 30px;
    left: 15px
  }
}

.m__common__center-title {
  font-size: 4.6rem;
  text-align: center;
  position: relative;
  padding: 30px 0 15px;
  line-height: 1.6
}

@media only screen and (max-width:736px) {
  .m__common__center-title {
    font-size: 2.6rem;
    padding: 30px 0 10px
  }
}

.m__common__center-title h1 {
  font-weight: normal
}

.m__common__center-title span {
  color: #365e95
}

.m__common__center-title p {
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__common__center-title p {
    font-size: 1.7rem
  }
}

.m__common__center-title::after {
  content: "";
  display: block;
  width: 282px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__common__center-title::after {
    height: 1px;
    width: 131px
  }
}

.m__common__center-title+.m__life__description {
  text-align: center
}

.m__common__center-title--description {
  text-align: center;
  font-size: 2rem;
  padding: 20px 0 60px
}

@media only screen and (max-width:736px) {
  .m__common__center-title--description {
    font-size: 1.7rem;
    text-align: left;
    padding: 15px 0 20px
  }
}

.m__common__title03 {
  border-left: 2px solid #365e95;
  padding-left: 15px
}

@media only screen and (max-width:736px) {
  .m__common__title03 {
    font-size: 1.5rem
  }
}

.m__common__title04 {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: normal;
  color: #262626;
  text-align: center;
  margin-bottom: 70px
}

@media only screen and (max-width:736px) {
  .m__common__title04 {
    font-size: 2.6rem;
    margin-bottom: 40px
  }
}

.m__common__title04:first-letter {
  color: #365e95
}

.m__common__title04.margin0 {
  margin-bottom: 0
}

.m__arrow-link {
  position: relative;
  padding-right: 30px;
  display: inline-block
}

@media only screen and (max-width:736px) {
  .m__arrow-link {
    padding-right: 15px
  }
}

.m__arrow-link::before {
  transition: .2s;
  content: "";
  width: 12px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__arrow-link::before {
    width: 6px;
    height: 9px;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__arrow-link:hover:before {
    right: 0
  }
}

.m__arrow-link--back {
  padding: 0 0 0 30px;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__arrow-link--back {
    font-size: 1.5rem;
    padding: 0 0 0 15px
  }
}

.m__arrow-link--back::before {
  left: 5px;
  transform: translateY(-50%) rotate(180deg)
}

@media only screen and (max-width:736px) {
  .m__arrow-link--back::before {
    left: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__arrow-link--back:hover:before {
    left: 0
  }
}

.m__arrow-link--down::before {
  transform: translateY(-50%) rotate(90deg)
}

@media print,
screen and (min-width:737px) {
  .m__arrow-link--down:hover:before {
    right: 5px;
    top: calc(50% + 5px)
  }
}

.m__arrow-link-after:after {
  transition: .2s;
  content: "";
  width: 12px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__arrow-link-after:after {
    width: 6px;
    height: 10px;
    margin-top: -2px;
    margin-left: 5px
  }
}

@media print,
screen and (min-width:737px) {
  .m__arrow-link-after:hover:after {
    transform: translateX(5px)
  }
}

.m__button__search01 {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  color: #fff;
  background: #365e95;
  border-radius: 5px;
  font-size: 2rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: .2s
}

.m__button__search01::-webkit-search-decoration {
  display: none
}

.m__button__search01::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__button__search01 {
    font-size: 1.7rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__button__search01:hover {
    opacity: .7
  }
}

.m__button__search01:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/ico_search.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%)
}

.m__button__search-wrap {
  margin: 30px 0 40px;
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__button__search-wrap:first-child {
    margin-top: 0
  }
}

.m__button__search-wrap .m__button__search01 {
  width: 333px;
  height: 52px
}

@media only screen and (max-width:736px) {
  .m__button__search-wrap .m__button__search01 {
    width: 100%;
    height: 62px
  }
}

.m__button__search-wrap .m__button__search01 .ico-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 20px;
  height: 20px
}

@media only screen and (max-width:736px) {
  .m__button__search-wrap .m__button__search01 .ico-plus {
    right: 30px
  }
}

.m__button__search-wrap .m__button__search01 .ico-plus:before,
.m__button__search-wrap .m__button__search01 .ico-plus:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px
}

.m__button__search-wrap .m__button__search01 .ico-plus:after {
  transform: rotate(90deg)
}

.m__button__more {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #365e95;
  display: inline-block;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
  transition: .2s;
  width: 100%;
  height: 62px
}

.m__button__more::-webkit-search-decoration {
  display: none
}

.m__button__more::focus {
  outline-offset: -2px
}

@media print,
screen and (min-width:737px) {
  .m__button__more:hover {
    background: #e9eef4
  }
}

.m__button__more.is-hidden {
  display: none
}

.m__button__more .ico-plus {
  border: 1px solid #365e95;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 20px;
  height: 20px
}

.m__button__more .ico-plus:before,
.m__button__more .ico-plus:after {
  content: "";
  background: #365e95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 1px
}

.m__button__more .ico-plus:after {
  transform: rotate(90deg)
}

.m__button__bottom {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  color: #fff;
  background: #365e95;
  border-radius: 5px;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  padding: 25px;
  position: relative;
  cursor: pointer;
  transition: .2s;
  width: 583px
}

.m__button__bottom::-webkit-search-decoration {
  display: none
}

.m__button__bottom::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__button__bottom {
    width: 100%;
    font-size: 1.7rem;
    padding: 16px
  }
}

.m__button__bottom:before {
  transition: .2s;
  content: "";
  width: 11px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__button__bottom:before {
    width: 8px;
    height: 14px;
    right: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__button__bottom:hover {
    opacity: .7
  }

  .m__button__bottom:hover:before {
    right: 25px
  }
}

.m__button__anchor {
  color: #fff;
  background: #365e95;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
  transition: .2s;
  width: 333px;
  height: 65px
}

@media only screen and (max-width:736px) {
  .m__button__anchor {
    width: 100%;
    font-size: 1.7rem;
    padding: 0 16px;
    height: 50px
  }
}

.m__button__anchor:before {
  transition: .2s;
  content: "";
  width: 11px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  transform: rotate(90deg) translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__button__anchor:before {
    width: 10px;
    height: 15px;
    top: calc(50% - 8px)
  }
}

@media print,
screen and (min-width:737px) {
  .m__button__anchor:hover {
    opacity: .7
  }

  .m__button__anchor:hover:before {
    top: calc(50% - 5px)
  }
}

.m__button__gray {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  color: #365e95;
  background: #f5f5f5;
  border: 1px solid #365e95;
  border-radius: 5px;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  padding: 25px 45px;
  position: relative;
  cursor: pointer;
  transition: .2s;
  min-width: 400px
}

.m__button__gray::-webkit-search-decoration {
  display: none
}

.m__button__gray::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__button__gray {
    width: 100%;
    font-size: 1.7rem;
    padding: 16px;
    min-width: auto
  }
}

.m__button__gray:before {
  transition: .2s;
  content: "";
  width: 11px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__button__gray:before {
    width: 8px;
    height: 14px;
    right: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__button__gray:hover {
    opacity: .7
  }

  .m__button__gray:hover:before {
    right: 25px
  }
}

.m__button__favorite01 {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background: #f2f1ef;
  border: 1px solid #535353;
  border-radius: 5px;
  padding: 24px 0 24px 47px;
  position: relative;
  cursor: pointer
}

.m__button__favorite01::-webkit-search-decoration {
  display: none
}

.m__button__favorite01::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__button__favorite01 {
    text-align: center;
    font-size: 17px;
    padding: 20px 50px
  }
}

.m__button__favorite01:before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 20px;
  background: url(../img/ico_fav.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__button__favorite01:before {
    left: 17px
  }
}

.m__button__favorite01.is-active:before {
  background-image: url(../img/ico_fav_on.svg)
}

.m__button__document01 {
  background: #152b49;
  display: flex;
  color: #fff;
  width: 200px;
  font-size: 1.7rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  border-radius: 4px;
  transition: opacity .2s
}

@media print,
screen and (min-width:737px) {
  .m__button__document01:hover {
    opacity: .7
  }
}

@media only screen and (max-width:736px) {
  .m__button__document01 {
    font-size: 1.4rem;
    width: calc(33.3% - 10px);
    padding: 0
  }

  .m__button__document01 img {
    width: 83px
  }
}

.m__button__consult01 {
  background: #ca5c02;
  display: flex;
  color: #fff;
  width: 200px;
  font-size: 1.7rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 0;
  border-radius: 4px;
  transition: opacity .2s
}

@media print,
screen and (min-width:737px) {
  .m__button__consult01:hover {
    opacity: .7
  }
}

@media only screen and (max-width:736px) {
  .m__button__consult01 {
    font-size: 1.4rem;
    width: calc(33.33% - 10px);
    padding: 0;
    line-height: 1.3
  }

  .m__button__consult01 img {
    width: 86px
  }
}

.m__button__red {
  background: #b73220
}

.m__button__pdf-banner {
  display: inline-block;
  width: 400px;
  border-radius: 4px;
  padding: 13px 20px;
  position: relative;
  background: #e4974c;
  font-weight: bold;
  border: 1px solid #fff;
  outline: 3px solid #e4974c;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__button__pdf-banner {
    width: 100%;
    font-size: 1.6rem
  }
}

.m__button__pdf-banner:before {
  transition: .2s;
  content: "";
  width: 11px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__button__pdf-banner:before {
    width: 8px;
    height: 14px;
    right: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__button__pdf-banner:hover {
    opacity: .7
  }

  .m__button__pdf-banner:hover:before {
    right: 25px
  }
}

.m__button__campaing-banner {
  display: inline-block;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__button__campaing-banner {
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__button__campaing-banner:hover {
    opacity: .7
  }
}

.m__button__pdf-photo-banner {
  display: inline-block;
  position: relative;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__button__pdf-photo-banner {
    width: 100%
  }
}

.m__button__pdf-photo-banner:before {
  transition: .2s;
  content: "";
  width: 15px;
  height: 24px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__button__pdf-photo-banner:before {
    width: 12px;
    height: 19px;
    right: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__button__pdf-photo-banner:hover {
    opacity: .7
  }

  .m__button__pdf-photo-banner:hover:before {
    right: 25px
  }
}

.m__common__link-list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
  margin-left: -30px
}

@media only screen and (max-width:736px) {
  .m__common__link-list01 {
    margin-top: -10px;
    margin-left: -15px
  }
}

.m__common__link-list01 li {
  font-size: 1.6rem;
  position: relative;
  margin-top: 25px;
  margin-left: 30px
}

@media only screen and (max-width:736px) {
  .m__common__link-list01 li {
    margin-top: 10px;
    margin-left: 15px
  }
}

.m__common__link-list01 li:not(:last-child) {
  padding-right: 30px
}

@media only screen and (max-width:736px) {
  .m__common__link-list01 li:not(:last-child) {
    padding-right: 15px
  }
}

.m__common__link-list01 li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 35px;
  background: #aaa;
  position: absolute;
  right: 0
}

@media only screen and (max-width:736px) {
  .m__common__link-list01 li:not(:last-child)::after {
    height: 22px
  }
}

.m__common-frame01 {
  padding: 50px 36px 40px;
  border: 8px solid #f2f1ef;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common-frame01 {
    border: 3px solid #f2f1ef;
    padding: 0
  }
}

.m__common-frame01:before {
  content: "";
  position: absolute;
  width: 152px;
  height: 8px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #365e95;
  border-radius: 8px
}

@media only screen and (max-width:736px) {
  .m__common-frame01:before {
    width: 70px;
    height: 3px;
    top: -3px
  }
}

.m__common-frame01 .title {
  margin-bottom: 50px;
  text-align: center
}

.m__common-frame01 .title .text {
  display: inline-block;
  font-size: 3rem;
  color: #262626;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__common-frame01 .title .text {
    font-size: 2rem;
    padding-top: 30px
  }
}

.m__common-frame01 .title .text:first-letter {
  color: #365e95
}

.m__common-frame01 .title .text.ico-keyword {
  margin-left: -70px;
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__common-frame01 .title .text.ico-keyword {
    padding-left: 40px
  }
}

.m__common-frame01 .title .text.ico-keyword:before {
  content: "";
  width: 37px;
  height: 36px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_keyword.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common-frame01 .title .text.ico-keyword:before {
    width: 25px;
    height: 25px;
    left: 20px
  }
}

.m__global-info {
  background: #e9eef4;
  padding: 50px 0
}

@media only screen and (max-width:736px) {
  .m__global-info {
    padding: 25px 0
  }
}

.m__global-info .button-and-tel {
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__global-info .button-and-tel {
    flex-wrap: wrap
  }
}

.m__global-info .button-and-tel .document,
.m__global-info .button-and-tel .reserve,
.m__global-info .button-and-tel .favorite {
  display: block;
  border-radius: 5px;
  text-decoration: none;
  position: relative
}

@media print,
screen and (min-width:737px) {

  .m__global-info .button-and-tel .document,
  .m__global-info .button-and-tel .reserve,
  .m__global-info .button-and-tel .favorite {
    height: 90px;
    width: 262px
  }
}

.m__global-info .button-and-tel .document img,
.m__global-info .button-and-tel .reserve img,
.m__global-info .button-and-tel .favorite img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.m__global-info .button-and-tel .document {
  background: #152b49;
  color: #fff
}

@media print,
screen and (min-width:737px) {
  .m__global-info .button-and-tel .document {
    transition: .2s
  }

  .m__global-info .button-and-tel .document.document-large-button {
    width: 564px;
    height: 92px
  }

  .m__global-info .button-and-tel .document:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__global-info .button-and-tel .document {
    width: calc(50% - 7px);
    height: 63px
  }

  .m__global-info .button-and-tel .document.document-large-button {
    width: 100%
  }

  .m__global-info .button-and-tel .document img {
    height: 31px
  }
}

.m__global-info .button-and-tel .reserve {
  background: #ca5c02;
  color: #fff;
  margin-left: 22px
}

@media print,
screen and (min-width:737px) {
  .m__global-info .button-and-tel .reserve {
    transition: .2s
  }

  .m__global-info .button-and-tel .reserve:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__global-info .button-and-tel .reserve {
    margin-left: 14px;
    width: calc(50% - 7px);
    height: 63px
  }

  .m__global-info .button-and-tel .reserve img {
    height: 31px
  }
}

.m__global-info .button-and-tel .favorite {
  background: #f2f1ef;
  border: 1px solid #535353;
  margin-left: 22px;
  cursor: pointer
}

@media only screen and (max-width:736px) {
  .m__global-info .button-and-tel .favorite {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    height: 56px
  }

  .m__global-info .button-and-tel .favorite img {
    height: 22px
  }
}

.m__global-info .button-and-tel .tel-info {
  margin-left: 35px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__global-info .button-and-tel .tel-info {
    margin-top: 25px;
    margin-left: 0
  }
}

.m__global-info .button-and-tel .tel-info .tel-text {
  display: block
}

@media only screen and (max-width:736px) {
  .m__global-info .button-and-tel .tel-info .tel-text {
    width: 100%
  }
}

.m__global-info .button-and-tel .tel-info .num {
  display: block;
  margin: 0 auto;
  margin-top: -2px
}

.m__global-info .button-and-tel .tel-info .tel-button {
  margin-top: 12px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #365e95;
  padding: 15px;
  border-radius: 4px
}

.m__global-info .button-and-tel .tel-info .tel-button img {
  display: inline;
  width: 222px;
  padding-right: 20px
}

.m__banner__episode a {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  padding: 20px 40px;
  background: url(../img/banner_episode.jpg) center center no-repeat;
  background-size: cover
}

@media only screen and (max-width:736px) {
  .m__banner__episode a {
    height: auto;
    padding: 15px;
    background-image: url(../img/banner_episode_sp.jpg)
  }

  .m__banner__episode a .content {
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__banner__episode a:hover .button {
    opacity: .7
  }

  .m__banner__episode a:hover .button:before {
    right: 5px
  }
}

.m__banner__episode a .text-box {
  color: #262626;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff
}

.m__banner__episode a .text-box .text01 {
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__banner__episode a .text-box .text01 {
    font-size: 1.4rem
  }
}

.m__banner__episode a .text-box .text02 {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 200
}

@media only screen and (max-width:736px) {
  .m__banner__episode a .text-box .text02 {
    font-size: 2.2rem;
    line-height: 1.2
  }
}

.m__banner__episode a .text-box .text02:first-letter {
  color: #365e95
}

.m__banner__episode a .text-box .blue {
  color: #365e95
}

.m__banner__episode .button {
  display: inline-block;
  background: #365e95;
  color: #fff;
  line-height: 1.3;
  margin: 25px auto 0;
  padding: 9px 20px;
  transition: opacity .2s;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__banner__episode .button {
    width: 583px;
    border-radius: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__banner__episode .button {
    margin-top: 5px;
    width: 100%;
    border-radius: 3px;
    padding: 6px 20px
  }
}

.m__banner__episode .button:before {
  content: "";
  width: 9px;
  height: 17px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .2s
}

.m__banner__episode.taikendan a {
  background-image: url(../img/banner_taikendan.jpg)
}

@media only screen and (max-width:736px) {
  .m__banner__episode.taikendan a {
    background-image: url(../img/banner_taikendan_sp.jpg)
  }
}

.m__banner__episode.mini {
  margin-top: 120px
}

@media only screen and (max-width:736px) {
  .m__banner__episode.mini {
    margin-top: 40px
  }
}

.m__banner__episode.mini a {
  justify-content: flex-end;
  background-image: url(../img/banner_episode_mini.jpg)
}

@media only screen and (max-width:736px) {
  .m__banner__episode.mini a {
    display: block;
    background-image: url(../img/banner_episode_mini_sp.jpg)
  }
}

@media only screen and (max-width:736px) {
  .m__banner__episode.mini .content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
  }
}

@media only screen and (max-width:736px) {
  .m__banner__episode.mini .text-box {
    line-height: 1.5
  }
}

@media print,
screen and (min-width:737px) {
  .m__banner__episode.mini .button {
    width: 100%
  }
}

.m__banner__episode.mini.taikendan a {
  justify-content: flex-start;
  background-image: url(../img/banner_taikendan_mini.jpg)
}

@media only screen and (max-width:736px) {
  .m__banner__episode.mini.taikendan a {
    background-image: url(../img/banner_taikendan_mini_sp.jpg)
  }
}

@media only screen and (max-width:736px) {
  .m__banner__episode.mini.taikendan .content {
    justify-content: flex-start
  }
}

@media print,
screen and (min-width:737px) {
  .m__banner__episode.mini.taikendan .button {
    width: 460px
  }
}

.m__banner__search {
  width: 900px;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__banner__search {
    width: 100%
  }
}

.m__banner__search a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
  text-decoration: none;
  height: 155px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__banner__search a {
    padding: 0 30px 0 15px;
    height: 98px
  }
}

.m__banner__search a::before {
  content: "";
  border: 1px solid #365e95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.m__banner__search a:after {
  content: "";
  width: 36px;
  height: 48px;
  display: block;
  background: url(../img/ico_arrow_blue-shadow.png) no-repeat center center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .5s
}

@media only screen and (max-width:736px) {
  .m__banner__search a:after {
    width: 18px;
    height: 24px
  }
}

@media print,
screen and (min-width:737px) {
  .m__banner__search a:hover:after {
    right: -5px
  }

  .m__banner__search a:hover .image {
    transform: scale(1.1)
  }
}

.m__banner__search .image {
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform .5s;
  z-index: -1
}

@media print,
screen and (min-width:737px) {
  .m__banner__search .image {
    background-image: url(../img/banner_search.jpg)
  }
}

@media only screen and (max-width:736px) {
  .m__banner__search .image {
    background-image: url(../img/banner_search_sp.jpg)
  }
}

.m__banner__search .title {
  font-size: 3.8rem;
  font-weight: 400;
  margin-top: 3px;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff
}

@media only screen and (max-width:736px) {
  .m__banner__search .title {
    font-size: 2.1rem
  }
}

.m__banner__search .title:before {
  content: "";
  background: url(../img/ico_search_blue-shadow.png) no-repeat center center/contain;
  display: inline-block;
  margin: -3px 8px 6px -8px;
  width: 64px;
  height: 68px;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__banner__search .title:before {
    margin: 0 6px 4px -4px;
    width: 32px;
    height: 34px
  }
}

.m__banner__search .text {
  color: #262626;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: .06em;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff
}

@media only screen and (max-width:736px) {
  .m__banner__search .text {
    font-size: 1.4rem
  }
}

.m__banner__search__simple {
  width: calc(50% - 20px);
  margin: 0;
  flex-shrink: 0
}

@media only screen and (max-width:736px) {
  .m__banner__search__simple {
    width: 100%
  }
}

.m__banner__search__simple a {
  width: 100%;
  height: 150px
}

@media only screen and (max-width:736px) {
  .m__banner__search__simple a {
    height: 100px
  }
}

.m__banner__search__simple a:after {
  content: "";
  width: 45px;
  height: 56px;
  display: block;
  background: url(../img/ico_arrow_blue02.svg) no-repeat right center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__banner__search__simple a:after {
    background-size: 60%
  }
}

.m__banner__search__simple a .title {
  font-size: 3rem;
  font-weight: 400;
  margin-top: -10px
}

@media only screen and (max-width:736px) {
  .m__banner__search__simple a .title {
    font-size: 2rem;
    margin-top: -5px
  }
}

.m__banner__search__simple a .text {
  line-height: 1.5;
  margin-top: -10px
}

@media only screen and (max-width:736px) {
  .m__banner__search__simple a .text {
    margin-top: -5px
  }
}

.m__banner__home-knowledge__simple {
  width: calc(50% - 20px)
}

@media only screen and (max-width:736px) {
  .m__banner__home-knowledge__simple {
    width: 100%
  }
}

.m__banner__home-knowledge__simple a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  position: relative;
  text-decoration: none;
  height: 150px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__banner__home-knowledge__simple a {
    padding: 0 15px;
    height: 100px
  }
}

.m__banner__home-knowledge__simple a::before {
  content: "";
  border: 1px solid #365e95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.m__banner__home-knowledge__simple a:after {
  content: "";
  width: 45px;
  height: 56px;
  display: block;
  background: url(../img/ico_arrow_blue02.svg) no-repeat right center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .2s
}

@media only screen and (max-width:736px) {
  .m__banner__home-knowledge__simple a:after {
    background-size: 60%;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__banner__home-knowledge__simple a:hover:after {
    right: 0
  }
}

.m__banner__home-knowledge__simple .title {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 3px
}

@media only screen and (max-width:736px) {
  .m__banner__home-knowledge__simple .title {
    font-size: 2rem;
    margin-top: 0
  }
}

.m__banner__home-knowledge__simple .title:before {
  content: "";
  background: url(../img/ico_knowledge_blue.svg) no-repeat center center/contain;
  display: inline-block;
  margin: -2px 10px 6px 0;
  width: 60px;
  height: 46px;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__banner__home-knowledge__simple .title:before {
    margin: -5px 5px 0 0;
    width: 30px;
    height: 24px
  }
}

.m__banner__home-knowledge__simple .text {
  color: #262626;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__banner__home-knowledge__simple .text {
    margin-top: -3px
  }
}

.m__banner__kaigo-knowledge {
  width: calc(50% - 20px)
}

@media only screen and (max-width:736px) {
  .m__banner__kaigo-knowledge {
    width: 100%
  }
}

.m__banner__kaigo-knowledge a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
  text-decoration: none;
  height: 175px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__banner__kaigo-knowledge a {
    padding: 0 15px;
    height: 105px
  }
}

.m__banner__kaigo-knowledge a::before {
  content: "";
  border: 1px solid #365e95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.m__banner__kaigo-knowledge a:after {
  content: "";
  width: 45px;
  height: 56px;
  display: block;
  background: url(../img/ico_arrow_blue02.svg) no-repeat right center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .5s
}

@media only screen and (max-width:736px) {
  .m__banner__kaigo-knowledge a:after {
    background-size: 60%;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__banner__kaigo-knowledge a:hover:after {
    right: 0
  }

  .m__banner__kaigo-knowledge a:hover .image {
    transform: scale(1.1)
  }
}

.m__banner__kaigo-knowledge .image {
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform .5s;
  z-index: -1;
  background-image: url(../img/banner_kaigo-knowledge.jpg)
}

.m__banner__kaigo-knowledge .title {
  font-size: 3.4rem;
  color: #262626;
  font-weight: 400;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff
}

@media only screen and (max-width:736px) {
  .m__banner__kaigo-knowledge .title {
    font-size: 2rem
  }
}

.m__banner__kaigo-knowledge .title:not(.no-accent):first-letter {
  color: #365e95
}

.m__banner__kaigo-knowledge .text {
  color: #262626;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff
}

@media only screen and (max-width:736px) {
  .m__banner__kaigo-knowledge .text {
    font-size: 1.4rem
  }
}

.m__banner__faq {
  width: calc(50% - 20px)
}

@media only screen and (max-width:736px) {
  .m__banner__faq {
    width: 100%
  }
}

.m__banner__faq a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
  text-decoration: none;
  height: 175px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__banner__faq a {
    padding: 0 15px;
    height: 105px
  }
}

.m__banner__faq a::before {
  content: "";
  border: 1px solid #365e95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.m__banner__faq a:after {
  content: "";
  width: 45px;
  height: 56px;
  display: block;
  background: url(../img/ico_arrow_blue02.svg) no-repeat right center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .5s
}

@media only screen and (max-width:736px) {
  .m__banner__faq a:after {
    background-size: 60%;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__banner__faq a:hover:after {
    right: 0
  }

  .m__banner__faq a:hover .image {
    transform: scale(1.1)
  }
}

.m__banner__faq .image {
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform .5s;
  z-index: -1;
  background-image: url(../img/banner_faq.jpg)
}

.m__banner__faq .title {
  font-size: 3.4rem;
  color: #262626;
  font-weight: 400;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff
}

@media only screen and (max-width:736px) {
  .m__banner__faq .title {
    font-size: 2rem
  }
}

.m__banner__faq .title:not(.no-accent):first-letter {
  color: #365e95
}

.m__banner__faq .text {
  color: #262626;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff
}

@media only screen and (max-width:736px) {
  .m__banner__faq .text {
    font-size: 1.4rem
  }
}

.m__header {
  background: #fff;
  position: relative;
  z-index: 1000
}

.m__header.open {
  position: fixed
}

@media only screen and (max-width:736px) {
  .m__header {
    width: 100%
  }

  .m__header.js__header-fixed {
    position: fixed
  }

  .m__header.js__header-fixed+main {
    padding-top: 54px
  }

  .m__header.js__header-fixed.m__header--top+main {
    padding-top: 0
  }

  .m__header--top:not(.fixed) {
    background: transparent
  }

  .m__header--top:not(.fixed):not(.open) .logo-section {
    padding-right: 25px
  }

  .m__header--top:not(.fixed):not(.open):after {
    display: none
  }

  .m__header--top:not(.fixed):not(.open) .logo-section {
    flex: none
  }

  .m__header--top:not(.fixed):not(.open) .button-section01 {
    display: none
  }

  .m__header--top:not(.fixed):not(.open) .button-section02 {
    flex: 1 1;
    justify-content: flex-end;
    position: relative
  }

  .m__header--top:not(.fixed):not(.open) .button-section02 .favorite {
    display: none
  }

  .m__header--top:not(.fixed):not(.open) .button-section02 .sp-menu.is-active:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
  }

  .m__header--top.open {
    background: #fff
  }

  .m__header--top.open::after {
    display: block
  }

  .m__header--top.open .button-section01 {
    display: flex
  }

  .m__header--top.open .button-section02 .favorite {
    display: block
  }
}

@media print,
screen and (min-width:737px) {
  .m__header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
  }

  .m__header.fixed+.l__contents {
    padding-top: 156px
  }

  .m__header.fixed .logo-section {
    margin-right: 295px;
    padding: 5px 0
  }

  .m__header.fixed .logo-section .logo01 {
    margin-right: 30px
  }

  .m__header.fixed .logo-section .logo01 img {
    width: 50px
  }

  .m__header.fixed .logo-section .logo02 img {
    width: 155px
  }

  .m__header.fixed .m__header__section01 .button-section01 .normal {
    display: none
  }

  .m__header.fixed .m__header__section01 .button-section01 .fixed {
    display: block
  }

  .m__header.fixed .m__header__section01 .button-section01 .omoi {
    display: none
  }

  .m__header.fixed .m__header__section01 .button-section01 .font-size {
    display: none
  }

  .m__header.fixed .m__header__section01 .button-section01 .tel {
    margin-right: 25px
  }

  .m__header.fixed .m__header__section01 .button-section01 .tel img {
    width: 185px
  }

  .m__header.fixed .m__header__section01 .button-section02 .normal {
    display: none
  }

  .m__header.fixed .m__header__section01 .button-section02 .fixed {
    display: block
  }

  .m__header.fixed .m__header__section01 .button-section02 .favorite,
  .m__header.fixed .m__header__section01 .button-section02 .document,
  .m__header.fixed .m__header__section01 .button-section02 .reserve {
    width: 160px;
    height: 50px
  }

  .m__header.fixed .m__header__section02 .pc-list li a {
    padding: 20px 0 10px
  }

  .m__header.fixed .m__header__section02 .pc-list li a span {
    padding: 7px 0
  }
}

.m__header:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 13px;
  background: linear-gradient(to bottom, rgba(104, 95, 95, 0.18) 0, rgba(104, 95, 95, 0) 100%)
}

@media only screen and (max-width:736px) {
  .m__header:after {
    height: 3px;
    bottom: -3px
  }
}

.m__header__section01 {
  display: flex;
  padding: 0
}

.m__header__section01 .logo-section {
  display: flex;
  align-items: center;
  margin-right: 30px
}

@media only screen and (max-width:736px) {
  .m__header__section01 .logo-section {
    margin-right: 0;
    flex: 1 1;
    padding-right: 0;
    padding-left: 15px;
    background: #fff
  }
}

.m__header__section01 .logo-section .logo01 {
  margin-right: 40px
}

@media only screen and (max-width:736px) {
  .m__header__section01 .logo-section .logo01 {
    margin-right: 20px
  }
}

@media only screen and (max-width:350px) {
  .m__header__section01 .logo-section .logo01 {
    margin-right: 15px
  }
}

.m__header__section01 .logo-section .logo01 a {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .logo-section .logo01 a {
    transition: .2s
  }

  .m__header__section01 .logo-section .logo01 a:hover {
    opacity: .8
  }
}

.m__header__section01 .logo-section .logo01 img {
  display: block;
  max-width: none;
  width: 70px
}

@media only screen and (max-width:736px) {
  .m__header__section01 .logo-section .logo01 img {
    width: 35px
  }
}

@media only screen and (max-width:350px) {
  .m__header__section01 .logo-section .logo01 img {
    width: 28px
  }
}

.m__header__section01 .logo-section .logo02 a {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .logo-section .logo02 a {
    transition: .2s
  }

  .m__header__section01 .logo-section .logo02 a:hover {
    opacity: .8
  }
}

.m__header__section01 .logo-section .logo02 img {
  display: block;
  max-width: none;
  width: 212px
}

@media only screen and (max-width:736px) {
  .m__header__section01 .logo-section .logo02 img {
    width: 105px
  }
}

@media only screen and (max-width:350px) {
  .m__header__section01 .logo-section .logo02 img {
    width: 82px;
    margin-right: 10px
  }
}

.m__header__section01 .button-section01 {
  display: flex;
  align-items: center
}

.m__header__section01 .button-section01 .fixed {
  display: none
}

.m__header__section01 .button-section01 .omoi {
  margin-right: 20px;
  width: 160px;
  text-align: center;
  border-radius: 100px;
  font-size: 14px;
  padding: 4px;
  text-decoration: none;
  border: 1px solid #262626;
  color: #262626
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .button-section01 .omoi {
    transition: .2s
  }

  .m__header__section01 .button-section01 .omoi:hover {
    background: #e9eef4
  }
}

@media only screen and (max-width:736px) {
  .m__header__section01 .button-section01 .omoi {
    width: 54px;
    border-radius: 7px;
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
    margin-right: 8px
  }
}

.m__header__section01 .button-section01 .font-size {
  margin-right: 15px;
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__header__section01 .button-section01 .font-size {
    display: none
  }
}

.m__header__section01 .button-section01 .font-size p {
  font-size: 15px;
  margin-right: 7px
}

.m__header__section01 .button-section01 .font-size .font-size-switch {
  display: flex;
  width: 49px;
  overflow: hidden;
  font-size: 15px
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .button-section01 .font-size .font-size-switch .btn {
    transition: .2s
  }

  .m__header__section01 .button-section01 .font-size .font-size-switch .btn:hover {
    background: #e9eef4
  }
}

.m__header__section01 .button-section01 .font-size .font-size-switch .medium {
  width: 50%;
  cursor: pointer;
  border: 1px solid #bfbfbf;
  border-radius: 50px 0 0 50px;
  text-align: center;
  line-height: 2.8rem;
  padding-left: 3px
}

.m__header__section01 .button-section01 .font-size .font-size-switch .large {
  width: 50%;
  cursor: pointer;
  border: 1px solid #bfbfbf;
  border-radius: 0 50px 50px 0;
  text-align: center;
  line-height: 2.8rem;
  padding-right: 3px
}

.m__header__section01 .button-section01 .font-size .font-size-switch .current {
  background: #262626;
  color: #fff;
  border: 1px solid #262626;
  pointer-events: none
}

.m__header__section01 .button-section01 .tel {
  margin-right: 12px
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .button-section01 .tel {
    pointer-events: none
  }

  .m__header__section01 .button-section01 .tel img {
    width: 210px
  }
}

@media only screen and (max-width:736px) {
  .m__header__section01 .button-section01 .tel {
    display: none
  }
}

.m__header__section01 .button-section02 {
  display: flex;
  align-items: center
}

.m__header__section01 .button-section02 .normal {
  display: block
}

.m__header__section01 .button-section02 .fixed {
  display: none
}

.m__header__section01 .button-section02 .favorite {
  width: 100px;
  height: 85px;
  background: #f2f1ef;
  position: relative;
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .button-section02 .favorite {
    transition: .2s
  }

  .m__header__section01 .button-section02 .favorite:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__header__section01 .button-section02 .favorite {
    width: 57px;
    height: 54px
  }

  .m__header__section01 .button-section02 .favorite img {
    width: 46px
  }
}

@media only screen and (max-width:350px) {
  .m__header__section01 .button-section02 .favorite {
    width: 54px
  }
}

.m__header__section01 .button-section02 .favorite img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.m__header__section01 .button-section02 .document {
  width: 100px;
  height: 85px;
  background: #152b49;
  position: relative;
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .button-section02 .document {
    transition: .2s
  }

  .m__header__section01 .button-section02 .document:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__header__section01 .button-section02 .document {
    display: none
  }
}

.m__header__section01 .button-section02 .document img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.m__header__section01 .button-section02 .reserve {
  width: 100px;
  height: 85px;
  background: #ca5c02;
  position: relative;
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .button-section02 .reserve {
    transition: .2s
  }

  .m__header__section01 .button-section02 .reserve:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__header__section01 .button-section02 .reserve {
    display: none
  }
}

.m__header__section01 .button-section02 .reserve img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.m__header__section01 .button-section02 .sp-menu {
  color: #262626;
  text-align: center;
  width: 54px;
  height: 54px
}

@media print,
screen and (min-width:737px) {
  .m__header__section01 .button-section02 .sp-menu {
    display: none
  }
}

.m__header__section01 .button-section02 .sp-menu p {
  font-size: 10px;
  letter-spacing: -.02em
}

.m__header__section01 .button-section02 .sp-menu .ico {
  width: 16px;
  height: 2px;
  border-radius: 2px;
  position: relative;
  margin: 17px auto 11px;
  background: #262626
}

.m__header__section01 .button-section02 .sp-menu .ico:before,
.m__header__section01 .button-section02 .sp-menu .ico:after {
  content: "";
  background: #262626;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s
}

.m__header__section01 .button-section02 .sp-menu .ico:before {
  top: -5px
}

.m__header__section01 .button-section02 .sp-menu .ico:after {
  bottom: -5px
}

.m__header__section01 .button-section02 .sp-menu:not(.is-active) .on {
  display: none
}

.m__header__section01 .button-section02 .sp-menu.is-active .off {
  display: none
}

.m__header__section01 .button-section02 .sp-menu.is-active .ico {
  background: rgba(38, 38, 38, 0)
}

.m__header__section01 .button-section02 .sp-menu.is-active .ico:before {
  width: 20px;
  transform: translateX(-50%) rotate(135deg);
  top: 0
}

.m__header__section01 .button-section02 .sp-menu.is-active .ico:after {
  width: 20px;
  transform: translateX(-50%) rotate(-135deg);
  bottom: 0
}

.m__header__section02 .pc-list {
  display: flex
}

@media only screen and (max-width:736px) {
  .m__header__section02 .pc-list {
    display: none
  }
}

.m__header__section02 .pc-list li {
  flex: 1 1
}

.m__header__section02 .pc-list li a {
  display: block;
  padding: 20px 0 15px;
  background: #fff;
  color: #262626;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem
}

@media print,
screen and (min-width:737px) {
  .m__header__section02 .pc-list li a:hover {
    position: relative;
    transition: .5s
  }

  .m__header__section02 .pc-list li a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #2f62a7;
    position: absolute;
    bottom: 0;
    left: 0
  }
}

.m__header__section02 .pc-list li a span {
  display: block;
  border-right: 1px solid #dcdcdc;
  line-height: 1;
  padding: 10px 0
}

.m__header__section02 .pc-list li:last-child a span {
  border-right: 0
}

.m__header__section02 .sp-list {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 54px);
  overflow-y: scroll;
  background: #fff
}

@media print,
screen and (min-width:737px) {
  .m__header__section02 .sp-list {
    display: none
  }
}

@media only screen and (max-width:736px) {
  .m__header__section02 .sp-list.is-open {
    display: block
  }
}

.m__header__section02 .sp-list .sp-list-inner02 {
  padding: 30px 15px;
  display: flex;
  align-items: center
}

.m__header__section02 .sp-list .sp-list-inner02 .history {
  background: #e9eef4 url(../img/ico_history.svg) 17px center no-repeat;
  background-size: 23px;
  border-radius: 2px;
  border: 1px solid #365e95;
  color: #365e95;
  text-decoration: none;
  font-size: 1.7rem;
  text-align: center;
  width: calc(50% - 7px);
  margin-right: 14px;
  padding: 15px 10px 15px 30px
}

.m__header__section02 .sp-list .sp-list-inner02 .favorite {
  background: #f2f1ef url(../img/ico_heart01.svg) 17px center no-repeat;
  background-size: 23px 20px;
  border-radius: 2px;
  border: 1px solid #262626;
  color: #262626;
  text-decoration: none;
  font-size: 1.7rem;
  text-align: center;
  width: calc(50% - 7px);
  padding: 15px 10px 15px 30px
}

.m__header__section02 .sp-list .sp-list-inner03 {
  background: #e9eef4;
  padding: 30px 15px
}

.m__header__sp-menu-title {
  padding: 20px 20px 20px 47px;
  background: themeColor1;
  font-weight: bold;
  font-size: 1.6rem
}

.m__header__sp-menu-title.search {
  background: #f5f5f5 url(../img/ico_search_blue02.svg) 15px center no-repeat;
  background-size: 20px
}

.m__header__sp-menu-title.taikendan {
  background: #f5f5f5 url(../img/ico_taikendan.svg) 15px center no-repeat;
  background-size: 24px
}

.m__header__sp-menu-title.knowledge {
  background: #f5f5f5 url(../img/ico_knowledge_blue.svg) 15px center no-repeat;
  background-size: 23px
}

.m__header__sp-menu-title.information {
  background: #f5f5f5 url(../img/ico_information.svg) 15px center no-repeat;
  background-size: 20px
}

.m__header__sp-menu-title.question {
  background: #f5f5f5 url(../img/ico_question.svg) 15px center no-repeat;
  background-size: 22px
}

.m__header__sp-menu-list01 {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.5rem
}

.m__header__sp-menu-list01.js__accordion-inner:not(.is-open) {
  display: none
}

.m__header__sp-menu-list01>li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7
}

.m__header__sp-menu-list01>li>a,
.m__header__sp-menu-list01>li .accordion {
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 35px 0 15px;
  line-height: 1.4;
  height: 60px;
  position: relative;
  font-size: 1.5rem
}

.m__header__sp-menu-list01>li>a:after,
.m__header__sp-menu-list01>li .accordion:after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 10px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__header__sp-menu-list01>li .accordion:after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 10px;
  transform: rotate(90deg);
  transition: .2s;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

.m__header__sp-menu-list01>li .accordion.is-active:after {
  transform: rotate(-90deg)
}

.m__header__sp-menu-list01 .m__header__sp-menu-list01>li>a {
  font-size: 1.4rem
}

.m__header__sp-menu-list01 .m__header__sp-menu-list01>li>a::after {
  margin-top: -5px
}

.m__header__sp-menu-list01--half {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none
}

.m__header__sp-menu-list01--half>li {
  width: 50%
}

.m__header__sp-menu-list01--half>li:nth-child(odd) {
  border-right: 1px solid #e7e7e7
}

.m__header__sp-menu-list01--half>li:last-child:nth-child(even) {
  border-bottom: 0
}

.m__header__sp-menu-list01--half>li:nth-last-child(2):nth-child(odd) {
  border-bottom: 0
}

.m__header__sp-menu-list01--half>li>a {
  padding-left: 25px
}

.m__header__sp-menu-list01--map {
  border-bottom: none
}

.m__header__sp-menu-global-info .button-and-tel {
  display: flex;
  flex-wrap: wrap
}

.m__header__sp-menu-global-info .button-and-tel .document {
  color: #fff;
  background: #152b49;
  width: calc(50% - 7px);
  text-decoration: none;
  border-radius: 2px;
  margin-right: 14px;
  padding: 14px 10px;
  text-align: center
}

.m__header__sp-menu-global-info .button-and-tel .document img {
  height: 24px
}

.m__header__sp-menu-global-info .button-and-tel .reserve {
  color: #fff;
  background: #ca5c02;
  width: calc(50% - 7px);
  text-decoration: none;
  border-radius: 2px;
  padding: 14px 5px;
  text-align: center
}

.m__header__sp-menu-global-info .button-and-tel .reserve img {
  height: 24px
}

.m__header__sp-menu-global-info .button-and-tel .tel-info {
  margin-top: 25px
}

.m__header__sp-menu-global-info .button-and-tel .tel-info .tel-text {
  display: block;
  width: 100%
}

.m__header__sp-menu-global-info .button-and-tel .tel-info .tel-button {
  margin-top: 12px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #365e95;
  padding: 12px 15px;
  border-radius: 4px
}

.m__header__sp-menu-global-info .button-and-tel .tel-info .tel-button img {
  display: inline;
  width: 242px;
  padding-right: 20px
}

.m__header .m__search-keyword__search-box {
  display: block;
  background: #f5f5f5
}

.m__header .m__search-keyword__search-box .input-wrap {
  padding: 20px 15px 0
}

.m__header .m__search-keyword__search-box .input-wrap input {
  padding: 12px 15px;
  width: 100%;
  background: #fff;
  font-size: 1.4rem
}

.m__header .m__search-keyword__search-box .button-wrap {
  text-align: center;
  padding: 15px 0 20px
}

.m__header .m__search-keyword__search-box .button-wrap button {
  width: 240px;
  font-size: 1.6rem;
  height: 62px;
  padding: 0 15px
}

.m__header .m__search-keyword__search-box .button-wrap button::before {
  display: block;
  left: 35px;
  width: 28px;
  height: 28px
}

.m__header__error {
  position: relative
}

.m__header__error .l__common-inner01 {
  padding: 20px 15px
}

@media only screen and (max-width:736px) {
  .m__header__error .l__common-inner01 {
    padding: 15px 0
  }

  .m__header__error .l__common-inner01 .logo01 img {
    width: 35px
  }

  .m__header__error .l__common-inner01 .logo02 img {
    width: 127px
  }
}

.m__footer {
  background: #fff;
  position: relative;
  z-index: 1
}

.m__footer margin-top 100px--top {
  margin-top: 0
}

.m__footer__pagetop {
  position: absolute;
  top: -30px;
  right: 100px;
  transform: translateY(-100%);
  background: rgba(154, 156, 161, 0.9);
  width: 75px;
  height: 75px;
  border-radius: 5px;
  z-index: 99;
  transition: bottom .3s
}

.m__footer__pagetop.top {
  display: none
}

@media print,
screen and (min-width:737px) {
  .m__footer__pagetop.fixed {
    position: fixed;
    top: auto;
    bottom: 30px;
    right: 100px;
    z-index: 999;
    transform: translate(0, 0)
  }

  .m__footer__pagetop.fixed.floating {
    bottom: 150px
  }
}

@media only screen and (max-width:736px) {
  .m__footer__pagetop {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    top: -20px;
    right: 15px;
    z-index: 999
  }

  .m__footer__pagetop.fixed {
    position: fixed;
    top: auto;
    bottom: 15px;
    opacity: 1
  }

  .m__footer__pagetop.fixed.floating {
    bottom: 50px
  }

  .m__footer__pagetop.fixed-series {
    position: fixed;
    top: auto;
    opacity: 1;
    bottom: 15px
  }

  .m__footer__pagetop.fixed-series.floating {
    bottom: 70px
  }

  .m__footer__pagetop.fixed-favorite {
    position: fixed;
    top: auto;
    opacity: 1;
    bottom: 75px
  }

  .m__footer__pagetop img {
    width: 20px
  }
}

.m__footer__pagetop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media print,
screen and (min-width:737px) {
  .m__footer__pagetop img {
    width: 38px;
    height: 22px
  }
}

.m__footer__section01 {
  background: url(../img/footer_bg01.jpg) center left no-repeat;
  background-size: cover;
  height: 330px;
}

@media print,
screen and (min-width:737px) {
  .m__footer__section01 {
    padding: 0 30px;
  }
}

@media only screen and (max-width:736px) {
  .m__footer__section01 {
    height: auto;
    background: url(../img/footer_bg01_sp.jpg) center center no-repeat;
    background-size: cover
  }
}

.m__footer__section01--top {
  background: url(../img/footer_bg02.jpg) center center no-repeat;
  background-size: cover;
  height: 1070px
}

@media only screen and (max-width:736px) {
  .m__footer__section01--top {
    height: auto;
    background: url(../img/footer_bg02_sp.jpg) center center no-repeat;
    background-size: cover
  }
}

.m__footer__section02 {
  background: #f5f5f5;
}

@media print,
screen and (min-width:737px) {
  .m__footer__section02 {
    padding: 0 30px;
  }
}

.m__footer__section02 .int-section01 {
  padding: 40px 0
}

@media only screen and (max-width:736px) {
  .m__footer__section02 .int-section01 {
    padding: 0
  }
}

.m__footer__section02 .int-section02 {
  border-top: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {
  .m__footer__section02 .int-section02 {
    padding: 40px 0
  }
}

@media only screen and (max-width:736px) {
  .m__footer__section02 .int-section02 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.m__footer__section02 .int-text {
  /*font-size: 1.5rem*/
}

@media only screen and (max-width:736px) {
  .m__footer__section02 .int-text {
    /*font-size: 1.3rem*/
  }
}

.m__footer__section03 {
  background: #5d5d5d;
  text-align: center
}

.m__footer__section03 .copy {
  font-size: 80%;
  color: #fff;
  padding: 20px
}

@media only screen and (max-width:736px) {
  .m__footer__section03 .copy {
    /*font-size: 1.1rem;*/
    padding: 12px 0
  }
}

.m__footer__global-info {
  position: relative
}

@media only screen and (max-width:736px) {
  .m__footer__global-info {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media print,
screen and (min-width:737px) {
  .m__footer__global-info .button-and-tel {
    width: 660px;
    position: absolute;
    top: 70px;
    right: 0
  }
}

.m__footer__global-info .button {
  display: flex;
  justify-content: space-between
}

.m__footer__global-info .button .document {
  width: 315px;
  height: 80px;
  border-radius: 4px;
  background: #152b49;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__footer__global-info .button .document {
    transition: .2s
  }

  .m__footer__global-info .button .document:hover {
    opacity: .8
  }
}

.m__footer__global-info .button .document img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__footer__global-info .button .document img {
    height: 24px
  }
}

@media only screen and (max-width:736px) {
  .m__footer__global-info .button .document {
    width: calc(50% - 5px);
    margin-right: 10px;
    height: 62px
  }
}

.m__footer__global-info .button .reserve {
  width: 315px;
  height: 80px;
  border-radius: 4px;
  background: #ca5c02;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__footer__global-info .button .reserve {
    transition: .2s
  }

  .m__footer__global-info .button .reserve:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__footer__global-info .button .reserve {
    width: calc(50% - 5px);
    height: 62px
  }
}

.m__footer__global-info .button .reserve img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__footer__global-info .button .reserve img {
    height: 24px
  }
}

@media only screen and (max-width:736px) {
  .m__footer__global-info .button .reserve img.home_info {
    height: 31px
  }
}

.m__footer__global-info .tel-info {
  text-align: center;
  width: 100%
}

@media print,
screen and (min-width:737px) {
  .m__footer__global-info .tel-info {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
    margin-top: 20px
  }
}

.m__footer__global-info .tel-info .tel-button {
  margin-top: 12px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #365e95;
  padding: 15px;
  border-radius: 4px
}

.m__footer__global-info .tel-info .tel-button img {
  display: inline;
  width: 222px;
  padding-right: 20px
}

@media only screen and (max-width:736px) {
  .m__footer--top .m__footer__global-info {
    padding-top: 30px;
    padding-bottom: 35px
  }
}

.m__footer--top .m__footer__global-info .button-and-tel .top-footer-text {
  padding: 94px 0 160px;
  margin: 0 auto;
  display: block
}

@media only screen and (max-width:736px) {
  .m__footer--top .m__footer__global-info .button-and-tel .top-footer-text {
    display: none
  }
}

.m__footer--top .m__footer__global-info .button-and-tel .top-footer-text-sp {
  padding: 0 0 18px;
  margin: 0 35%;
  display: block;
  width: 116px
}

@media print,
screen and (min-width:737px) {
  .m__footer--top .m__footer__global-info .button-and-tel .top-footer-text-sp {
    display: none
  }
}

@media print,
screen and (min-width:737px) {
  .m__footer--top .m__footer__global-info .button-and-tel {
    right: auto;
    top: auto;
    position: relative;
    margin: 0 auto
  }
}

@media print,
screen and (min-width:737px) {

  .m__footer--top .m__footer__global-info .button .document img,
  .m__footer--top .m__footer__global-info .button .reserve img {
    height: 36px
  }
}

.m__footer__link-list01 {
  display: flex
}

@media only screen and (max-width:736px) {
  .m__footer__link-list01 {
    display: block
  }
}

@media print,
screen and (min-width:737px) {
  .m__footer__link-list01+.m__footer__link-list01 {
    padding-top: 10px
  }
}

@media print,
screen and (min-width:737px) {
  .m__footer__link-list01 li+li {
    margin-left: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__footer__link-list01 li {
    border-top: 1px solid #dcdcdc
  }
}

.m__footer__link-list01 li a {
  text-decoration: none;
  color: #262626;
}

@media print,
screen and (min-width:737px) {
  .m__footer__link-list01 li a:hover {
    text-decoration: underline
  }
}

@media only screen and (max-width:736px) {
  .m__footer__link-list01 li a {
    display: block;
    padding: 16px 30px 16px 15px;
    position: relative
  }

  .m__footer__link-list01 li a:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 10px;
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

.m__low-title {
  position: relative;
  display: block;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__low-title {
    text-align: center
  }
}

.m__low-title .accent {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ca5c02 20%, #365e95 20%)
}

.m__low-title .low-title-inner {
  padding-top: 32px;
  padding-bottom: 32px
}

@media only screen and (max-width:736px) {
  .m__low-title .low-title-inner {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.m__low-title .low-title-inner02 {
  padding: 55px 0
}

@media only screen and (max-width:736px) {
  .m__low-title .low-title-inner02 {
    padding: 34px 0 24px
  }
}

.m__low-title .low-title-sub {
  color: #262626;
  font-size: 2.2rem;
  margin-bottom: 5px
}

@media only screen and (max-width:736px) {
  .m__low-title .low-title-sub {
    font-size: 1.7rem
  }
}

.m__low-title .low-title-hx {
  color: #262626;
  font-size: 4.6rem;
  font-weight: normal
}

.m__low-title .low-title-hx mark {
  color: #365e95;
  background-color: transparent;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__low-title .low-title-hx {
    font-size: 2.5rem;
    margin-bottom: 10px;
    line-height: 1.2
  }
}

.m__low-title .low-title-hx:not(.no-accent):first-letter {
  color: #365e95
}

.m__low-title .low-title-text {
  margin-top: 15px;
  color: #262626
}

@media only screen and (max-width:736px) {
  .m__low-title .low-title-text {
    margin-top: 10px
  }
}

@media print,
screen and (min-width:737px) {
  .m__low-title--terminology .low-title-inner {
    padding-top: 52px;
    padding-bottom: 52px
  }
}

@media print,
screen and (min-width:737px) {
  .m__low-title--faq-index {
    background-image: url(/resources/images/kaigo/faq/bg_title_faq.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat
  }

  .m__low-title--faq-index .low-title-inner {
    padding-top: 52px;
    padding-bottom: 52px
  }
}

@media only screen and (max-width:736px) {
  .m__low-title--faq-index:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 35%;
    background-image: url(/resources/images/kaigo/faq/bg_title_faq.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat
  }
}

.m__low-title--event-index:before {
  background: no-repeat center center/cover;
  content: "";
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__low-title--event-index {
    position: relative
  }

  .m__low-title--event-index:before {
    background-image: url(/resources/images/kaigo/event/hero_image.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
  }

  .m__low-title--event-index .accent {
    display: none
  }

  .m__low-title--event-index .low-title-inner {
    position: relative;
    z-index: 1
  }

  .m__low-title--event-index .low-title-hx {
    color: #fff;
    font-size: 5rem;
    line-height: 1.3;
    text-shadow: 0 0 21px rgba(38, 38, 38, 0.56)
  }

  .m__low-title--event-index .low-title-hx:not(.no-accent):first-letter {
    color: inherit
  }

  .m__low-title--event-index .low-title-text {
    color: #fff;
    font-size: 2rem;
    line-height: 2;
    text-shadow: 0 0 21px rgba(38, 33, 28, 0.56)
  }
}

@media only screen and (max-width:736px) {
  .m__low-title--event-index:before {
    background-image: url(/resources/images/kaigo/event/hero_image_sp.jpg);
    width: 100%;
    height: 130px
  }
}

@media print,
screen and (min-width:737px) and (min-width:737px) {
  .m__low-title--event-index .low-title-inner {
    padding-top: 100px;
    padding-bottom: 85px
  }
}

.m__low-lede-text01 {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__low-lede-text01 {
    font-size: 1.3rem;
    margin-top: 35px;
    margin-bottom: 35px
  }
}

.m__search-category__list01 {
  display: flex;
  flex-wrap: wrap
}

.m__search-category__list01 .card {
  font-size: 2rem;
  line-height: 1.5;
  width: 288px;
  color: #262626;
  text-decoration: none;
  position: relative;
  padding: 10px 30px 10px 20px;
  display: flex;
  align-items: center;
  transition: background .2s
}

@media only screen and (max-width:736px) {
  .m__search-category__list01 .card:last-child {
    border-bottom: 1px solid #e7e7e7
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-category__list01 .card {
    min-height: 98px;
    border: 4px solid #dcdcdc
  }

  .m__search-category__list01 .card:not(:nth-child(4n)) {
    margin-right: 12px
  }

  .m__search-category__list01 .card:nth-child(n+5) {
    margin-top: 12px
  }

  .m__search-category__list01 .card:hover {
    background: #e9eef4
  }

  .m__search-category__list01 .card:hover::after {
    right: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__search-category__list01 .card {
    width: 100%;
    padding: 25px 20px 25px 0;
    font-size: 1.6rem;
    border-top: 1px solid #e7e7e7
  }
}

.m__search-category__list01 .card:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: right .2s
}

@media only screen and (max-width:736px) {
  .m__search-category__list01 .card:after {
    width: 8px;
    height: 14px;
    right: 0
  }
}

.m__search-category__list01 .number {
  background: #f5f5f5;
  border-radius: 100px;
  color: #365e95;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  margin: -1px 0 0 5px;
  padding: 3px 10px;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__search-category__list01 .number {
    font-size: 1.6rem
  }
}

.m__search-category__list02 {
  display: flex;
  flex-wrap: wrap
}

.m__search-category__list02 .card {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  min-height: 98px;
  width: 288px;
  color: #262626;
  text-decoration: none;
  position: relative;
  padding: 10px 30px 10px 20px;
  display: flex;
  align-items: center;
  transition: background .2s
}

@media print,
screen and (min-width:737px) {
  .m__search-category__list02 .card {
    border: 4px solid #dcdcdc
  }

  .m__search-category__list02 .card:not(:nth-child(4n)) {
    margin-right: 12px
  }

  .m__search-category__list02 .card:nth-child(n+5) {
    margin-top: 12px
  }

  .m__search-category__list02 .card:hover {
    background: #e9eef4
  }

  .m__search-category__list02 .card:hover::after {
    right: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__search-category__list02 .card {
    color: #365e95;
    padding: 10px 20px 10px 10px;
    min-height: 60px;
    border-radius: 3px;
    width: calc(50% - 5px);
    font-size: 1.7rem;
    border: 1px solid #365e95
  }

  .m__search-category__list02 .card:nth-child(2n) {
    margin-left: 10px
  }

  .m__search-category__list02 .card:nth-child(n+3) {
    margin-top: 10px
  }

  .m__search-category__list02 .card .text {
    margin: auto
  }
}

.m__search-category__list02 .card:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: right .2s
}

@media only screen and (max-width:736px) {
  .m__search-category__list02 .card:after {
    width: 8px;
    height: 14px;
    right: 5px
  }
}

.m__search-keyword__search-box {
  display: flex
}

.m__search-keyword__search-box input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  flex: 1 1;
  background: #f2f1ef;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 15px 20px
}

.m__search-keyword__search-box input::-webkit-search-decoration {
  display: none
}

.m__search-keyword__search-box input::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__search-keyword__search-box input {
    font-size: 1.6rem;
    padding: 10px 15px
  }
}

.m__search-keyword__search-box .m__button__search01 {
  width: 190px;
  margin-left: 20px
}

@media only screen and (max-width:736px) {
  .m__search-keyword__search-box .m__button__search01 {
    margin-left: 10px;
    width: 80px;
    padding: 0 5px
  }

  .m__search-keyword__search-box .m__button__search01:before {
    display: none
  }
}

.m__search-keyword__search-box+.m__search-result__box01 {
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__search-keyword__search-box+.m__search-result__box01 {
    margin-top: 20px
  }
}

.m__search-keyword__text {
  font-size: 1.4rem;
  margin-top: 15px
}

@media only screen and (max-width:736px) {
  .m__search-keyword__text {
    font-size: 1.3rem
  }
}

.m__search-keyword__popular-words {
  display: flex;
  margin-top: 36px
}

@media only screen and (max-width:736px) {
  .m__search-keyword__popular-words {
    margin-top: 30px;
    display: block
  }
}

.m__search-keyword__popular-words .title {
  padding: 6px;
  padding-right: 30px
}

@media only screen and (max-width:736px) {
  .m__search-keyword__popular-words .title {
    font-size: 1.8rem;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #365e95
  }
}

.m__search-keyword__popular-words .list {
  display: block
}

.m__search-keyword__popular-words .list li {
  display: inline-block;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__search-keyword__popular-words .list li {
    margin-right: 7px;
    margin-top: 7px
  }
}

.m__search-keyword__popular-words .list li a {
  display: inline-block;
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 50px;
  background: #f2f1ef;
  transition: .2s
}

.m__search-keyword__popular-words .list li a:hover {
  background: #e9eef4
}

.m__search-conditions .table {
  width: 100%
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions .table {
    margin: -13px 0
  }
}

@media only screen and (max-width:736px) {
  .m__search-conditions .table {
    display: block
  }

  .m__search-conditions .table tbody,
  .m__search-conditions .table tr,
  .m__search-conditions .table th,
  .m__search-conditions .table td {
    display: block;
    width: 100%
  }
}

@media only screen and (max-width:736px) {
  .m__search-conditions .table tr+tr {
    margin-top: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions .table th {
    font-size: 2.2rem;
    font-weight: 400;
    padding: 20px 30px 20px 0;
    text-align: left;
    vertical-align: top;
    width: 1px;
    white-space: nowrap
  }
}

@media only screen and (max-width:736px) {
  .m__search-conditions .table th {
    border-left: 3px solid #365e95;
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding: 5px 0 5px 10px;
    text-align: left
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions .table td {
    padding: 13px 0;
    vertical-align: top
  }
}

.m__search-conditions__fixed .m__searches-index__button {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100
}

.m__search-conditions__fixed .m__searches-index__button .m__button__search-wrap {
  margin-top: 0
}

.m__search-conditions__button {
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions__button {
    margin-top: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__search-conditions__button {
    padding-top: 15px
  }
}

.m__search-conditions__button .m__button__search01 {
  width: 450px;
  height: 80px
}

@media only screen and (max-width:736px) {
  .m__search-conditions__button .m__button__search01 {
    width: 100%;
    height: 62px
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions__button .m__button__search01:before {
    content: none
  }
}

@media only screen and (max-width:736px) {
  .m__search-conditions__button .m__button__search01:before {
    width: 28px;
    height: 28px;
    left: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions__button .m__button__search01 .text {
    position: relative
  }

  .m__search-conditions__button .m__button__search01 .text:before {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: url(../img/ico_search.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -49px;
    top: 50%;
    transform: translateY(-50%)
  }
}

.m__search-conditions__button .m__button__search-wrap {
  margin-bottom: 0
}

.m__search-conditions input[type=text],
.m__search-conditions input[type=date] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  display: block;
  background: #f2f1ef;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 15px 20px;
  width: 100%
}

.m__search-conditions input[type=text]::-webkit-search-decoration,
.m__search-conditions input[type=date]::-webkit-search-decoration {
  display: none
}

.m__search-conditions input[type=text]::focus,
.m__search-conditions input[type=date]::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {

  .m__search-conditions input[type=text],
  .m__search-conditions input[type=date] {
    font-size: 1.6rem;
    padding: 10px
  }
}

.m__search-conditions__checkbox {
  font-size: 0;
  margin: 0 -15px -15px 0
}

@media only screen and (max-width:736px) {
  .m__search-conditions__checkbox {
    margin: 0 -10px -10px 0
  }
}

.m__search-conditions__checkbox .item {
  display: inline-block;
  margin: 0 15px 15px 0;
  display: inline-block;
  vertical-align: top
}

@media only screen and (max-width:736px) {
  .m__search-conditions__checkbox .item {
    margin: 0 10px 10px 0
  }
}

.m__search-conditions__checkbox input {
  display: none
}

.m__search-conditions__checkbox input:checked+.text {
  background-image: url(../img/ico_check_blue.svg);
  background-color: #e9eef4
}

.m__search-conditions__checkbox input:disabled+.text {
  background-image: url(../img/ico_check_gray.svg);
  background-color: #f2f1ef;
  border-color: #dcdcdc;
  color: #dcdcdc
}

.m__search-conditions__checkbox .text {
  background: url(../img/ico_check_gray.svg) no-repeat left 10px center/18px 14px #fff;
  border-radius: 100px;
  border: 1px solid #365e95;
  cursor: pointer;
  color: #365e95;
  display: inline-block;
  font-size: 1.8rem;
  padding: 5px 0 5px 20px;
  text-align: center;
  transition: background-color .2s
}

@media only screen and (max-width:736px) {
  .m__search-conditions__checkbox .text {
    font-size: 1.4rem;
    padding: 9px 0 9px 20px;
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions__checkbox .text:hover {
    background-color: #e9eef4
  }
}

@media only screen and (max-width:736px) {
  .m__search-conditions__checkbox--width01 .item {
    width: calc((99.9999% - (10px * 3)) / 3)
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions__checkbox--width01 .text {
    width: 13rem
  }
}

@media only screen and (max-width:736px) {
  .m__search-conditions__checkbox--width02 .item {
    width: calc((99.9999% - (10px * 2)) / 2)
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-conditions__checkbox--width02 .text {
    width: 16.8rem
  }
}

.m__search-conditions__date {
  display: flex;
  align-items: center
}

.m__search-conditions__date input[type=text],
.m__search-conditions__date input[type=date] {
  background-image: url(../img/ico_calendar02.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 30px 27px;
  padding-right: 62px
}

@media print,
screen and (min-width:737px) {

  .m__search-conditions__date input[type=text],
  .m__search-conditions__date input[type=date] {
    width: 306px
  }
}

@media only screen and (max-width:736px) {

  .m__search-conditions__date input[type=text],
  .m__search-conditions__date input[type=date] {
    background-position: right 8px center;
    background-size: 21px 20px;
    padding-right: 30px;
    flex: 1 1;
    min-height: 46px
  }
}

.m__search-conditions__date .text {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 18px;
  white-space: nowrap
}

@media only screen and (max-width:736px) {
  .m__search-conditions__date .text {
    font-size: 1.3rem;
    margin: 0 5px
  }
}

.m__search-common-list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px
}

@media only screen and (max-width:736px) {
  .m__search-common-list01 {
    margin-top: -20px
  }

  .m__search-common-list01.js__sp-list01--2rows:not(.is-active).accordion {
    max-height: 85px;
    overflow: hidden
  }

  .m__search-common-list01.js__sp-list01--2rows:not(.is-active).is-open {
    max-height: 100%
  }
}

.m__search-common-list01 li {
  font-size: 1.6rem
}

@media print,
screen and (min-width:737px) {
  .m__search-common-list01 li {
    margin-top: 15px
  }
}

@media only screen and (max-width:736px) {
  .m__search-common-list01 li {
    margin-top: 10px
  }
}

.m__search-common-list01 li:not(:last-child) {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #aaa
}

@media only screen and (max-width:736px) {
  .m__search-common-list01 li:not(:last-child) {
    padding-right: 13px;
    margin-right: 13px
  }
}

.m__search-category__sidelist {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.m__search-category__sidelist .card {
  letter-spacing: -.02em;
  color: #262626;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center
}

@media print,
screen and (min-width:737px) {
  .m__search-category__sidelist .card {
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 0
  }

  .m__search-category__sidelist .card+.card {
    margin-top: 10px
  }

  .m__search-category__sidelist .card:hover .text {
    text-decoration: none
  }
}

@media only screen and (max-width:736px) {
  .m__search-category__sidelist .card {
    width: 100%;
    padding: 25px 20px 25px 0;
    letter-spacing: -.05em;
    font-size: 1.6rem;
    border-top: 1px solid #e7e7e7
  }

  .m__search-category__sidelist .card:last-child {
    border-bottom: 1px solid #e7e7e7
  }

  .m__search-category__sidelist .card:after {
    content: "";
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-category__sidelist .text {
    color: #365e95;
    text-decoration: underline;
    text-underline-offset: 2px
  }
}

.m__search-category__sidelist .number {
  background: #f5f5f5;
  border-radius: 100px;
  color: #365e95;
  display: inline-block;
  line-height: 1;
  margin: -1px 0 0 5px;
  padding: 3px 10px;
  vertical-align: middle;
  font-size: 1.6rem
}

.m__search-result-total {
  margin-bottom: 25px
}

.m__search-result-total mark {
  color: #365e95;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  vertical-align: baseline;
  background-color: transparent;
  padding-right: 1px
}

@media only screen and (max-width:736px) {
  .m__search-result-total mark {
    font-size: 1.7rem
  }
}

.m__search-result-notfound .text {
  margin-bottom: 40px
}

.m__search-result-notfound .m__event-box__entry {
  border: none
}

.m__search-experience-list01 {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.m__search-experience-list01 li {
  width: 380px;
  margin-right: 25px
}

.m__search-experience-list01 li:nth-child(3n) {
  margin-right: 0
}

.m__search-experience-list01 li .thumb img {
  max-width: 100%
}

.m__search-experience-list01 li p {
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__search-experience-list01 {
    display: block
  }

  .m__search-experience-list01 li {
    width: 100%;
    border-top: 1px solid #cdcdcd
  }

  .m__search-experience-list01 li:last-child {
    border-bottom: 1px solid #cdcdcd
  }

  .m__search-experience-list01 li a {
    display: flex;
    color: #262626;
    text-decoration: none;
    line-height: 1.4;
    padding: 15px 10px 15px 0;
    position: relative
  }

  .m__search-experience-list01 li a::after {
    content: "";
    width: 6px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: 6px 12px
  }

  .m__search-experience-list01 li a .thumb {
    width: 115px
  }

  .m__search-experience-list01 li a .thumb img {
    max-width: 100%
  }

  .m__search-experience-list01 li a p {
    flex: 1 1;
    margin-top: 0;
    margin-left: 15px;
    font-size: 1.4rem
  }
}

.m__form__select01 {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background: #f2f1ef;
  border: 1px solid #dcdcdc;
  color: #262626;
  height: 54px
}

@media only screen and (max-width:736px) {
  .m__form__select01 {
    height: 44px
  }
}

.m__form__select01::after {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #aaa url(../img/arrow_bottom01.svg) center center no-repeat;
  background-size: 15px 9px;
  border-radius: 0 5px 5px 0;
  pointer-events: none
}

.m__form__select01 select {
  color: #666;
  font-size: 1.8rem;
  padding: 14px 40px 15px 14px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.m__form__select01 select::-ms-expand {
  display: none
}

@media only screen and (max-width:736px) {
  .m__form__select01 select {
    line-height: 1;
    font-size: 1.6rem;
    padding: 12px 40px 12px 14px
  }
}

@media all and (-ms-high-contrast:none) {
  .m__form__select01 select {
    margin-top: 3px
  }
}

.m__error {
  padding-top: 100px;
  margin-bottom: 225px
}

@media only screen and (max-width:736px) {
  .m__error {
    padding-top: 50px;
    margin-bottom: 140px
  }
}

.m__error__400 {
  margin-bottom: 140px
}

@media only screen and (max-width:736px) {
  .m__error__400 {
    margin-bottom: 60px
  }
}

.m__error__title01 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__error__title01 {
    font-size: 2.2rem
  }
}

.m__error__title01:not(.no-accent):first-letter {
  color: #365e95
}

.m__error__text01 {
  text-align: center
}

.m__error__link-area {
  margin-top: 120px;
  border-top: 1px solid #aaa;
  padding-top: 80px
}

@media only screen and (max-width:736px) {
  .m__error__link-area {
    margin-top: 60px;
    padding-top: 40px
  }
}

.m__error__link-area .text01 {
  text-align: center;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__error__link-area .text01 {
    font-size: 1.6rem
  }
}

.m__error__banner-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__error__banner-list {
    margin-top: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__error__banner-list li+li {
    margin-top: 15px
  }
}

.m__error__button {
  margin: 80px auto 0;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__error__button {
    margin-top: 40px
  }
}

.m__error__back {
  margin: 40px auto 0
}

.m__error__text-area {
  margin-top: 120px;
  border-top: 1px solid #aaa;
  padding-top: 60px;
  font-size: 2.4rem
}

@media print,
screen and (min-width:737px) {
  .m__error__text-area {
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__error__text-area {
    font-size: 1.8rem;
    margin-top: 60px;
    padding-top: 30px
  }
}

.m__error__text-area .text01 {
  color: #365e95;
  font-weight: 400
}

@media print,
screen and (min-width:737px) {
  .m__topics-index {
    margin-bottom: 240px
  }
}

@media only screen and (max-width:736px) {
  .m__topics-index__inner {
    padding-top: 30px
  }
}

.m__topics-index__category-selecter {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media only screen and (max-width:736px) {
  .m__topics-index__category-selecter {
    display: block;
    margin-bottom: 40px
  }

  .m__topics-index__category-selecter .m__form__select01 {
    display: block
  }
}

.m__topics-index__category-selecter p {
  padding-right: 20px
}

@media only screen and (max-width:736px) {
  .m__topics-index__category-selecter p {
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 1.7rem
  }
}

.m__topics-index__list-wrap+.m__topics-index__list-wrap {
  margin-top: 80px
}

@media only screen and (max-width:736px) {
  .m__topics-index__list-wrap+.m__topics-index__list-wrap {
    margin-top: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 {
    margin-bottom: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__topics-index__list01 a.rows:hover {
    background: #e9eef4
  }
}

.m__topics-index__list01 a.rows:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 a.rows:after {
    width: 7px;
    height: 12px;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__topics-index__list01 a.rows:hover:after {
    right: 10px
  }
}

.m__topics-index__list01 .rows {
  display: flex;
  align-items: flex-start;
  padding: 30px 15px;
  border-top: 1px solid #dcdcdc;
  text-decoration: none;
  color: #262626;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 .rows {
    flex-wrap: wrap;
    padding: 30px 0
  }
}

.m__topics-index__list01 .rows:last-child {
  border-bottom: 1px solid #dcdcdc
}

.m__topics-index__list01 .rows .date {
  min-width: 150px;
  letter-spacing: -.01em;
  margin-right: 20px
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 .rows .date {
    display: inline-block;
    min-width: auto;
    margin-bottom: 15px;
    margin-right: 15px;
    font-size: 1.4rem
  }
}

.m__topics-index__list01 .rows .category {
  width: 175px;
  margin-right: 20px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100px
}

@media all and (-ms-high-contrast:none) {
  .m__topics-index__list01 .rows .category {
    line-height: 1.4;
    padding-top: 3px
  }
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 .rows .category {
    font-size: 1.4rem;
    width: 155px;
    margin-bottom: 15px
  }
}

.m__topics-index__list01 .rows .category.gray {
  background: #8a8a8a
}

.m__topics-index__list01 .rows .category.orange {
  background: #e4974c
}

.m__topics-index__list01 .rows .category.mintgreen {
  background: #45aa97
}

.m__topics-index__list01 .rows .category.pink {
  background: #ec8a95
}

.m__topics-index__list01 .rows .category.green {
  background: #5ea847
}

.m__topics-index__list01 .rows .category.purple {
  background: #9666a5
}

.m__topics-index__list01 .rows .category.lightblue {
  background: #59a7bd
}

.m__topics-index__list01 .rows .category.darkblue {
  background: #3e4972
}

.m__topics-index__list01 .rows .category.blue {
  background: #365e95
}

.m__topics-index__list01 .rows .category.light-orange {
  background: #e3aa45
}

.m__topics-index__list01 .rows .category.brown {
  background: #504a4a
}

.m__topics-index__list01 .rows .title {
  padding-right: 50px;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 .rows .title {
    padding-right: 17px
  }
}

@media print,
screen and (min-width:737px) {
  .m__topics-index__list01 .rows .title {
    flex: 1 1
  }
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 .rows .title {
    width: 100%;
    font-size: 1.7rem
  }
}

.m__topics-index__list01 .rows .title .pdf {
  font-size: 1.6rem;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  color: #b73220;
  border: 1px solid #b73220;
  padding: 2px 10px;
  line-height: 1;
  margin-left: 6px
}

@media all and (-ms-high-contrast:none) {
  .m__topics-index__list01 .rows .title .pdf {
    padding-top: 4px;
    padding-bottom: 0;
    margin-top: -3px
  }
}

@media only screen and (max-width:736px) {
  .m__topics-index__list01 .rows .title .pdf {
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__topics-detail {
    margin-bottom: 200px
  }
}

@media only screen and (max-width:736px) {
  .m__topics-detail__inner {
    padding-top: 30px
  }
}

.m__topics-detail__title-sub {
  display: flex;
  align-items: center
}

.m__topics-detail__title-sub .date {
  display: inline-block;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__topics-detail__title-sub .date {
    font-size: 1.4rem
  }
}

.m__topics-detail__title-sub .ico {
  margin-left: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  border-radius: 100px;
  width: 150px;
  text-align: center;
  line-height: 1;
  padding: 4px 10px
}

@media only screen and (max-width:736px) {
  .m__topics-detail__title-sub .ico {
    width: 140px;
    font-size: 1.4rem
  }
}

.m__topics-detail__title-sub .ico.gray {
  background: #8a8a8a
}

.m__topics-detail__title-sub .ico.orange {
  background: #e4974c
}

.m__topics-detail__title-sub .ico.mintgreen {
  background: #45aa97
}

.m__topics-detail__title-sub .ico.pink {
  background: #ec8a95
}

.m__topics-detail__title-sub .ico.green {
  background: #5ea847
}

.m__topics-detail__title-sub .ico.purple {
  background: #9666a5
}

.m__topics-detail__title-sub .ico.lightblue {
  background: #59a7bd
}

.m__topics-detail__title01 {
  font-size: 4.6rem;
  position: relative;
  padding: 24px 0;
  margin-bottom: 45px
}

@media only screen and (max-width:736px) {
  .m__topics-detail__title01 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    padding: 20px 0 25px
  }
}

.m__topics-detail__title01 .title {
  font-weight: normal
}

.m__topics-detail__title01 .title:first-letter {
  color: #365e95
}

.m__topics-detail__title01 .accent {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ca5c02 20%, #365e95 20%)
}

@media only screen and (max-width:736px) {
  .m__topics-detail__title01 .accent {
    width: calc(100% + 30px);
    left: -15px
  }
}

.m__topics-detail__back {
  margin-top: 90px
}

@media only screen and (max-width:736px) {
  .m__topics-detail__back {
    margin-top: 60px;
    margin-bottom: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__topics-detail .m__wysiwyg .images picture {
    width: 570px;
    margin: 0
  }

  .m__topics-detail .m__wysiwyg .images picture img {
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat .low-title-inner {
    padding-top: 54px;
    padding-bottom: 53px
  }
}

.m__cat__contents-wrap.first {
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__cat__contents-wrap.first {
    margin-top: 20px;
    margin-bottom: 30px
  }
}

.m__cat__contents-wrap.second {
  margin-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__cat__contents-wrap.second {
    margin-bottom: 20px
  }
}

.m__cat__contents-wrap.third {
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__cat__contents-wrap.third {
    margin-bottom: 40px
  }
}

.m__cat__contents-wrap.fourth {
  margin-bottom: 140px
}

@media only screen and (max-width:736px) {
  .m__cat__contents-wrap.fourth {
    margin-bottom: 30px
  }
}

.m__cat__contents-wrap .m__global-info .button-and-tel {
  justify-content: center
}

@media print,
screen and (min-width:737px) {
  .m__cat__contents-wrap .m__global-info .button-and-tel .tel-info {
    margin-left: 50px
  }
}

.m__cat__search-box01 {
  padding: 50px 40px
}

@media print,
screen and (min-width:737px) {
  .m__cat__search-box01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px
  }
}

@media only screen and (max-width:736px) {
  .m__cat__search-box01 {
    padding: 20px 15px
  }
}

.m__cat__search-box01 p,
.m__cat__search-box01 h2 {
  font-size: 2.4rem;
  text-indent: -.5em;
  font-weight: normal
}

@media only screen and (max-width:736px) {

  .m__cat__search-box01 p,
  .m__cat__search-box01 h2 {
    font-size: 1.7rem
  }
}

.m__cat__search-box01 p.noneIndent,
.m__cat__search-box01 h2.noneIndent {
  text-indent: 0
}

.m__cat__search-box01 p .text01,
.m__cat__search-box01 h2 .text01 {
  color: #365e95
}

.m__cat__search-box01 p .text02,
.m__cat__search-box01 h2 .text02 {
  font-size: 3rem;
  line-height: 1.5;
  padding-right: .08em
}

@media only screen and (max-width:736px) {

  .m__cat__search-box01 p .text02,
  .m__cat__search-box01 h2 .text02 {
    font-size: 1.9rem
  }
}

@media only screen and (max-width:736px) {

  .m__cat__search-box01 p .text03,
  .m__cat__search-box01 h2 .text03 {
    font-size: 1.5rem
  }
}

.m__cat__search-box01 .m__button__search-wrap {
  margin: 0
}

@media only screen and (max-width:736px) {
  .m__cat__search-box01 .m__button__search-wrap {
    margin-top: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat__search-box01 .m__button__search01 {
    height: 65px
  }
}

@media only screen and (max-width:736px) {
  .m__cat__search-box01 .m__button__search01 {
    height: 45px
  }
}

.m__cat__search-box01+.m__search-result__info01 {
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__cat__search-box01 .m__button__anchor {
    margin-top: 15px
  }
}

.m__cat__content01+.m__cat__content01 {
  margin-top: 60px
}

@media only screen and (max-width:736px) {
  .m__cat__content01+.m__cat__content01 {
    margin-top: 50px
  }
}

@media only screen and (max-width:736px) {
  .m__cat__content01 .m__common__link-list01.accordion {
    max-height: 85px;
    overflow: hidden
  }

  .m__cat__content01 .m__common__link-list01.is-open {
    max-height: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat .m__common__title02 {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.m__cat .m__modal__search .m__search-content>.m__search-conditions {
  padding: 0 42px;
  border: none;
  margin-bottom: 0
}

.m__cat .m__modal__search .m__search-content>.m__search-conditions .m__searches-index__inner .m__search-conditions {
  border-bottom: 0
}

@media only screen and (max-width:736px) {
  .m__cat .m__modal__search .m__search-content>.m__search-conditions {
    padding: 20px 15px 120px
  }
}

@media only screen and (max-width:736px) {
  .m__cat .m__modal__search .m__common__title02 {
    margin-top: 30px
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat .m__modal__search .m__common__title02 .title {
    font-size: 2.4rem
  }
}

@media only screen and (max-width:736px) {
  .m__cat .m__modal__search .m__common__title02 .title {
    font-size: 2.3rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat__form-list {
    display: flex;
    justify-content: space-between;
    margin: -90px 0 60px 210px
  }
}

.m__cat__form-list>li {
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__cat__form-list>li+li {
    margin-top: 20px
  }
}

.m__cat__form-list>li .m__common__title03 {
  margin-bottom: 20px
}

@media only screen and (max-width:736px) {
  .m__cat__form-list>li .m__common__title03 {
    margin-bottom: 5px
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat__form-list>li .m__form__select01 {
    width: 250px
  }
}

@media only screen and (max-width:736px) {
  .m__cat__form-list>li .m__form__select01 {
    margin-top: 5px
  }

  .m__cat__form-list>li .m__form__select01+.m__common__title03 {
    margin-top: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat__form-list02 {
    display: flex
  }

  .m__cat__form-list02 li {
    width: 50%
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat__form-list03 {
    display: flex;
    align-items: center
  }
}

@media only screen and (max-width:736px) {
  .m__cat__form-list03 {
    margin-top: 15px
  }
}

.m__cat__form-list03 dt {
  width: 100px
}

@media only screen and (max-width:736px) {
  .m__cat__arrow-link {
    margin-top: 20px;
    text-align: right
  }
}

.m__cat__map-content01 {
  width: 100%;
  height: 550px;
  background: #f7f6f4;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__cat__map-content01 {
    height: 350px
  }
}

.m__cat__map-content01 .map {
  height: 550px
}

@media only screen and (max-width:736px) {
  .m__cat__map-content01 .map {
    height: 350px
  }
}

.m__cat__map-content01 .card {
  display: none;
  position: absolute;
  top: 60px;
  right: 60px;
  background: #fff;
  padding: 15px 20px;
  width: 392px;
  background: #fff;
  box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21);
  border: 1px solid #333;
  border-radius: 4px
}

@media only screen and (max-width:736px) {
  .m__cat__map-content01 .card {
    width: 320px;
    box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21);
    top: 50%;
    right: auto;
    left: 50%;
    padding: 10px 15px;
    transform: translate(-50%, -50%)
  }
}

.m__cat__map-content01 .card.active {
  display: block
}

.m__cat__map-content01 .card .close-btn {
  background: #9a9ca1;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  width: 28px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__cat__map-content01 .card .close-btn {
    width: 14px;
    height: 14px;
    right: -7px;
    top: -7px
  }
}

.m__cat__map-content01 .card .close-btn::before,
.m__cat__map-content01 .card .close-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}

@media only screen and (max-width:736px) {

  .m__cat__map-content01 .card .close-btn::before,
  .m__cat__map-content01 .card .close-btn::after {
    width: 10px;
    height: 1px
  }
}

.m__cat__map-content01 .card .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.m__cat__map-content01 .card .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.m__cat__map-content01 .card .image {
  width: 166px;
  position: relative;
  overflow: hidden;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__cat__map-content01 .card .image {
    width: 120px;
    margin-right: 10px
  }
}

.m__cat__map-content01 .card .image img {
  width: 100%;
  display: block
}

.m__cat__map-content01 .card .content>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 2rem
}

@media print,
screen and (min-width:737px) {
  .m__cat__map-content01 .card .content>a {
    margin-bottom: 10px
  }
}

.m__cat__map-content01 .card .content>a .int-area {
  flex: 1 1
}

.m__cat__map-content01 .card .content>a .int-area .sp-address {
  font-size: 1.2rem;
  color: #262626
}

@media print,
screen and (min-width:737px) {
  .m__cat__map-content01 .card .content>a .int-area .sp-address {
    display: none
  }
}

@media only screen and (max-width:736px) {
  .m__cat__map-content01 .card .content>.int-area {
    display: none
  }
}

.m__cat__map-content01 .card .int-area .int-title {
  vertical-align: middle;
  line-height: 1.4;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__cat__map-content01 .card .int-area .int-title {
    font-size: 1.7rem
  }
}

.m__cat__map-content01 .card .int-area .int-title span {
  text-decoration: underline
}

.m__cat__map-content01 .card .int-area .int-title .new {
  display: inline;
  border: 1px solid #f16161;
  text-decoration: none;
  color: #f16161;
  font-size: 1.8rem;
  padding: 2px 15px;
  border-radius: 20px;
  margin-right: 10px
}

.m__cat__map-content01 .card .int-area .int-reserve-status {
  display: flex;
  border: 3px solid #f2f1ef;
  padding: 7px 15px
}

.m__cat__map-content01 .card .int-area .int-reserve-status .text01 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 15px
}

.m__cat__map-content01 .card .int-area .int-reserve-status .room {
  font-size: 1.8rem;
  display: flex;
  align-items: center
}

.m__cat__map-content01 .card .int-area .int-reserve-status .room+.room {
  margin-left: 10px
}

.m__cat__map-content01 .card .int-area .int-reserve-status .room dt {
  letter-spacing: -.05em
}

.m__cat__map-content01 .card .int-area .int-reserve-status .room dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px
}

.m__cat__map-content01 .card .int-area .int-reserve-status .room dd img {
  width: 20px
}

.m__cat__map-content01 .card .int-area .int-reserve-status .room dd img.hyphen {
  width: 14px
}

.m__cat__map-content01 .card .int-area .int-reserve-status .room dd img.triangle {
  width: 20px
}

.m__cat__map-content01 .card .int-area .int-data-list {
  margin-top: 10px
}

.m__cat__map-content01 .card .int-area .int-data-list .data-list {
  display: table;
  table-layout: fixed;
  width: 100%
}

.m__cat__map-content01 .card .int-area .int-data-list .data-list+.data-list {
  margin-top: 6px
}

.m__cat__map-content01 .card .int-area .int-data-list .data-title {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px;
  width: 110px;
  background: #f5f5f5;
  color: #365e95;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -.01em;
  line-height: 1.4
}

.m__cat__map-content01 .card .int-area .int-data-list .data-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.3rem;
  letter-spacing: -.01em
}

.m__cat__map-content01 .card .int-area .int-data-list .data-inner dl {
  display: flex
}

.m__cat__map-content01 .card .int-area .int-data-list .data-inner dl dt {
  width: 80px;
  padding-right: 10px;
  font-weight: bold
}

.m__cat__map-content01 .card .int-area .int-data-list .data-inner dl dd {
  flex: 1 1
}

.m__cat__map-content01 .card .int-button-list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px
}

.m__cat__map-content01 .card .int-button-list .m__button__document01 {
  width: 110px
}

.m__cat__map-content01 .card .int-button-list .m__button__document01 img {
  height: 20px
}

.m__cat__map-content01 .card .int-button-list .m__button__consult01 {
  width: 110px
}

.m__cat__map-content01 .card .int-button-list .m__button__consult01 img {
  height: 32px
}

.m__cat__map-content01 .card .int-button-list .favorite {
  border: 1px solid #535353;
  border-radius: 5px;
  background: #f5f5f5;
  width: 110px;
  padding: 13px 0;
  display: flex;
  justify-content: center
}

.m__cat__map-content01 .card .int-button-list .favorite img {
  height: 32px
}

.m__cat__banner-list {
  margin-top: 60px
}

@media print,
screen and (min-width:737px) {
  .m__cat__banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

@media only screen and (max-width:736px) {
  .m__cat__banner-list {
    margin-top: 30px
  }

  .m__cat__banner-list li+li {
    margin-top: 20px
  }
}

.m__cat__search-home-list {
  margin: 35px 0 50px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list {
    margin-top: 20px;
    margin-bottom: 15px
  }
}

.m__cat__search-home-list .column {
  background: #fff;
  box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21);
  display: flex;
  border-radius: 4px;
  overflow: hidden
}

.m__cat__search-home-list .column+.column {
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column+.column {
    margin-top: 35px
  }
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column {
    display: block;
    width: 100%;
    box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21)
  }
}

@media print,
screen and (min-width:737px) {
  .m__cat__search-home-list .column .int-list-left {
    background: #f5f5f5;
    width: 505px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

.m__cat__search-home-list .column .int-list-left .int-area .int-reserve-status {
  margin-top: 0
}

@media print,
screen and (min-width:737px) {
  .m__cat__search-home-list .column .int-list-left .int-area .int-reserve-status {
    min-height: 56px
  }
}

.m__cat__search-home-list .column .int-list-right {
  flex: 1 1
}

@media print,
screen and (min-width:737px) {
  .m__cat__search-home-list .column .int-list-right .int-area {
    padding-left: 30px;
    padding-top: 16px
  }
}

.m__cat__search-home-list .column .image {
  width: 100%;
  position: relative
}

.m__cat__search-home-list .column .image picture {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__cat__search-home-list .column .image {
    height: 271px;
    overflow: hidden
  }
}

.m__cat__search-home-list .column .image img {
  width: 100%;
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__cat__search-home-list .column .image img {
    object-fit: cover;
    height: 271px
  }
}

.m__cat__search-home-list .column .image .new {
  display: inline-block;
  border: 1px solid #f16161;
  color: #f16161;
  font-size: 1.8rem;
  padding: 0 15px;
  border-radius: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .image .new {
    font-size: 1.5rem;
    padding: 2px 10px;
    line-height: 1.3
  }
}

.m__cat__search-home-list .column .image .caption01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(233, 105, 105, 0.76);
  font-size: 1.8rem;
  line-height: 1;
  padding: 5px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .image .caption01 {
    font-size: 1.3rem;
    font-weight: normal
  }
}

.m__cat__search-home-list .column .int-area {
  padding: 18px 14px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area {
    padding: 10px
  }
}

.m__cat__search-home-list .column .int-area .int-title {
  vertical-align: middle;
  padding: 10px 0;
  font-size: 2.6rem;
  line-height: 1.2
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-title {
    font-size: 1.9rem
  }
}

.m__cat__search-home-list .column .int-area .int-title .checkbox-area {
  display: inline-block;
  width: 37px;
  margin-right: 12px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-title .checkbox-area {
    width: 23px;
    margin-right: 6px
  }
}

.m__cat__search-home-list .column .int-area .int-title .checkbox-area input {
  display: none
}

.m__cat__search-home-list .column .int-area .int-title .checkbox-area input+.ico:before {
  cursor: pointer;
  content: "";
  display: block;
  box-sizing: border-box;
  width: 37px;
  height: 33px;
  background: url(../img/checkbox_bold.png) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-title .checkbox-area input+.ico:before {
    width: 23px;
    height: 20px
  }
}

.m__cat__search-home-list .column .int-area .int-title .checkbox-area input:checked+.ico:before {
  background: url(../img/checkbox_bold_checked.png) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-title .sp-checkbox {
    width: 23px;
    height: 20px;
    margin-right: 6px;
    display: inline-block
  }

  .m__cat__search-home-list .column .int-area .int-title .sp-checkbox:before {
    cursor: pointer;
    content: "";
    display: block;
    box-sizing: border-box;
    width: 23px;
    height: 20px;
    background: url(../img/checkbox_bold.png) center center no-repeat;
    background-size: contain
  }

  .m__cat__search-home-list .column .int-area .int-title .sp-checkbox.checked:before {
    background: url(../img/checkbox_bold_checked.png) center center no-repeat;
    background-size: contain
  }
}

.m__cat__search-home-list .column .int-area .int-title .new {
  display: inline;
  border: 1px solid #f16161;
  color: #f16161;
  font-size: 1.8rem;
  padding: 2px 15px;
  border-radius: 20px;
  margin-right: 10px;
  vertical-align: 3px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-title .new {
    font-size: 1.5rem;
    padding: 2px 10px;
    vertical-align: middle
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status {
  display: flex;
  border: 4px solid #e7e7e7;
  padding: 6px 25px;
  background: #fff;
  margin-top: 10px;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status {
    padding: 10px 15px
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status .text01 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 70px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status .text01 {
    margin-right: 15px;
    font-size: 1.4rem
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status .room {
  font-size: 1.6rem;
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status .room {
    font-size: 1.4rem
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status .room+.room {
  margin-left: 35px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status .room+.room {
    margin-left: 15px
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status .room dt {
  letter-spacing: -.01em
}

.m__cat__search-home-list .column .int-area .int-reserve-status .room dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status .room dd {
    width: 28px
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status .room dd img {
  width: 23px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status .room dd img {
    width: 19px
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status .room dd img.hyphen {
  width: 18px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status .room dd img.hyphen {
    width: 14px
  }
}

.m__cat__search-home-list .column .int-area .int-reserve-status .room dd img.triangle {
  width: 27px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-reserve-status .room dd img.triangle {
    width: 23px
  }
}

.m__cat__search-home-list .column .int-area .int-data-list {
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-data-list {
    margin-top: 0
  }
}

.m__cat__search-home-list .column .int-area .int-data-list .data-list {
  display: table;
  table-layout: fixed;
  width: 100%
}

.m__cat__search-home-list .column .int-area .int-data-list .data-list+.data-list {
  margin-top: 10px
}

.m__cat__search-home-list .column .int-area .int-data-list .data-title {
  display: table-cell;
  vertical-align: middle;
  padding: 13px 10px;
  width: 150px;
  background: #f5f5f5;
  color: #365e95;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -.01em
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-data-list .data-title {
    width: 100px;
    font-size: 1.3rem;
    vertical-align: top;
    padding: 12px 10px
  }
}

.m__cat__search-home-list .column .int-area .int-data-list .data-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.4rem;
  letter-spacing: -.01em
}

.m__cat__search-home-list .column .int-area .int-data-list .data-inner dl {
  display: flex
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-data-list .data-inner dl {
    display: block
  }

  .m__cat__search-home-list .column .int-area .int-data-list .data-inner dl+dl {
    margin-top: 5px
  }
}

.m__cat__search-home-list .column .int-area .int-data-list .data-inner dl dt {
  padding-right: 15px;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-data-list .data-inner dl dt {
    width: 100%;
    padding-right: 0
  }
}

.m__cat__search-home-list .column .int-area .int-data-list .data-inner dl dd {
  flex: 1 1
}

.m__cat__search-home-list .column .int-area .int-button-list {
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-button-list {
    margin-top: 15px;
    padding-top: 15px
  }
}

.m__cat__search-home-list .column .int-area .int-button-list .favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
  padding: 4px 0;
  line-height: 1;
  background: #f2f1ef;
  border: 1px solid #535353;
  border-radius: 4px;
  position: relative;
  cursor: pointer
}

@media all and (-ms-high-contrast:none) {
  .m__cat__search-home-list .column .int-area .int-button-list .favorite {
    display: block;
    text-align: center
  }
}

.m__cat__search-home-list .column .int-area .int-button-list .favorite img {
  padding: 15px 0;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__cat__search-home-list .column .int-area .int-button-list .favorite {
    width: calc(33.33% - 10px)
  }

  .m__cat__search-home-list .column .int-area .int-button-list .favorite img {
    width: 85px;
    padding: 0
  }
}

.m__cat__map-pin-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  margin-right: -10px
}

.m__cat__map-pin-list li {
  margin-top: 15px;
  margin-right: 10px;
  font-size: 1.3rem
}

.m__cat__map-pin-list li:last-child {
  margin-left: 6px
}

.m__cat__map-pin-list li img {
  margin-right: 5px
}

.m__cat__search-box-link {
  margin-top: 20px;
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__cat__search-box-link {
    margin-top: 10px
  }
}

.m__cat__link-more-btn {
  display: none
}

.m__cat__link-more-btn.display {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__cat .m__home-info__bottom-gray-area {
    padding-bottom: 120px
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index {
    margin-bottom: 180px
  }
}

.m__faq-index__inner {
  display: block
}

.m__faq-index__contents-wrap {
  display: block;
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__faq-index__contents-wrap {
    margin-bottom: 40px
  }
}

.m__faq-index__popular-question {
  padding: 40px;
  border: 8px solid #f2f1ef;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question {
    border: 3px solid #f2f1ef;
    padding: 0
  }
}

.m__faq-index__popular-question:before {
  content: "";
  position: absolute;
  width: 152px;
  height: 8px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #365e95;
  border-radius: 8px
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question:before {
    width: 70px;
    height: 3px;
    top: -3px
  }
}

.m__faq-index__popular-question .title01 {
  font-size: 3rem;
  color: #262626;
  font-weight: normal;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question .title01 {
    font-size: 2rem;
    padding-top: 30px
  }
}

.m__faq-index__popular-question .title01:first-letter {
  color: #365e95
}

.m__faq-index__popular-question .text01 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question .text01 {
    font-size: 1.4rem;
    padding-bottom: 30px
  }
}

.m__faq-index__popular-question .link-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question .link-list {
    margin-top: 0
  }
}

.m__faq-index__popular-question .link-list li {
  width: 33.3%;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question .link-list li {
    width: 50%;
    margin-top: 0;
    border-top: 1px solid #f2f1ef
  }

  .m__faq-index__popular-question .link-list li:nth-child(odd) {
    border-right: 1px solid #f2f1ef
  }
}

.m__faq-index__popular-question .link-list li a {
  margin-left: 1em;
  position: relative;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question .link-list li a {
    height: 90px;
    display: flex;
    align-items: center;
    margin-left: 0;
    font-size: 1.4rem;
    padding-right: 20px;
    padding-left: 10px
  }

  .m__faq-index__popular-question .link-list li a span {
    display: inline-block
  }
}

.m__faq-index__popular-question .link-list li a:before {
  content: "繝ｻ";
  position: absolute;
  left: -1em;
  top: 0
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question .link-list li a:before {
    display: none
  }
}

@media only screen and (max-width:736px) {
  .m__faq-index__popular-question .link-list li a:after {
    content: "";
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

.m__faq-index__category-list-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -30px
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list-flex {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap {
    width: 100%;
    padding: 0 30px
  }

  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap:nth-child(2n) {
    margin-right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap .m__faq-index__category-list {
    display: flex;
    flex-wrap: wrap
  }

  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap .m__faq-index__category-list .card {
    width: calc(50% - 10px);
    padding: 10px 15px
  }

  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap .m__faq-index__category-list .card:nth-child(2) {
    border-top: 1px solid #dcdcdc
  }

  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap .m__faq-index__category-list .card:nth-child(2n) {
    margin-left: 20px
  }

  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap .m__faq-index__category-list .card:after {
    right: 15px
  }

  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap .m__faq-index__category-list .card:hover:after {
    right: 10px
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list-flex--full .m__faq-index__category-list-wrap .bottomLink {
    padding: 35px 20px
  }
}

.m__faq-index__category-list-wrap {
  border: 4px solid #f2f1ef;
  display: block;
  width: calc(50% - 15px);
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list-wrap {
    border: 2px solid #f2f1ef;
    margin-top: 20px;
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list-wrap:nth-child(2n) {
    margin-left: 30px
  }
}

.m__faq-index__category-list-wrap .title01 {
  font-size: 2.6rem;
  padding: 30px 25px
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list-wrap .title01 {
    font-weight: normal
  }
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list-wrap .title01 {
    font-size: 1.8rem;
    padding: 30px 15px
  }
}

.m__faq-index__category-list-wrap .title01:first-letter {
  color: #365e95
}

.m__faq-index__category-list-wrap .bottomLink {
  padding: 35px 25px;
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list-wrap .bottomLink {
    padding: 25px 30px 25px 15px;
    font-size: 1.6rem
  }
}

.m__faq-index__category-list-wrap .bottomLink a {
  padding-right: 20px;
  position: relative;
  transition: .2s;
  display: inline-block
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list-wrap .bottomLink a {
    padding-right: 5px
  }
}

.m__faq-index__category-list-wrap .bottomLink a:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list-wrap .bottomLink a:after {
    width: 7px;
    height: 12px;
    right: -15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list-wrap .bottomLink a:hover:after {
    right: -10px
  }
}

.m__faq-index__category-list {
  display: block
}

.m__faq-index__category-list .card {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #dcdcdc;
  color: #262626;
  text-decoration: none;
  transition: .2s;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list .card {
    min-height: 100px
  }
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list .card {
    font-size: 1.6rem;
    height: auto;
    width: 100%;
    padding: 30px 0 30px 15px;
    align-items: flex-start
  }
}

.m__faq-index__category-list .card:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list .card:after {
    width: 7px;
    height: 12px;
    right: 12px
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__category-list .card:hover {
    background: #e9eef4
  }

  .m__faq-index__category-list .card:hover::after {
    right: 15px
  }
}

.m__faq-index__category-list .card:first-child {
  border-top: 1px solid #dcdcdc
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list .card:nth-child(n+3) {
    display: none
  }
}

.m__faq-index__category-list .card .ico-q {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #365e95;
  position: relative;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list .card .ico-q {
    width: 31px;
    height: 31px;
    margin-right: 9px;
    margin-top: -5px
  }
}

.m__faq-index__category-list .card .ico-q:before {
  content: "Q";
  color: #365e95;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media all and (-ms-high-contrast:none) {
  .m__faq-index__category-list .card .ico-q:before {
    margin-top: 3px
  }
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list .card .ico-q:before {
    font-size: 18px
  }
}

.m__faq-index__category-list .card .text {
  flex: 1 1;
  padding-right: 20px
}

@media only screen and (max-width:736px) {
  .m__faq-index__category-list .card .text {
    margin-top: -5px;
    font-size: 1.7rem
  }
}

.m__faq-index__list01 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch
}

.m__faq-index__list01 .card {
  width: 49%;
  width: calc(50% - 20px);
  padding: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  color: #262626;
  text-decoration: none;
  transition: .2s;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__list01 .card {
    min-height: 120px
  }
}

@media only screen and (max-width:736px) {
  .m__faq-index__list01 .card {
    min-height: auto;
    width: 100%;
    padding: 30px 0;
    align-items: flex-start
  }
}

.m__faq-index__list01 .card:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__faq-index__list01 .card:after {
    width: 7px;
    height: 12px;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__list01 .card:hover {
    transition: .2s;
    background: #e9eef4
  }

  .m__faq-index__list01 .card:hover:after {
    transition: .2s;
    right: 10px
  }
}

.m__faq-index__list01 .card:nth-child(1) {
  border-top: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {
  .m__faq-index__list01 .card:nth-child(2) {
    border-top: 1px solid #dcdcdc
  }

  .m__faq-index__list01 .card:nth-child(2n) {
    margin-left: 40px
  }
}

.m__faq-index__list01 .card .ico-q {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #365e95;
  position: relative;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__faq-index__list01 .card .ico-q {
    width: 31px;
    height: 31px;
    margin-right: 9px;
    margin-top: -5px
  }
}

.m__faq-index__list01 .card .ico-q:before {
  content: "Q";
  color: #365e95;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__faq-index__list01 .card .ico-q:before {
    font-size: 18px
  }
}

.m__faq-index__list01 .card .text {
  flex: 1 1;
  padding-right: 20px
}

@media only screen and (max-width:736px) {
  .m__faq-index__list01 .card .text {
    font-size: 1.7rem;
    margin-top: -5px
  }
}

@media only screen and (max-width:736px) {
  .m__faq-index .m__search-keyword {
    margin-bottom: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-detail {
    margin-bottom: 180px
  }
}

.m__faq-detail__qa-area .question {
  display: flex
}

.m__faq-detail__qa-area .question .text {
  flex: 1 1;
  font-size: 3rem;
  margin-top: -5px;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .question .text {
    font-size: 1.9rem;
    margin-top: -5px
  }
}

.m__faq-detail__qa-area .answer {
  display: flex;
  margin-top: 35px
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .answer {
    margin-top: 16px
  }
}

.m__faq-detail__qa-area .answer .text {
  flex: 1 1;
  margin-top: 5px;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .answer .text {
    font-size: 1.7rem;
    line-height: 2;
    margin-top: -6px
  }
}

.m__faq-detail__qa-area .answer .text.text-hidden {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

@media all and (-ms-high-contrast:none) {
  .m__faq-detail__qa-area .answer .text.text-hidden {
    position: relative;
    max-height: 108px
  }

  .m__faq-detail__qa-area .answer .text.text-hidden::before,
  .m__faq-detail__qa-area .answer .text.text-hidden::after {
    position: absolute;
    background: #fff
  }

  .m__faq-detail__qa-area .answer .text.text-hidden::before {
    content: "窶ｦ";
    bottom: 0;
    right: 0
  }

  .m__faq-detail__qa-area .answer .text.text-hidden::after {
    content: "";
    width: 100%;
    height: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-detail__qa-area .faq-link {
    padding: 28px 0 70px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: flex-start;
    margin-top: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .faq-link {
    padding: 20px 15px;
    background: #f2f1ef;
    width: calc(100% + 30px);
    margin: 20px -15px 40px
  }
}

.m__faq-detail__qa-area .faq-link-head {
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.5;
  min-width: 70px;
  white-space: nowrap
}

@media print,
screen and (min-width:737px) {
  .m__faq-detail__qa-area .faq-link-head {
    padding-top: 2px;
    padding-right: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .faq-link-head {
    margin-bottom: 10px
  }
}

.m__faq-detail__qa-area .faq-link-body {
  font-size: 0
}

.m__faq-detail__qa-area .faq-link-body a {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 18px
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .faq-link-body a {
    display: inline
  }
}

.m__faq-detail__qa-area .text {
  display: block
}

.m__faq-detail__qa-area .text .blue,
.m__faq-detail__qa-area .text mark {
  color: #365e95;
  background-color: transparent;
  font-weight: bold
}

.m__faq-detail__qa-area .ico-q {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #365e95;
  position: relative;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .ico-q {
    width: 31px;
    height: 31px;
    margin-right: 9px;
    margin-top: -5px
  }
}

.m__faq-detail__qa-area .ico-q:before {
  content: "Q";
  color: #365e95;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .ico-q:before {
    font-size: 18px
  }
}

.m__faq-detail__qa-area .ico-a {
  background: #365e95;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #365e95;
  position: relative;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .ico-a {
    width: 31px;
    height: 31px;
    margin-right: 9px;
    margin-top: -5px
  }
}

.m__faq-detail__qa-area .ico-a:before {
  content: "A";
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__faq-detail__qa-area .ico-a:before {
    font-size: 18px
  }
}

@media only screen and (max-width:736px) {
  .m__faq-detail .m__search-keyword {
    margin-bottom: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-search {
    margin-bottom: 180px
  }
}

.m__faq-search__list01 li {
  display: block;
  border-bottom: 1px solid #dcdcdc
}

.m__faq-search__list01 li:first-child {
  border-top: 1px solid #dcdcdc
}

@media only screen and (max-width:736px) {
  .m__faq-search__list01 li:last-child {
    border-bottom: none
  }
}

.m__faq-search__list01 li a {
  display: block;
  padding: 50px 20px;
  text-decoration: none;
  color: #262626
}

@media only screen and (max-width:736px) {
  .m__faq-search__list01 li a {
    padding: 30px 0
  }
}

.m__faq-search__list01 li a .arrow-link {
  text-decoration: underline;
  text-align: right;
  color: #365e95;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__faq-search__list01 li a .arrow-link {
    margin-top: 20px;
    font-size: 1.6rem
  }
}

.m__faq-search__list01 li a .arrow-link span {
  padding-right: 35px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__faq-search__list01 li a .arrow-link span {
    padding-right: 15px
  }
}

.m__faq-search__list01 li a .arrow-link span:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__faq-search__list01 li a .arrow-link span:after {
    width: 7px;
    height: 12px;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__faq-search__list01 li a:hover {
    transition: .2s;
    background: #e9eef4
  }

  .m__faq-search__list01 li a:hover span:after {
    transition: .2s;
    right: 10px
  }
}

.m__faq-search__list01 li a:hover .arrow-link {
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__faq-search .m__search-category {
    margin-bottom: 40px
  }
}

.m__event-index__inner {
  display: block
}

.m__event-index__contents-wrap {
  display: block;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__event-index__contents-wrap {
    margin-bottom: 40px
  }
}

.m__event-index__button-wrap {
  margin-top: 40px;
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__event-card .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-card .list>li {
    display: flex;
    margin: 0 20px 20px 0;
    width: calc((99.99% - 60px) / 3)
  }
}

.m__event-card .list>li .box {
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #262626;
  display: block;
  padding: 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: background .2s
}

.m__event-card .title-wrap {
  margin: 15px 0
}

@media only screen and (max-width:736px) {
  .m__event-card .title-wrap {
    height: auto !important
  }
}

.m__event-card .title {
  color: #365e95;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: underline
}

@media only screen and (max-width:736px) {
  .m__event-card .title {
    font-size: 1.6rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-card .title:hover {
    text-decoration: none
  }
}

.m__event-card .text {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__event-card .text {
    font-size: 1.4rem
  }
}

.m__event-card .text+.text {
  margin-top: 5px
}

.m__event-card.swiper .swiper-slide {
  height: auto
}

@media print,
screen and (min-width:737px) {

  .m__event-card.swiper .swiper-button-next,
  .m__event-card.swiper .swiper-button-prev {
    display: none
  }
}

@media only screen and (max-width:736px) {
  .m__event-card.swiper {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 35px
  }

  .m__event-card.swiper .swiper-button-next,
  .m__event-card.swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: rgba(154, 156, 161, 0.8);
    border-radius: 100px;
    margin-top: -35px
  }

  .m__event-card.swiper .swiper-button-next:after,
  .m__event-card.swiper .swiper-button-prev:after {
    content: "";
    height: 19px
  }

  .m__event-card.swiper .swiper-button-next,
  .m__event-card.swiper .swiper-rtl .swiper-button-prev {
    right: 5px
  }

  .m__event-card.swiper .swiper-button-prev,
  .m__event-card.swiper .swiper-rtl .swiper-button-next {
    left: 5px
  }

  .m__event-card.swiper .swiper-pagination-fraction {
    color: #584a39;
    bottom: 0
  }
}

.m__event-box+.m__event-box {
  margin-top: 62px
}

@media only screen and (max-width:736px) {
  .m__event-box+.m__event-box {
    margin-top: 30px
  }
}

.m__event-box .color-blue {
  color: #365e95;
  font-weight: 700
}

.m__event-box .summary {
  border: 1px solid #dcdcdc;
  color: #262626;
  display: block;
  padding: 40px 30px 30px;
  text-decoration: none;
  transition: background .2s;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__event-box .summary:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
  }
}

@media only screen and (max-width:736px) {
  .m__event-box .summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 15px 15px
  }
}

.m__event-box .summary:before {
  content: "";
  background: #365e95;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px
}

@media print,
screen and (min-width:737px) {
  .m__event-box .summary .summary-image {
    overflow: hidden;
    margin-right: 30px;
    float: left;
    width: 300px
  }

  .m__event-box .summary .summary-image img {
    transition: .5s
  }

  .m__event-box .summary .summary-image:hover img {
    transform: scale(1.1)
  }
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .summary-image {
    order: 2;
    margin-right: 15px;
    width: 130px
  }
}

.m__event-box .summary .summary-image img {
  width: 100%;
  border: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {

  .m__event-box .summary .summary-image~.summary-label,
  .m__event-box .summary .summary-image~.summary-title,
  .m__event-box .summary .summary-image~.summary-text,
  .m__event-box .summary .summary-image~.summary-link {
    float: right;
    width: calc(100% - 330px)
  }
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .summary-image~.summary-title {
    width: calc(100% - 145px)
  }
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .summary-label {
    order: 1;
    margin-bottom: 10px;
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-box .summary .m__event-category-list {
    margin: 0 10px 0 0
  }
}

.m__event-box .summary .summary-title {
  text-align: justify
}

@media print,
screen and (min-width:737px) {
  .m__event-box .summary .summary-title {
    margin: 15px 0 10px
  }

  .m__event-box .summary .summary-title:hover {
    text-decoration: none
  }
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .summary-title {
    order: 3
  }
}

.m__event-box .summary .summary-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .summary-text {
    display: none
  }
}

.m__event-box .summary .summary-link {
  margin-top: 15px;
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .summary-link {
    display: none
  }
}

.m__event-box .summary .m__event-info-list {
  margin-right: 28px
}

@media print,
screen and (min-width:737px) {
  .m__event-box .summary .m__event-info-list {
    margin-bottom: 10px
  }
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .m__event-info-list {
    margin-right: 10px;
    margin-bottom: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .m__event-category-list {
    margin-bottom: 0
  }
}

.m__event-box .summary .title {
  font-size: 2.6rem;
  font-weight: 400
}

@media only screen and (max-width:736px) {
  .m__event-box .summary .title {
    font-size: 1.7rem
  }
}

.m__event-box .summary .link {
  font-size: 1.8rem;
  padding-right: 35px;
  position: relative
}

.m__event-box .summary .link:after {
  content: "";
  width: 12px;
  height: 19px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: transform .2s
}

@media print,
screen and (min-width:737px) {
  .m__event-box .summary .link:hover:after {
    transform: translateX(5px)
  }
}

.m__event-box .summary .title,
.m__event-box .summary .link {
  color: #365e95;
  text-decoration: underline
}

@media print,
screen and (min-width:737px) {

  .m__event-box .summary .title:hover,
  .m__event-box .summary .link:hover {
    text-decoration: none
  }
}

.m__event-box__detail-list {
  border: 1px solid #dcdcdc;
  margin-top: -1px
}

@media print,
screen and (min-width:737px) {
  .m__event-box__detail-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px
  }
}

.m__event-box__detail-list>li {
  padding: 20px 0;
  position: relative;
  display: flex
}

@media print,
screen and (min-width:737px) {
  .m__event-box__detail-list>li {
    width: calc(50% - 20px)
  }

  .m__event-box__detail-list>li:nth-child(even) {
    margin-left: 40px
  }

  .m__event-box__detail-list>li:nth-child(n+3):before {
    content: "";
    background: #dcdcdc;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(200% + 40px);
    height: 1px
  }

  .m__event-box__detail-list>li:nth-child(2n+3):before {
    right: auto;
    left: 0
  }
}

@media only screen and (max-width:736px) {
  .m__event-box__detail-list>li {
    padding: 10px 15px 15px
  }

  .m__event-box__detail-list>li:not(:first-child) {
    border-top: 1px solid #dcdcdc
  }
}

.m__event-box__detail-list .detail-head {
  text-align: center;
  min-width: 75px;
  white-space: nowrap
}

@media print,
screen and (min-width:737px) {
  .m__event-box__detail-list .detail-head {
    flex-shrink: 0;
    margin: 5px 20px 0 0
  }
}

@media only screen and (max-width:736px) {
  .m__event-box__detail-list .detail-head {
    margin: 10px 18px 0 0;
    min-width: 30px
  }
}

.m__event-box__detail-list .detail-head:before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background: no-repeat center center/contain
}

@media only screen and (max-width:736px) {
  .m__event-box__detail-list .detail-head:before {
    height: 24px
  }
}

.m__event-box__detail-list .detail-head.ico-calendar:before {
  background-image: url(../img/ico_calendar.svg)
}

.m__event-box__detail-list .detail-head.ico-place:before {
  background-image: url(../img/ico_place.svg)
}

.m__event-box__detail-list .detail-head.ico-person:before {
  background-image: url(../img/ico_person.svg)
}

@media print,
screen and (min-width:737px) {
  .m__event-box__detail-list .detail-head.ico-person:before {
    height: 33px
  }
}

.m__event-box__detail-list .detail-head.ico-memo:before {
  background-image: url(../img/ico_memo.svg)
}

.m__event-box__detail-list .detail-head .text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 8px
}

@media only screen and (max-width:736px) {
  .m__event-box__detail-list .detail-head .text {
    font-size: 1.4rem;
    margin-top: 5px
  }
}

.m__event-box__detail-list .detail-body .text {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__event-box__detail-list .detail-body .text {
    font-size: 1.4rem
  }
}

.m__event-box__detail-list .detail-body .text+.text {
  margin-top: 8px
}

.m__event-box__detail-list .detail-body .big {
  display: inline-block;
  font-size: 1.8rem;
  margin: 3px 0
}

@media only screen and (max-width:736px) {
  .m__event-box__detail-list .detail-body .big {
    font-size: 1.5rem
  }
}

@media only screen and (max-width:736px) {
  .m__event-box__detail-list--short>li:nth-child(n+3) {
    display: none
  }

  .m__event-box__detail-list--short.is-open>li:nth-child(n+3) {
    display: flex;
    animation: fadeIn .4s forwards
  }
}

.m__event-box__detail-button {
  border: 1px solid #dcdcdc;
  border-top: 1px solid #fff;
  margin-top: -1px;
  padding: 0 15px 15px
}

.m__event-box__entry {
  background: #e9eef4;
  border: 1px solid #dcdcdc;
  border-top: none;
  margin-top: -1px;
  padding: 40px 30px 35px;
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__event-box__entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
}

@media only screen and (max-width:736px) {
  .m__event-box__entry {
    padding: 15px
  }
}

.m__event-box__entry .entry-title {
  text-align: center;
  margin-bottom: 20px;
  width: 100%
}

.m__event-box__entry .box {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0
}

@media print,
screen and (min-width:737px) {
  .m__event-box__entry .box {
    width: calc(50% - 20px)
  }

  .m__event-box__entry .box+.box {
    margin-left: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box+.box {
    margin-top: 10px
  }
}

.m__event-box__entry .box-head {
  border-right: 1px solid #dcdcdc;
  color: #365e95;
  font-size: 2rem;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1.4;
  padding: 10px 0;
  width: 165px
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box-head {
    font-size: 1.3rem;
    width: 85px
  }
}

.m__event-box__entry .box-head .big {
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box-head .big {
    font-size: 1.4rem
  }
}

.m__event-box__entry .box-body {
  flex-grow: 1;
  padding: 0 20px
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box-body {
    padding: 0 10px
  }
}

.m__event-box__entry .box.web .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #152b49;
  border-radius: 5px;
  font-size: 2rem;
  position: relative;
  text-decoration: none;
  transition: .2s;
  width: 100%;
  height: 52px
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box.web .button {
    font-size: 1.5rem;
    height: 62px
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-box__entry .box.web .button:hover {
    opacity: .7
  }
}

.m__event-box__entry .box.web .button:before {
  content: "";
  width: 28px;
  height: 30px;
  display: inline-block;
  background: url(../img/ico_paper.svg) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box.web .button:before {
    width: 14px;
    height: 15px;
    margin-right: 10px
  }
}

.m__event-box__entry .box.tel a {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__event-box__entry .box.tel a {
    pointer-events: none
  }
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box.tel a {
    background: url(../img/tel02_sp.png) center center no-repeat;
    background-size: contain;
    height: 43px
  }
}

.m__event-box__entry .box.tel img {
  max-width: 100%
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .box.tel img {
    display: none
  }
}

.m__event-box__entry .box.tel .box-body {
  padding: 0 20px 0 25px
}

.m__event-box__entry .note {
  font-size: 1.6rem;
  margin-bottom: 18px;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__event-box__entry .note {
    font-size: 1.4rem;
    text-align: left
  }
}

.m__event-box__full {
  background: #f7f6f4;
  border: 1px solid #dcdcdc;
  border-top: none;
  margin-top: -1px;
  padding: 35px 30px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__event-box__full {
    padding: 15px 10px
  }
}

.m__event-box__full .text {
  font-size: 2.4rem;
  font-weight: 400
}

@media only screen and (max-width:736px) {
  .m__event-box__full .text {
    font-size: 1.4rem
  }
}

.m__event-box__full.border-none {
  border: none
}

.m__event-category-list {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__event-category-list {
    margin: 0 -5px -5px 0
  }
}

.m__event-category-list>li {
  margin: 0 10px 10px 0;
  border-radius: 100px;
  color: #fff;
  line-height: 1.3;
  text-align: center
}

@media all and (-ms-high-contrast:none) {
  .m__event-category-list>li {
    padding-top: 5px;
    padding-bottom: 3px
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-category-list>li {
    font-size: 1.6rem;
    font-weight: 400;
    min-width: 11.1rem;
    transition: .2s
  }
}

@media only screen and (max-width:736px) {
  .m__event-category-list>li {
    font-size: 1.3rem;
    margin: 0 5px 5px 0
  }
}

.m__event-category-list>li.orange {
  background: #ca5c02
}

.m__event-category-list>li.pink {
  background: #ec8a95
}

.m__event-category-list>li.purple {
  background: #9666a5
}

.m__event-category-list>li.mintgreen {
  background: #45aa97
}

.m__event-category-list>li.green {
  background: #5ea847
}

.m__event-category-list>li a {
  display: block;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__event-category-list>li a {
    padding: 3px 8px
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-category-list>li:hover {
    opacity: .7
  }
}

.m__event-info-list {
  display: inline-flex;
  vertical-align: middle
}

.m__event-info-list>li {
  box-shadow: 1px 1px 0 #365e95, -1px -1px 0 #365e95, -1px 1px 0 #365e95, 1px -1px 0 #365e95;
  color: #365e95;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  padding: 0 18px
}

@media all and (-ms-high-contrast:none) {
  .m__event-info-list>li {
    padding-top: 3px
  }
}

@media only screen and (max-width:736px) {
  .m__event-info-list>li {
    font-size: 1.3rem;
    line-height: 2.1rem;
    padding: 0 5px
  }
}

.m__event-info-list>li:not(:first-child) {
  margin-left: -1px
}

.m__event-info-list>li.area {
  background: #365e95;
  color: #fff
}

.m__event-info-list>li.number {
  background: #f7f6f4
}

@media print,
screen and (min-width:737px) {
  .m__event-title:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
  }
}

@media only screen and (max-width:736px) {
  .m__event-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-title .image {
    padding-right: 30px;
    float: left;
    width: 330px
  }
}

@media only screen and (max-width:736px) {
  .m__event-title .image {
    order: 2;
    padding-right: 15px;
    width: 145px
  }
}

.m__event-title .image img {
  width: 100%;
  border: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {

  .m__event-title .image~.label,
  .m__event-title .image~.title {
    float: right;
    width: calc(100% - 330px)
  }
}

@media only screen and (max-width:736px) {
  .m__event-title .image~.title {
    width: calc(100% - 145px)
  }
}

@media only screen and (max-width:736px) {
  .m__event-title .label {
    order: 1;
    margin-bottom: 10px;
    width: 100%
  }
}

.m__event-title .title {
  font-size: 3.4rem;
  font-weight: 400;
  text-align: justify
}

@media print,
screen and (min-width:737px) {
  .m__event-title .title {
    margin-top: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__event-title .title {
    order: 3;
    font-size: 1.7rem
  }
}

.m__event-title .m__event-info-list {
  margin-right: 28px
}

@media only screen and (max-width:736px) {
  .m__event-title .m__event-info-list {
    margin-right: 10px;
    margin-bottom: 5px
  }
}

.m__event-title .m__event-info-list>li.number {
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__event-title .m__event-category-list {
    margin-bottom: 0
  }
}

@media only screen and (max-width:736px) {
  .m__event-detail .m__low-title {
    margin-bottom: 20px
  }
}

.m__event-article.m__wysiwyg p {
  margin: 1.67em 0
}

.m__event-article.m__wysiwyg p:first-child {
  margin-top: 0
}

.m__event-article.m__wysiwyg p:last-child {
  margin-bottom: 0
}

.m__event-article.m__wysiwyg .images img {
  max-width: 100%
}

.m__event-entry {
  background: #e9eef4
}

.m__event-entry .l__common-inner01 {
  padding: 0
}

.m__event-entry .box-wrap {
  padding: 40px 30px 35px;
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__event-entry .box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
}

@media only screen and (max-width:736px) {
  .m__event-entry .box-wrap {
    padding: 15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-entry .box {
    background: #f2f1ef;
    border: 1px solid #365e95;
    width: calc(50% - 20px)
  }

  .m__event-entry .box+.box {
    margin-left: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__event-entry .box {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0
  }

  .m__event-entry .box+.box {
    margin-top: 10px
  }
}

.m__event-entry .box-head {
  color: #365e95;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 25px 0 20px
}

@media print,
screen and (min-width:737px) {
  .m__event-entry .box-head {
    background: #fff
  }
}

@media only screen and (max-width:736px) {
  .m__event-entry .box-head {
    border-right: 1px solid #dcdcdc;
    flex-shrink: 0;
    font-size: 1.3rem;
    padding: 10px 0;
    width: 85px
  }
}

.m__event-entry .box-head .big {
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__event-entry .box-head .big {
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-entry .box-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 20px
  }
}

@media only screen and (max-width:736px) {
  .m__event-entry .box-body {
    flex-grow: 1;
    padding: 0 10px
  }
}

.m__event-entry .box.web .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #152b49;
  border-radius: 5px;
  font-size: 2rem;
  position: relative;
  transition: .2s;
  width: 340px;
  height: 52px;
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__event-entry .box.web .button {
    font-size: 1.6rem;
    width: 100%;
    height: 62px
  }
}

@media print,
screen and (min-width:737px) {
  .m__event-entry .box.web .button:hover {
    opacity: .7
  }
}

.m__event-entry .box.web .button:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../img/ico_paper.svg) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__event-entry .box.web .button:before {
    width: 14px;
    height: 15px;
    margin-right: 10px
  }
}

.m__event-entry .box.tel a {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__event-entry .box.tel a {
    pointer-events: none
  }
}

@media only screen and (max-width:736px) {
  .m__event-entry .box.tel a {
    background: url(../img/tel02_sp.png) center center no-repeat;
    background-size: contain;
    height: 43px
  }
}

.m__event-entry .box.tel img {
  max-width: 100%
}

@media only screen and (max-width:736px) {
  .m__event-entry .box.tel img {
    display: none
  }
}

.m__event-entry .note {
  color: #ec1616;
  font-size: 1.6rem;
  margin-bottom: 18px;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__event-entry .note {
    font-size: 1.4rem;
    text-align: left
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: flex;
    opacity: 0
  }

  100% {
    display: flex;
    opacity: 1
  }
}

.m__history-index {
  padding-bottom: 195px
}

@media only screen and (max-width:736px) {
  .m__history-index {
    padding-bottom: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__history-index .m__cat__search-box01 {
    padding: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__history-index .m__cat__search-box01 {
    margin-top: 30px
  }

  .m__history-index .m__cat__search-box01 p {
    text-indent: 0
  }
}

.m__history-index .note {
  padding: 20px 0
}

@media only screen and (max-width:736px) {
  .m__history-index .note {
    padding: 15px 0
  }
}

@media only screen and (max-width:736px) {
  .m__history-index .m__cat__search-home-list {
    margin-top: 10px;
    margin-bottom: 50px
  }
}

.m__history-index .m__cat__search-home-list .column {
  position: relative
}

.m__history-index .m__cat__search-home-list .column .delete {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  display: block;
  cursor: pointer
}

.m__history-index .m__cat__search-home-list .column .delete::-webkit-search-decoration {
  display: none
}

.m__history-index .m__cat__search-home-list .column .delete::focus {
  outline-offset: -2px
}

@media print,
screen and (min-width:737px) {
  .m__history-index .m__cat__search-home-list .column .delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #9a9ca1;
    transition: opacity .2s
  }

  .m__history-index .m__cat__search-home-list .column .delete:hover {
    opacity: .7
  }

  .m__history-index .m__cat__search-home-list .column .delete::before,
  .m__history-index .m__cat__search-home-list .column .delete::after {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%
  }

  .m__history-index .m__cat__search-home-list .column .delete::before {
    transform: translate(-50%, -50%) rotate(45deg)
  }

  .m__history-index .m__cat__search-home-list .column .delete::after {
    transform: translate(-50%, -50%) rotate(-45deg)
  }
}

@media only screen and (max-width:736px) {
  .m__history-index .m__cat__search-home-list .column .delete {
    position: relative;
    width: 100%;
    padding: 21px 10px;
    margin-top: 5px;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    text-align: left;
    font-size: 1.4rem
  }

  .m__history-index .m__cat__search-home-list .column .delete::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #9a9ca1;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
  }
}

.m__history-index .m__cat__search-home-list .column .delete span {
  display: none
}

@media only screen and (max-width:736px) {
  .m__history-index .m__cat__search-home-list .column .delete span {
    display: block;
    position: relative;
    padding-left: 30px
  }

  .m__history-index .m__cat__search-home-list .column .delete span::before,
  .m__history-index .m__cat__search-home-list .column .delete span::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 50%
  }

  .m__history-index .m__cat__search-home-list .column .delete span::before {
    transform: translateY(-50%) rotate(45deg)
  }

  .m__history-index .m__cat__search-home-list .column .delete span::after {
    transform: translateY(-50%) rotate(-45deg)
  }
}

.m__history-compare {
  overflow: visible
}

@media print,
screen and (min-width:737px) {
  .m__history-compare {
    margin-bottom: 135px
  }
}

@media only screen and (max-width:736px) {
  .m__history-compare__inner {
    padding-top: 30px;
    margin-bottom: 40px
  }
}

.m__history-compare__back {
  margin: 60px auto 0
}

@media only screen and (max-width:736px) {
  .m__history-compare__back {
    margin: 30px auto 0
  }
}

.m__history-compare__tabele01 {
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 {
    overflow-x: scroll;
    border-left: 1px solid #e7e7e7
  }
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 .scroll-hint-icon {
    top: 300px;
    width: 220px;
    height: 90px
  }

  .m__history-compare__tabele01 .scroll-hint-icon .scroll-hint-text {
    font-size: 1.4rem
  }
}

.m__history-compare__tabele01 table {
  max-width: 100%;
  border-collapse: separate
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table {
    margin-left: -1px
  }
}

.m__history-compare__tabele01 table tr th,
.m__history-compare__tabele01 table tr td {
  border-bottom: 1px solid #e7e7e7
}

.m__history-compare__tabele01 table thead {
  border-bottom: 1px solid #e7e7e7
}

.m__history-compare__tabele01 table thead tr:first-child th,
.m__history-compare__tabele01 table thead tr:first-child td {
  border-top: 1px solid #e7e7e7;
  border-bottom: none
}

.m__history-compare__tabele01 table thead tr:last-child th,
.m__history-compare__tabele01 table thead tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 0
}

.m__history-compare__tabele01 table thead th {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: middle;
  color: #365e95;
  padding: 15px;
  width: 110px;
  background: #fff;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table thead th {
    min-width: 100px;
    padding: 10px
  }
}

.m__history-compare__tabele01 table thead td {
  border-right: 1px solid #e7e7e7;
  vertical-align: top;
  padding: 15px;
  font-size: 1.6rem;
  background: #fff
}

.m__history-compare__tabele01 table thead td>a {
  display: block
}

.m__history-compare__tabele01 table thead td>a .thumb {
  background: #f5f5f5
}

@media print,
screen and (min-width:737px) {
  .m__history-compare__tabele01 table thead td>a .thumb {
    width: 225px;
    height: 121px;
    overflow: hidden
  }

  .m__history-compare__tabele01 table thead td>a .thumb img {
    transition: .3s
  }
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table thead td>a .thumb {
    width: 180px
  }

  .m__history-compare__tabele01 table thead td>a .thumb img {
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__history-compare__tabele01 table thead td>a .thumb:hover img {
    transform: scale(1.1)
  }
}

@media print,
screen and (min-width:737px) {
  .m__history-compare__tabele01 table thead td {
    width: 255px
  }
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table thead td {
    width: 220px;
    padding: 10px;
    font-size: 1.4rem
  }
}

.m__history-compare__tabele01 table thead td .homename {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table thead td .homename {
    font-size: 1.7rem
  }
}

.m__history-compare__tabele01 table thead td .m__button__document01,
.m__history-compare__tabele01 table thead td .m__button__consult01 {
  width: 100%;
  padding: 0;
  height: 42px
}

@media only screen and (max-width:736px) {

  .m__history-compare__tabele01 table thead td .m__button__document01,
  .m__history-compare__tabele01 table thead td .m__button__consult01 {
    height: 36px
  }
}

.m__history-compare__tabele01 table thead td .m__button__document01 img {
  width: 106px;
  height: 25px
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table thead td .m__button__document01 img {
    width: 92px;
    height: 24px
  }
}

.m__history-compare__tabele01 table thead td .m__button__consult01 {
  margin-top: 10px
}

.m__history-compare__tabele01 table thead td .m__button__consult01 img {
  width: 143px;
  height: 29px
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table thead td .m__button__consult01 img {
    width: 122px;
    height: 26px
  }
}

.m__history-compare__tabele01 table tbody tr {
  border-left: 1px solid #e7e7e7
}

.m__history-compare__tabele01 table tbody th {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: middle;
  color: #365e95;
  padding: 15px;
  width: 130px;
  line-height: 1.5;
  background: #fff;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table tbody th {
    padding: 10px
  }
}

.m__history-compare__tabele01 table tbody td {
  border-right: 1px solid #e7e7e7;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  font-size: 1.6rem
}

@media print,
screen and (min-width:737px) {
  .m__history-compare__tabele01 table tbody td {
    max-width: 255px
  }
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table tbody td {
    padding: 10px;
    font-size: 1.4rem
  }
}

.m__history-compare__tabele01 table .title01 {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table .title01 {
    text-align: left;
    font-size: 1.7rem
  }
}

.m__history-compare__tabele01 table .tag01 {
  margin-top: 8px;
  margin-bottom: 8px
}

.m__history-compare__tabele01 table .tag01 span {
  border: 1px solid #ca5c02;
  border-radius: 20px;
  color: #ca5c02;
  padding: 5px 15px
}

.m__history-compare__tabele01 table .caption {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0;
  border-left: 1px solid #e7e7e7
}

.m__history-compare__tabele01 table .text01 {
  color: #365e95;
  display: block;
  line-height: 1
}

.m__history-compare__tabele01 table .text02 {
  text-align: left;
  vertical-align: top
}

.m__history-compare__tabele01 table .list01 li+li {
  margin-top: 10px
}

@media print,
screen and (min-width:737px) {
  .m__history-compare__tabele01 table .sticky-pc {
    position: sticky;
    top: 0
  }
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table .sticky-sp {
    position: sticky;
    left: -1px;
    z-index: 2
  }
}

@media only screen and (max-width:736px) {
  .m__history-compare__tabele01 table .sticky-sp02 {
    position: sticky;
    left: 15px
  }
}

.m__favorites {
  padding-bottom: 190px
}

@media only screen and (max-width:736px) {
  .m__favorites {
    padding-bottom: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__favorites .m__cat__search-box01 {
    padding: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .m__cat__search-box01 {
    margin-top: 30px
  }

  .m__favorites .m__cat__search-box01 p {
    text-indent: 0
  }
}

.m__favorites .note {
  padding: 40px 0
}

@media only screen and (max-width:736px) {
  .m__favorites .note {
    padding: 25px 0
  }
}

.m__favorites .check-all {
  padding-bottom: 28px
}

@media print,
screen and (min-width:737px) {
  .m__favorites .check-all {
    display: inline-block
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .check-all {
    padding-bottom: 18px;
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .check-all .check {
    display: inline-block
  }
}

.m__favorites .check-all .check input {
  display: none
}

.m__favorites .check-all .check input:checked+.text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 14px;
  background: url(../img/ico_check_blue.svg) no-repeat center;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__favorites .check-all .check input:checked+.text::after {
    left: 4px;
    width: 14px;
    height: 12px
  }
}

.m__favorites .check-all .check .text {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__favorites .check-all .check .text {
    font-size: 1.6rem;
    font-weight: bold
  }
}

.m__favorites .check-all .check .text::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 16px;
  background: #f2f1ef;
  border: 1px solid #365e95;
  border-radius: 5px
}

@media only screen and (max-width:736px) {
  .m__favorites .check-all .check .text::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 3px
  }
}

.m__favorites .m__home-info__pickup-home-column {
  flex-wrap: wrap
}

@media print,
screen and (min-width:737px) {
  .m__favorites .m__home-info__pickup-home-column {
    margin-left: -10px
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column {
    display: block;
    margin-top: 10px;
    margin-bottom: 50px
  }
}

.m__favorites .m__home-info__pickup-home-column .column {
  position: relative;
  overflow: visible;
  border-radius: 4px 4px 0 0;
  margin: 0 10px 110px 10px
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column {
    width: 100%;
    margin: 0;
    border-radius: 4px
  }

  .m__favorites .m__home-info__pickup-home-column .column+.column {
    margin-top: 33px
  }
}

.m__favorites .m__home-info__pickup-home-column .column a:hover img {
  transform: none
}

.m__favorites .m__home-info__pickup-home-column .column a:hover .image img {
  transform: scale(1.1)
}

.m__favorites .m__home-info__pickup-home-column .column .image {
  border-radius: 4px 4px 0 0
}

@media print,
screen and (min-width:737px) {
  .m__favorites .m__home-info__pickup-home-column .column .int-area .int-title {
    padding-right: 10px
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .int-area .int-title {
    min-height: auto;
    padding-bottom: 15px
  }
}

.m__favorites .m__home-info__pickup-home-column .column .button-list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  margin-top: 14px
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .button-list {
    padding-top: 10px;
    margin-top: 10px
  }
}

.m__favorites .m__home-info__pickup-home-column .column .button-list .document,
.m__favorites .m__home-info__pickup-home-column .column .button-list .reserve {
  width: 170px;
  height: 46px;
  display: block;
  border-radius: 4px;
  text-align: center;
  cursor: pointer
}

@media only screen and (max-width:736px) {

  .m__favorites .m__home-info__pickup-home-column .column .button-list .document,
  .m__favorites .m__home-info__pickup-home-column .column .button-list .reserve {
    width: calc(50% - 5px)
  }
}

.m__favorites .m__home-info__pickup-home-column .column .button-list .document img,
.m__favorites .m__home-info__pickup-home-column .column .button-list .reserve img {
  margin: 0 auto
}

.m__favorites .m__home-info__pickup-home-column .column .button-list .document {
  background: #152b49
}

@media print,
screen and (min-width:737px) {
  .m__favorites .m__home-info__pickup-home-column .column .button-list .document {
    transition: .2s
  }

  .m__favorites .m__home-info__pickup-home-column .column .button-list .document:hover {
    opacity: .8
  }
}

.m__favorites .m__home-info__pickup-home-column .column .button-list .document img {
  padding: 11px 0
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .button-list .document img {
    padding: 14px 0 12px;
    width: 84px
  }
}

.m__favorites .m__home-info__pickup-home-column .column .button-list .reserve {
  background: #ca5c02
}

@media print,
screen and (min-width:737px) {
  .m__favorites .m__home-info__pickup-home-column .column .button-list .reserve {
    transition: .2s
  }

  .m__favorites .m__home-info__pickup-home-column .column .button-list .reserve:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .button-list .reserve {
    margin-left: 4px
  }
}

.m__favorites .m__home-info__pickup-home-column .column .button-list .reserve img {
  padding: 10px 0
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .button-list .reserve img {
    width: 117px;
    padding: 12px 0
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .check-wrap {
    display: flex;
    border-top: 1px solid #e7e7e7
  }
}

.m__favorites .m__home-info__pickup-home-column .column .check {
  display: flex;
  align-items: center;
  background: #d8e5f5
}

@media print,
screen and (min-width:737px) {
  .m__favorites .m__home-info__pickup-home-column .column .check {
    position: absolute;
    bottom: -63px;
    left: 0;
    height: 63px;
    padding: 19px 23px 19px 15px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 14px 0 rgba(68, 63, 68, 0.15)
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .check {
    width: 225px;
    padding-left: 10px;
    border-radius: 0 0 0 4px;
    border-right: 1px solid #e7e7e7
  }
}

.m__favorites .m__home-info__pickup-home-column .column .check input {
  display: none
}

.m__favorites .m__home-info__pickup-home-column .column .check input:checked+.text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 14px;
  background: url(../img/ico_check_blue.svg) no-repeat center;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .check input:checked+.text::after {
    left: 4px;
    width: 14px;
    height: 12px
  }
}

.m__favorites .m__home-info__pickup-home-column .column .check .text {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .check .text {
    font-size: 1.4rem
  }
}

.m__favorites .m__home-info__pickup-home-column .column .check .text::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 16px;
  background: #f2f1ef;
  border: 1px solid #365e95;
  border-radius: 5px
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .check .text::before {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    border-radius: 3px
  }
}

.m__favorites .m__home-info__pickup-home-column .column .delete {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  display: block;
  cursor: pointer
}

.m__favorites .m__home-info__pickup-home-column .column .delete::-webkit-search-decoration {
  display: none
}

.m__favorites .m__home-info__pickup-home-column .column .delete::focus {
  outline-offset: -2px
}

@media print,
screen and (min-width:737px) {
  .m__favorites .m__home-info__pickup-home-column .column .delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #9a9ca1;
    transition: opacity .2s;
    border-radius: 0 4px 0 0
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete:hover {
    opacity: .7
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete::before,
  .m__favorites .m__home-info__pickup-home-column .column .delete::after {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete::before {
    transform: translate(-50%, -50%) rotate(45deg)
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete::after {
    transform: translate(-50%, -50%) rotate(-45deg)
  }
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .delete {
    position: relative;
    width: 100%;
    padding: 21px 10px;
    background: #fff;
    text-align: left;
    font-size: 1.4rem;
    border-radius: 0 0 4px 0
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #9a9ca1;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
  }
}

.m__favorites .m__home-info__pickup-home-column .column .delete span {
  display: none
}

@media only screen and (max-width:736px) {
  .m__favorites .m__home-info__pickup-home-column .column .delete span {
    display: block;
    position: relative;
    padding-left: 30px
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete span::before,
  .m__favorites .m__home-info__pickup-home-column .column .delete span::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 50%
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete span::before {
    transform: translateY(-50%) rotate(45deg)
  }

  .m__favorites .m__home-info__pickup-home-column .column .delete span::after {
    transform: translateY(-50%) rotate(-45deg)
  }
}

.m__favorites__fixed {
  padding: 12px 0;
  background: #e9eef4;
  position: fixed;
  bottom: -130px;
  left: 0;
  z-index: 102;
  transition: bottom .5s
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed {
    padding: 5px 15px 10px;
    background: #f5f5f5;
    bottom: -100px
  }
}

.m__favorites__fixed.floating {
  bottom: 0
}

.m__favorites__fixed-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 18px 15px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background: none
  }
}

.m__favorites__fixed .text {
  font-size: 2rem;
  margin-right: 70px
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed .text {
    width: 100%;
    padding-bottom: 3px;
    margin-right: 0;
    text-align: center;
    font-size: 1.4rem
  }
}

.m__favorites__fixed .text .number {
  font-size: 3rem;
  margin: 0 5px;
  color: #365e95;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed .text .number {
    font-size: 1.6rem
  }
}

.m__favorites__fixed .list {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 400px;
  height: 70px;
  color: #365e95;
  border: 1px solid #365e95;
  background: #fff;
  text-align: center;
  font-size: 2.2rem;
  border-radius: 4px;
  transition: opacity .2s
}

.m__favorites__fixed .list::-webkit-search-decoration {
  display: none
}

.m__favorites__fixed .list::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed .list {
    width: calc(50% - 5px);
    height: 50px;
    font-size: 1.6rem;
    line-height: 1.2
  }
}

.m__favorites__fixed .list:hover {
  opacity: .7
}

.m__favorites__fixed .list span {
  position: relative;
  display: inline-block;
  padding-left: 47px
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed .list span {
    margin-left: -25px
  }
}

.m__favorites__fixed .list span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 34px;
  background: url(../img/ico_list.svg) no-repeat center;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed .list span::before {
    width: 24px;
    height: 29px
  }
}

.m__favorites__fixed .document {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 400px;
  height: 70px;
  margin-left: 17px;
  color: #fff;
  border: 1px solid #152b49;
  background: #152b49;
  text-align: center;
  font-size: 2.2rem;
  border-radius: 4px;
  transition: opacity .2s
}

.m__favorites__fixed .document::-webkit-search-decoration {
  display: none
}

.m__favorites__fixed .document::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed .document {
    width: calc(50% - 5px);
    height: 50px;
    margin-left: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.2
  }
}

.m__favorites__fixed .document:hover {
  opacity: .7
}

.m__favorites__fixed .document span {
  position: relative;
  display: inline-block;
  padding-left: 47px
}

.m__favorites__fixed .document span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 29px;
  background: url(../img/ico_book02.svg) no-repeat center;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__favorites__fixed .document span::before {
    width: 26px;
    height: 23px
  }
}

.m__terminology__inner {
  display: block
}

.m__terminology__contents-wrap {
  display: block
}

.m__terminology__contents-wrap:not(:last-of-type) {
  margin-bottom: 100px
}

@media only screen and (max-width:736px) {
  .m__terminology__contents-wrap:not(:last-of-type) {
    margin-bottom: 60px
  }
}

.m__terminology__contents-wrap.first {
  margin-bottom: 120px
}

@media only screen and (max-width:736px) {
  .m__terminology__contents-wrap.first {
    margin-top: 40px;
    margin-bottom: 60px
  }
}

.m__terminology__supervisor {
  background: #f5f5f5;
  padding: 50px
}

@media only screen and (max-width:736px) {
  .m__terminology__supervisor {
    padding: 20px
  }
}

.m__terminology__supervisor .title-wrap {
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__terminology__supervisor .title-wrap {
    font-size: 2.1rem;
    padding-bottom: 20px;
    margin-bottom: 20px
  }
}

.m__terminology__supervisor .title-wrap .title {
  font-weight: normal
}

.m__terminology__supervisor .title-wrap .accent {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #365e95 9%, #fff 9%)
}

@media only screen and (max-width:736px) {
  .m__terminology__supervisor .title-wrap .accent {
    height: 4px;
    background: linear-gradient(to right, #365e95 15%, #fff 15%)
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__supervisor .detail {
    font-size: 1.3rem
  }
}

.m__terminology__50on-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -40px
}

@media only screen and (max-width:736px) {
  .m__terminology__50on-list-wrap {
    margin-top: -20px
  }
}

.m__terminology__50on-list {
  width: calc(50% - 20px);
  margin-top: 40px
}

@media print,
screen and (min-width:737px) {
  .m__terminology__50on-list:nth-child(2n) {
    margin-left: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__50on-list {
    width: 100%;
    margin-top: 20px
  }
}

.m__terminology__50on-list .title {
  font-size: 2.2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #365e95;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__terminology__50on-list .title {
    font-size: 1.7rem;
    margin-bottom: 12px;
    padding-bottom: 5px
  }
}

.m__terminology__50on-list .list {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.m__terminology__50on-list .list li {
  color: #fff;
  width: 103px
}

@media only screen and (max-width:736px) {
  .m__terminology__50on-list .list li {
    width: calc(20% - 8px)
  }
}

.m__terminology__50on-list .list li.double-size {
  width: 221px
}

@media only screen and (max-width:736px) {
  .m__terminology__50on-list .list li.double-size {
    width: calc(50% - 5px)
  }
}

.m__terminology__50on-list .list li a {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2.6rem;
  background: #365e95;
  padding: 5px 5px;
  border-radius: 7px;
  text-align: center;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__terminology__50on-list .list li a {
    border-radius: 3px;
    font-size: 2rem;
    padding: 15px 5px
  }
}

.m__terminology__50on-list .list li a:hover {
  opacity: .7
}

.m__terminology__50on-list .list li a[disabled] {
  background: #ccc;
  pointer-events: none
}

.m__terminology__sakuin-list {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__terminology__sakuin-list:not(:first-child) {
    margin-top: 50px
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__sakuin-list-wrap {
    border-bottom: 1px solid #dcdcdc;
    width: calc(100% + 30px);
    margin-left: -15px
  }
}

.m__terminology__sakuin-list .title {
  font-weight: normal;
  color: #365e95;
  font-size: 2.6rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px
}

@media only screen and (max-width:736px) {
  .m__terminology__sakuin-list .title {
    color: #262626;
    background: #fff;
    font-size: 1.8rem;
    padding: 13px 15px;
    margin-bottom: 0;
    border-top: 1px solid #dcdcdc
  }
}

.m__terminology__sakuin-list .title:before {
  content: "";
  display: block;
  width: 3px;
  height: 36px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__terminology__sakuin-list .title:before {
    display: none
  }
}

.m__terminology__sakuin-list .list {
  display: flex;
  flex-wrap: wrap
}

.m__terminology__sakuin-list .list li {
  width: 360px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center
}

@media print,
screen and (min-width:737px) {
  .m__terminology__sakuin-list .list li {
    min-height: 120px
  }

  .m__terminology__sakuin-list .list li:nth-child(1) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__sakuin-list .list li:nth-child(2) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__sakuin-list .list li:nth-child(3) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__sakuin-list .list li:not(:nth-child(3n)) {
    margin-right: 55px
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__sakuin-list .list li {
    width: 100%
  }

  .m__terminology__sakuin-list .list li:first-child {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__sakuin-list .list li:last-child {
    border: 0
  }
}

.m__terminology__sakuin-list .list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px 20px 15px;
  text-decoration: none;
  color: #262626;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__terminology__sakuin-list .list li a {
    font-size: 1.6rem;
    padding: 15px 30px 15px 25px;
    color: #365e95
  }
}

.m__terminology__sakuin-list .list li a:after {
  transition: .2s;
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__terminology__sakuin-list .list li a:after {
    width: 7px;
    height: 14px;
    right: 15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__terminology__sakuin-list .list li a:hover {
    background: #e9eef4
  }

  .m__terminology__sakuin-list .list li a:hover:after {
    right: 10px
  }
}

.m__terminology__popular-list-wrap {
  padding-top: 100px
}

@media only screen and (max-width:736px) {
  .m__terminology__popular-list-wrap {
    padding-top: 60px
  }
}

.m__terminology__popular-list {
  display: block
}

@media only screen and (max-width:736px) {
  .m__terminology__popular-list {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1)
  }
}

.m__terminology__popular-list .list {
  display: flex;
  flex-wrap: wrap
}

.m__terminology__popular-list .list li {
  display: flex;
  align-items: center;
  width: 360px;
  border-bottom: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {
  .m__terminology__popular-list .list li {
    min-height: 120px
  }

  .m__terminology__popular-list .list li:nth-child(1) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__popular-list .list li:nth-child(2) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__popular-list .list li:nth-child(3) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__popular-list .list li:not(:nth-child(3n)) {
    margin-right: 55px
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__popular-list .list li {
    width: 100%;
    background: #fff
  }

  .m__terminology__popular-list .list li:last-child {
    border: 0
  }
}

.m__terminology__popular-list .list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 35px 20px 15px;
  text-decoration: none;
  color: #262626;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__terminology__popular-list .list li a {
    display: block;
    font-size: 1.4rem;
    padding: 25px 25px 25px 15px;
    color: #365e95
  }
}

.m__terminology__popular-list .list li a:after {
  transition: .2s;
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__terminology__popular-list .list li a:after {
    width: 7px;
    height: 14px;
    right: 8px
  }
}

@media print,
screen and (min-width:737px) {
  .m__terminology__popular-list .list li a:hover {
    background: #e9eef4
  }

  .m__terminology__popular-list .list li a:hover:after {
    right: 10px
  }
}

.m__terminology__category-list {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__terminology__category-list:not(:first-child) {
    margin-top: 50px
  }
}

.m__terminology__category-list .title {
  font-weight: normal;
  color: #365e95;
  font-size: 2.6rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px
}

@media only screen and (max-width:736px) {
  .m__terminology__category-list .title {
    background: #f2f1ef;
    font-size: 1.8rem;
    padding: 11px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
    border-top: 1px solid #fff
  }
}

.m__terminology__category-list .title:before {
  content: "";
  display: block;
  width: 3px;
  height: 36px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__terminology__category-list .title:before {
    display: none
  }
}

.m__terminology__category-list .list {
  display: flex;
  flex-wrap: wrap
}

.m__terminology__category-list .list li {
  display: flex;
  align-items: center;
  width: 574px;
  border-bottom: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {
  .m__terminology__category-list .list li {
    min-height: 120px
  }

  .m__terminology__category-list .list li:nth-child(1) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__category-list .list li:nth-child(2) {
    border-top: 1px solid #dcdcdc
  }

  .m__terminology__category-list .list li:not(:nth-child(2n)) {
    margin-right: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__category-list .list li {
    width: 100%
  }

  .m__terminology__category-list .list li:first-child {
    border-top: 1px solid #dcdcdc
  }
}

.m__terminology__category-list .list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 15px;
  text-decoration: none;
  color: #262626;
  position: relative
}

.m__terminology__category-list .list li a mark {
  color: #365e95;
  background-color: transparent;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__terminology__category-list .list li a {
    font-size: 1.6rem;
    padding: 25px 10px 25px 0
  }
}

.m__terminology__category-list .list li a:after {
  transition: .2s;
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__terminology__category-list .list li a:after {
    width: 7px;
    height: 14px;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__terminology__category-list .list li a:hover {
    background: #e9eef4
  }

  .m__terminology__category-list .list li a:hover:after {
    right: 10px
  }
}

.m__terminology__knowledge {
  padding: 120px 0 150px;
  margin-bottom: 0 !important
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge {
    padding: 40px 0 70px
  }
}

.m__terminology__knowledge-title {
  text-align: center;
  margin-bottom: 20px
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-title {
    margin-bottom: 30px
  }

  .m__terminology__knowledge-title img {
    width: 210px
  }
}

.m__terminology__knowledge-list {
  display: flex;
  flex-wrap: wrap
}

.m__terminology__knowledge-list li {
  width: 574px;
  border-bottom: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {
  .m__terminology__knowledge-list li:nth-child(odd):last-child {
    border-bottom: 0
  }

  .m__terminology__knowledge-list li:nth-child(odd):nth-last-child(2) {
    border-bottom: 0
  }

  .m__terminology__knowledge-list li:nth-child(even):last-child {
    border-bottom: 0
  }

  .m__terminology__knowledge-list li:not(:nth-child(2n)) {
    margin-right: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-list li {
    width: 100%
  }

  .m__terminology__knowledge-list li:not(:first-child) {
    margin-top: 18px
  }
}

.m__terminology__knowledge-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #262626;
  position: relative
}

.m__terminology__knowledge-list li a .ico-area {
  width: 165px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-list li a .ico-area {
    width: 100px
  }

  .m__terminology__knowledge-list li a .ico-area .ico01 {
    width: 72px
  }

  .m__terminology__knowledge-list li a .ico-area .ico02 {
    width: 64px
  }

  .m__terminology__knowledge-list li a .ico-area .ico03 {
    width: 61px
  }

  .m__terminology__knowledge-list li a .ico-area .ico04 {
    width: 58px
  }

  .m__terminology__knowledge-list li a .ico-area .ico05 {
    width: 49px
  }
}

.m__terminology__knowledge-list li a .text-area {
  flex: 1 1;
  padding: 45px 35px 45px 0
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-list li a .text-area {
    padding: 26px 25px 26px 0
  }
}

.m__terminology__knowledge-list li a .text-area .title01 {
  font-size: 2.4rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-list li a .text-area .title01 {
    font-size: 1.8rem
  }
}

.m__terminology__knowledge-list li a .text-area .text {
  line-height: 1.7;
  letter-spacing: -.01em;
  margin-top: 12px
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-list li a .text-area .text {
    font-size: 1.3rem
  }
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-list li a {
    font-size: 1.6rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
  }
}

.m__terminology__knowledge-list li a:after {
  transition: .2s;
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-list li a:after {
    width: 9px;
    height: 15px;
    right: 8px
  }
}

@media print,
screen and (min-width:737px) {
  .m__terminology__knowledge-list li a:hover {
    background: #e9eef4
  }

  .m__terminology__knowledge-list li a:hover:after {
    right: 10px
  }
}

.m__terminology__knowledge-btn-area {
  text-align: center;
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__terminology__knowledge-btn-area {
    margin-top: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__terminology__knowledge-btn-area .m__button__bottom {
    padding: 22px 25px;
    width: 475px
  }
}

@media print,
screen and (min-width:737px) {
  .m__terminology__freeword-result {
    padding: 20px 0 0
  }
}

.m__terminology__detail .title {
  font-weight: normal;
  color: #262626;
  font-size: 3.8rem;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
  border-left: 3px solid #365e95
}

@media only screen and (max-width:736px) {
  .m__terminology__detail .title {
    font-size: 2.1rem;
    padding-left: 12px;
    margin-bottom: 30px;
    border-width: 2px
  }
}

.m__terminology__detail .title strong {
  color: #365e95;
  font-weight: normal
}

.m__terminology__detail .int-text {
  font-size: 2rem;
  line-height: 2
}

@media only screen and (max-width:736px) {
  .m__terminology__detail .int-text {
    font-size: 1.3rem
  }
}

.m__taikendan-index__inner {
  display: block
}

.m__taikendan-index__contents-wrap {
  display: block;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__contents-wrap {
    margin-bottom: 40px
  }
}

.m__taikendan-index__hero {
  display: flex
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-index__hero {
    max-width: 1600px;
    height: 465px;
    flex-direction: row-reverse;
    margin: 0 auto
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero {
    flex-direction: column
  }
}

.m__taikendan-index__hero .image {
  background: no-repeat center center/cover
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .image {
    height: 0;
    padding-top: 40%
  }
}

.m__taikendan-index__hero .image img {
  display: none
}

.m__taikendan-index__hero .box {
  display: flex;
  flex-direction: column-reverse;
  flex: 1 1
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .box {
    flex-direction: column
  }
}

.m__taikendan-index__hero .title-wrap {
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .title-wrap {
    text-align: center
  }
}

.m__taikendan-index__hero .title-wrap .title {
  font-weight: normal;
  display: inline-block
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-index__hero .title-wrap .title {
    text-align: left;
    width: 610px;
    height: 268px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 30px;
    margin-right: 0;
    margin-left: auto
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .title-wrap .title {
    box-shadow: 0 1px 10px 0 rgba(68, 63, 68, 0.21);
    margin: -50px 20px 14px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 20px 15px
  }
}

.m__taikendan-index__hero .title-wrap .small {
  display: block;
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 10px;
  padding-top: 12px
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .title-wrap .small {
    font-size: 1.6rem;
    margin-bottom: 6px;
    padding-top: 0
  }
}

.m__taikendan-index__hero .title-wrap .big {
  display: block;
  font-size: 50px;
  line-height: 1.44
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .title-wrap .big {
    font-size: 3.1rem
  }
}

.m__taikendan-index__hero .title-wrap .big:first-letter {
  color: #365e95
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-index__hero .title-wrap .big .sub {
    vertical-align: middle;
    font-size: 44px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .title-wrap .big .sub {
    font-size: 2.5rem
  }
}

.m__taikendan-index__hero .title-wrap .medium {
  font-size: 25px
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .title-wrap .medium {
    font-size: 1.9rem
  }
}

.m__taikendan-index__hero .image-wrap {
  flex-grow: 1;
  display: flex
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .image-wrap.sp-reverse {
    flex-direction: row-reverse
  }
}

.m__taikendan-index__hero .image-wrap .image {
  flex: 1 1
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__hero .image-wrap .image {
    width: 50%;
    height: 0;
    padding-top: 32%
  }
}

.m__taikendan-index__intro {
  background: #f5f5f5;
  font-weight: 400;
  line-height: 1.78;
  padding: 30px
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__intro {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 20px 15px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__intro .text {
    font-size: 1.4rem
  }
}

.m__taikendan-index__intro .text+.note {
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__intro .text+.note {
    margin-top: 20px
  }
}

.m__taikendan-index__intro .note {
  font-size: 1.4rem;
  padding-left: 1rem;
  text-indent: -1rem
}

@media only screen and (max-width:736px) {
  .m__taikendan-index__intro .note {
    font-size: 1.3rem;
    line-height: 1.45
  }
}

.m__taikendan-box {
  box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21)
}

@media only screen and (max-width:736px) {
  .m__taikendan-box {
    box-shadow: 0 1px 18px 0 rgba(68, 63, 68, 0.21)
  }
}

.m__taikendan-box+.m__taikendan-box {
  margin-top: 60px
}

@media only screen and (max-width:736px) {
  .m__taikendan-box+.m__taikendan-box {
    margin-top: 30px
  }
}

.m__taikendan-box .main {
  color: #262626;
  display: block;
  text-decoration: none;
  transition: background .2s
}

.m__taikendan-box .main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .main {
    padding: 30px 30px 0
  }

  .m__taikendan-box .main:hover .title,
  .m__taikendan-box .main:hover .link {
    text-decoration: none
  }

  .m__taikendan-box .main:hover .link:after {
    transform: translateX(5px)
  }

  .m__taikendan-box .main:hover .thumbnail .image {
    transform: scale(1.1)
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .main {
    padding: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .thumbnail {
    overflow: hidden;
    float: left;
    width: 505px
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .info {
    float: left;
    clear: left;
    width: 505px
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .summary {
    float: right;
    width: calc(100% - 505px);
    padding-left: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .summary {
    padding: 15px 15px
  }
}

.m__taikendan-box .image {
  width: 100%;
  padding-right: 0;
  background-size: cover;
  transition: transform .5s
}

.m__taikendan-box .image img {
  width: 100%
}

.m__taikendan-box .summary-number {
  font-size: 2.4rem;
  float: left;
  line-height: 1;
  display: flex;
  align-items: center
}

.m__taikendan-box .summary-number .volume-image img {
  height: 1.9rem
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .summary-number .volume-image img {
    height: 1.3rem;
    margin-bottom: 3px
  }
}

.m__taikendan-box .summary-number .number {
  border-bottom: 1px solid #365e95;
  display: inline-block;
  font-size: 5rem;
  margin-bottom: -3px;
  margin-left: 4px;
  padding-bottom: 4px;
  vertical-align: text-bottom;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", "YuGothic", Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif;
  font-weight: 200
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .summary-number .number {
    font-size: 3.4rem;
    padding-bottom: 1px
  }
}

.m__taikendan-box .summary-date {
  float: right
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .summary-date {
    margin-top: 12px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .summary-date {
    font-size: 1.5rem
  }
}

.m__taikendan-box .summary-title {
  clear: both;
  padding: 25px 0 15px;
  text-underline-offset: 2px
}

.m__taikendan-box .summary-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.78
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .summary-text {
    -webkit-line-clamp: 4
  }
}

.m__taikendan-box .summary-link {
  margin: 15px 0 30px;
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .summary-link {
    font-size: 1.6rem;
    margin: 15px 0 0
  }
}

.m__taikendan-box .title {
  font-size: 2.8rem;
  font-weight: 400
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .title {
    font-size: 1.7rem;
    text-align: justify
  }
}

.m__taikendan-box .link {
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .link {
    font-size: 1.6rem
  }
}

.m__taikendan-box .link:after {
  content: "";
  width: 12px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 18px;
  margin-right: 12px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: transform .2s
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .link:after {
    width: 10px;
    height: 15px;
    margin-left: 6px
  }
}

.m__taikendan-box .title,
.m__taikendan-box .link {
  color: #365e95;
  text-decoration: underline
}

@media only screen and (max-width:736px) {

  .m__taikendan-box .title,
  .m__taikendan-box .link {
    text-underline-offset: 2px
  }
}

.m__taikendan-box .info dl {
  font-size: 1.4rem;
  width: 100%;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  display: flex
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .info dl {
    padding: 15px 15px;
    border-top: 1px solid #dcdcdc
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .info dl:not(:first-child) {
    border-top: 1px solid #dcdcdc
  }
}

.m__taikendan-box .info dl dt {
  font-weight: bold;
  line-height: 1.5;
  padding-top: 2px;
  width: 95px;
  flex-shrink: 0
}

.m__taikendan-box .info dl dd {
  width: calc(100% - 95px)
}

.m__taikendan-box .category {
  background: #f5f5f5;
  padding: 28px 30px
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .category {
    display: flex;
    align-items: flex-start
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .category {
    padding: 20px 15px
  }
}

.m__taikendan-box .category-head {
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.5;
  min-width: 70px;
  white-space: nowrap
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-box .category-head {
    padding-top: 2px;
    padding-right: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .category-head {
    margin-bottom: 10px
  }
}

.m__taikendan-box .category-body {
  font-size: 0
}

.m__taikendan-box .category-body a {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 18px
}

@media only screen and (max-width:736px) {
  .m__taikendan-box .category-body a {
    display: inline
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail .m__breadcrumbs {
    padding: 20px 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__hero {
    display: flex;
    position: relative;
    max-width: 1600px;
    height: 530px;
    margin: 0 auto
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__hero .image {
    position: relative;
    background: no-repeat center center/cover;
    display: flex;
    flex: 1 1
  }

  .m__taikendan-detail__hero .image img {
    display: none
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__hero .title-wrap {
    width: 590px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 610px;
    margin: auto;
    display: flex;
    align-items: center
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap {
    height: auto;
    width: calc(100% - 30px);
    margin: -20px auto 0
  }
}

.m__taikendan-detail__hero .title-wrap .box {
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__hero .title-wrap .box {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21)
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap .box {
    box-shadow: 0 1px 5px 0 rgba(68, 63, 68, 0.21);
    background-color: #fff;
    padding: 15px
  }
}

.m__taikendan-detail__hero .title-wrap .title {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.73
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap .title {
    font-size: 1.9rem;
    line-height: 1.92
  }
}

.m__taikendan-detail__hero .title-wrap .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap .info {
    align-items: center;
    margin-bottom: 10px
  }
}

.m__taikendan-detail__hero .title-wrap .info .info-category {
  text-align: center;
  font-size: 20px;
  padding: 10px 30px 6px;
  border-radius: 19px;
  border: 1px solid #262626;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap .info .info-category {
    font-size: 1.6rem;
    padding: 6px 14px
  }
}

.m__taikendan-detail__hero .title-wrap .info .volume {
  margin-top: -50px;
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap .info .volume {
    margin-top: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px
  }
}

.m__taikendan-detail__hero .title-wrap .info .volume .volume-image {
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap .info .volume .volume-image {
    margin-top: -5px
  }

  .m__taikendan-detail__hero .title-wrap .info .volume .volume-image img {
    height: 1.3rem
  }
}

.m__taikendan-detail__hero .title-wrap .info .volume .number {
  line-height: 1;
  font-size: 9rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", "YuGothic", Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif;
  font-weight: 200
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__hero .title-wrap .info .volume .number {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__hero .title-wrap .info .volume .number {
    font-size: 3.4rem;
    vertical-align: baseline
  }
}

.m__taikendan-detail__date {
  font-size: 1.6rem;
  text-align: right;
  padding: 60px 0 20px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__date {
    font-size: 1.5rem;
    padding: 20px 0 14px
  }
}

.m__taikendan-detail__profile {
  padding: 10px 30px;
  border: solid 4px #f2f1ef
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__profile {
    padding: 0;
    border: solid 1px #f2f1ef
  }
}

.m__taikendan-detail__profile .intro {
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 1.67;
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__profile .intro {
    font-size: 1.7rem;
    padding: 15px
  }
}

.m__taikendan-detail__profile dl {
  font-size: 1.6rem;
  padding: 15px 0;
  display: flex
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__profile dl {
    padding: 15px 15px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__profile dl:not(:first-child) {
    border-top: 1px solid #f2f1ef
  }
}

.m__taikendan-detail__profile dl dt {
  font-weight: bold;
  line-height: 1.5;
  width: 135px;
  flex-shrink: 0
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__profile dl dt {
    width: 110px
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__profile dl dd {
    width: calc(100% - 135px)
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__profile>dl {
    border-top: 1px solid #f2f1ef
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__profile>ul {
    display: flex;
    justify-content: space-between;
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__profile>ul li {
    width: calc(50% - 20px)
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__profile>ul li+li {
    border-top: 1px solid #f2f1ef
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__profile>ul li+li dt {
    width: 120px
  }
}

.m__taikendan-detail__introduce {
  padding: 50px 0;
  font-size: 1.8rem;
  line-height: 1.83
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__introduce {
    font-size: 1.3rem;
    line-height: 1.45;
    padding: 20px 0
  }
}

.m__taikendan-detail__content {
  padding-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__content {
    padding-bottom: 30px
  }
}

.m__taikendan-detail__content h2 {
  font-size: 3rem;
  line-height: 1.67;
  margin-bottom: 20px;
  position: relative;
  padding-top: 40px;
  font-weight: normal;
  margin: 40px 0 20px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__content h2 {
    font-size: 2.1rem
  }
}

.m__taikendan-detail__content h2:before,
.m__taikendan-detail__content h2:after {
  content: "";
  position: absolute;
  height: 3px;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {

  .m__taikendan-detail__content h2:before,
  .m__taikendan-detail__content h2:after {
    height: 4px
  }
}

.m__taikendan-detail__content h2:before {
  width: 100%;
  background: #f2f1ef
}

.m__taikendan-detail__content h2:after {
  width: 90px;
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__content h2:after {
    width: 45px
  }
}

.m__taikendan-detail__content h3 {
  font-size: 2.4rem;
  line-height: 1.67;
  margin: 30px 0 20px;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__content h3 {
    font-size: 1.7rem
  }
}

.m__taikendan-detail__content p {
  font-size: 1.8rem;
  line-height: 1.83;
  margin: 20px 0;
  text-align: justify
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__content p {
    font-size: 1.7rem
  }
}

.m__taikendan-detail__content img {
  width: 100%
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__contents-wrap {
    display: flex;
    justify-content: space-between
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__article-wrap {
    width: 815px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__article-wrap .m__pagenation {
    width: calc(100% + 30px);
    margin: 40px -15px 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__side-wrap {
    padding-top: 60px;
    width: 300px;
    margin-bottom: 80px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__side-wrap {
    margin-bottom: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__side-wrap .m__common__title02 {
    padding: 20px 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__side-wrap .m__common__title02 .accent {
    left: 0;
    width: 40px;
    background: #365e95
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__side-wrap .m__common__title02 .title {
    font-size: 2.2rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__side-wrap .m__common__title02 .title.ico-keyword {
    padding-left: 45px
  }

  .m__taikendan-detail__side-wrap .m__common__title02 .title.ico-keyword:before {
    width: 28px;
    height: 28px;
    left: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__side-wrap .m__common__title02 .title.ico-category {
    padding-left: 45px
  }

  .m__taikendan-detail__side-wrap .m__common__title02 .title.ico-category:before {
    width: 24px;
    height: 24px;
    left: 18px;
    top: calc(50% - 2px)
  }
}

.m__taikendan-detail__side-wrap .m__search-keyword {
  padding-bottom: 60px
}

.m__taikendan-detail__side-wrap .m__search-keyword__search-box input {
  width: calc(100% - 75px);
  padding: 12px 20px
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__side-wrap .m__search-keyword .m__button__search01 {
    width: 70px;
    font-size: 2rem;
    margin-left: 5px
  }
}

.m__taikendan-detail__side-wrap .m__search-keyword .m__button__search01::before {
  content: none
}

.m__taikendan-detail__button-wrap {
  margin-bottom: 60px
}

.m__taikendan-detail__button-wrap .button {
  font-size: 1.8rem;
  text-align: center;
  border: solid 1px #365e95;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  line-height: 1.56;
  padding: 10px;
  position: relative;
  transition: background .2s, opacity .2s
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__button-wrap .button {
    width: 620px;
    border-radius: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__button-wrap .button {
    font-size: 1.3rem;
    padding: 10px 20px;
    border-radius: 3px
  }
}

.m__taikendan-detail__button-wrap .button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right .2s
}

.m__taikendan-detail__button-wrap .button+.button {
  margin-top: 20px
}

.m__taikendan-detail__button-wrap .button .big {
  font-size: 2rem
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__button-wrap .button .big {
    display: block
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__button-wrap .button .big {
    font-size: 1.6rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__button-wrap .button:hover {
    opacity: .7
  }
}

.m__taikendan-detail__button-wrap .button-sky {
  background-color: #f2f1ef
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__button-wrap .button-sky {
    padding: 10px 30px 10px 10px
  }
}

.m__taikendan-detail__button-wrap .button-sky:before {
  width: 12px;
  height: 19px;
  right: 10px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__button-wrap .button-sky:before {
    width: 8px;
    height: 14px
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__button-wrap .button-sky:hover:before {
    right: 5px
  }
}

.m__taikendan-detail__button-wrap .button-blue {
  color: #fff;
  background-color: #365e95
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__button-wrap .button-blue {
    padding: 10px 10px 10px 30px
  }
}

.m__taikendan-detail__button-wrap .button-blue:before {
  width: 25px;
  height: 26px;
  left: 10px;
  background: url(../img/ico_search.svg) center center no-repeat;
  background-size: contain
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail .category {
    padding: 28px 0 70px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: flex-start
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail .category {
    padding: 20px 15px;
    background: #f2f1ef;
    width: calc(100% + 30px);
    margin: 0 -15px 40px
  }
}

.m__taikendan-detail .category-head {
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.5;
  min-width: 70px;
  white-space: nowrap
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail .category-head {
    padding-top: 2px;
    padding-right: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail .category-head {
    margin-bottom: 10px
  }
}

.m__taikendan-detail .category-body {
  font-size: 0
}

.m__taikendan-detail .category-body a {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 18px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail .category-body a {
    display: inline
  }
}

.m__taikendan-detail__other__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  text-decoration: none;
  color: #262626;
  transition: background .2s
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__other__box {
    padding: 20px 0;
    align-items: flex-start
  }
}

.m__taikendan-detail__other__box:before {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right .2s;
  right: 20px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__other__box:before {
    width: 8px;
    height: 14px;
    right: 10px
  }
}

.m__taikendan-detail__other__box+.m__taikendan-detail__other__box {
  border-top: none
}

.m__taikendan-detail__other__box .thumbnail {
  overflow: hidden;
  width: 160px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__other__box .thumbnail {
    width: 115px
  }
}

.m__taikendan-detail__other__box .image {
  width: 100%;
  padding-right: 0;
  transition: transform .5s
}

.m__taikendan-detail__other__box .image img {
  width: 100%
}

.m__taikendan-detail__other__box .summary {
  width: calc(100% - 180px);
  padding-right: 30px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__other__box .summary {
    width: calc(100% - 130px);
    padding-right: 20px
  }
}

.m__taikendan-detail__other__box .summary .title {
  font-size: 1.8rem;
  line-height: 1.94
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__other__box .summary .title {
    font-size: 1.4rem;
    line-height: 1.71
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__other__box:hover {
    background: #e9eef4
  }

  .m__taikendan-detail__other__box:hover:before {
    right: 15px
  }

  .m__taikendan-detail__other__box:hover .thumbnail .image {
    transform: scale(1.1)
  }
}

.m__taikendan-detail__back {
  padding: 80px 0
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__back {
    padding: 40px 0
  }
}

.m__taikendan-detail__back .link {
  position: relative;
  padding-left: 35px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__back .link {
    padding-left: 20px
  }
}

.m__taikendan-detail__back .link:before {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: left .2s;
  left: 10px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__back .link:before {
    width: 10px;
    height: 15px;
    left: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-detail__back .link:hover:before {
    left: 5px
  }
}

.m__taikendan-detail .m__search-category {
  margin-bottom: 75px
}

.m__taikendan-detail__banner-wrap {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__taikendan-detail__banner-wrap {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-sidebox {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-sidebox+.m__taikendan-sidebox {
    margin-top: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-sidebox+.m__taikendan-sidebox {
    margin-top: 0;
    border-top: none
  }
}

.m__taikendan-sidebox .main {
  color: #262626;
  display: block;
  text-decoration: none;
  transition: background .2s
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-sidebox .main {
    padding: 0
  }

  .m__taikendan-sidebox .main:hover .image {
    transform: scale(1.1)
  }

  .m__taikendan-sidebox .main:hover .title {
    text-decoration: none
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-sidebox .main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0
  }
}

.m__taikendan-sidebox .summary {
  width: 100%;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__taikendan-sidebox .summary {
    padding: 15px 15px;
    padding: 0 20px 0 15px;
    width: calc(100% - 115px)
  }

  .m__taikendan-sidebox .summary:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

.m__taikendan-sidebox .thumbnail {
  overflow: hidden
}

.m__taikendan-sidebox .image {
  width: 100%;
  padding-right: 0;
  transition: transform .5s
}

@media only screen and (max-width:736px) {
  .m__taikendan-sidebox .image {
    width: 115px
  }
}

.m__taikendan-sidebox .image img {
  width: 100%
}

.m__taikendan-sidebox .summary-title {
  padding: 25px 0 15px;
  text-underline-offset: 2px;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-sidebox .summary-title {
    padding: 10px 0
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-sidebox .summary-title {
    padding: 0
  }
}

.m__taikendan-sidebox .title {
  font-weight: 400;
  color: #365e95;
  text-decoration: underline;
  font-size: 1.8rem;
  line-height: 1.94;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__taikendan-sidebox .title {
    text-align: justify;
    text-underline-offset: 2px;
    line-height: 1.71;
    font-size: 1.4rem;
    text-decoration: none;
    color: #262626;
    display: inline-block
  }
}

@media only screen and (max-width:736px) {
  .m__taikendan-result .m__taikendan-detail__contents-wrap {
    padding-top: 40px
  }
}

@media print,
screen and (min-width:737px) {

  .m__taikendan-result .m__taikendan-box .thumbnail,
  .m__taikendan-result .m__taikendan-box .info {
    width: 340px
  }
}

@media print,
screen and (min-width:737px) {
  .m__taikendan-result .m__taikendan-box .summary {
    width: calc(100% - 340px)
  }
}

.m__taikendan-result .m__taikendan-box .summary-title .title mark {
  color: #365e95;
  font-weight: bold;
  background-color: transparent;
  vertical-align: baseline
}

.m__taikendan-result .m__taikendan-box .summary-text mark {
  color: #365e95;
  font-weight: bold;
  background-color: transparent
}

.m__taikendan-result .m__taikendan-detail__button-wrap {
  margin-top: 80px;
  margin-bottom: 120px
}

@media only screen and (max-width:736px) {
  .m__taikendan-result .m__taikendan-detail__button-wrap {
    margin-top: 50px;
    margin-bottom: 40px
  }
}

.m__taikendan-result .m__taikendan-detail__side-wrap {
  padding-top: 0
}

.m__taikendan-result .m__search-category {
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {

  .m__taikendan-index .m__search-category__list01,
  .m__taikendan-detail .m__search-category__list01,
  .m__taikendan-result .m__search-category__list01,
  .m__taikendan-index .m__search-category__sidelist,
  .m__taikendan-detail .m__search-category__sidelist,
  .m__taikendan-result .m__search-category__sidelist {
    border-top: 1px solid #e7e7e7
  }
}

@media only screen and (max-width:736px) {

  .m__taikendan-index .m__search-category__list01 .card,
  .m__taikendan-detail .m__search-category__list01 .card,
  .m__taikendan-result .m__search-category__list01 .card,
  .m__taikendan-index .m__search-category__sidelist .card,
  .m__taikendan-detail .m__search-category__sidelist .card,
  .m__taikendan-result .m__search-category__sidelist .card {
    border-top: none;
    border-bottom: 1px solid #e7e7e7
  }
}

@media only screen and (max-width:736px) {

  .m__taikendan-index .m__search-category__list01 .card:nth-of-type(n + 6),
  .m__taikendan-detail .m__search-category__list01 .card:nth-of-type(n + 6),
  .m__taikendan-result .m__search-category__list01 .card:nth-of-type(n + 6),
  .m__taikendan-index .m__search-category__sidelist .card:nth-of-type(n + 6),
  .m__taikendan-detail .m__search-category__sidelist .card:nth-of-type(n + 6),
  .m__taikendan-result .m__search-category__sidelist .card:nth-of-type(n + 6) {
    display: none
  }
}

@media only screen and (max-width:736px) {

  .m__taikendan-index .m__search-category__list01.is-open .card:nth-of-type(n + 6),
  .m__taikendan-detail .m__search-category__list01.is-open .card:nth-of-type(n + 6),
  .m__taikendan-result .m__search-category__list01.is-open .card:nth-of-type(n + 6),
  .m__taikendan-index .m__search-category__sidelist.is-open .card:nth-of-type(n + 6),
  .m__taikendan-detail .m__search-category__sidelist.is-open .card:nth-of-type(n + 6),
  .m__taikendan-result .m__search-category__sidelist.is-open .card:nth-of-type(n + 6) {
    display: flex;
    animation: fadeIn .4s forwards
  }
}

.m__taikendan-index .m__event-box__detail-button,
.m__taikendan-detail .m__event-box__detail-button,
.m__taikendan-result .m__event-box__detail-button {
  display: none;
  border: none;
  margin-top: 0;
  padding: 15px 0 0
}

.m__taikendan-index .m__event-box__detail-button.display,
.m__taikendan-detail .m__event-box__detail-button.display,
.m__taikendan-result .m__event-box__detail-button.display {
  display: block
}

.m__wysiwyg {
  line-height: 1.8
}

@media only screen and (max-width:736px) {
  .m__wysiwyg {
    font-size: 1.7rem
  }
}

.m__wysiwyg h2 {
  font-size: 2.6rem
}

@media only screen and (max-width:736px) {
  .m__wysiwyg h2 {
    font-size: 2.1rem
  }
}

.m__wysiwyg ul {
  margin-top: 5px
}

.m__wysiwyg ul li {
  padding-left: 1em;
  position: relative
}

.m__wysiwyg ul li+li {
  margin-top: 5px
}

.m__wysiwyg ul li:before {
  content: "繝ｻ";
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0
}

.m__wysiwyg small {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__wysiwyg small {
    font-size: 1.3rem
  }
}

.m__wysiwyg .images {
  margin-top: 60px;
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__wysiwyg .images {
    margin-top: 40px;
    display: block
  }

  .m__wysiwyg .images img {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
  }

  .m__wysiwyg .images img+img,
  .m__wysiwyg .images picture+picture {
    margin-top: 30px
  }
}

.m__wysiwyg .images picture {
  display: block;
  margin: auto
}

@media print,
screen and (min-width:737px) {
  .m__knowledge .low-title-inner {
    padding: 55px 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge .m__breadcrumbs {
    padding: 30px 0
  }
}

.m__knowledge p {
  line-height: 1.8;
  margin-bottom: 30px
}

@media only screen and (max-width:736px) {
  .m__knowledge p {
    font-size: 1.7rem;
    margin-bottom: 20px
  }
}

.m__knowledge p:last-child {
  margin-bottom: 0
}

.m__knowledge p .link {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #365e95
}

@media print,
screen and (min-width:737px) {
  .m__knowledge p .link:hover {
    border-bottom: none
  }
}

.m__knowledge p .link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_tab.svg) no-repeat center/contain;
  margin: 0 10px
}

.m__knowledge h2 {
  padding-bottom: 20px;
  position: relative;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 50px auto
}

@media only screen and (max-width:736px) {
  .m__knowledge h2 {
    font-size: 2.1rem;
    padding-bottom: 20px;
    margin: 30px auto
  }
}

.m__knowledge h2:first-letter {
  color: #365e95
}

.m__knowledge h2:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  bottom: 0;
  width: calc(100% + 15px);
  height: 3px;
  background: linear-gradient(to right, #365e95 9%, #f2f1ef 9%)
}

@media only screen and (max-width:736px) {
  .m__knowledge h2:before {
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #365e95 15%, #f2f1ef 15%)
  }
}

.m__knowledge h2:first-child {
  margin-top: 0
}

.m__knowledge h2:last-child {
  margin-bottom: 0
}

.m__knowledge h3 {
  background: #e7e7e7;
  font-weight: bold;
  padding: 20px;
  font-size: 2.6rem;
  margin: 40px auto
}

@media only screen and (max-width:736px) {
  .m__knowledge h3 {
    margin: 30px auto;
    font-size: 2rem;
    line-height: 1.5;
    padding: 15px 20px
  }
}

.m__knowledge h3:first-child {
  margin-top: 0
}

.m__knowledge h3:last-child {
  margin-bottom: 0
}

.m__knowledge h4 {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 40px auto;
  padding-left: 25px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__knowledge h4 {
    font-size: 1.9rem;
    margin: 30px auto;
    line-height: 1.58
  }
}

.m__knowledge h4:first-child {
  margin-top: 0
}

.m__knowledge h4:last-child {
  margin-bottom: 0
}

.m__knowledge h4:before {
  background: #365e95;
  border-radius: 1.5px;
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__knowledge h4:before {
    border-radius: 0
  }
}

.m__knowledge h5 {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 40px auto
}

.m__knowledge h5:first-child {
  margin-top: 0
}

.m__knowledge h5:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:736px) {
  .m__knowledge h5 {
    line-height: 1.81;
    font-size: 1.8rem;
    margin: 30px auto
  }
}

.m__knowledge h6 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 30px auto;
  position: relative;
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__knowledge h6 {
    font-size: 1.8rem;
    margin: 30px auto;
    line-height: 1.8
  }
}

.m__knowledge h6:first-child {
  margin-top: 0
}

.m__knowledge h6:last-child {
  margin-bottom: 0
}

.m__knowledge .list {
  margin: 0 auto 30px
}

@media only screen and (max-width:736px) {
  .m__knowledge .list {
    margin: 0 auto 20px
  }
}

.m__knowledge .list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__knowledge .list li {
    font-size: 1.7rem
  }
}

.m__knowledge .list li:before {
  background: #ccc;
  border-radius: 100px;
  content: "";
  height: 5px;
  width: 5px;
  bottom: 0;
  top: .6em;
  left: 0;
  position: absolute;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__knowledge .list li:before {
    width: 4px;
    height: 4px
  }
}

.m__knowledge .list li+li {
  margin-top: 8px
}

@media print,
screen and (min-width:737px) {
  .m__knowledge a:hover {
    text-decoration: none
  }
}

.m__knowledge a.link {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #365e95
}

@media print,
screen and (min-width:737px) {
  .m__knowledge a.link:hover {
    border-bottom: none
  }
}

.m__knowledge a.link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_tab.svg) no-repeat center/contain;
  margin: 0 10px
}

.m__knowledge small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__knowledge small {
    font-size: 1.3rem;
    margin-top: 20px
  }
}

.m__knowledge__date {
  margin-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__knowledge__date {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem !important
  }
}

.m__knowledge__date .release,
.m__knowledge__date .update {
  display: inline-block
}

@media only screen and (max-width:736px) {

  .m__knowledge__date .release,
  .m__knowledge__date .update {
    display: block
  }
}

.m__knowledge__date .release {
  margin-right: 35px
}

@media only screen and (max-width:736px) {
  .m__knowledge__date .release {
    margin-left: 0
  }
}

.m__knowledge__supervisor {
  background: #f5f5f5;
  padding: 50px;
  transition: background .2s;
  margin-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor {
    padding: 20px 16px;
    margin-bottom: 30px
  }
}

.m__knowledge__supervisor .title {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .title {
    font-size: 1.9rem;
    padding-bottom: 20px;
    margin-bottom: 20px
  }
}

.m__knowledge__supervisor .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #365e95 9%, #fff 9%)
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .title:before {
    height: 4px;
    background: linear-gradient(to right, #365e95 15%, #fff 15%)
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__supervisor .detail {
    display: flex;
    flex-wrap: wrap
  }
}

.m__knowledge__supervisor .detail:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.m__knowledge__supervisor .image {
  margin-top: 0
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__supervisor .image {
    width: 140px;
    height: 140px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .image {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 150px
  }
}

.m__knowledge__supervisor .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .image img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__supervisor .text-wrap {
    margin-left: 40px;
    width: calc(100% - 180px)
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .text-wrap p {
    font-size: 1.4rem
  }
}

.m__knowledge__supervisor .text-wrap p+p {
  margin-top: 10px
}

.m__knowledge__supervisor .text-wrap p.fz20-16 {
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .text-wrap p.fz20-16 {
    font-size: 1.6rem
  }
}

.m__knowledge__supervisor .text-wrap p.fz16-12 {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .text-wrap p.fz16-12 {
    font-size: 1.2rem
  }
}

.m__knowledge__supervisor .text-wrap p.fz14-10 {
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .text-wrap p.fz14-10 {
    font-size: 1rem
  }
}

.m__knowledge__supervisor .m__knowledge__next {
  margin: 15px auto 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__supervisor .m__knowledge__next {
    margin-top: 8px;
    text-align: right
  }
}

.m__knowledge__link-list {
  border: 1px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__link-list {
    border-left: none
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list {
    flex-direction: column;
    margin: 20px auto
  }
}

.m__knowledge__link-list .title {
  background: #f5f5f5;
  padding: 45px;
  width: 450px;
  position: relative;
  font-size: 2.4rem;
  color: #262626;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list .title {
    padding: 20px 19px 24px;
    width: 100%;
    font-size: 1.7rem;
    margin: 0 auto
  }
}

.m__knowledge__link-list .title:first-letter {
  color: #262626
}

.m__knowledge__link-list .title::before {
  background: #365e95;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: 3px
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list .title::before {
    width: 4px;
    top: 0;
    left: 0;
    height: 100%
  }
}

.m__knowledge__link-list .detail {
  padding: 29px 40px;
  width: calc(100% - 450px)
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list .detail {
    padding: 25px 20px;
    width: 100%
  }
}

.m__knowledge__link-list .detail .detail-title {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 29px 0
}

.m__knowledge__link-list .detail .detail-title:first-child {
  margin-top: 0
}

.m__knowledge__link-list .detail .detail-title:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list .detail .detail-title {
    font-size: 1.7rem;
    margin: 26px 0
  }

  .m__knowledge__link-list .detail .detail-title a:hover {
    text-decoration: underline
  }
}

.m__knowledge__link-list .detail p {
  margin: 10px 0
}

.m__knowledge__link-list .detail p:first-child {
  margin-top: 0
}

.m__knowledge__link-list .detail p:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list .detail p {
    font-size: 1.4rem;
    margin: 6px 0
  }
}

.m__knowledge__link-list .detail ul {
  margin: 10px 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list .detail ul {
    margin-top: 6px 0
  }

  .m__knowledge__link-list .detail ul li+li {
    margin-top: 11px
  }
}

.m__knowledge__link-list .detail ul:first-child {
  margin-top: 0
}

.m__knowledge__link-list .detail ul:last-child {
  margin-bottom: 0
}

.m__knowledge__link-list .detail ul a {
  color: #365e95;
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: underline;
  position: relative
}

.m__knowledge__link-list .detail ul a:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) 50% no-repeat;
  background-size: contain;
  transition: transform .2s
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__link-list .detail ul a:hover {
    text-decoration: none
  }

  .m__knowledge__link-list .detail ul a:hover:after {
    transform: translateX(5px) translateY(-50%);
    transition: transform .2s
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__link-list .detail ul a {
    font-size: 1.5rem
  }

  .m__knowledge__link-list .detail ul a:after {
    width: 6px;
    height: 10px;
    right: -18px
  }
}

.m__knowledge__article-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px
}

@media only screen and (max-width:736px) {
  .m__knowledge__article-list {
    flex-direction: column;
    margin-top: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__article-list .content {
    width: calc((100% - 80px) / 3)
  }

  .m__knowledge__article-list .content:not(:nth-child(3n+1)) {
    margin-left: 40px
  }

  .m__knowledge__article-list .content:nth-child(n+4) {
    margin-top: 60px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__article-list .content {
    border-top: 1px solid #e7e7e7;
    color: #262626;
    display: flex;
    text-decoration: none;
    line-height: 1.7;
    padding: 21px 20px 21px 0;
    position: relative;
    width: 100%
  }

  .m__knowledge__article-list .content:after {
    content: "";
    width: 7px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain;
    transition: transform .2s
  }

  .m__knowledge__article-list .content:last-child {
    border-bottom: 1px solid #e7e7e7
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__article-list .content .image {
    margin-bottom: 10px;
    display: block;
    width: 365px;
    height: 220px;
    overflow: hidden
  }

  .m__knowledge__article-list .content .image img {
    transition: transform .5s
  }

  .m__knowledge__article-list .content .image:hover img {
    transform: scale(1.1)
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__article-list .content .image {
    width: 115px;
    flex-shrink: 0
  }

  .m__knowledge__article-list .content .image img {
    width: 100%
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__article-list .content .info {
    width: calc(100% - 115px);
    margin-left: 15px
  }
}

.m__knowledge__article-list .content .info .category {
  display: inline-block;
  text-align: center;
  background: #f5f5f5;
  border-radius: 30px;
  min-width: 150px;
  font-size: 1.2rem;
  font-size: 1.6rem;
  padding: 0 20px
}

@media only screen and (max-width:736px) {
  .m__knowledge__article-list .content .info .category {
    min-width: 100px;
    font-size: 1.4rem;
    padding: 2px 12px;
    margin-bottom: 8px
  }
}

.m__knowledge__article-list .content .info .title a {
  font-size: 2.2rem;
  margin-top: 6px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

@media only screen and (max-width:736px) {
  .m__knowledge__article-list .content .info .title a {
    -webkit-line-clamp: 4;
    font-size: 1.4rem;
    margin-top: 0
  }
}

.m__knowledge__agenda {
  margin: 60px auto
}

@media only screen and (max-width:736px) {
  .m__knowledge__agenda {
    margin: 20px auto
  }
}

.m__knowledge__agenda .title {
  font-size: 2.6rem;
  padding: 14px 30px 14px 90px;
  background: #e7e7e7;
  position: relative;
  cursor: pointer
}

@media only screen and (max-width:736px) {
  .m__knowledge__agenda .title {
    padding: 15px 30px 15px 60px;
    font-size: 1.7rem
  }
}

.m__knowledge__agenda .title::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 31px;
  background: url(../img/ico_agenda.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__knowledge__agenda .title::before {
    left: 20px;
    width: 23px;
    height: 21px
  }
}

.m__knowledge__agenda .title.is-open .toggle-button::before {
  content: "髢峨§繧�"
}

.m__knowledge__agenda .title.is-open .toggle-button .icon::after {
  transform: rotate(0deg)
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__agenda .title:hover .toggle-button::before {
    text-decoration: none
  }
}

.m__knowledge__agenda .content {
  border: 2px solid #e7e7e7;
  padding: 16px 30px
}

@media only screen and (max-width:736px) {
  .m__knowledge__agenda .content {
    padding: 16px 20px
  }
}

.m__knowledge__agenda .list01 {
  counter-reset: toc
}

.m__knowledge__agenda .list01 li {
  position: relative
}

.m__knowledge__agenda .list01 li:before {
  color: #262626;
  counter-increment: toc;
  content: counters(toc, ".") ".";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__agenda .list01 li:before {
    font-size: 1.7rem
  }
}

.m__knowledge__agenda .list01 a {
  font-size: 2rem;
  display: block;
  padding-left: 3rem;
  margin-bottom: 6px;
  text-underline-offset: 3px
}

@media only screen and (max-width:736px) {
  .m__knowledge__agenda .list01 a {
    margin-bottom: 10px;
    font-size: 1.7rem
  }
}

.m__knowledge__agenda .list01 .list01 li {
  margin-left: 1em
}

.m__knowledge__agenda .list01 .list01 li a {
  padding-left: 5rem
}

.m__knowledge__agenda .toggle-button {
  position: relative;
  border-radius: 50%;
  border: 1px solid #365e95;
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto
}

.m__knowledge__agenda .toggle-button::before {
  content: "髢九￥";
  font-size: 1.4rem;
  color: #365e95;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4em;
  height: 1em;
  line-height: 1;
  position: absolute;
  text-align: center;
  left: -4em;
  text-decoration: underline
}

@media only screen and (max-width:736px) {
  .m__knowledge__agenda .toggle-button::before {
    font-size: 1.2rem
  }
}

.m__knowledge__agenda .toggle-button .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  display: inline-block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.m__knowledge__agenda .toggle-button .icon::before,
.m__knowledge__agenda .toggle-button .icon::after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #365e95;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.m__knowledge__agenda .toggle-button .icon::after {
  transform: rotate(90deg)
}

.m__knowledge .js__event-agenda-contents {
  display: none
}

.m__knowledge .js__event-agenda-contents.is-open {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__next {
    text-align: right;
    margin: 35px 0 40px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__next {
    margin: 20px 0 30px;
    font-size: 1.5rem
  }
}

.m__knowledge__back {
  margin-top: 90px;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__knowledge__back {
    margin-top: 50px;
    margin-bottom: 40px
  }
}

.m__knowledge__detail-title01 {
  font-size: 4.6rem;
  position: relative;
  padding: 24px 0;
  margin-bottom: 35px
}

@media only screen and (max-width:736px) {
  .m__knowledge__detail-title01 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    padding: 20px 0 25px
  }
}

.m__knowledge__detail-title01 .title {
  font-weight: normal
}

.m__knowledge__detail-title01 .title:first-letter {
  color: #365e95
}

.m__knowledge__detail-title01 .accent {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ca5c02 20%, #365e95 20%)
}

@media only screen and (max-width:736px) {
  .m__knowledge__detail-title01 .accent {
    width: calc(100% + 30px);
    left: -15px
  }
}

.m__knowledge .m__button__bottom,
.m__knowledge .m__button__search01 {
  padding: 22px 25px;
  margin: 40px auto;
  display: block;
  text-decoration: none
}

@media print,
screen and (min-width:737px) {

  .m__knowledge .m__button__bottom,
  .m__knowledge .m__button__search01 {
    width: 620px
  }
}

@media only screen and (max-width:736px) {

  .m__knowledge .m__button__bottom,
  .m__knowledge .m__button__search01 {
    padding: 16px 25px;
    width: 100%;
    margin: 30px auto
  }
}

.m__knowledge .m__button__search01::before {
  content: none
}

.m__knowledge .m__button__search01 span {
  position: relative
}

.m__knowledge .m__button__search01 span::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/ico_search.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__knowledge .m__button__search01 {
    padding: 16px 15px 16px 40px
  }
}

.m__knowledge__article {
  margin: 60px 0;
  display: flex
}

.m__knowledge__article .image {
  width: 370px
}

@media only screen and (max-width:736px) {
  .m__knowledge__article .image {
    width: 100%
  }

  .m__knowledge__article .image img {
    width: 100%
  }
}

.m__knowledge__article .text {
  margin-left: 40px;
  width: calc(100% - 410px)
}

@media only screen and (max-width:736px) {
  .m__knowledge__article .text {
    font-size: 1.7rem;
    margin-left: 0;
    margin-top: 20px;
    width: 100%
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__article {
    flex-direction: column;
    margin: 40px 0
  }
}

.m__knowledge__gray-box {
  background: #f5f5f5;
  padding: 50px;
  margin-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__knowledge__gray-box {
    padding: 20px;
    margin-bottom: 30px
  }
}

.m__knowledge__gray-box h2::before {
  background: linear-gradient(to right, #365e95 9%, #fff 9%)
}

@media only screen and (max-width:736px) {
  .m__knowledge__gray-box h2::before {
    background: linear-gradient(to right, #365e95 15%, #fff 15%)
  }
}

.m__knowledge__gray-box h3 {
  background: none;
  padding: 0
}

.m__knowledge__gray-box h3.blue {
  color: #365e95;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__knowledge__gray-box h3.blue {
    line-height: 1.6;
    margin-bottom: 26px;
    font-size: 1.9rem
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__gray-box h3 {
    margin-top: 0;
    margin-bottom: 29px
  }
}

.m__knowledge__gray-box h4 {
  font-weight: bold
}

.m__knowledge__gray-box h5 {
  font-weight: bold
}

.m__knowledge__gray-box h6 {
  font-weight: bold
}

.m__knowledge__gray-box p:last-child {
  margin-bottom: 0
}

.m__knowledge__gray-box .m__knowledge__next {
  margin-bottom: 0
}

.m__knowledge__imagesWrap {
  margin: 0 0 40px
}

.m__knowledge__imagesWrap .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.m__knowledge__imagesWrap .wrap .image {
  width: calc((100% - 20px) / 2)
}

@media only screen and (max-width:736px) {
  .m__knowledge__imagesWrap .wrap .image {
    width: calc((100% - 10px) / 2)
  }
}

.m__knowledge__imagesWrap .image img {
  width: 100%
}

.m__knowledge__imagesWrap .image .caption {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 4px
}

.m__knowledge__anchor {
  margin: 40px auto
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor {
    margin: 20px auto
  }
}

.m__knowledge__anchor .list01 {
  display: flex;
  flex-wrap: wrap
}

.m__knowledge__anchor .list01 li {
  width: calc((100% - 20px) / 2)
}

.m__knowledge__anchor .list01 li a {
  background: #365e95;
  border-radius: 5px;
  display: flex;
  padding: 20px 50px 20px 20px;
  position: relative;
  text-decoration: none;
  transition: .2s;
  height: 100%;
  color: #fff;
  display: block;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor .list01 li a {
    font-size: 1.6rem;
    padding: 17px 30px 17px 20px
  }
}

.m__knowledge__anchor .list01 li a:before {
  content: "";
  width: 11px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor .list01 li a:before {
    right: 12px;
    height: 11px;
    width: 7px
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__anchor .list01 li a:hover {
    opacity: .7;
    transition: .2s
  }

  .m__knowledge__anchor .list01 li a:hover:before {
    top: 5px;
    transition: .2s
  }
}

.m__knowledge__anchor .list01 li .number {
  color: #fffd75;
  font-size: 2rem;
  margin-right: 20px;
  min-width: 113px
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor .list01 li .number {
    font-size: 1.6rem;
    min-width: 95px
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__anchor .list01 li:nth-child(2n+2) {
    margin-left: 20px
  }

  .m__knowledge__anchor .list01 li:nth-child(n+3) {
    margin-top: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor .list01 li {
    width: 100%
  }

  .m__knowledge__anchor .list01 li+li {
    margin-top: 15px
  }
}

.m__knowledge__anchor .list01+.list01,
.m__knowledge__anchor .list01+.list02 {
  margin-top: 40px
}

@media only screen and (max-width:736px) {

  .m__knowledge__anchor .list01+.list01,
  .m__knowledge__anchor .list01+.list02 {
    margin-top: 20px
  }
}

.m__knowledge__anchor .list02 {
  display: flex;
  flex-wrap: wrap
}

.m__knowledge__anchor .list02 li {
  width: calc((100% - 20px) / 2)
}

.m__knowledge__anchor .list02 li a {
  background: #e9eef4;
  border: 1px solid #365e95;
  border-radius: 5px;
  padding: 20px 50px 20px 20px;
  position: relative;
  text-decoration: none;
  transition: .2s;
  height: 100%;
  color: #365e95;
  display: block;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor .list02 li a {
    font-size: 1.6rem;
    padding: 17px 30px 17px 20px
  }
}

.m__knowledge__anchor .list02 li a:before {
  content: "";
  width: 11px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor .list02 li a:before {
    right: 12px;
    height: 11px;
    width: 7px
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__anchor .list02 li a:hover {
    opacity: .7;
    transition: .2s
  }

  .m__knowledge__anchor .list02 li a:hover:before {
    top: 5px;
    transition: .2s
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__anchor .list02 li:nth-child(2n+2) {
    margin-left: 20px
  }

  .m__knowledge__anchor .list02 li:nth-child(n+3) {
    margin-top: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__anchor .list02 li {
    width: 100%
  }

  .m__knowledge__anchor .list02 li+li {
    margin-top: 15px
  }
}

.m__knowledge__anchor .list02+.list01,
.m__knowledge__anchor .list02+.list02 {
  margin-top: 40px
}

@media only screen and (max-width:736px) {

  .m__knowledge__anchor .list02+.list01,
  .m__knowledge__anchor .list02+.list02 {
    margin-top: 20px
  }
}

.m__knowledge__border-box {
  border: 2px solid #e7e7e7;
  padding: 40px;
  margin: 60px auto
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box {
    margin: 30px auto;
    padding: 20px 15px
  }
}

.m__knowledge__border-box h2 {
  padding-bottom: 30px;
  position: relative;
  color: #262626;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 auto 40px
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box h2 {
    font-size: 2.1rem;
    padding-bottom: 15px;
    margin-bottom: 40px
  }
}

.m__knowledge__border-box h2:first-letter {
  color: #365e95
}

.m__knowledge__border-box h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #365e95 9%, #f2f1ef 9%)
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box h2:before {
    height: 4px;
    background: linear-gradient(to right, #365e95 15%, #f2f1ef 15%)
  }
}

.m__knowledge__border-box .list01 li {
  background: #f5f5f5;
  padding: 9px 19px;
  display: flex
}

.m__knowledge__border-box .list01 li:nth-child(even) {
  background: #fff
}

.m__knowledge__border-box .list01 li .list {
  padding: 10px 0;
  margin: 5px auto
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box .list01 li .list {
    padding: 5px 0
  }
}

.m__knowledge__border-box .list01 li .list li {
  background: transparent;
  font-size: 1.8rem;
  padding: 0 0 0 14px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box .list01 li .list li {
    font-size: 1.4rem
  }
}

.m__knowledge__border-box .list01 li .list li+li {
  margin-top: 7px
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box .list01 li {
    padding: 16px 19px
  }
}

.m__knowledge__border-box .list01 .number {
  color: #365e95;
  font-size: 2.6rem;
  min-width: 30px;
  flex-shrink: 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box .list01 .number {
    font-size: 1.7rem;
    min-width: 20px
  }
}

.m__knowledge__border-box .list01 .text {
  font-size: 2.6rem;
  margin-left: 20px
}

@media only screen and (max-width:736px) {
  .m__knowledge__border-box .list01 .text {
    font-size: 1.7rem;
    margin-left: 8px
  }
}

.m__knowledge__border-box .button {
  text-align: center
}

.m__knowledge__search {
  margin: 80px 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__search {
    margin: 50px 0 20px
  }
}

.m__knowledge__box {
  box-shadow: 6px 12px 23px 0 rgba(13, 45, 71, 0.18);
  margin: 50px 0;
  text-decoration: none;
  display: flex
}

@media only screen and (max-width:736px) {
  .m__knowledge__box {
    box-shadow: 0 5px 10px 0 rgba(68, 63, 68, 0.21);
    display: block;
    margin: 30px 0
  }
}

.m__knowledge__box .thumbnail {
  display: block;
  overflow: hidden;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__box .thumbnail {
    width: 250px;
    height: 205px;
    flex-shrink: 0
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__box .thumbnail {
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__box .thumbnail:hover img {
    transform: scale(1.1) translateX(-47%)
  }
}

.m__knowledge__box .thumbnail img {
  max-width: none
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__box .thumbnail img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    transition: transform .5s
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__box .thumbnail img {
    width: 100%
  }
}

.m__knowledge__box .info {
  padding: 24px 20px
}

.m__knowledge__box .info .title {
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__knowledge__box .info .title {
    font-size: 1.7rem
  }
}

.m__knowledge__box .info .text {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #262626
}

@media only screen and (max-width:736px) {
  .m__knowledge__box .info .text {
    font-size: 1.7rem
  }
}

.m__knowledge__check-more {
  box-shadow: 6px 12px 23px 0 rgba(13, 45, 71, 0.18);
  padding: 20px;
  margin: 30px 0;
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__check-more {
    display: flex
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__check-more {
    box-shadow: 0 5px 10px 0 rgba(68, 63, 68, 0.21)
  }
}

.m__knowledge__check-more .tag {
  background: #f5f5f5;
  text-align: center;
  padding: 4px 10px
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__check-more .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 22px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__check-more .tag {
    display: inline-block;
    font-size: 1.7rem;
    margin-bottom: 6px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__check-more .text {
    font-size: 1.7rem
  }
}

.m__knowledge__related-box {
  padding: 20px;
  margin: 30px 0
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__related-box {
    box-shadow: 6px 12px 23px 0 rgba(13, 45, 71, 0.18);
    display: flex
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__related-box {
    box-shadow: 0 5px 10px 0 rgba(68, 63, 68, 0.21);
    display: block
  }
}

.m__knowledge__related-box .thumbnail {
  display: block;
  overflow: hidden
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__related-box .thumbnail {
    width: 240px;
    flex-shrink: 0
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__related-box .thumbnail {
    width: 100%;
    margin-bottom: 15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__related-box .thumbnail:hover img {
    transform: scale(1.1)
  }
}

.m__knowledge__related-box .thumbnail img {
  width: 100%
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__related-box .thumbnail img {
    transition: transform .5s
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__related-box .info {
    margin-left: 20px
  }
}

.m__knowledge__related-box .info .tag {
  background: #f5f5f5;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  color: #262626
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__related-box .info .tag {
    margin-right: 10px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__related-box .info .tag {
    font-size: 1.7rem;
    margin-bottom: 6px
  }
}

.m__knowledge__related-box .info .text {
  line-height: 2
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__related-box .info .text {
    display: inline
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__related-box .info .text {
    font-size: 1.7rem
  }
}

.m__knowledge__check {
  margin: 40px 0;
  background: #f5f5f5;
  padding: 30px
}

@media only screen and (max-width:736px) {
  .m__knowledge__check {
    margin: 30px 0;
    padding: 20px
  }
}

.m__knowledge__check .title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__knowledge__check .title {
    font-size: 1.7rem;
    margin-bottom: 10px
  }
}

.m__knowledge__check .list01 li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 30px
}

@media only screen and (max-width:736px) {
  .m__knowledge__check .list01 li {
    padding-left: 20px;
    font-size: 1.7rem
  }
}

.m__knowledge__check .list01 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 17px;
  height: 14px;
  background: url(../img/ico_check_blue.svg) no-repeat center/contain
}

@media only screen and (max-width:736px) {
  .m__knowledge__check .list01 li::before {
    top: 7px;
    width: 14px;
    height: 12px
  }
}

.m__knowledge__check .list01 li+li {
  margin-top: 1em
}

.m__knowledge__pr-text {
  position: relative;
  padding-left: 24px;
  font-size: 1.8rem;
  color: #365e95;
  margin: 20px 0;
  text-decoration: underline
}

@media only screen and (max-width:736px) {
  .m__knowledge__pr-text {
    font-size: 1.5rem
  }
}

.m__knowledge__pr-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 14px;
  background: url(../img/ico_arrow_blue01.svg) no-repeat center/contain;
  transition: transform .2s
}

.m__knowledge__pr-text:hover:before {
  transform: translateX(5px)
}

.m__knowledge__remommended {
  border: 4px solid #e7e7e7;
  padding: 30px;
  margin: 40px 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__remommended {
    padding: 15px 20px;
    margin: 20px 0;
    border-width: 3px
  }
}

.m__knowledge__remommended .title {
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__knowledge__remommended .title {
    padding-bottom: 10px;
    font-size: 1.9rem
  }
}

.m__knowledge__remommended .title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #365e95;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__knowledge__remommended .title::before {
    width: 70px;
    height: 2px
  }
}

.m__knowledge__blockquote {
  margin: 40px auto;
  background: #f5f5f5;
  padding: 30px 30px 30px 100px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__knowledge__blockquote {
    padding: 45px 20px 20px 20px;
    margin: 30px auto
  }
}

.m__knowledge__blockquote::before {
  content: "";
  position: absolute;
  background: url(/resources/images/kaigo/knowledge/icon_blockquote.svg) no-repeat left top/contain;
  width: 53px;
  height: 40px;
  left: 25px;
  top: 25px
}

@media only screen and (max-width:736px) {
  .m__knowledge__blockquote::before {
    background-size: 55%;
    left: 20px;
    top: 15px
  }
}

.m__knowledge__blockquote__list li {
  position: relative;
  padding-left: 16px
}

@media only screen and (max-width:736px) {
  .m__knowledge__blockquote__list li {
    font-size: 1.7rem
  }
}

.m__knowledge__blockquote__list li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #aaa;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__blockquote__list li::before {
    width: 4px;
    height: 4px
  }
}

.m__knowledge__blockquote__list li+li {
  margin-top: 4px
}

.m__knowledge__share {
  margin-top: 80px
}

@media only screen and (max-width:736px) {
  .m__knowledge__share {
    margin-top: 40px
  }
}

.m__knowledge__share .title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 15px
}

@media only screen and (max-width:736px) {
  .m__knowledge__share .title {
    font-size: 1.6rem;
    margin-bottom: 15px
  }
}

.m__knowledge__share .shareButton-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.m__knowledge__share .shareButton-list li {
  width: calc((100% - 45px) / 4)
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__share .shareButton-list li {
    font-size: 1.6rem
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__share .shareButton-list li {
    width: calc((100% - 15px) / 2)
  }

  .m__knowledge__share .shareButton-list li+li:nth-child(2n+2) {
    margin-left: 15px
  }

  .m__knowledge__share .shareButton-list li+li:nth-child(n+3) {
    margin-top: 15px
  }
}

.m__knowledge__share .shareButton-list li.twitter a {
  background-color: #1da1f2
}

.m__knowledge__share .shareButton-list li.twitter a:before {
  background: url(/resources/images/kaigo/knowledge/ico_twitter.svg) center center no-repeat;
  background-size: contain;
  height: 29px;
  width: 35px
}

@media only screen and (max-width:736px) {
  .m__knowledge__share .shareButton-list li.twitter a:before {
    height: 18px;
    width: 21px
  }
}

.m__knowledge__share .shareButton-list li.facebook a {
  background-color: #1877f2
}

.m__knowledge__share .shareButton-list li.facebook a:before {
  background: url(/resources/images/kaigo/knowledge/ico_facebook.svg) center center no-repeat;
  background-size: contain;
  height: 38px;
  width: 38px
}

@media only screen and (max-width:736px) {
  .m__knowledge__share .shareButton-list li.facebook a:before {
    height: 23px;
    width: 23px
  }
}

.m__knowledge__share .shareButton-list li.bookmark a {
  background-color: #00a4de
}

.m__knowledge__share .shareButton-list li.bookmark a:before {
  background: url(/resources/images/kaigo/knowledge/ico_bookmark.svg) center center no-repeat;
  background-size: contain;
  height: 28px;
  width: 34px
}

@media only screen and (max-width:736px) {
  .m__knowledge__share .shareButton-list li.bookmark a:before {
    height: 18px;
    width: 22px
  }
}

.m__knowledge__share .shareButton-list li.line a {
  background-color: #06c755
}

.m__knowledge__share .shareButton-list li.line a:before {
  background: url(/resources/images/kaigo/knowledge/ico_line.svg) center center no-repeat;
  background-size: contain;
  height: 36px;
  width: 38px
}

@media only screen and (max-width:736px) {
  .m__knowledge__share .shareButton-list li.line a:before {
    height: 24px;
    width: 25px
  }
}

.m__knowledge__share .shareButton-list li a {
  border-radius: 4px;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 15px 10px 15px 50px;
  transition: .2s;
  color: #fff;
  font-weight: bold;
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__share .shareButton-list li a {
    font-size: 18px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__share .shareButton-list li a {
    font-size: 1.6rem;
    padding: 11px 10px 11px 44px
  }
}

.m__knowledge__share .shareButton-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__share .shareButton-list li a:hover {
    opacity: .7;
    transition: .2s
  }
}

.m__knowledge__category {
  margin-top: 120px
}

@media only screen and (max-width:736px) {
  .m__knowledge__category {
    margin-top: 60px
  }
}

.m__knowledge__category .content+.content {
  margin-top: 60px
}

@media only screen and (max-width:736px) {
  .m__knowledge__category .content+.content {
    margin-top: 40px
  }
}

.m__knowledge__category h2 {
  font-weight: normal;
  margin-bottom: 0;
  padding: 50px 0
}

@media only screen and (max-width:736px) {
  .m__knowledge__category h2 {
    font-size: 2.1rem;
    padding: 30px 0
  }
}

.m__knowledge__category h2::before {
  top: 0;
  bottom: auto
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__category .list01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
  }
}

.m__knowledge__category .list01 a {
  color: #262626;
  text-decoration: none;
  position: relative;
  padding: 10px 30px 10px 20px
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__category .list01 a {
    font-size: 2rem;
    line-height: 1.5;
    width: 288px;
    transition: background .2s;
    min-height: 98px;
    border: 4px solid #dcdcdc;
    display: flex;
    align-items: center
  }

  .m__knowledge__category .list01 a:not(:nth-child(4n)) {
    margin-right: 12px
  }

  .m__knowledge__category .list01 a:nth-child(n+5) {
    margin-top: 15px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge__category .list01 a {
    display: block;
    font-size: 1.6rem;
    border-top: 1px solid #e7e7e7;
    padding: 25px 20px 25px 0
  }

  .m__knowledge__category .list01 a:last-child {
    border-bottom: 1px solid #e7e7e7
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge__category .list01 a:hover {
    background: #e9eef4
  }

  .m__knowledge__category .list01 a:hover::after {
    right: 5px
  }
}

.m__knowledge__category .list01 a::after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: right .2s
}

@media only screen and (max-width:736px) {
  .m__knowledge__category .list01 a::after {
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__knowledge .l__common-column01__right .m__knowledge__category {
    margin-top: 0
  }

  .m__knowledge .l__common-column01__right .m__knowledge__category .content h2 {
    font-size: 2.2rem;
    padding: 25px 0
  }

  .m__knowledge .l__common-column01__right .m__knowledge__category .content h2::before {
    width: 100%;
    left: 0
  }

  .m__knowledge .l__common-column01__right .m__knowledge__category .content .list01 {
    display: block
  }

  .m__knowledge .l__common-column01__right .m__knowledge__category .content .list01 a {
    display: block;
    font-size: 1.6rem;
    border: none;
    border-top: 1px solid #e7e7e7;
    padding: 24px 40px 20px 20px;
    height: auto;
    min-height: auto;
    margin: 0;
    width: 100%
  }

  .m__knowledge .l__common-column01__right .m__knowledge__category .content .list01 a:last-child {
    border-bottom: 1px solid #e7e7e7
  }
}

.m__knowledge .m__common__tabwrap .tab-ul {
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__knowledge .m__common__tabwrap .tab-ul {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__knowledge .sp-scroll {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 6px;
    margin: 30px auto
  }

  .m__knowledge .sp-scroll::-webkit-scrollbar {
    width: 100%;
    height: 10px
  }

  .m__knowledge .sp-scroll::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 100px
  }

  .m__knowledge .sp-scroll::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 100px
  }
}

.m__common__sidebar .m__common__title02 {
  padding: 23px 0 21px
}

.m__common__sidebar .m__common__title02 .accent {
  background: linear-gradient(to right, #365e95 12%, transparent 12%);
  left: 0
}

@media only screen and (max-width:736px) {
  .m__common__sidebar .m__common__title02 .accent {
    background: linear-gradient(to right, #365e95 12%, #f2f1ef 12%)
  }
}

.m__common__sidebar .m__common__title02 .title {
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__common__sidebar .m__common__title02 .title {
    font-size: 2.3rem
  }
}

.m__common__sidebar .bottomLink {
  text-align: right;
  margin-right: 26px;
  margin-top: 25px
}

@media only screen and (max-width:736px) {
  .m__common__sidebar .bottomLink {
    text-align: left
  }
}

.m__common__sidebar .list {
  flex-direction: column
}

.m__common__sidebar .list .card {
  border: none;
  border-top: 1px solid #e7e7e7;
  color: #262626;
  display: block;
  font-size: 1.6rem;
  justify-content: flex-start;
  height: auto;
  padding: 24px 40px 20px 20px;
  position: relative;
  text-decoration: none;
  margin: 0;
  transition: .2s;
  width: 100%
}

.m__common__sidebar .list .card:after {
  transition: .2s;
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) 50% no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__common__sidebar .list .card:after {
    right: 0
  }
}

.m__common__sidebar .list .card:last-child {
  border-bottom: 1px solid #e7e7e7
}

@media print,
screen and (min-width:737px) {
  .m__common__sidebar .list .card:hover {
    background: #e9eef4;
    transition: .2s
  }

  .m__common__sidebar .list .card:hover:after {
    right: 10px;
    transition: .2s
  }
}

@media only screen and (max-width:736px) {
  .m__common__sidebar .list .card {
    padding: 25px 15px 25px 0
  }
}

.m__common__sidebar+.m__common__sidebar {
  margin-top: 60px
}

.m__common__tabwrap {
  margin-top: 58px
}

.m__common__tabwrap .tab-ul {
  border-bottom: 2px solid #365e95;
  cursor: pointer;
  display: flex;
  padding: 0 15px;
  margin-left: -15px;
  width: calc(100% + 30px)
}

.m__common__tabwrap .tab-ul li {
  background: #f5f5f5;
  border: 1px solid #365e95;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 20px 15px 18px;
  width: 100%;
  text-align: center
}

.m__common__tabwrap .tab-ul li+li {
  margin-left: 10px
}

@media only screen and (max-width:736px) {
  .m__common__tabwrap .tab-ul li+li {
    margin-left: 4px
  }
}

.m__common__tabwrap .tab-ul li .text {
  color: #365e95;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__common__tabwrap .tab-ul li .text {
    font-size: 1.6rem
  }
}

.m__common__tabwrap .tab-ul li.current {
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__common__tabwrap .tab-ul li.current {
    padding: 22px 15px 21px
  }
}

.m__common__tabwrap .tab-ul li.current .text {
  color: #fff
}

@media only screen and (max-width:736px) {
  .m__common__tabwrap .tab-ul li {
    width: auto;
    padding: 18px 15px 15px
  }
}

@media only screen and (max-width:736px) {
  .m__common__tabwrap .tab-ul {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .m__common__tabwrap .tab-ul::-webkit-scrollbar {
    display: none
  }
}

.m__common__tabwrap .tab-target {
  display: none
}

.m__common__tabwrap .tab-target.is-active {
  display: block;
  animation: fadeIn .4s forwards
}

@media only screen and (max-width:736px) {
  .m__common__tabwrap .tab-target .sp-scroll {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 6px
  }

  .m__common__tabwrap .tab-target .sp-scroll::-webkit-scrollbar {
    width: 100%;
    height: 10px
  }

  .m__common__tabwrap .tab-target .sp-scroll::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 100px
  }

  .m__common__tabwrap .tab-target .sp-scroll::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 100px
  }
}

@media only screen and (max-width:736px) {
  .m__common__tabwrap {
    margin-top: 43px
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: flex;
    opacity: 0
  }

  100% {
    display: flex;
    opacity: 1
  }
}

.m__common__table,
.m__common__table02 {
  margin: 40px auto;
  width: 100%
}

@media only screen and (max-width:736px) {

  .m__common__table,
  .m__common__table02 {
    margin: 0 auto
  }
}

.m__common__table th,
.m__common__table02 th,
.m__common__table td,
.m__common__table02 td {
  border: 1px solid #365e95;
  font-size: 2rem;
  padding: 15px 10px;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
  max-width: 138px
}

@media print,
screen and (min-width:737px) {

  .m__common__table th,
  .m__common__table02 th,
  .m__common__table td,
  .m__common__table02 td {
    min-height: 70px
  }
}

@media only screen and (max-width:736px) {

  .m__common__table th,
  .m__common__table02 th,
  .m__common__table td,
  .m__common__table02 td {
    font-size: 1.6rem;
    padding: 12px 10px;
    max-width: none
  }
}

.m__common__table th,
.m__common__table02 th {
  background: #f5f5f5;
  color: #365e95;
  font-weight: bold
}

.m__common__table th.row,
.m__common__table02 th.row {
  letter-spacing: .2em;
  max-width: 38px;
  line-height: 1.1
}

@media only screen and (max-width:736px) {

  .m__common__table th.row,
  .m__common__table02 th.row {
    max-width: 35px;
    white-space: normal
  }
}

.m__common__table th.middle,
.m__common__table02 th.middle {
  max-width: 99px
}

@media only screen and (max-width:736px) {

  .m__common__table th.middle,
  .m__common__table02 th.middle {
    max-width: none
  }
}

.m__common__table td a,
.m__common__table02 td a {
  color: #365e95;
  display: block;
  text-decoration: underline
}

@media print,
screen and (min-width:737px) {

  .m__common__table td a:hover,
  .m__common__table02 td a:hover {
    text-decoration: none
  }
}

.m__common__table .btn-link,
.m__common__table02 .btn-link {
  border: 1px solid #365e95;
  border-radius: 4px;
  color: #365e95;
  display: block;
  font-size: 1.6rem;
  padding: 10px 18px 10px 7px;
  text-decoration: none;
  position: relative;
  margin: 10px auto 0;
  letter-spacing: 0;
  font-weight: normal
}

.m__common__table .btn-link::before,
.m__common__table02 .btn-link::before {
  content: "";
  width: 9px;
  height: 15px;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) 50% no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {

  .m__common__table .btn-link::before,
  .m__common__table02 .btn-link::before {
    width: 8px;
    height: 12px;
    right: 5px
  }
}

@media print,
screen and (min-width:737px) {

  .m__common__table .btn-link:hover::before,
  .m__common__table02 .btn-link:hover::before {
    right: 3px;
    transition: .2s
  }
}

@media only screen and (max-width:736px) {

  .m__common__table .btn-link,
  .m__common__table02 .btn-link {
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 8px 22px 8px 10px;
    margin-top: 10px
  }
}

.m__common__table02 tr:first-child th {
  border-top: #365e95 solid 1px
}

.m__common__table02 tr:first-child th:nth-child(n+2) {
  border-bottom: #365e95 solid 1px
}

.m__common__table02 tr:first-child th:last-child {
  border-right: #365e95 solid 1px
}

.m__common__table02 th {
  background: #365e95;
  color: #fff;
  border: 1px solid #fff;
  font-weight: normal
}

.m__common__table02 .btn-link {
  background: #f5f5f5
}

.m__map .map {
  height: 520px
}

@media only screen and (max-width:736px) {
  .m__map .map {
    height: 350px;
    margin-bottom: 20px
  }
}

.m__map .map .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: 1px 1px 0 #535353, -1px 1px 0 #535353, 1px -1px 0 #535353, -1px -1px 0 #535353 !important;
  padding: 10px 20px !important
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-c {
    padding: 10px 25px !important
  }
}

.m__map .map .gm-style .gm-style-iw-c::after {
  box-shadow: -1px 1px 0 #535353 !important
}

.m__map .map .gm-style .gm-style-iw-c .target {
  font-size: 2.2rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-c .target {
    font-size: 1.4rem
  }
}

.m__map .map .gm-style .gm-style-iw-c .target.aria {
  color: #3e4972
}

.m__map .map .gm-style .gm-style-iw-c .target.gg {
  color: #34a584
}

.m__map .map .gm-style .gm-style-iw-c .target.bonsejour {
  color: #148cc2
}

.m__map .map .gm-style .gm-style-iw-c .target.kurara {
  color: #ee9c52
}

.m__map .map .gm-style .gm-style-iw-c .target.madoka {
  color: #dd577a
}

.m__map .map .gm-style .gm-style-iw-c .target.cocochi {
  color: #94492f
}

.m__map .map .gm-style .gm-style-iw-c .target.lire {
  color: #694b3b
}

.m__map .map .gm-style .gm-style-iw-d {
  overflow: auto !important;
  text-align: center;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d {
    font-size: 1.4rem
  }
}

.m__map .map .gm-style .gm-style-iw-d .aria a {
  background: #3e4972;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative
}

.m__map .map .gm-style .gm-style-iw-d .aria a::after {
  content: "";
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d .aria a {
    font-size: 1.6rem
  }
}

.m__map .map .gm-style .gm-style-iw-d .gg a {
  background: #34a584;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative
}

.m__map .map .gm-style .gm-style-iw-d .gg a::after {
  content: "";
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d .gg a {
    font-size: 1.6rem
  }
}

.m__map .map .gm-style .gm-style-iw-d .bonsejour a {
  background: #148cc2;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative
}

.m__map .map .gm-style .gm-style-iw-d .bonsejour a::after {
  content: "";
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d .bonsejour a {
    font-size: 1.6rem
  }
}

.m__map .map .gm-style .gm-style-iw-d .kurara a {
  background: #ee9c52;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative
}

.m__map .map .gm-style .gm-style-iw-d .kurara a::after {
  content: "";
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d .kurara a {
    font-size: 1.6rem
  }
}

.m__map .map .gm-style .gm-style-iw-d .madoka a {
  background: #dd577a;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative
}

.m__map .map .gm-style .gm-style-iw-d .madoka a::after {
  content: "";
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d .madoka a {
    font-size: 1.6rem
  }
}

.m__map .map .gm-style .gm-style-iw-d .cocochi a {
  background: #94492f;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative
}

.m__map .map .gm-style .gm-style-iw-d .cocochi a::after {
  content: "";
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d .cocochi a {
    font-size: 1.6rem
  }
}

.m__map .map .gm-style .gm-style-iw-d .lire a {
  background: #694b3b;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative
}

.m__map .map .gm-style .gm-style-iw-d .lire a::after {
  content: "";
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style .gm-style-iw-d .lire a {
    font-size: 1.6rem
  }
}

.m__map .map .gm-style .gm-style-iw-t::after {
  box-shadow: -1px 1px 0 #535353 !important
}

.m__map .map .gm-style button.gm-ui-hover-effect {
  background: #9a9ca1 !important;
  border-radius: 50%;
  right: -15px !important;
  top: -15px !important;
  z-index: 2
}

.m__map .map .gm-style button.gm-ui-hover-effect.gm-ui-hover-effect {
  opacity: 1 !important
}

.m__map .map .gm-style button.gm-ui-hover-effect.gm-ui-hover-effect:hover {
  opacity: .7 !important
}

@media only screen and (max-width:736px) {
  .m__map .map .gm-style button.gm-ui-hover-effect {
    width: 26px !important;
    height: 26px !important;
    right: -13px !important;
    top: -13px !important
  }
}

.m__map .map .gm-style button.gm-ui-hover-effect::before,
.m__map .map .gm-style button.gm-ui-hover-effect::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}

.m__map .map .gm-style button.gm-ui-hover-effect::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.m__map .map .gm-style button.gm-ui-hover-effect::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.m__map .map .gm-style button.gm-ui-hover-effect img {
  display: none !important
}

.m__common__table-of-contents {
  border: 2px solid #e7e7e7;
  padding: 25px 36px 34px;
  margin: 40px auto 60px
}

.m__common__table-of-contents .title {
  font-size: 2.6rem;
  margin-bottom: 10px
}

@media only screen and (max-width:736px) {
  .m__common__table-of-contents .title {
    font-size: 1.7rem;
    margin-bottom: 5px
  }
}

.m__common__table-of-contents .list {
  counter-reset: number 0
}

.m__common__table-of-contents .list li {
  position: relative
}

.m__common__table-of-contents .list li+li {
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__common__table-of-contents .list li+li {
    margin-top: 7px
  }
}

.m__common__table-of-contents .list li:before {
  color: #262626;
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__common__table-of-contents .list li:before {
    font-size: 1.7rem
  }
}

.m__common__table-of-contents .list a {
  font-size: 2rem;
  display: block;
  padding-left: 3rem
}

@media only screen and (max-width:736px) {
  .m__common__table-of-contents .list a {
    font-size: 1.7rem
  }
}

@media only screen and (max-width:736px) {
  .m__common__table-of-contents {
    border: 1px solid #e7e7e7;
    padding: 20px 20px;
    margin: 30px auto 40px
  }
}

@media only screen and (max-width:736px) {
  .js__accordion-list01 .title {
    position: relative
  }

  .js__accordion-list01 .title:after {
    transition: .2s;
    content: "";
    width: 7px;
    height: 14px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }

  .js__accordion-list01 .list {
    display: none
  }

  .js__accordion-list01 .title.is-active:after {
    transform: translateY(-50%) rotate(-90deg)
  }

  .js__accordion-list01 .list.is-open {
    display: block
  }
}

.js__favorite-trigger .off {
  display: block
}

.js__favorite-trigger .on {
  display: none
}

.js__favorite-trigger.is-active .off {
  display: none
}

.js__favorite-trigger.is-active .on {
  display: block
}

.m__more-button-sp {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #365e95;
  color: #365e95;
  width: 100%;
  font-size: 1.7rem;
  padding: 15px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  display: none
}

.m__more-button-sp:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/ico_more.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__more-button-sp {
    margin-top: 0
  }

  .m__more-button-sp.display {
    display: block
  }
}

@media only screen and (max-width:736px) {
  .js__sp-list01--3+.m__more-button-sp {
    margin-top: 20px
  }

  .js__sp-list01--3+.m__more-button-sp:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc
  }

  .js__sp-list01--3:not(.is-active) .rows:nth-child(n + 4) {
    display: none
  }

  .js__sp-list01--3.is-active+.m__more-button-sp {
    display: none
  }
}

@media only screen and (max-width:736px) {
  .js__sp-list01--2rows:not(.is-active) {
    max-height: calc(60px + 8.64rem);
    overflow: hidden
  }

  .js__sp-list01--2rows.is-active+.m__more-button-sp {
    display: none
  }
}

.m__top .m__button__bottom {
  padding: 16px 25px;
  width: 450px
}

@media only screen and (max-width:736px) {
  .m__top .m__button__bottom {
    width: 100%
  }
}

.m__top .m__button__bottom:before {
  right: 19px
}

@media print,
screen and (min-width:737px) {
  .m__top .m__button__bottom:hover:before {
    right: 10px
  }
}

.m__top .swiper-button-next:after,
.m__top .swiper-container-rtl .swiper-button-prev:after,
.m__top .swiper-button-prev:after,
.m__top .swiper-container-rtl .swiper-button-next:after {
  content: none
}

.m__top__mv {
  position: relative;
  height: 644px
}

@media only screen and (max-width:736px) {
  .m__top__mv {
    height: auto
  }
}

.m__top__mv .swiper-slide {
  overflow: hidden
}

.m__top__mv .swiper-slide img {
  width: 100%;
  min-width: 1440px
}

@media only screen and (max-width:736px) {
  .m__top__mv .swiper-slide img {
    min-width: auto
  }
}

.m__top__mv .text-wrap {
  font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "�ｭ�ｳ 譏取悃";
  position: absolute;
  z-index: 2;
  top: 148px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff
}

@media only screen and (max-width:736px) {
  .m__top__mv .text-wrap {
    top: 28%;
    text-shadow: 0 0 6px rgba(54, 35, 35, 0.6), 0 0 10px rgba(54, 35, 35, 0.6)
  }
}

.m__top__mv .title {
  font-size: 5rem;
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

@media only screen and (max-width:736px) {
  .m__top__mv .title {
    font-size: 3rem
  }
}

.m__top__mv .title span {
  font-size: 4.6rem;
  vertical-align: initial
}

@media only screen and (max-width:736px) {
  .m__top__mv .title span {
    font-size: 2.6rem
  }
}

.m__top__mv .title span.sub {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__top__mv .title span.sub {
    font-size: 1.3rem
  }
}

.m__top__mv .title span.sub em {
  font-size: 3rem;
  font-style: normal;
  vertical-align: initial
}

@media only screen and (max-width:736px) {
  .m__top__mv .title span.sub em {
    font-size: 1.6rem
  }
}

.m__top__mv .text {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.9
}

.m__top__simple-search {
  position: relative;
  z-index: 2;
  width: 1190px;
  margin-top: -114px;
  padding: 33px 30px 35px;
  background: #fff;
  border: 8px solid #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__top__simple-search {
    width: calc(100% - 20px);
    margin: -120px 10px 0;
    padding: 13px 11px 15px;
    border-width: 4px
  }
}

.m__top__simple-search .flex {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .flex {
    display: block
  }
}

.m__top__simple-search .flex .title {
  position: relative;
  margin-bottom: 12px;
  font-size: 1.4rem;
  text-align: center;
  color: #365e95;
  font-weight: bold
}

.m__top__simple-search .flex .title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 5px;
  background: #fff
}

.m__top__simple-search .flex .title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #365e95
}

.m__top__simple-search .flex .m__search-keyword__search-box {
  border: 1px solid #dcdcdc;
  border-radius: 5px
}

.m__top__simple-search .flex .m__search-keyword__search-box input {
  flex: auto 1;
  width: 414px;
  height: 64px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  border: none
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .flex .m__search-keyword__search-box input {
    height: 45px;
    background: #f2f1ef;
    font-size: 1.4rem
  }
}

.m__top__simple-search .flex .m__search-keyword__search-box .m__button__search01 {
  width: 113px;
  height: 64px;
  margin: 0;
  padding-left: 33px;
  border-radius: 0 5px 5px 0;
  background: url(../img/ico_search.svg) 20px center no-repeat, #365e95
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .flex .m__search-keyword__search-box .m__button__search01 {
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background: url(../img/ico_search.svg) center center no-repeat, #365e95;
    background-size: 23px 23px
  }
}

.m__top__simple-search .flex .m__search-keyword__search-box .m__button__search01::before {
  content: none
}

.m__top__simple-search .flex .m__search-keyword__search-box .m__button__search01::before {
  width: 28px;
  height: 28px;
  left: 13px
}

.m__top__simple-search .button-list {
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .button-list {
    margin-bottom: 15px
  }
}

.m__top__simple-search .button-list li {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(38, 38, 38, 0.5);
  cursor: pointer;
  transition: .2s;
  border-radius: 5px
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .button-list li {
    width: calc(50% - 5px);
    height: auto;
    font-size: 1.3rem;
    box-shadow: 0 0 5px rgba(38, 38, 38, 0.5)
  }

  .m__top__simple-search .button-list li img {
    width: 100%
  }
}

@media only screen and (max-width:340px) {
  .m__top__simple-search .button-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

.m__top__simple-search .button-list li+li {
  margin-left: 18px
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .button-list li+li {
    margin-left: 10px
  }
}

.m__top__simple-search .button-list li:hover {
  opacity: .7
}

.m__top__simple-search .button-list li span {
  vertical-align: baseline
}

.m__top__simple-search .button-list li.button-area {
  width: 266px
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .button-list li.button-area {
    width: calc(50% - 5px)
  }
}

.m__top__simple-search .button-list li.button-address {
  width: 283px
}

@media only screen and (max-width:736px) {
  .m__top__simple-search .button-list li.button-address {
    width: calc(50% - 5px)
  }
}

.m__top__simple-search .title-keyword {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 1.3rem;
  background: url(../img/ico_keyword.svg) no-repeat center left;
  background-size: 22px 22px
}

.m__top__simple-search .keyword-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 14px;
  background: #f5f5f5
}

.m__top__simple-search .keyword-box dt {
  margin-right: 45px
}

.m__top__simple-search .keyword-box dd ul {
  display: flex
}

.m__top__simple-search .keyword-box dd ul li {
  margin-right: 14px;
  text-align: center
}

.m__top__simple-search .keyword-box dd ul li a {
  display: inline-block;
  min-width: 83px;
  padding: 3px 16px;
  background: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: .2s
}

.m__top__simple-search .keyword-box dd ul li a:hover {
  background: #e9eef4
}

.m__top__area-search {
  width: calc(100% - 80px);
  height: calc(100vh - 435px);
  margin: 0 auto;
  overflow-y: scroll
}

@media only screen and (max-width:736px) {
  .m__top__area-search {
    width: 100%;
    height: auto;
    padding-top: 65px
  }
}

.m__top__area-search dl {
  display: flex;
  margin-bottom: 15px
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl {
    display: block;
    margin-bottom: 0
  }
}

.m__top__area-search dl dt {
  width: 138px;
  flex-shrink: 0;
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl dt {
    position: relative;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #dcdcdc
  }

  .m__top__area-search dl dt:after {
    content: "";
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }

  .m__top__area-search dl dt.is-active:after {
    transform: translateY(-50%) rotate(-90deg)
  }
}

.m__top__area-search dl dd {
  display: flex;
  align-items: flex-start
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl dd {
    display: none;
    font-size: 1.5rem
  }

  .m__top__area-search dl dd.is-open {
    display: block
  }
}

.m__top__area-search dl dd a {
  display: block;
  padding: 4px 13px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #365e95;
  border-radius: 5px;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl dd a {
    position: relative;
    padding: 15px 15px 15px 25px;
    text-align: left;
    border: none;
    border-radius: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__area-search dl dd a:hover {
    background: #e9eef4
  }
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl dd a:before {
    content: "";
    width: 7px;
    height: 12px;
    display: block;
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
  }
}

.m__top__area-search dl dd .all-area {
  width: 180px;
  flex-shrink: 0;
  padding: 4px 0;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl dd .all-area {
    width: 100%;
    padding: 15px 15px 15px 25px;
    margin-right: 0
  }
}

.m__top__area-search dl dd ul {
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl dd ul {
    display: block;
    border-bottom: 1px solid #dcdcdc
  }
}

.m__top__area-search dl dd ul li {
  margin: 0 15px 15px 0
}

@media only screen and (max-width:736px) {
  .m__top__area-search dl dd ul li {
    margin: 0;
    border-top: 1px solid #dcdcdc
  }
}

.m__top__info {
  width: 1190px;
  margin-top: 20px;
  padding: 20px 30px 20px 40px;
  background: #fff2ee
}

@media only screen and (max-width:736px) {
  .m__top__info {
    width: calc(100% - 20px);
    margin: 14px 10px 0;
    padding: 18px 16px 16px
  }
}

.m__top__info dl {
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__top__info dl {
    display: block
  }
}

.m__top__info .title {
  flex-shrink: 0;
  padding: 15px 50px 15px 0;
  border-right: 1px solid #ec1616;
  color: #ec1616;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4
}

@media only screen and (max-width:736px) {
  .m__top__info .title {
    padding: 0 0 5px;
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 1px solid #ec1616
  }
}

.m__top__info .title span {
  position: relative;
  display: inline-block;
  padding-left: 95px
}

@media only screen and (max-width:736px) {
  .m__top__info .title span {
    padding-left: 32px
  }
}

.m__top__info .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 60px;
  height: 54px;
  background: url(/resources/images/kaigo/top/ico_attention.svg) no-repeat;
  background-size: cover
}

@media only screen and (max-width:736px) {
  .m__top__info .title span::before {
    top: calc(50% - 2px);
    width: 25px;
    height: 22px
  }
}

.m__top__info .contents {
  padding-left: 30px;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__top__info .contents {
    padding: 14px 0 0;
    font-size: 1.3rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__info .contents ul li {
    display: flex
  }
}

.m__top__info .contents ul li+li {
  margin-top: 15px
}

@media only screen and (max-width:736px) {
  .m__top__info .contents ul li+li {
    margin-top: 10px
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__info .contents ul li .date {
    flex-shrink: 0;
    width: 310px
  }
}

@media only screen and (max-width:736px) {
  .m__top__info .contents ul li .date {
    line-height: 1.3
  }
}

.m__top__info .contents ul li a {
  color: #262626;
  display: inline-block
}

@media print,
screen and (min-width:737px) {
  .m__top__info .contents ul li a {
    width: 515px
  }
}

@media only screen and (max-width:736px) {
  .m__top__info .contents ul li a {
    margin-top: 4px
  }
}

.m__top__title,
.m__top .title-box {
  text-align: center
}

.m__top__title img,
.m__top .title-box img {
  max-width: 100%
}

.m__top__pickup {
  padding: 60px 0 120px
}

@media only screen and (max-width:736px) {
  .m__top__pickup {
    padding: 40px 0
  }
}

@media only screen and (max-width:736px) {
  .m__top__pickup .m__top__title {
    padding-bottom: 5px
  }

  .m__top__pickup .m__top__title img {
    max-height: 26px
  }
}

.m__top__pickup .swiper-container {
  padding: 35px 0
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-container {
    padding: 18px 0
  }
}

.m__top__pickup .swiper-slide {
  width: 855px;
  align-self: center;
  transition: opacity .3s
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-slide {
    width: 100%;
    transform: none
  }
}

.m__top__pickup .swiper-slide a {
  display: block;
  width: 630px;
  margin: 0 auto;
  border: 1px solid #9a9ca1;
  box-shadow: 0 0 12px 1px rgba(26, 26, 26, 0.13)
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-slide a {
    width: 100%
  }
}

.m__top__pickup .swiper-slide a:hover {
  opacity: .7
}

.m__top__pickup .swiper-slide p {
  display: block;
  width: 630px;
  margin: 0 auto;
  border: 1px solid #9a9ca1;
  box-shadow: 0 0 12px 1px rgba(26, 26, 26, 0.13)
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-slide p {
    width: 100%
  }
}

.m__top__pickup .swiper-slide img {
  width: 100%
}

.m__top__pickup .swiper-slide.swiper-slide-active {
  width: 855px
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-slide.swiper-slide-active {
    width: 100%
  }
}

.m__top__pickup .swiper-slide.swiper-slide-active a {
  width: 100%
}

.m__top__pickup .swiper-slide.swiper-slide-active p {
  width: 100%
}

@media print,
screen and (min-width:737px) {
  .m__top__pickup .swiper-slide.swiper-slide-prev a {
    margin-right: 52px
  }

  .m__top__pickup .swiper-slide.swiper-slide-prev p {
    margin-right: 52px
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__pickup .swiper-slide.swiper-slide-next a {
    margin-left: 52px
  }

  .m__top__pickup .swiper-slide.swiper-slide-next p {
    margin-left: 52px
  }
}

.m__top__pickup .swiper-button-next,
.m__top__pickup .swiper-button-prev {
  width: 72px;
  height: 72px;
  transition: opacity .3s
}

@media only screen and (max-width:736px) {

  .m__top__pickup .swiper-button-next,
  .m__top__pickup .swiper-button-prev {
    width: 45px;
    height: 45px
  }
}

@media print,
screen and (min-width:737px) {

  .m__top__pickup .swiper-button-next:hover,
  .m__top__pickup .swiper-button-prev:hover {
    opacity: .7
  }
}

.m__top__pickup .swiper-button-next {
  right: calc(50% - 490px);
  background: url(/resources/images/kaigo/top/slide_next.png) no-repeat center;
  background-size: cover
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-button-next {
    right: 5px
  }
}

.m__top__pickup .swiper-button-prev {
  left: calc(50% - 490px);
  background: url(/resources/images/kaigo/top/slide_prev.png) no-repeat center;
  background-size: cover
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-button-prev {
    left: 5px
  }
}

.m__top__pickup .swiper-pagination {
  bottom: 0
}

.m__top__pickup .swiper-pagination-bullet {
  margin: 0 7px !important;
  background: #aaa;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__top__pickup .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important
  }
}

.m__top__pickup .swiper-pagination-bullet-active {
  background: #365e95
}

.m__top__conditions {
  padding: 80px 0 85px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__top__conditions {
    padding: 35px 0 0
  }
}

@media only screen and (max-width:736px) {
  .m__top__conditions .m__top__title img {
    max-height: 28px
  }
}

.m__top__conditions .flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px
}

@media only screen and (max-width:736px) {
  .m__top__conditions .flex {
    justify-content: space-between;
    width: 100vw;
    margin: auto calc(50% - 50vw);
    padding-top: 37px
  }
}

.m__top__conditions .flex li {
  margin: 1px;
  overflow: hidden
}

@media only screen and (max-width:736px) {
  .m__top__conditions .flex li {
    width: calc(50% - 0.5px);
    margin: 0 0 1px
  }
}

.m__top__conditions .flex li a {
  display: block;
  width: 295px;
  position: relative;
  color: #fff;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__top__conditions .flex li a {
    width: 100%;
    height: 220px
  }
}

@media only screen and (max-width:340px) {
  .m__top__conditions .flex li a {
    height: 180px
  }
}

.m__top__conditions .flex li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 22px 0;
  background: rgba(112, 114, 120, 0.8);
  text-align: center;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__top__conditions .flex li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.3
  }
}

@media only screen and (max-width:340px) {
  .m__top__conditions .flex li a span {
    font-size: 1.3rem
  }
}

.m__top__conditions .flex li a span:before {
  content: "";
  width: 13px;
  height: 20px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s
}

@media only screen and (max-width:736px) {
  .m__top__conditions .flex li a span:before {
    width: 10px;
    height: 15px;
    right: 8px
  }
}

.m__top__conditions .flex li a img {
  transition: .8s
}

@media only screen and (max-width:736px) {
  .m__top__conditions .flex li a img {
    max-width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__conditions .flex li:hover a span:before {
    right: 7px
  }

  .m__top__conditions .flex li:hover a img {
    transform: scale(1.15)
  }
}

.m__top__service .bg-box {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0 150px;
  background: url(/resources/images/kaigo/top/service_bg_pc.jpg) no-repeat left top;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__top__service .bg-box {
    padding: 39% 0 32px;
    background: url(/resources/images/kaigo/top/service_bg_sp.jpg) no-repeat left top;
    background-size: 100%
  }
}

.m__top__service .box {
  width: 450px;
  margin-left: auto
}

@media only screen and (max-width:736px) {
  .m__top__service .box {
    width: 100%
  }
}

.m__top__service .box .m__top__title {
  margin-bottom: 30px;
  text-align: left
}

@media print,
screen and (min-width:737px) {
  .m__top__service .box .m__top__title {
    filter: drop-shadow(1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 6px rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.8))
  }
}

@media only screen and (max-width:736px) {
  .m__top__service .box .m__top__title {
    filter: drop-shadow(1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 6px rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.8));
    margin-bottom: 22px;
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__top__service .m__button__bottom {
    display: block;
    max-width: 330px;
    margin: 0 auto
  }
}

.m__top__home-search {
  padding: 80px 0 85px;
  background: #f5f5f5
}

.m__top__home-search .m__top__title {
  margin-bottom: 45px
}

.m__top__home-search .m__common__tabwrap {
  display: flex;
  width: 1220px;
  margin: 0 auto
}

.m__top__home-search .tab-ul {
  display: block;
  width: 319px;
  margin: 0;
  padding: 0;
  border-bottom: none
}

.m__top__home-search .tab-ul li {
  background: #e9eef4;
  border: 2px solid #365e95;
  border-right: none;
  border-radius: 5px 0 0 5px;
  text-align: left
}

.m__top__home-search .tab-ul li+li {
  margin: 10px 0 0
}

.m__top__home-search .tab-ul li a {
  display: block;
  text-decoration: none
}

.m__top__home-search .tab-ul li.current {
  background: #fff;
  position: relative;
  z-index: 5
}

.m__top__home-search .tab-ul li.current:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 7px rgba(68, 63, 68, 0.3)
}

.m__top__home-search .tab-ul li.current:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -11px;
  width: 12px;
  height: calc(100% + 4px);
  background: #fff
}

.m__top__home-search .tab-ul li:first-child.current:after {
  border-top: 2px solid #365e95
}

.m__top__home-search .tab-ul li:last-child {
  width: 322px
}

.m__top__home-search .tab-ul li .title.ico {
  position: relative;
  padding-left: 65px;
  font-size: 20px;
  color: #365e95
}

.m__top__home-search .tab-ul li .title.ico:before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translate(-50%, -50%)
}

.m__top__home-search .tab-ul li .title.ico-area:before {
  width: 44px;
  height: 44px;
  background: url(/resources/images/kaigo/top/ico_area.svg) center center no-repeat;
  background-size: contain
}

.m__top__home-search .tab-ul li .title.ico-fee:before {
  width: 41px;
  height: 44px;
  background: url(/resources/images/kaigo/top/ico_fee.svg) center center no-repeat;
  background-size: 41px 44px
}

.m__top__home-search .tab-ul li .title.ico-condition:before {
  width: 36px;
  height: 46px;
  background: url(/resources/images/kaigo/top/ico_condition.svg) center center no-repeat;
  background-size: 36px 44px
}

.m__top__home-search .tab-ul li .title.ico-home:before {
  width: 50px;
  height: 40px;
  background: url(/resources/images/kaigo/top/ico_home.svg) center center no-repeat;
  background-size: contain
}

.m__top__home-search .tab-ul li .title.ico-other:before {
  width: 46px;
  height: 40px;
  background: url(/resources/images/kaigo/top/ico_other.svg) center center no-repeat;
  background-size: contain
}

.m__top__home-search .tab-target-wrap {
  width: 905px;
  position: relative;
  margin-left: -3px;
  border: 2px solid #365e95;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 7px rgba(68, 63, 68, 0.3)
}

.m__top__home-search .tab-target {
  padding: 32px 34px 25px
}

.m__top__home-search .tab-target:nth-of-type(1) {
  background: url(/resources/images/kaigo/top/home_search_japan.jpg) no-repeat top 42px right 50px
}

.m__top__home-search .title03 {
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.5
}

.m__top__home-search .title03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #365e95
}

.m__top__home-search .title03--popular {
  margin: 22px 0 20px !important;
  padding: 2px 0 0 40px
}

.m__top__home-search .title03--popular:before {
  width: 32px;
  height: 29px;
  background: url(/resources/images/kaigo/top/ico_popular.svg) no-repeat;
  background-size: 32px 29px
}

.m__top__home-search .title04 {
  margin-top: 25px;
  padding-bottom: 8px;
  font-weight: normal
}

.m__top__home-search .m__search-conditions__checkbox+.m__search-conditions__checkbox {
  margin: 15px 0 0
}

.m__top__home-search .m__search-conditions__checkbox+.title03 {
  margin-top: 33px
}

@media print,
screen and (min-width:737px) {
  .m__top__home-search .m__search-conditions__checkbox .item:last-child {
    margin-right: 0
  }
}

.m__top__home-search .m__search-conditions__checkbox .text {
  min-width: 160px;
  padding: 5px 21px 5px 42px
}

.m__top__home-search .select-box-inner {
  display: flex;
  align-items: center
}

.m__top__home-search .select-box-inner label {
  min-width: 4em;
  margin-right: 30px
}

.m__top__home-search .m__form__select01 {
  width: 250px;
  margin-right: 60px
}

.m__top__home-search .tab-area .title03 {
  margin-bottom: 11px
}

.m__top__home-search .tab-area .area-list {
  display: flex;
  margin-bottom: 17px
}

.m__top__home-search .tab-area .area-list.three-pieces {
  flex-wrap: wrap;
  width: 430px
}

.m__top__home-search .tab-area .area-list.three-pieces li:nth-child(n+4) {
  margin-top: 10px
}

.m__top__home-search .tab-area .area-list li {
  margin-right: 14px
}

.m__top__home-search .tab-area .area-list li a {
  display: block;
  width: 123px;
  padding: 4px 5px;
  border-radius: 5px;
  border: 1px solid #365e95;
  text-decoration: none;
  text-align: center;
  background: #fff;
  transition: .2s
}

.m__top__home-search .tab-area .area-list li a:hover {
  background: #e9eef4
}

.m__top__home-search .tab-area .popular-area-list {
  display: flex
}

.m__top__home-search .tab-area .popular-area-list li {
  margin-right: 10px
}

.m__top__home-search .tab-area .popular-area-list li a {
  padding: 11px 17px;
  background: #f2f1ef;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 50px
}

.m__top__home-search .tab-area .popular-area-list li a:hover {
  background: #e9eef4
}

.m__top__home-search .tab-fee .select-box--width02:nth-of-type(1) {
  margin-bottom: 47px
}

.m__top__home-search .tab-condition .m__search-conditions:nth-of-type(1) {
  margin-bottom: 30px
}

.m__top__home-search .tab-condition .m__search-conditions:nth-of-type(1) .m__search-conditions__checkbox .text {
  min-width: 150px
}

.m__top__home-search .tab-home .m__arrow-link {
  position: absolute;
  top: 30px;
  right: 30px
}

.m__top__home-search .m__button__search01 {
  display: block;
  width: 450px;
  height: 80px;
  margin: 40px auto 15px
}

.m__top__home-search .m__button__search01:before {
  width: 28px;
  height: 28px;
  left: 30px
}

.m__top__home-search .flex {
  display: flex;
  justify-content: space-between;
  margin: 41px auto 0;
  padding: 0
}

.m__top__home-search .search-box {
  width: 601px;
  padding: 40px 30px 34px;
  border: 2px solid #365e95;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 7px rgba(68, 63, 68, 0.3)
}

.m__top__home-search .search-box .title {
  margin-bottom: 18px;
  padding-left: 46px;
  font-size: 2.4rem;
  font-weight: normal
}

.m__top__home-search .search-box .title.ico-address {
  background: url(../img/ico_place.svg) no-repeat center left 8px;
  background-size: 29px 29px
}

.m__top__home-search .search-box .title.ico-keyword {
  background: url(../img/ico_keyword.svg) no-repeat center left 8px;
  background-size: 28px 28px
}

.m__top__home-search .m__search-keyword__search-box {
  justify-content: space-between
}

.m__top__home-search .m__search-keyword__search-box input {
  flex: auto 0;
  width: 395px;
  height: 65px;
  background: #fff;
  font-size: 1.7rem
}

.m__top__home-search .m__search-keyword__search-box .m__button__search01 {
  width: 125px;
  height: 65px;
  margin: 0;
  padding-left: 35px
}

.m__top__home-search .m__search-keyword__search-box .m__button__search01:before {
  left: 17px;
  width: 28px;
  height: 28px
}

.m__top__checkbox.m__search-conditions__checkbox .text {
  padding: 5px 27px 5px 53px
}

.m__top__series {
  padding-top: 75px
}

@media only screen and (max-width:736px) {
  .m__top__series {
    padding-top: 47px;
    background: #f5f5f5
  }
}

@media only screen and (max-width:736px) {
  .m__top__series .l__common-inner01 {
    padding: 0
  }
}

@media only screen and (max-width:736px) {
  .m__top__series .m__top__title {
    padding: 0 15px
  }

  .m__top__series .m__top__title img {
    max-height: 71px
  }
}

.m__top__series .lead-text {
  padding: 17px 0 33px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__top__series .lead-text {
    font-size: 1.3rem;
    padding: 21px 0 38px
  }
}

.m__top__series-slider .swiper-slide {
  height: 530px;
  background: url(/resources/images/kaigo/top/series_gg_slide.jpg) no-repeat right center;
  background-size: cover;
  position: relative
}

.m__top__series-slider .swiper-slide.aria {
  background: url(/resources/images/kaigo/top/series_aria_slide.jpg) no-repeat right center;
  background-size: cover
}

.m__top__series-slider .swiper-slide.gg {
  background: url(/resources/images/kaigo/top/series_gg_slide.jpg) no-repeat right center;
  background-size: cover
}

.m__top__series-slider .swiper-slide.bonsejour {
  background: url(/resources/images/kaigo/top/series_bonsejour_slide.jpg) no-repeat right center;
  background-size: cover
}

.m__top__series-slider .swiper-slide.kurara {
  background: url(/resources/images/kaigo/top/series_kurara_slide.jpg) no-repeat right center;
  background-size: cover
}

.m__top__series-slider .swiper-slide.madoka {
  background: url(/resources/images/kaigo/top/series_madoka_slide.jpg) no-repeat right center;
  background-size: cover
}

.m__top__series-slider .swiper-slide.cocochi {
  background: url(/resources/images/kaigo/top/series_cocochi_slide.jpg) no-repeat right center;
  background-size: cover
}

.m__top__series-slider .swiper-slide.lire {
  background: url(/resources/images/kaigo/top/series_lire_slide.jpg) no-repeat right center;
  background-size: cover
}

.m__top__series-slider .box {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px
}

.m__top__series-slider .box img {
  margin-left: -30px
}

.m__top__series-slider .box .text01 {
  font-size: 2rem;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff
}

.m__top__series-slider .box .text02 {
  width: 580px;
  margin: 35px 0;
  line-height: 2;
  font-size: 1.8rem;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff
}

.m__top__series-slider .box .button {
  display: inline-block;
  width: 228px;
  position: relative;
  color: #fff;
  border-radius: 5px;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  padding: 14px 25px;
  position: relative;
  cursor: pointer;
  transition: .2s
}

.m__top__series-slider .box .button:before {
  transition: .2s;
  content: "";
  width: 11px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%)
}

.m__top__series-slider .box .button:hover {
  opacity: .7
}

.m__top__series-slider .box .button:hover:before {
  right: 10px
}

.m__top__series-slider .box .button--aria {
  background: #3e4972
}

.m__top__series-slider .box .button--gg {
  background: #34a584
}

.m__top__series-slider .box .button--bonsejour {
  background: #148cc2
}

.m__top__series-slider .box .button--kurara {
  background: #ee9c52
}

.m__top__series-slider .box .button--madoka {
  background: #dd577a
}

.m__top__series-slider .box .button--cocochi {
  background: #94492f
}

.m__top__series-slider .box .button--lire {
  background: #694b3b
}

.m__top__series-slider p.caption {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 1px 1px 0 #262626, -1px 1px 0 #262626, 1px -1px 0 #262626, -1px -1px 0 #262626
}

.m__top__series-slider .swiper-button-next,
.m__top__series-slider .swiper-button-prev {
  width: 72px;
  height: 72px;
  top: calc(50% - 100px);
  transition: opacity .3s
}

@media print,
screen and (min-width:737px) {

  .m__top__series-slider .swiper-button-next:hover,
  .m__top__series-slider .swiper-button-prev:hover {
    opacity: .7
  }
}

.m__top__series-slider .swiper-button-next {
  right: calc(50% - 655px);
  background: url(/resources/images/kaigo/top/slide_next.png) no-repeat center;
  background-size: cover
}

.m__top__series-slider .swiper-button-prev {
  left: calc(50% - 655px);
  background: url(/resources/images/kaigo/top/slide_prev.png) no-repeat center;
  background-size: cover
}

.m__top__series-slider .swiper-pagination-thumbs {
  display: flex;
  justify-content: space-between;
  width: 1220px;
  margin: 28px auto 45px;
  padding: 0
}

.m__top__series-slider .swiper-pagination-thumb {
  width: 164px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  transition: .2s
}

.m__top__series-slider .swiper-pagination-thumb:hover {
  opacity: .8
}

.m__top__series-slider .swiper-pagination-thumb-active .thumb {
  position: relative;
  display: block
}

.m__top__series-slider .swiper-pagination-thumb-active .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47)
}

.m__top__series-slider .swiper-pagination-thumb-active .thumb:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #2c3b60;
  border-width: 2px;
  top: -3px;
  left: -3px;
  width: calc(100% + 2px);
  height: calc(100% + 2px)
}

.m__top__series-slider .swiper-pagination-thumb:nth-of-type(1) .thumb:after {
  border-color: #3e4972
}

.m__top__series-slider .swiper-pagination-thumb:nth-of-type(2) .thumb:after {
  border-color: #34a584
}

.m__top__series-slider .swiper-pagination-thumb:nth-of-type(3) .thumb:after {
  border-color: #148cc2
}

.m__top__series-slider .swiper-pagination-thumb:nth-of-type(4) .thumb:after {
  border-color: #ee9c52
}

.m__top__series-slider .swiper-pagination-thumb:nth-of-type(5) .thumb:after {
  border-color: #dd577a
}

.m__top__series-slider .swiper-pagination-thumb:nth-of-type(6) .thumb:after {
  border-color: #94492f
}

.m__top__series-slider .swiper-pagination-thumb:nth-of-type(7) .thumb:after {
  border-color: #694b3b
}

.m__top__series .m__button__bottom {
  display: block;
  width: 400px;
  margin: 0 auto 63px;
  padding: 22px 25px
}

.m__top__series .sp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1px
}

.m__top__series .sp-list li {
  width: calc(50% - 0.5px);
  margin-bottom: 1px
}

.m__top__series .sp-list li a {
  display: block;
  overflow: hidden;
  height: calc(50vw * 0.96);
  position: relative;
  text-decoration: none
}

.m__top__series .sp-list li a .caption {
  display: block;
  color: #fff;
  font-size: 1rem;
  padding: 0 10px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #262626, -1px 1px 0 #262626, 1px -1px 0 #262626, -1px -1px 0 #262626;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 55px
}

.m__top__series .sp-list li a img {
  max-width: none;
  height: 100%
}

.m__top__series .sp-list li.text-link {
  display: flex;
  align-items: center;
  position: relative;
  background: #e9eef4;
  border: 1px solid #365e95
}

.m__top__series .sp-list li.text-link a {
  color: #365e95;
  text-decoration: none;
  height: auto
}

.m__top__series .sp-list li.text-link a p {
  padding-left: 20px;
  font-size: 5.6vw
}

.m__top__series .sp-list li.text-link a p span {
  font-size: 4.7vw;
  vertical-align: baseline
}

.m__top__series .sp-list li.text-link:before {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s
}

.m__top__merit {
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__top__merit {
    background: none
  }
}

.m__top__merit .bg-box {
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 0 65px;
  background: url(/resources/images/kaigo/top/merit_bg_pc.jpg) no-repeat left top;
  background-size: auto
}

@media only screen and (max-width:736px) {
  .m__top__merit .bg-box {
    padding: 42% 0 36px;
    background: url(/resources/images/kaigo/top/merit_bg_sp.jpg) no-repeat left top;
    background-size: cover
  }
}

.m__top__merit .box {
  width: 467px;
  margin-left: auto;
  padding: 35px 40px 42px;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.6)
}

@media only screen and (max-width:736px) {
  .m__top__merit .box {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: none
  }
}

.m__top__merit .box .m__top__title {
  margin-bottom: 30px;
  text-align: left
}

@media print,
screen and (min-width:737px) {
  .m__top__merit .box .m__top__title {
    filter: drop-shadow(1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 6px rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.8))
  }
}

@media only screen and (max-width:736px) {
  .m__top__merit .box .m__top__title {
    filter: drop-shadow(1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 6px rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.8));
    width: 90vw;
    margin: auto calc(50% - 45vw);
    padding-bottom: 20px;
    text-align: center
  }

  .m__top__merit .box .m__top__title img {
    max-height: 156px
  }
}

.m__top__merit .box .m__button__bottom {
  width: 467px;
  padding: 15px 25px
}

@media only screen and (max-width:736px) {
  .m__top__merit .box .m__button__bottom {
    display: block;
    width: 100%;
    max-width: 345px;
    margin: 0 auto
  }
}

@media only screen and (max-width:340px) {
  .m__top__merit .box .m__button__bottom {
    font-size: 1.45rem
  }
}

.m__top__knowledge {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  background: url(/resources/images/kaigo/top/knowledge_bg_pc.jpg) no-repeat left top;
  background-size: contain
}

@media print,
screen and (min-width:737px) {
  .m__top__knowledge {
    margin: 80px auto;
    background-size: 491px auto
  }
}

@media only screen and (max-width:736px) {
  .m__top__knowledge {
    background: url(/resources/images/kaigo/top/knowledge_bg_sp.jpg) no-repeat left top;
    background-size: 100%
  }
}

.m__top__knowledge .l__common-inner01 {
  display: flex;
  max-width: 1400px;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .l__common-inner01 {
    display: block
  }
}

.m__top__knowledge .m__top__title {
  width: 367px;
  padding-top: 80px;
  text-align: left
}

@media print,
screen and (min-width:737px) {
  .m__top__knowledge .m__top__title {
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.4)) drop-shadow(0 1px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-1px 0 6px rgba(0, 0, 0, 0.4)) drop-shadow(0 -1px 6px rgba(0, 0, 0, 0.4))
  }
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .m__top__title {
    filter: drop-shadow(1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 6px rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.8));
    width: 100%;
    padding: 16% 0;
    text-align: right
  }

  .m__top__knowledge .m__top__title img {
    max-height: 90px
  }
}

.m__top__knowledge .contents-wrap {
  width: calc(100% - 367px);
  padding: 0 0 90px 40px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .contents-wrap {
    width: 100%;
    padding: 0;
    background: none
  }
}

.m__top__knowledge .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.m__top__knowledge .box {
  display: block;
  width: 375px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  color: #262626;
  text-decoration: none;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgba(68, 63, 68, 0.3)
  }
}

.m__top__knowledge .box .pic {
  display: flex;
  height: 113px;
  margin-bottom: 0 10px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .box .pic {
    width: 71px;
    height: auto;
    margin-bottom: 0
  }

  .m__top__knowledge .box .pic--01 {
    width: 71px
  }

  .m__top__knowledge .box .pic--02 {
    width: 63px
  }

  .m__top__knowledge .box .pic--03 {
    width: 56px
  }

  .m__top__knowledge .box .pic--04 {
    width: 58px
  }

  .m__top__knowledge .box .pic--05 {
    width: 48px
  }

  .m__top__knowledge .box .pic--06 {
    width: 92px
  }
}

.m__top__knowledge .box .pic img {
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .box .pic img {
    max-width: 100%;
    height: auto
  }
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .box dl {
    width: calc(100% - 87px)
  }
}

.m__top__knowledge .box dl dt {
  padding-right: 25px;
  text-align: center;
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .box dl dt {
    padding-right: 0;
    font-size: 1.8rem;
    text-align: left
  }
}

@media only screen and (max-width:340px) {
  .m__top__knowledge .box dl dt br {
    display: none
  }
}

.m__top__knowledge .box dl dd {
  margin-top: 5px;
  font-size: 1.6rem;
  letter-spacing: 0
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .box dl dd {
    margin-top: 10px;
    font-size: 1.3rem
  }
}

.m__top__knowledge .box:before {
  content: "";
  width: 13px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 22px;
  top: 131px;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .box:before {
    width: 10px;
    height: 15px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__knowledge .box:hover {
    background: #e9eef4
  }

  .m__top__knowledge .box:hover:before {
    right: 13px
  }
}

.m__top__knowledge .m__button__bottom {
  display: block;
  margin: 0 auto 50px;
  padding: 22px 25px
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .m__button__bottom {
    margin: 7px auto 60px;
    padding: 17px 25px
  }
}

.m__top__knowledge .m__common__title02 {
  padding: 45px 0 15px
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .m__common__title02 {
    padding: 30px 0 25px;
    line-height: 1.6
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__knowledge .m__common__title02 .accent {
    left: 0;
    width: calc(100% - 15px)
  }
}

.m__top__knowledge .m__common__title02 .title {
  padding-left: 10px
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .article-links {
    margin-bottom: 35px;
    border: 2px solid #f2f1ef
  }
}

.m__top__knowledge .article-links li {
  width: 377px;
  border-bottom: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .article-links li {
    width: 100%;
    border-bottom: 1px solid #f2f1ef
  }
}

.m__top__knowledge .article-links li a {
  display: block;
  position: relative;
  padding: 25px 30px 25px 10px;
  color: #262626;
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .article-links li a {
    padding: 26px 20px 26px 10px;
    color: #365e95;
    text-decoration: underline
  }
}

.m__top__knowledge .article-links li a:before {
  content: "";
  width: 13px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .article-links li a:before {
    width: 8px;
    height: 14px;
    right: 8px
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__knowledge .article-links li a:hover {
    background: #e9eef4
  }

  .m__top__knowledge .article-links li a:hover:before {
    right: 5px
  }
}

.m__top__knowledge .tag-cloud {
  padding: 20px 15px 20px 30px;
  margin-top: 40px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .tag-cloud {
    padding: 0;
    background: transparent;
    margin-bottom: 40px
  }
}

.m__top__knowledge .tag-cloud .title {
  font-size: 2.4rem;
  font-weight: normal
}

.m__top__knowledge .tag-cloud .title:first-letter {
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .tag-cloud .title {
    font-size: 2.1rem
  }
}

.m__top__knowledge .tag-cloud ul {
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .tag-cloud ul {
    display: block
  }
}

.m__top__knowledge .tag-cloud ul li {
  margin: 4px 12px 4px 0
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .tag-cloud ul li {
    margin: 5px 0
  }
}

.m__top__knowledge .tag-cloud ul li a {
  border-radius: 20px;
  padding: 0 15px;
  font-size: 1.6rem;
  display: inline-block;
  background: #fff;
  color: #365e95
}

@media print,
screen and (min-width:737px) {
  .m__top__knowledge .tag-cloud ul li a {
    text-decoration: none
  }

  .m__top__knowledge .tag-cloud ul li a:hover {
    background: #e9eef4
  }
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .tag-cloud ul li a {
    font-size: 1.4rem;
    padding: 0
  }
}

@media only screen and (max-width:736px) {
  .m__top__knowledge .tag-cloud ul li a .pc {
    display: none
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__knowledge .tag-cloud ul li a .sp {
    display: none
  }
}

.m__top__taikendan {
  position: relative;
  padding: 65px 0 0;
  background: #f5f5f5;
  overflow: hidden
}

@media only screen and (max-width:736px) {
  .m__top__taikendan {
    padding: 42px 0 48px;
    background: url(/resources/images/kaigo/top/taikendan_bg_sp.jpg) no-repeat left top;
    background-size: 100%
  }
}

.m__top__taikendan:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 210px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__top__taikendan:after {
    content: none
  }
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .m__top__title {
    text-align: left;
    filter: drop-shadow(1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 6px rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.8))
  }

  .m__top__taikendan .m__top__title img {
    max-height: 109px
  }
}

.m__top__taikendan .lead-text {
  margin: 17px 0 45px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .lead-text {
    margin: 8px 0 30px;
    text-align: left;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff
  }
}

.m__top__taikendan .links {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links {
    display: block;
    margin-bottom: 40px
  }
}

.m__top__taikendan .links .column01 {
  width: 669px
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .column01 {
    width: 100%;
    margin-bottom: 18px
  }
}

.m__top__taikendan .links .column02 {
  width: 503px
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .column02 {
    width: 100%
  }
}

.m__top__taikendan .links .column02 .box+.box {
  margin-top: 17px
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .column02 .box+.box {
    margin-bottom: 18px
  }
}

.m__top__taikendan .links .column02 .box p {
  left: 32px
}

.m__top__taikendan .links .box {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(68, 63, 68, 0.3)
  }
}

.m__top__taikendan .links .box img {
  transition: .8s
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .box img {
    width: 131px
  }
}

.m__top__taikendan .links .box p {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding-top: 15px;
  color: #fff;
  font-family: "HiraginoSans-W1", ".HiraKakuInterface-W1", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", "YuGothic", Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif;
  font-weight: normal;
  font-size: 2.8rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 6px rgba(0, 0, 0, 0.4)
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .box p {
    width: calc(100% - 131px);
    position: static;
    transform: none;
    padding-top: 0;
    padding-left: 15px;
    color: #262626;
    font-size: 1.7rem;
    text-shadow: none;
    line-height: 1.6
  }
}

.m__top__taikendan .links .box p span {
  font-size: 4rem;
  line-height: 1.1;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .box p span {
    font-size: 2rem
  }
}

.m__top__taikendan .links .box:before {
  transition: .5s;
  content: "";
  width: 17px;
  height: 30px;
  display: block;
  background: url(../img/ico_arrow_white02.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .links .box:before {
    width: 10px;
    height: 15px;
    right: 8px;
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__taikendan .links .box:hover img {
    transform: scale(1.1)
  }

  .m__top__taikendan .links .box:hover:before {
    right: 20px
  }
}

.m__top__taikendan .title02 {
  position: relative;
  margin: 82px 0 40px;
  line-height: 1;
  font-weight: normal;
  font-size: 3rem;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .title02 {
    width: calc(100% - 30px);
    margin: 0;
    padding-bottom: 15px;
    font-size: 1.8rem;
    text-align: left;
    border-bottom: 1px solid #365e95
  }
}

.m__top__taikendan .title02 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 40px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .title02 span {
    padding: 0;
    background: none
  }
}

.m__top__taikendan .title02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #262626
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .title02:before {
    content: none
  }
}

.m__top__taikendan .link {
  position: relative;
  z-index: 2;
  text-align: right;
  margin: 10px 0 75px
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .link {
    margin: 11px 0 0
  }
}

.m__top__taikendan .m__arrow-link {
  font-size: 2rem
}

.m__top__taikendan .m__arrow-link:before {
  width: 14px;
  height: 21px
}

@media only screen and (max-width:736px) {
  .m__top__taikendan .m__arrow-link {
    width: 100%;
    color: #fff;
    background: #365e95;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.7rem;
    text-align: center;
    text-decoration: none;
    padding: 17px 25px;
    position: relative;
    cursor: pointer
  }

  .m__top__taikendan .m__arrow-link:before {
    content: "";
    width: 8px;
    height: 14px;
    right: 20px;
    background: url(../img/ico_arrow_white01.svg) center center no-repeat;
    background-size: contain;
    position: absolute
  }
}

.m__top__episode {
  position: relative;
  padding: 68px 0 0;
  background: #f5f5f5;
  overflow: hidden
}

@media only screen and (max-width:736px) {
  .m__top__episode {
    padding: 45px 0 40px;
    background: url(/resources/images/kaigo/top/episode_bg_sp.jpg) no-repeat left top;
    background-size: 100%
  }
}

.m__top__episode:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 210px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__top__episode:after {
    content: none
  }
}

.m__top__episode .m__top__title {
  margin-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__top__episode .m__top__title {
    margin-bottom: 5px;
    text-align: right;
    filter: drop-shadow(1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 1px 6px rgba(255, 255, 255, 0.8)) drop-shadow(-1px 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 -1px 6px rgba(255, 255, 255, 0.8))
  }

  .m__top__episode .m__top__title img {
    max-height: 107px
  }
}

.m__top__episode .link {
  position: relative;
  z-index: 2;
  text-align: right;
  margin: 10px 0 75px
}

@media only screen and (max-width:736px) {
  .m__top__episode .link {
    margin: 11px 0 0
  }
}

.m__top__episode .m__arrow-link {
  font-size: 2rem
}

.m__top__episode .m__arrow-link:before {
  width: 14px;
  height: 21px
}

@media only screen and (max-width:736px) {
  .m__top__episode .m__arrow-link {
    width: 100%;
    color: #fff;
    background: #365e95;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.7rem;
    text-align: center;
    text-decoration: none;
    padding: 17px 25px;
    position: relative;
    cursor: pointer
  }

  .m__top__episode .m__arrow-link:before {
    content: "";
    width: 8px;
    height: 14px;
    right: 20px;
    background: url(../img/ico_arrow_white01.svg) center center no-repeat;
    background-size: contain;
    position: absolute
  }
}

.m__top__article-slider {
  width: 1155px;
  margin: 0;
  overflow: visible
}

@media only screen and (max-width:736px) {
  .m__top__article-slider {
    width: auto;
    margin: auto calc(50% - 50vw);
    overflow: hidden
  }
}

.m__top__article-slider__inner {
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding: 30px 35px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__top__article-slider__inner {
    width: 100%;
    padding: 0;
    background: none;
    overflow: visible
  }
}

.m__top__article-slider__wrap {
  position: relative
}

.m__top__article-slider__wrap .swiper-button-next,
.m__top__article-slider__wrap .swiper-button-prev {
  width: 72px;
  height: 72px;
  transition: opacity .3s
}

@media only screen and (max-width:736px) {

  .m__top__article-slider__wrap .swiper-button-next,
  .m__top__article-slider__wrap .swiper-button-prev {
    display: none
  }
}

@media print,
screen and (min-width:737px) {

  .m__top__article-slider__wrap .swiper-button-next:hover,
  .m__top__article-slider__wrap .swiper-button-prev:hover {
    opacity: .7
  }
}

.m__top__article-slider__wrap .swiper-button-next {
  left: 1160px;
  background: url(/resources/images/kaigo/top/slide_next.png) no-repeat center;
  background-size: cover
}

.m__top__article-slider__wrap .swiper-button-next.swiper-button-disabled {
  display: none
}

.m__top__article-slider__wrap .swiper-button-prev {
  left: -42px;
  background: url(/resources/images/kaigo/top/slide_prev.png) no-repeat center;
  background-size: cover
}

.m__top__article-slider__wrap .swiper-button-prev.swiper-button-disabled {
  display: none
}

.m__top__article-slider__wrap .swiper-pagination {
  width: 100%;
  margin-top: -20px
}

.m__top__article-slider__wrap .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  display: inline-block
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-wrapper {
    display: block;
    padding: 15px 0
  }
}

.m__top__article-slider .swiper-slide {
  display: block;
  position: relative;
  color: #262626;
  text-decoration: none;
  overflow: hidden
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide {
    position: relative;
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    padding: 10px 20px 10px 5px;
    box-shadow: 0 1px 10px rgba(68, 63, 68, 0.2);
    background: #fff
  }

  .m__top__article-slider .swiper-slide+.swiper-slide {
    margin-top: 15px
  }

  .m__top__article-slider .swiper-slide:nth-child(n+4) {
    display: none
  }

  .m__top__article-slider .swiper-slide:after {
    content: "";
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

.m__top__article-slider .swiper-slide>img {
  transition: .8s
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide>img {
    display: none
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__article-slider .swiper-slide:hover>img {
    transform: scale(1.15)
  }
}

.m__top__article-slider .swiper-slide .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8)
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide .text-box {
    position: relative;
    align-items: center;
    padding: 0;
    background: none
  }
}

.m__top__article-slider .swiper-slide .vol {
  flex-shrink: 0;
  position: relative;
  font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "�ｭ�ｳ 譏取悃";
  font-size: 2.4rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide .vol {
    display: flex;
    flex-direction: column;
    width: 67px;
    padding: 14px 0;
    font-size: 1.2rem
  }
}

.m__top__article-slider .swiper-slide .vol:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide .vol:after {
    right: 0;
    left: auto;
    width: 2px;
    height: 100%;
    background: #e7e7e7
  }
}

.m__top__article-slider .swiper-slide .vol .num-text {
  width: 42px;
  height: 19px;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide .vol .num-text {
    width: 27px;
    height: 17px;
    padding-left: 5px
  }
}

.m__top__article-slider .swiper-slide .vol .number {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", "YuGothic", Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif;
  font-weight: 200;
  font-size: 5rem;
  vertical-align: baseline;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide .vol .number {
    width: 2em;
    text-align: center;
    font-size: 3rem;
    letter-spacing: -.03em
  }
}

.m__top__article-slider .swiper-slide .text {
  height: 3.6em;
  overflow: hidden;
  margin-left: 17px
}

@media only screen and (max-width:736px) {
  .m__top__article-slider .swiper-slide .text {
    position: relative;
    margin-left: 8px;
    font-size: 1.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
  }
}

.m__top__event {
  padding: 100px 0 70px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__top__event {
    padding: 44px 0
  }
}

.m__top__event .m__top__title {
  padding-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__top__event .m__top__title {
    padding-bottom: 27px
  }

  .m__top__event .m__top__title img {
    max-height: 27px
  }
}

@media only screen and (max-width:736px) {
  .m__top__event .m__event-card .list>li {
    position: relative
  }

  .m__top__event .m__event-card .list>li:after {
    content: "";
    width: 8px;
    height: 13px;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }

  .m__top__event .m__event-card .list>li+li {
    margin-top: 16px
  }

  .m__top__event .m__event-card .list>li:nth-child(n+4) {
    display: none
  }
}

@media only screen and (max-width:736px) {
  .m__top__event .m__event-card .m__event-category-list>li {
    font-size: 1.4rem
  }
}

@media only screen and (max-width:736px) {
  .m__top__event .m__event-card .m__event-category-list>li a {
    padding: 3px 14px
  }
}

@media only screen and (max-width:736px) {
  .m__top__event .m__event-card .title-wrap {
    margin: 10px 0
  }
}

@media only screen and (max-width:736px) {
  .m__top__event .m__event-card .title {
    font-size: 1.7rem
  }
}

.m__top__event .m__event-card .date {
  color: #584a39
}

.m__top__event .m__event-card .address {
  letter-spacing: 0
}

.m__top__event .m__event-card .address dl {
  display: flex
}

.m__top__event .m__event-card .address dl dt {
  width: 4em
}

.m__top__event .m__event-card .address dl dd {
  width: calc(100% - 4em)
}

.m__top__event .m__button__bottom {
  display: block;
  margin: 33px auto 0;
  padding: 22px 25px
}

@media only screen and (max-width:736px) {
  .m__top__event .m__button__bottom {
    margin: 23px auto 0;
    padding: 17px 25px
  }
}

.m__top__topics {
  padding: 90px 0
}

@media only screen and (max-width:736px) {
  .m__top__topics {
    padding: 40px 0 42px
  }
}

.m__top__topics .l__common-inner01 {
  position: relative;
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__top__topics .l__common-inner01 {
    display: block
  }
}

.m__top__topics .title-box {
  margin: 25px 47px 0 0
}

@media only screen and (max-width:736px) {
  .m__top__topics .title-box {
    margin: 0 0 26px
  }
}

.m__top__topics .title-box .m__top__title {
  text-align: left
}

@media only screen and (max-width:736px) {
  .m__top__topics .title-box .m__top__title {
    text-align: center
  }

  .m__top__topics .title-box .m__top__title img {
    max-height: 57px
  }
}

.m__top__topics .m__button__bottom {
  position: absolute;
  left: 0;
  top: 180px;
  width: 300px;
  padding: 12px 25px;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__top__topics .m__button__bottom {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 15px;
    padding: 17px 25px;
    font-size: 1.6rem
  }
}

.m__top__topics .list {
  width: 777px
}

@media only screen and (max-width:736px) {
  .m__top__topics .list {
    width: 100%
  }
}

.m__top__topics .list .rows {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 35px 15px;
  border-top: 1px solid #dcdcdc;
  text-decoration: none;
  color: #262626;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__top__topics .list .rows {
    flex-wrap: wrap;
    padding: 30px 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__topics .list .rows:hover {
    background: #e9eef4
  }
}

.m__top__topics .list .rows:last-child {
  border-bottom: 1px solid #dcdcdc
}

.m__top__topics .list .rows:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% + 25px);
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__top__topics .list .rows:after {
    width: 8px;
    height: 13px;
    top: 50%;
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__topics .list .rows:hover:after {
    right: 10px
  }
}

.m__top__topics .list .rows .date {
  min-width: 150px;
  letter-spacing: -.01em;
  margin-right: 20px
}

@media only screen and (max-width:736px) {
  .m__top__topics .list .rows .date {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    margin-right: 15px;
    font-size: 1.4rem
  }
}

.m__top__topics .list .rows .category {
  width: 150px;
  margin-right: 20px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100px
}

@media all and (-ms-high-contrast:none) {
  .m__top__topics .list .rows .category {
    line-height: 1.4;
    padding-top: 3px
  }
}

@media only screen and (max-width:736px) {
  .m__top__topics .list .rows .category {
    font-size: 1.4rem;
    width: 140px;
    margin-bottom: 10px
  }
}

.m__top__topics .list .rows .category.gray {
  background: #8a8a8a
}

.m__top__topics .list .rows .category.orange {
  background: #e4974c
}

.m__top__topics .list .rows .category.mintgreen {
  background: #45aa97
}

.m__top__topics .list .rows .category.pink {
  background: #ec8a95
}

.m__top__topics .list .rows .category.green {
  background: #5ea847
}

.m__top__topics .list .rows .category.purple {
  background: #9666a5
}

.m__top__topics .list .rows .category.lightblue {
  background: #59a7bd
}

.m__top__topics .list .rows .title {
  width: 100%;
  margin-top: 20px;
  padding-right: 50px;
  vertical-align: middle;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__top__topics .list .rows .title {
    width: 100%;
    margin-top: 0;
    padding-right: 14px;
    font-size: 1.7rem;
    line-height: 1.8
  }
}

.m__top__topics .list .rows .title .pdf {
  font-size: 1.6rem;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  color: #b73220;
  border: 1px solid #b73220;
  padding: 2px 10px;
  line-height: 1;
  margin-left: 6px
}

@media all and (-ms-high-contrast:none) {
  .m__top__topics .list .rows .title .pdf {
    padding-top: 4px;
    padding-bottom: 0;
    margin-top: -3px
  }
}

@media only screen and (max-width:736px) {
  .m__top__topics .list .rows .title .pdf {
    font-size: 1.4rem
  }
}

.m__top__guidance {
  padding: 83px 0 100px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__top__guidance {
    padding: 48px 0 80px
  }
}

.m__top__guidance .m__top__title {
  padding-bottom: 34px
}

@media only screen and (max-width:736px) {
  .m__top__guidance .m__top__title {
    padding-bottom: 30px
  }

  .m__top__guidance .m__top__title img {
    max-height: 27px
  }
}

.m__top__guidance .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.m__top__guidance .link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 585px;
  padding: 42px 50px 42px 10px;
  text-decoration: none;
  color: #262626;
  border-bottom: 1px solid #ccc;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__top__guidance .link {
    width: 100%;
    justify-content: space-between;
    margin-top: 14px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 5px rgba(68, 63, 68, 0.3)
  }
}

.m__top__guidance .link:nth-of-type(n+3) {
  border-bottom: none
}

@media only screen and (max-width:736px) {
  .m__top__guidance .link .pic {
    width: 65px;
    text-align: center
  }

  .m__top__guidance .link .pic img {
    max-width: 100%;
    height: auto
  }

  .m__top__guidance .link .pic--01 {
    width: 46px
  }

  .m__top__guidance .link .pic--02 {
    width: 54px;
    display: block;
    margin-right: auto
  }

  .m__top__guidance .link .pic--03 {
    width: 47px
  }

  .m__top__guidance .link .pic--04 {
    width: 65px
  }
}

.m__top__guidance .link dl {
  width: 373px
}

@media only screen and (max-width:736px) {
  .m__top__guidance .link dl {
    width: calc(100% - 75px)
  }
}

.m__top__guidance .link dl dt {
  margin-bottom: 5px;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__top__guidance .link dl dt {
    margin-bottom: 10px;
    font-size: 1.7rem
  }
}

@media only screen and (max-width:736px) {
  .m__top__guidance .link dl dd {
    font-size: 1.3rem
  }
}

.m__top__guidance .link:after {
  content: "";
  width: 13px;
  height: 21px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__top__guidance .link:after {
    width: 10px;
    height: 15px;
    right: 5px
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__guidance .link:hover {
    background: #e9eef4
  }

  .m__top__guidance .link:hover:after {
    right: 10px
  }
}

.m__top__guidance .inquiry {
  width: 1073px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
  padding: 33px 33px 33px 65px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__top__guidance .inquiry {
    display: block;
    width: 100%;
    margin: 25px auto 0;
    padding: 25px 15px
  }
}

.m__top__guidance .inquiry p {
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__top__guidance .inquiry p {
    padding-bottom: 15px;
    font-size: 1.6rem;
    text-align: center
  }
}

.m__top__guidance .inquiry .m__button__bottom {
  padding: 22px 25px
}

@media only screen and (max-width:736px) {
  .m__top__guidance .inquiry .m__button__bottom {
    padding: 17px 25px
  }
}

.m__top__guidance .inquiry .m__button__bottom img {
  margin-right: 15px;
  vertical-align: sub
}

@media only screen and (max-width:736px) {
  .m__top__guidance .inquiry .m__button__bottom img {
    width: 30px;
    margin-right: 7px;
    vertical-align: top
  }
}

.m__top__guidance .banner {
  margin-top: 80px
}

.m__top__guidance .banner .ttl {
  text-align: center
}

.m__top__guidance .banner .ttl span {
  font-weight: bold;
  font-size: 2.2rem;
  padding-right: 2px;
  line-height: 1.6
}

@media only screen and (max-width:736px) {
  .m__top__guidance .banner .ttl span {
    font-size: 1.6rem
  }
}

.m__top__guidance .banner a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 533px;
  height: 132px;
  overflow: hidden;
  border: 2px solid #ac4848;
  text-decoration: none;
  margin: 10px auto 0;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__top__guidance .banner a {
    width: 100%;
    height: 100px;
    margin-top: 5px
  }
}

.m__top__guidance .banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/resources/images/kaigo/top/guidance_img.jpg) no-repeat 50%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: .8s
}

@media only screen and (max-width:736px) {
  .m__top__guidance .banner a::before {
    background-image: url(/resources/images/kaigo/top/guidance_img_sp.jpg);
    background-size: cover
  }
}

.m__top__guidance .banner a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 29px;
  height: 7px;
  background: url(/resources/images/kaigo/top/arrow_next_red.svg) no-repeat;
  background-size: contain;
  transition: .5s
}

@media only screen and (max-width:736px) {
  .m__top__guidance .banner a::after {
    right: 8px;
    bottom: 8px
  }
}

@media print,
screen and (min-width:737px) {
  .m__top__guidance .banner a:hover::before {
    transform: scale(1.1);
    opacity: .7
  }

  .m__top__guidance .banner a:hover::after {
    right: 7px
  }
}

.m__top__guidance .banner a .text {
  position: relative;
  z-index: 2;
  font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "�ｭ�ｳ 譏取悃";
  color: #262626;
  font-size: 2.9rem;
  padding-right: 20px;
  text-align: center;
  line-height: 1.2
}

@media only screen and (max-width:736px) {
  .m__top__guidance .banner a .text {
    font-size: 1.6rem;
    padding-right: 15px
  }
}

.m__top__guidance .banner a .text span {
  font-size: 2.3rem;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__top__guidance .banner a .text span {
    font-size: 1.4rem
  }
}

.m__top__recruit .l__common-inner01 {
  border-bottom: 1px solid #ccc;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__top__recruit .l__common-inner01 {
    border-bottom: 1px solid #e7e7e7
  }
}

.m__top__recruit .bnr-wrap {
  display: flex;
  justify-content: space-between;
  padding: 35px 0
}

@media only screen and (max-width:736px) {
  .m__top__recruit .bnr-wrap {
    display: block
  }
}

.m__top__recruit .bnr-wrap li {
  transition: opacity .3s
}

@media only screen and (max-width:736px) {
  .m__top__recruit .bnr-wrap li+li {
    margin-top: 15px
  }
}

.m__top__recruit .bnr-wrap li a {
  display: block;
  width: 380px
}

@media only screen and (max-width:736px) {
  .m__top__recruit .bnr-wrap li a {
    width: 100%
  }
}

.m__top__recruit .bnr-wrap li img {
  max-width: 100%
}

@media print,
screen and (min-width:737px) {
  .m__top__recruit .bnr-wrap li:hover {
    opacity: .7
  }
}

.m__top__business {
  padding: 30px 0
}

@media only screen and (max-width:736px) {
  .m__top__business {
    padding: 0;
    border-bottom: 1px solid #e7e7e7
  }
}

@media only screen and (max-width:736px) {
  .m__top__business .l__common-inner01 {
    padding: 0
  }
}

.m__top__business .title {
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__top__business .title {
    padding: 20px 15px;
    font-size: 1.6rem;
    font-weight: bold
  }
}

.m__top__business dl {
  display: flex;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__top__business dl {
    display: block;
    margin-top: 0
  }
}

.m__top__business dl dt {
  width: 175px;
  flex-shrink: 0
}

@media only screen and (max-width:736px) {
  .m__top__business dl dt {
    position: relative;
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    font-size: 1.6rem
  }

  .m__top__business dl dt:after {
    content: "";
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }

  .m__top__business dl dt.is-active:after {
    transform: translateY(-50%) rotate(-90deg)
  }
}

@media only screen and (max-width:736px) {
  .m__top__business dl dd {
    display: none
  }

  .m__top__business dl dd.is-open {
    display: block
  }
}

.m__top__business dl dd ul li {
  display: inline-block;
  margin: 0 30px 10px 0
}

@media only screen and (max-width:736px) {
  .m__top__business dl dd ul li {
    display: block;
    margin: 0;
    border-top: 1px solid #e7e7e7
  }
}

.m__top__business dl dd a {
  color: #262626;
  font-size: 1.5rem
}

@media only screen and (max-width:736px) {
  .m__top__business dl dd a {
    position: relative;
    display: block;
    padding: 16px 45px 16px 30px;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5
  }

  .m__top__business dl dd a:after {
    content: "";
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

@media print,
screen and (min-width:737px) {

  .m__top .m__global-info .button-and-tel .document,
  .m__top .m__global-info .button-and-tel .reserve {
    width: 363px;
    height: 80px
  }
}

@media only screen and (max-width:736px) {

  .m__top .m__global-info .button-and-tel .document,
  .m__top .m__global-info .button-and-tel .reserve {
    height: 56px
  }
}

@media only screen and (max-width:736px) {
  .m__top .m__global-info .button-and-tel .document img {
    width: 100px
  }
}

@media only screen and (max-width:736px) {
  .m__top .m__global-info .button-and-tel .reserve img {
    width: 131px
  }
}

@media print,
screen and (min-width:737px) {
  .m__top .m__global-info .button-and-tel .tel-info .tel-text {
    margin: 0 auto 5px
  }
}

.m__top~.m__modal__search .modal-inner {
  height: auto !important
}

.m__top~.m__modal__search .m__search-keyword__search-box {
  display: block;
  margin-bottom: 40px;
  border: none;
  border-radius: 0
}

.m__top~.m__modal__search .m__search-keyword__search-box .input-wrap {
  padding: 32px 40px;
  margin-bottom: 40px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search .m__search-keyword__search-box .input-wrap {
    padding: 20px 15px 16px;
    margin-bottom: 0;
    border: none
  }
}

.m__top~.m__modal__search .m__search-keyword__search-box .input-wrap input {
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 5px
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search .m__search-keyword__search-box .input-wrap input {
    background: #fff;
    font-size: 1.4rem
  }
}

.m__top~.m__modal__search .m__search-keyword__search-box .m__button__search01 {
  display: block;
  width: 450px;
  height: 80px;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search .m__search-keyword__search-box .m__button__search01 {
    width: 240px;
    height: 62px;
    padding: 0 15px !important;
    font-size: 1.6rem
  }
}

.m__top~.m__modal__search .m__search-keyword__search-box .m__button__search01:before {
  width: 28px;
  height: 28px;
  left: 30px
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search .m__search-keyword__search-box .m__button__search01:before {
    display: block;
    left: 21px
  }
}

.m__top~.m__modal__search#modal01 .m__search-content {
  padding-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search#modal01 .m__search-content {
    padding-bottom: 120px
  }
}

.m__top~.m__modal__search#modal01 .m__modal__title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search#modal01 .m__modal__title {
    width: 100%;
    height: 65px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff
  }
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search#modal01 .modal-close-btn {
    position: fixed;
    z-index: 3
  }
}

@media only screen and (max-width:736px) {
  .m__top~.m__modal__search#modal02 {
    background: #f5f5f5
  }

  .m__top~.m__modal__search#modal02 .modal-inner {
    background: none
  }

  .m__top~.m__modal__search#modal02 .m__modal__title {
    background: #fff;
    border-bottom: 1px solid #dcdcdc
  }
}

@media print,
screen and (min-width:737px) {
  .aria .m__home-info__hero-title__box {
    background-color: rgba(62, 73, 114, 0.64)
  }

  .aria .m__home-info__hero-title__box::before {
    border-color: #3e4972 transparent transparent transparent
  }
}

@media only screen and (max-width:736px) {
  .aria .m__home-info__hero-title__box {
    border-bottom: 2px solid #3e4972
  }
}

.aria .m__home-info__low-hero .image {
  border-color: #3e4972
}

@media print,
screen and (min-width:737px) {
  .gg .m__home-info__hero-title__box {
    background-color: rgba(52, 165, 132, 0.64)
  }

  .gg .m__home-info__hero-title__box::before {
    border-color: #34a584 transparent transparent transparent
  }
}

@media only screen and (max-width:736px) {
  .gg .m__home-info__hero-title__box {
    border-bottom: 2px solid #34a584
  }
}

.gg .m__home-info__low-hero .image {
  border-color: #34a584
}

@media print,
screen and (min-width:737px) {
  .bonsejour .m__home-info__hero-title__box {
    background-color: rgba(20, 140, 194, 0.64)
  }

  .bonsejour .m__home-info__hero-title__box::before {
    border-color: #148cc2 transparent transparent transparent
  }
}

@media only screen and (max-width:736px) {
  .bonsejour .m__home-info__hero-title__box {
    border-bottom: 2px solid #148cc2
  }
}

.bonsejour .m__home-info__low-hero .image {
  border-color: #148cc2
}

@media print,
screen and (min-width:737px) {
  .kurara .m__home-info__hero-title__box {
    background-color: rgba(238, 156, 82, 0.64)
  }

  .kurara .m__home-info__hero-title__box::before {
    border-color: #ee9c52 transparent transparent transparent
  }
}

@media only screen and (max-width:736px) {
  .kurara .m__home-info__hero-title__box {
    border-bottom: 2px solid #ee9c52
  }
}

.kurara .m__home-info__low-hero .image {
  border-color: #ee9c52
}

@media print,
screen and (min-width:737px) {
  .madoka .m__home-info__hero-title__box {
    background-color: rgba(221, 87, 122, 0.64)
  }

  .madoka .m__home-info__hero-title__box::before {
    border-color: #dd577a transparent transparent transparent
  }
}

@media only screen and (max-width:736px) {
  .madoka .m__home-info__hero-title__box {
    border-bottom: 2px solid #dd577a
  }
}

.madoka .m__home-info__low-hero .image {
  border-color: #dd577a
}

@media print,
screen and (min-width:737px) {
  .cocochi .m__home-info__hero-title__box {
    background-color: rgba(148, 73, 47, 0.64)
  }

  .cocochi .m__home-info__hero-title__box::before {
    border-color: #94492f transparent transparent transparent
  }
}

@media only screen and (max-width:736px) {
  .cocochi .m__home-info__hero-title__box {
    border-bottom: 2px solid #94492f
  }
}

.cocochi .m__home-info__low-hero .image {
  border-color: #94492f
}

@media print,
screen and (min-width:737px) {
  .lire .m__home-info__hero-title__box {
    background-color: rgba(105, 75, 59, 0.64)
  }

  .lire .m__home-info__hero-title__box::before {
    border-color: #694b3b transparent transparent transparent
  }
}

@media only screen and (max-width:736px) {
  .lire .m__home-info__hero-title__box {
    border-bottom: 2px solid #694b3b
  }
}

.lire .m__home-info__low-hero .image {
  border-color: #694b3b
}

.m__home-info__hero {
  position: relative
}

.m__home-info__hero-title {
  width: 100%;
  z-index: 2
}

@media print,
screen and (min-width:737px) {
  .m__home-info__hero-title {
    position: absolute;
    top: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-title {
    display: block
  }

  .m__home-info__hero-title .l__common-inner01 {
    padding: 0
  }
}

.m__home-info__hero-title__box {
  padding: 30px;
  min-width: 684px;
  display: inline-block;
  color: #fff;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__home-info__hero-title__box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-title__box {
    width: 100%;
    padding: 0;
    color: #262626;
    min-width: auto
  }
}

.m__home-info__hero-title__box .home-title {
  padding-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-title__box .home-title {
    padding: 15px 15px 20px
  }
}

.m__home-info__hero-title__box .subtext {
  font-size: 1.6rem;
  padding: 5px;
  display: inline-block
}

@media print,
screen and (min-width:737px) {
  .m__home-info__hero-title__box .subtext {
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    z-index: 2
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-title__box .subtext {
    font-size: 1.2rem;
    background: #e9eef4;
    padding: 15px;
    display: block
  }
}

.m__home-info__hero-title__box .new {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  color: #ec1616;
  border: 1px solid #ec1616;
  vertical-align: 11px;
  padding: 0 10px;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-title__box .new {
    vertical-align: 9px;
    margin-right: 10px
  }
}

.m__home-info__hero-title__box .title {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  display: inline;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-title__box .title {
    font-size: 3.1rem;
    color: #365e95
  }
}

.m__home-info__hero-slider {
  padding-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-slider {
    padding-bottom: 25px
  }
}

.m__home-info__hero-slider .swiper-slide {
  width: 100%;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__home-info__hero-slider .swiper-slide {
    height: 773px;
    overflow: hidden
  }
}

.m__home-info__hero-slider .swiper-slide img {
  width: 100%;
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__home-info__hero-slider .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 1400px
  }
}

.m__home-info__hero-slider .swiper-slide .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 0
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-slider .swiper-slide .caption {
    padding: 5px 0
  }
}

.m__home-info__hero-slider .swiper-slide .caption p {
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-slider .swiper-slide .caption p {
    font-size: 1.3rem
  }
}

.m__home-info__hero-slider.swiper-container-horizontal>.swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1
}

.m__home-info__hero-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin: 0 8px;
  background: #aeaeae;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__home-info__hero-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px
  }
}

.m__home-info__hero-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #365e95
}

.m__home-info-top .m__home-info__tab-title .main-text01 {
  text-align: left
}

.m__home-info-top .m__home-info__tab-title .main-text01 .sub-text01 {
  text-align: left
}

.m__home-info__low-hero .image {
  width: 100%;
  border-top: 6px solid #365e95
}

@media only screen and (max-width:736px) {
  .m__home-info__low-hero .image {
    border-top: 3px solid #365e95
  }
}

.m__home-info__low-hero .image img {
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__home-info__low-hero-title .sp-max {
    padding: 15px;
    background: #e9eef4
  }
}

.m__home-info__low-hero-title .sub-box {
  display: inline-block;
  border: 1px solid #365e95;
  color: #365e95;
  font-size: 1.6rem;
  padding: 5px 15px;
  margin-top: 25px;
  border-radius: 4px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-hero-title .sub-box {
    font-size: 1.2rem;
    margin-top: 0;
    padding: 0;
    color: #262626;
    border: 0;
    border-radius: 0
  }
}

.m__home-info__low-hero-title .new {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  color: #ec1616;
  border: 1px solid #ec1616;
  vertical-align: 11px;
  padding: 0 10px;
  margin-right: 15px;
  font-size: 1.8rem;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__home-info__low-hero-title .new {
    vertical-align: 4px;
    margin-right: 10px;
    font-size: 1.4rem
  }
}

.m__home-info__low-hero-title .title {
  font-size: 4.6rem;
  line-height: 1.2;
  padding: 28px 0 0;
  color: #365e95;
  font-weight: normal;
  display: inline-block
}

@media only screen and (max-width:736px) {
  .m__home-info__low-hero-title .title {
    font-size: 2.7rem;
    padding: 20px 0 0
  }
}

.m__home-info__low-hero-title .title .small {
  vertical-align: middle;
  font-size: 3.6rem
}

@media only screen and (max-width:736px) {
  .m__home-info__low-hero-title .title .small {
    font-size: 2.4rem
  }
}

.m__home-info__header {
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__header {
    margin-top: 20px
  }
}

.m__home-info__header .header01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.m__home-info__header .header01 .line-box {
  border: 4px solid #f2f1ef;
  background: #fff;
  width: 890px;
  padding: 10px 25px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .line-box {
    width: 100%;
    order: 1;
    padding: 15px 10px;
    border: 5px solid #f2f1ef
  }
}

.m__home-info__header .header01 .line-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  width: 137px;
  height: 4px;
  border-radius: 4px;
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .line-box:before {
    height: 5px;
    top: -5px;
    width: 68px
  }
}

.m__home-info__header .header01 .reserve-status {
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status {
    flex-wrap: wrap
  }
}

.m__home-info__header .header01 .reserve-status .text01 {
  font-weight: bold;
  font-size: 1.6rem;
  padding-right: 35px;
  white-space: nowrap
}

.m__home-info__header .header01 .reserve-status .room {
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status .room {
    width: calc(50% - 5px)
  }
}

.m__home-info__header .header01 .reserve-status .room+.room {
  margin-left: 20px
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status .room+.room {
    margin-left: 10px
  }
}

@media only screen and (max-width:350px) {
  .m__home-info__header .header01 .reserve-status .room+.room {
    margin-left: 0
  }
}

.m__home-info__header .header01 .reserve-status .room dt {
  white-space: nowrap;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status .room dt {
    font-size: 1.3rem;
    letter-spacing: -.02em
  }
}

@media only screen and (max-width:350px) {
  .m__home-info__header .header01 .reserve-status .room dt {
    font-size: 1.2rem;
    letter-spacing: -.05em
  }
}

.m__home-info__header .header01 .reserve-status .room dt.one {
  padding-left: 26px;
  background: url(/resources/images/kaigo/home_info/ico_people01.svg) center left no-repeat
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status .room dt.one {
    padding-left: 18px;
    background-size: auto 15px
  }
}

.m__home-info__header .header01 .reserve-status .room dt.two {
  padding-left: 38px;
  background: url(/resources/images/kaigo/home_info/ico_people02.svg) center left no-repeat
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status .room dt.two {
    padding-left: 26px;
    background-size: auto 15px
  }
}

.m__home-info__header .header01 .reserve-status .room dd {
  white-space: nowrap;
  font-weight: bold;
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status .room dd {
    font-size: 1.4rem;
    letter-spacing: -.02em
  }
}

@media only screen and (max-width:350px) {
  .m__home-info__header .header01 .reserve-status .room dd {
    font-size: 1.2rem;
    letter-spacing: -.05em
  }
}

.m__home-info__header .header01 .reserve-status .room dd span {
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: middle
}

.m__home-info__header .header01 .reserve-status .room dd span.number {
  font-size: 2.2rem;
  font-weight: bold;
  color: #365e95;
  padding-right: 3px
}

@media only screen and (max-width:350px) {
  .m__home-info__header .header01 .reserve-status .room dd span {
    font-size: 1.2rem
  }

  .m__home-info__header .header01 .reserve-status .room dd span.number {
    font-size: 1.6rem
  }
}

.m__home-info__header .header01 .reserve-status .sub {
  margin-left: 20px;
  font-size: 1.4rem;
  letter-spacing: -.05em;
  flex: 1 1
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .reserve-status .sub {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.3rem
  }
}

.m__home-info__header .header01 .alert {
  display: block;
  color: #f16161;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .alert {
    font-size: 1.3rem
  }
}

.m__home-info__header .header01 .favorite {
  margin-left: 30px;
  width: 270px
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .favorite {
    order: 3;
    width: 100%;
    margin: 0;
    margin-top: 20px
  }
}

.m__home-info__header .header01 .category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  padding-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .category-list {
    order: 2;
    padding-top: 24px;
    margin-top: -10px
  }
}

.m__home-info__header .header01 .category-list li {
  text-decoration: none;
  display: inline-block;
  border-radius: 100px;
  padding: 9px 15px;
  background: #fff;
  border: 1px solid #365e95;
  color: #365e95;
  margin-right: 6px;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__header .header01 .category-list li {
    padding: 7px 10px;
    margin-top: 10px
  }
}

.m__home-info__tab .tab {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__home-info__tab .tab {
    display: block;
    overflow: hidden
  }
}

.m__home-info__tab .tab li {
  width: 230px;
  transition: .2s
}

@media print,
screen and (min-width:737px) {
  .m__home-info__tab .tab li:not(.current):hover {
    opacity: .7
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__tab .tab li {
    width: 32%;
    display: inline-block;
    float: left
  }

  .m__home-info__tab .tab li:not(.m__home-info__tab .tab li:first-child) {
    margin-left: 2%
  }

  .m__home-info__tab .tab li:nth-child(n + 4) {
    margin-top: 5px
  }

  .m__home-info__tab .tab li:first-child a {
    height: 105px
  }

  .m__home-info__tab .tab li:first-child a span {
    font-size: 1.3rem;
    padding-top: 60px
  }

  .m__home-info__tab .tab li:not(:first-child) a {
    height: 50px
  }

  .m__home-info__tab .tab li:not(:first-child) a span:before {
    display: none
  }
}

.m__home-info__tab .tab li a {
  width: 100%;
  display: block;
  background: #f2f1ef;
  border: 1px solid #365e95;
  height: 90px;
  text-align: center;
  text-decoration: none;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__tab .tab li a:after {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

.m__home-info__tab .tab li a span {
  white-space: nowrap;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 50px
}

@media only screen and (max-width:736px) {
  .m__home-info__tab .tab li a span {
    font-size: 1.2rem;
    padding: 0
  }
}

.m__home-info__tab .tab li a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

.m__home-info__tab .tab li.current a {
  pointer-events: none;
  background: #365e95
}

@media print,
screen and (min-width:737px) {
  .m__home-info__tab .tab li.current a {
    height: 100px
  }
}

.m__home-info__tab .tab li.current a span {
  color: #fff
}

@media only screen and (max-width:736px) {
  .m__home-info__tab .tab li.current a:after {
    background: url(../img/ico_arrow_white01.svg) center center no-repeat;
    background-size: contain
  }
}

.m__home-info__tab .tab li.home a:after {
  transform: translateY(0);
  top: auto;
  bottom: 16px
}

.m__home-info__tab .tab li.home a span:before {
  width: 32px;
  height: 42px;
  background-image: url(/resources/images/kaigo/home_info/ico_home.svg)
}

@media only screen and (max-width:736px) {
  .m__home-info__tab .tab li.home a span:before {
    left: 50%;
    margin-top: -10px;
    transform: translate(-50%, -50%)
  }
}

.m__home-info__tab .tab li.home.current a span:before {
  background-image: url(/resources/images/kaigo/home_info/ico_home_on.svg)
}

.m__home-info__tab .tab li.point a span:before {
  width: 42px;
  height: 42px;
  background-image: url(/resources/images/kaigo/home_info/ico_point.svg)
}

.m__home-info__tab .tab li.point.current a span:before {
  background-image: url(/resources/images/kaigo/home_info/ico_point_on.svg)
}

@media print,
screen and (min-width:737px) {
  .m__home-info__tab .tab li.life a span {
    padding-left: 47px
  }
}

.m__home-info__tab .tab li.life a span:before {
  width: 33px;
  height: 33px;
  background-image: url(/resources/images/kaigo/home_info/ico_life.svg)
}

.m__home-info__tab .tab li.life.current a span:before {
  background-image: url(/resources/images/kaigo/home_info/ico_life_on.svg)
}

.m__home-info__tab .tab li.fee a span:before {
  width: 34px;
  height: 42px;
  background-image: url(/resources/images/kaigo/home_info/ico_fee.svg)
}

.m__home-info__tab .tab li.fee.current a span:before {
  background-image: url(/resources/images/kaigo/home_info/ico_fee_on.svg)
}

.m__home-info__tab .tab li.access a span:before {
  width: 36px;
  height: 35px;
  background-image: url(/resources/images/kaigo/home_info/ico_access.svg)
}

.m__home-info__tab .tab li.access.current a span:before {
  background-image: url(/resources/images/kaigo/home_info/ico_access_on.svg)
}

.m__home-info__tab--top {
  border-bottom: 2px solid #365e95;
  margin-top: 55px
}

@media only screen and (max-width:736px) {
  .m__home-info__tab--top {
    margin-top: 20px;
    padding-bottom: 20px
  }
}

.m__home-info__tab--top .tab {
  align-items: flex-end
}

@media print,
screen and (min-width:737px) {
  .m__home-info__tab--top .tab li a {
    border-radius: 5px 5px 0 0;
    border-bottom: 0
  }
}

.m__home-info__tab--bottom {
  border-top: 2px solid #365e95;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__home-info__tab--bottom {
    padding-top: 20px;
    margin-bottom: 40px
  }
}

.m__home-info__tab--bottom .tab {
  align-items: flex-start
}

@media print,
screen and (min-width:737px) {
  .m__home-info__tab--bottom .tab li a {
    border-top: 0;
    border-radius: 0 0 5px 5px
  }
}

.m__home-info__tab-notice .main-text01 {
  padding: 160px 0;
  text-align: center;
  font-size: 3rem
}

@media only screen and (max-width:736px) {
  .m__home-info__tab-notice .main-text01 {
    font-size: 1.8rem;
    padding: 80px 0
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__tab-inner .m__common__title04 {
    margin-bottom: 20px
  }
}

.m__home-info__tab-title {
  background: #f5f5f5
}

.m__home-info__tab-title .main-text01 {
  padding: 45px 0;
  text-align: center;
  font-size: 3rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__home-info__tab-title .main-text01 {
    font-size: 1.9rem;
    padding: 32px 0;
    text-align: left
  }
}

.m__home-info__tab-title .sub-text01 {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__home-info__tab-title .sub-text01 {
    font-size: 1.4rem;
    text-align: left
  }
}

.m__home-info__tab-title .title01 {
  text-align: center;
  position: relative;
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 4.8rem;
  font-weight: normal
}

.m__home-info__tab-title .title01:first-letter {
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__home-info__tab-title .title01 {
    font-size: 2.6rem;
    padding-bottom: 10px;
    padding-top: 25px
  }
}

.m__home-info__tab-title .title01:after {
  content: "";
  width: 262px;
  height: 2px;
  display: block;
  background: #365e95;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%)
}

@media only screen and (max-width:736px) {
  .m__home-info__tab-title .title01:after {
    height: 1px;
    width: 131px
  }
}

.m__home-info__tab-title .sub-text {
  margin-top: 20px;
  padding-bottom: 40px;
  font-size: 2rem;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__home-info__tab-title .sub-text {
    text-align: left;
    padding-bottom: 30px;
    font-size: 1.4rem
  }
}

.m__home-info__movie {
  text-align: center;
  padding-top: 60px
}

@media only screen and (max-width:736px) {
  .m__home-info__movie {
    padding-top: 30px
  }
}

.m__home-info__movie .visual {
  position: relative;
  display: inline-block;
  text-align: center
}

.m__home-info__movie .visual:after {
  transition: .2s;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.m__home-info__movie .visual .image {
  display: inline-block;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__home-info__movie .visual .image {
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__movie .visual:hover {
    cursor: pointer
  }

  .m__home-info__movie .visual:hover:after {
    background: rgba(0, 0, 0, 0.2)
  }
}

.m__home-info__movie .visual .text-area {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  z-index: 3;
  width: 100%;
  padding: 0 20px
}

@media only screen and (max-width:736px) {
  .m__home-info__movie .visual .text-area {
    font-weight: normal
  }
}

.m__home-info__movie .visual .text-area .text01 {
  font-size: 2.4rem;
  white-space: nowrap
}

@media only screen and (max-width:736px) {
  .m__home-info__movie .visual .text-area .text01 {
    font-size: 1.6rem
  }
}

.m__home-info__movie .visual .text-area .text02 {
  font-size: 3.4rem
}

@media only screen and (max-width:736px) {
  .m__home-info__movie .visual .text-area .text02 {
    font-size: 2rem
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__movie .visual .text-area .icon {
    width: 100px
  }
}

.m__home-info__movie .caption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__movie .caption {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 10px
  }
}

.m__home-info__movie #modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.8);
  transition: opacity .5s, z-index 0s .5s;
  opacity: 0;
  z-index: -1
}

.m__home-info__movie #modal-video #modal-video-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.m__home-info__movie #modal-video.is-open {
  opacity: 1;
  z-index: 1001;
  transition: opacity .5s
}

.m__home-info__movie #modal-video iframe {
  width: 64vw;
  height: 36vw;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__home-info__movie #modal-video iframe {
    width: 88vw;
    height: 49.5vw
  }
}

.m__home-info__button-area01 {
  text-align: center;
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__button-area01 {
    margin-top: 20px
  }
}

.m__home-info__line-box {
  border: 2px solid #f2f1ef;
  padding: 45px 30px;
  font-size: 1.4rem;
  margin-top: 50px
}

@media only screen and (max-width:736px) {
  .m__home-info__line-box {
    margin-top: 35px;
    padding: 20px 10px;
    font-size: 1.2rem
  }
}

.m__home-info__table01 {
  border: 1px solid #f5f5f5;
  display: table
}

@media print,
screen and (min-width:737px) {
  .m__home-info__table01 {
    width: calc(50% - 9px)
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 {
    border: 0;
    display: block
  }
}

.m__home-info__table01 .table-title {
  background: #f5f5f5;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 225px
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 .table-title {
    display: block;
    color: #365e95;
    font-size: 1.7rem;
    padding: 10px;
    text-align: left;
    width: 100%
  }
}

.m__home-info__table01 .table-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 15px 20px 20px;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 .table-inner dl {
    display: flex;
    align-items: flex-start
  }
}

.m__home-info__table01 .table-inner dl+dl {
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 .table-inner dl+dl {
    margin-top: 15px
  }
}

.m__home-info__table01 .table-inner dl dt {
  font-size: 1.8rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 .table-inner dl dt {
    margin-right: 10px;
    width: 90px;
    letter-spacing: -.02em;
    font-size: 1.7rem
  }
}

.m__home-info__table01 .table-inner dl dd {
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 .table-inner dl dd {
    flex: 1 1;
    font-size: 1.7rem
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 .table-inner {
    display: block;
    padding: 15px 10px;
    font-size: 1.7rem
  }
}

.m__home-info__table01 .table-inner .map-link {
  margin-top: 25px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #e9eef4;
  color: #365e95;
  border: 1px solid #365e95;
  border-radius: 5px;
  position: relative
}

.m__home-info__table01 .table-inner .map-link:after {
  content: "";
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media print,
screen and (min-width:737px) {
  .m__home-info__table01 .table-inner .map-link {
    transition: .2s
  }

  .m__home-info__table01 .table-inner .map-link:after {
    transition: .2s
  }

  .m__home-info__table01 .table-inner .map-link:hover {
    opacity: .8
  }

  .m__home-info__table01 .table-inner .map-link:hover:after {
    right: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__table01 .table-inner .map-link {
    font-size: 1.7rem;
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 20px
  }
}

.m__home-info__table02-wrapper {
  border: 1px solid #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__home-info__table02-wrapper {
    border: 0
  }
}

.m__home-info__table02 {
  display: table;
  table-layout: fixed;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__home-info__table02 {
    border: 0;
    display: block
  }
}

.m__home-info__table02:not(:first-of-type) .table-title {
  border-top: 1px solid #fff
}

.m__home-info__table02:not(:first-of-type) .table-inner {
  border-top: 1px solid #f5f5f5
}

.m__home-info__table02 .table-title {
  background: #f5f5f5;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  width: 222px
}

@media only screen and (max-width:736px) {
  .m__home-info__table02 .table-title {
    display: block;
    text-align: left;
    color: #365e95;
    font-size: 1.7rem;
    padding: 10px;
    width: 100%
  }
}

.m__home-info__table02 .table-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__home-info__table02 .table-inner {
    padding: 15px 10px;
    display: block;
    font-size: 1.7rem
  }
}

.m__home-info__table02 .table-inner .cap {
  font-size: 1.6rem;
  margin-left: 10px
}

@media only screen and (max-width:736px) {
  .m__home-info__table02 .table-inner .cap {
    font-size: 1.3rem;
    margin-left: 0;
    margin-top: 10px;
    display: block
  }
}

.m__home-info__plan {
  padding-top: 60px;
  padding-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__home-info__plan {
    padding-top: 30px;
    padding-bottom: 40px
  }
}

.m__home-info__plan .plan-table {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__home-info__plan .plan-table {
    display: block
  }
}

.m__home-info__access {
  padding-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__home-info__access {
    padding-bottom: 20px
  }
}

.m__home-info__access .access-table {
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__home-info__access .access-table {
    display: block
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__access .access-table .m__home-info__table01 {
    width: 464px
  }

  .m__home-info__access .access-table .m__home-info__table01+.m__home-info__table01 {
    width: 711px;
    flex: 1 1;
    margin-left: 15px
  }

  .m__home-info__access .access-table .m__home-info__table01 .table-title {
    width: 133px
  }
}

.m__home-info__speech {
  padding: 80px 0 100px
}

@media only screen and (max-width:736px) {
  .m__home-info__speech {
    padding: 40px 0
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__speech .m__common__title03 {
    margin-bottom: 20px
  }
}

.m__home-info__speech .speech-box {
  width: 100%;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__home-info__speech .speech-box {
    text-align: right
  }
}

.m__home-info__speech .speech-box .image {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__home-info__speech .speech-box .image {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 1
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__speech .speech-box .image {
    width: 280px;
    margin: 0 auto
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__speech .speech-box .text-box {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: left;
    padding: 50px;
    background: rgba(255, 255, 255, 0.6);
    width: 840px;
    box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21)
  }
}

.m__home-info__speech .speech-box .text-box .lede {
  color: #365e95;
  font-weight: bold;
  font-size: 3.4rem
}

@media only screen and (max-width:736px) {
  .m__home-info__speech .speech-box .text-box .lede {
    font-size: 2rem;
    margin-top: 20px
  }
}

.m__home-info__speech .speech-box .text-box .text {
  margin-top: 30px;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__home-info__speech .speech-box .text-box .text {
    font-size: 1.7rem;
    margin-top: 20px
  }
}

.m__home-info__speech .speech-box .text-box .name {
  margin-top: 10px;
  color: #365e95;
  font-weight: bold;
  text-align: right;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__home-info__speech .speech-box .text-box .name {
    font-size: 1.4rem
  }
}

.m__home-info__speech .speech-box .text-box .button-area {
  text-align: center;
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__speech .speech-box .text-box .button-area {
    margin-top: 20px
  }
}

.m__home-info__point {
  background: #f5f5f5;
  padding: 100px 0
}

@media print,
screen and (min-width:737px) {
  .m__home-info__point .m__home-info__button-area01 {
    margin-top: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__point {
    padding: 50px 0
  }
}

.m__home-info__point .column-box {
  display: flex;
  justify-content: center
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box {
    display: block
  }
}

.m__home-info__point .column-box .int-column {
  width: 382px
}

@media print,
screen and (min-width:737px) {
  .m__home-info__point .column-box .int-column+.int-column {
    margin-left: 22px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box .int-column {
    width: 100%;
    margin-top: 60px
  }
}

.m__home-info__point .column-box .int-column .img-box {
  position: relative
}

.m__home-info__point .column-box .int-column .img-box .image {
  display: block;
  width: 100%
}

.m__home-info__point .column-box .int-column .img-box .cap {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 5px
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box .int-column .img-box .cap {
    font-size: 1.3rem;
    margin-top: 10px;
    font-weight: normal
  }
}

.m__home-info__point .column-box .int-column .img-box .num {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%)
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box .int-column .img-box .num {
    top: -28px
  }
}

.m__home-info__point .column-box .int-column .img-box .num img {
  display: block
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box .int-column .img-box .num img {
    height: 40px
  }
}

.m__home-info__point .column-box .int-column .text-box {
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box .int-column .text-box {
    margin-top: 15px
  }
}

.m__home-info__point .column-box .int-column .text-box .int-title {
  font-size: 2.2rem;
  letter-spacing: -.03em;
  font-weight: bold;
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box .int-column .text-box .int-title {
    font-size: 1.9rem
  }
}

.m__home-info__point .column-box .int-column .text-box .text {
  font-size: 1.8rem;
  letter-spacing: -.03em;
  margin-top: 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__point .column-box .int-column .text-box .text {
    font-size: 1.7rem
  }
}

.m__home-info__point .l__common-inner01>p {
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__point .l__common-inner01>p {
    margin-top: 20px
  }
}

.m__home-info__kurashi {
  background: url(/resources/images/kaigo/home_info/img_home_dayori.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 100px;
  max-width: 1600px;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__home-info__kurashi {
    padding: 35px 0;
    background: url(/resources/images/kaigo/home_info/img_home_dayori_sp.jpg) center center no-repeat;
    background-size: cover
  }
}

.m__home-info__kurashi .l__common-inner01 {
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__home-info__kurashi .l__common-inner01 {
    text-align: left
  }
}

.m__home-info__kurashi .tayori-box {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
  padding: 50px 30px
}

@media print,
screen and (min-width:737px) {
  .m__home-info__kurashi .tayori-box {
    width: 555px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__kurashi .tayori-box {
    width: 100%;
    padding: 0;
    background-color: transparent
  }
}

.m__home-info__kurashi .tayori-box .title01 {
  line-height: 1;
  font-size: 4.2rem;
  font-weight: bold;
  color: #365e95;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__home-info__kurashi .tayori-box .title01 {
    color: #fff;
    font-weight: normal;
    font-size: 3.3rem;
    padding: 50px 0
  }
}

.m__home-info__kurashi .tayori-box .m__button__bottom {
  width: 100%;
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__home-info__kurashi .tayori-box .m__button__bottom {
    margin-top: 0
  }
}

.m__home-info__taikendan {
  background: #f5f5f5;
  padding: 100px 0
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan {
    padding: 50px 0
  }
}

.m__home-info__taikendan .l__common-inner01:after {
  content: "";
  display: block;
  clear: both
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .l__common-inner01 {
    padding: 0
  }
}

.m__home-info__taikendan .taikendan-text-box {
  width: 300px;
  float: left
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-text-box {
    display: block;
    float: none;
    padding: 0 15px;
    width: 100%
  }
}

.m__home-info__taikendan .taikendan-text-box .title {
  font-size: 4.8rem;
  font-weight: normal;
  color: #262626;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-text-box .title {
    font-size: 2.6rem;
    text-align: center
  }

  .m__home-info__taikendan .taikendan-text-box .title br {
    display: none
  }
}

.m__home-info__taikendan .taikendan-text-box .title:first-letter {
  color: #365e95
}

.m__home-info__taikendan .taikendan-text-box .text {
  margin-top: 20px;
  letter-spacing: -.02em
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-text-box .text {
    margin-top: 20px;
    font-size: 1.7rem
  }
}

.m__home-info__taikendan .taikendan-slider {
  width: 920px;
  margin-right: -60px;
  float: right;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    float: none
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-slide {
  padding: 20px 60px
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide {
    padding: 0;
    padding-top: 20px;
    width: 320px !important;
    height: auto;
    background: #fff;
    box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21)
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-slide .inner {
  display: flex;
  align-items: stretch
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide .inner {
    display: block
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-slide .thumb {
  width: 445px;
  overflow: hidden;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide .thumb:hover img {
    transform: scale(1.1)
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide .thumb {
    width: 100%
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-slide img {
  display: block;
  max-width: auto;
  height: 100%;
  transition: .5s
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide img {
    width: 100%;
    height: auto
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-slide .text-box {
  flex: 1 1;
  background: #fff;
  padding: 60px 25px;
  position: relative
}

.m__home-info__taikendan .taikendan-slider .swiper-slide .text-box p {
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box p {
    font-size: 1.7rem
  }
}

@media all and (-ms-high-contrast:none) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box p {
    max-height: 135px
  }

  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box p::before,
  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box p::after {
    position: absolute;
    background: #fff
  }

  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box p::before {
    content: "窶ｦ";
    bottom: 0;
    right: 0
  }

  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box p::after {
    content: "";
    width: 100%;
    height: 100%
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box {
    padding: 15px 20px 30px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box .m__arrow-link-after {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-decoration: none;
    padding: 16px 20px;
    text-align: center;
    border: 1px solid #365e95;
    border-radius: 3px;
    font-size: 1.7rem;
    position: relative
  }

  .m__home-info__taikendan .taikendan-slider .swiper-slide .text-box .m__arrow-link-after:after {
    margin-left: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 14px
  }
}

@media only screen and (max-width:736px) and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-slide {
    box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21)
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-pagination {
    margin-top: 20px
  }
}

.m__home-info__taikendan .taikendan-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin: 0 8px;
  background: #aeaeae;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px
  }
}

.m__home-info__taikendan .taikendan-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #365e95
}

.m__home-info__taikendan .taikendan-slider .swiper-button-next,
.m__home-info__taikendan .taikendan-slider .swiper-button-prev {
  color: #fff;
  background: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  margin-top: -46px;
  border-radius: 72px
}

@media only screen and (max-width:736px) {

  .m__home-info__taikendan .taikendan-slider .swiper-button-next,
  .m__home-info__taikendan .taikendan-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -80px
  }

  .m__home-info__taikendan .taikendan-slider .swiper-button-next:after,
  .m__home-info__taikendan .taikendan-slider .swiper-button-prev:after {
    height: 24px
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-button-next {
  right: 0
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-button-next {
    right: 5px
  }
}

.m__home-info__taikendan .taikendan-slider .swiper-button-prev {
  left: 0
}

@media only screen and (max-width:736px) {
  .m__home-info__taikendan .taikendan-slider .swiper-button-prev {
    left: 5px
  }
}

.m__home-info__notification {
  padding-top: 100px
}

@media only screen and (max-width:736px) {
  .m__home-info__notification {
    padding-top: 50px
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__notification .m__topics-index__list01 .rows:first-child {
    border-top: 0
  }
}

.m__home-info__general {
  padding: 100px 0 70px
}

@media only screen and (max-width:736px) {
  .m__home-info__general {
    padding: 50px 0
  }
}

.m__home-info__general .general-section:not(:last-child) {
  margin-bottom: 70px
}

@media only screen and (max-width:736px) {
  .m__home-info__general .general-section:not(:last-child) {
    margin-bottom: 40px
  }
}

.m__home-info__general .general-section .text01 {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__home-info__general .general-section .text01 {
    font-size: 1.3rem
  }
}

.m__home-info__general .general-section .caption01 {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -.02em;
  margin-top: 60px
}

@media only screen and (max-width:736px) {
  .m__home-info__general .general-section .caption01 {
    margin-top: 20px
  }
}

.m__home-info__table-list {
  display: flex;
  flex-wrap: wrap;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__table-list {
    justify-content: flex-end
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__table-list .m__arrow-link-after {
    position: absolute;
    bottom: 0;
    right: 0
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__table-list .m__arrow-link-after {
    margin-top: 20px;
    display: inline-block;
    font-size: 1.5rem
  }
}

.m__home-info__table-list .table-list-column {
  display: block;
  width: 383px;
  margin-top: 50px
}

@media print,
screen and (min-width:737px) {
  .m__home-info__table-list .table-list-column:not(:nth-child(3n)) {
    margin-right: 20px
  }

  .m__home-info__table-list .table-list-column:nth-child(4),
  .m__home-info__table-list .table-list-column:nth-child(5) {
    margin-top: -70px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__table-list .table-list-column {
    margin-top: 24px;
    width: 100%
  }
}

.m__home-info__table-list .table-list-column .title {
  border-left: 5px solid #365e95;
  color: #365e95;
  padding: 11px 0 11px 30px;
  margin-bottom: 20px;
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__home-info__table-list .table-list-column .title {
    border-left: 4px solid #365e95;
    font-size: 1.6rem;
    padding: 8px 0 8px 15px
  }
}

.m__home-info__table-list .table-list-inner {
  display: block;
  border: 1px solid #dcdcdc
}

.m__home-info__table-list .table-list-inner dl {
  display: table;
  width: 100%;
  table-layout: fixed
}

.m__home-info__table-list .table-list-inner dl:not(:last-child) {
  border-bottom: 1px solid #dcdcdc
}

.m__home-info__table-list .table-list-inner dl dt {
  background: #f5f5f5;
  display: table-cell;
  padding: 15px 30px;
  letter-spacing: -.02em
}

@media print,
screen and (min-width:737px) {
  .m__home-info__table-list .table-list-inner dl dt {
    width: 310px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__table-list .table-list-inner dl dt {
    padding: 8px 15px
  }
}

.m__home-info__table-list .table-list-inner dl dd {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 15px 10px;
  line-height: 1
}

.m__home-info__table-list .table-list-inner dl dd img {
  display: inline-block;
  height: 28px
}

@media only screen and (max-width:736px) {
  .m__home-info__table-list .table-list-inner dl dd {
    width: 52px;
    padding: 8px 0
  }

  .m__home-info__table-list .table-list-inner dl dd img {
    height: 22px
  }
}

.m__home-info__pickup-home {
  padding: 0 0 70px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home {
    padding: 0 0 20px
  }
}

.m__home-info__pickup-home+.m__home-info__home-search-area {
  padding-top: 10px
}

@media print,
screen and (min-width:737px) {
  .m__home-info__pickup-home .home-pickup-slider {
    overflow: visible
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home .home-pickup-slider {
    padding: 10px 0;
    margin-top: -10px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home .home-pickup-slider.length01 .m__home-info__pickup-home-column {
    justify-content: center
  }

  .m__home-info__pickup-home .home-pickup-slider.length01 .swiper-button-next,
  .m__home-info__pickup-home .home-pickup-slider.length01 .swiper-button-prev {
    display: none
  }
}

.m__home-info__pickup-home .home-pickup-slider .swiper-button-next,
.m__home-info__pickup-home .home-pickup-slider .swiper-button-prev {
  color: #fff;
  background: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  margin-top: -46px;
  border-radius: 72px
}

@media only screen and (max-width:736px) {

  .m__home-info__pickup-home .home-pickup-slider .swiper-button-next,
  .m__home-info__pickup-home .home-pickup-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -80px
  }

  .m__home-info__pickup-home .home-pickup-slider .swiper-button-next:after,
  .m__home-info__pickup-home .home-pickup-slider .swiper-button-prev:after {
    height: 24px
  }
}

.m__home-info__pickup-home .home-pickup-slider .swiper-button-next {
  right: 0
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home .home-pickup-slider .swiper-button-next {
    right: 5px
  }
}

.m__home-info__pickup-home .home-pickup-slider .swiper-button-prev {
  left: 0
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home .home-pickup-slider .swiper-button-prev {
    left: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home .l__common-inner01.sp-max {
    padding: 0
  }
}

.m__home-info__pickup-home-column {
  display: flex;
  justify-content: flex-start
}

@media print,
screen and (min-width:737px) {
  .m__home-info__pickup-home-column {
    margin-left: -12px
  }
}

.m__home-info__pickup-home-column .column {
  width: 380px;
  background: #fff;
  box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21);
  border-radius: 4px;
  overflow: hidden
}

@media print,
screen and (min-width:737px) {
  .m__home-info__pickup-home-column .column {
    margin: 0 12px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column {
    width: 320px;
    box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21)
  }
}

.m__home-info__pickup-home-column .column .image {
  width: 100%;
  position: relative;
  overflow: hidden
}

.m__home-info__pickup-home-column .column .image img {
  width: 100%;
  display: block
}

.m__home-info__pickup-home-column .column a {
  text-decoration: none
}

.m__home-info__pickup-home-column .column a .int-area {
  padding-bottom: 0
}

.m__home-info__pickup-home-column .column a+.int-area {
  padding-top: 0
}

@media print,
screen and (min-width:737px) {
  .m__home-info__pickup-home-column .column a {
    display: block
  }

  .m__home-info__pickup-home-column .column a img {
    transition: .5s
  }

  .m__home-info__pickup-home-column .column a:hover img {
    transform: scale(1.1)
  }
}

.m__home-info__pickup-home-column .column .caption01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(233, 105, 105, 0.76);
  font-size: 1.8rem;
  line-height: 1;
  padding: 5px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .caption01 {
    font-size: 1.3rem;
    font-weight: normal
  }
}

.m__home-info__pickup-home-column .column .int-area {
  padding: 20px 14px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area {
    padding: 15px 10px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-title {
  vertical-align: middle;
  min-height: 3.4em;
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-title {
    min-height: 3.5em;
    font-size: 1.9rem
  }
}

.m__home-info__pickup-home-column .column .int-area .int-title span {
  text-decoration: underline;
  line-height: 1.5
}

.m__home-info__pickup-home-column .column .int-area .int-title .new {
  display: inline-block;
  border: 1px solid #f16161;
  text-decoration: none;
  color: #f16161;
  font-size: 1.8rem;
  padding: 1px 15px;
  border-radius: 20px;
  margin-right: 10px;
  line-height: 1.3;
  vertical-align: top
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-title .new {
    font-size: 1.5rem;
    padding: 1px 10px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status {
  display: flex;
  border: 4px solid #f2f1ef;
  padding: 7px 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-reserve-status {
    padding: 10px 15px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .text01 {
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-reserve-status .text01 {
    margin-right: 15px;
    font-size: 1.4rem
  }
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .room {
  font-size: 18px;
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-reserve-status .room {
    font-size: 1.4rem
  }
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .room+.room {
  margin-left: 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-reserve-status .room+.room {
    margin-left: 10px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dt {
  letter-spacing: -.05em
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dd img {
  width: 21px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dd img {
    width: 19px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dd img.hyphen {
  width: 16px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dd img.hyphen {
    width: 14px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dd img.triangle {
  width: 25px
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-reserve-status .room dd img.triangle {
    width: 23px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-data-list {
  margin-top: 10px
}

.m__home-info__pickup-home-column .column .int-area .int-data-list .data-list {
  display: table;
  table-layout: fixed;
  width: 100%
}

.m__home-info__pickup-home-column .column .int-area .int-data-list .data-list+.data-list {
  margin-top: 6px
}

.m__home-info__pickup-home-column .column .int-area .int-data-list .data-title {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px;
  width: 110px;
  background: #f5f5f5;
  color: #365e95;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -.01em
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-data-list .data-title {
    width: 100px;
    font-size: 1.3rem;
    vertical-align: top;
    padding: 12px 10px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-data-list .data-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.3rem;
  letter-spacing: -.01em
}

.m__home-info__pickup-home-column .column .int-area .int-data-list .data-inner dl {
  display: flex
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-data-list .data-inner dl {
    display: block
  }

  .m__home-info__pickup-home-column .column .int-area .int-data-list .data-inner dl+dl {
    margin-top: 5px
  }
}

.m__home-info__pickup-home-column .column .int-area .int-data-list .data-inner dl dt {
  width: 80px;
  padding-right: 10px;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-data-list .data-inner dl dt {
    width: 100%;
    padding-right: 0
  }
}

.m__home-info__pickup-home-column .column .int-area .int-data-list .data-inner dl dd {
  flex: 1 1
}

.m__home-info__pickup-home-column .column .int-area .int-button-list {
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between
}

.m__home-info__pickup-home-column .column .int-area .int-button-list .detail {
  width: 170px;
  height: 46px;
  background: #e9eef4;
  color: #365e95;
  border: 1px solid #365e95;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 4px;
  padding: 14px;
  line-height: 1;
  text-align: center;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-button-list .detail {
    padding: 16px 10px;
    font-size: 1.4rem;
    width: calc(50% - 5px)
  }
}

.m__home-info__pickup-home-column .column .int-area .int-button-list .detail:after {
  position: absolute;
  right: 8px;
  top: 50%;
  transition: .2s;
  content: "";
  width: 8px;
  height: 15px;
  margin-top: -7px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain
}

@media print,
screen and (min-width:737px) {
  .m__home-info__pickup-home-column .column .int-area .int-button-list .detail:hover:after {
    transform: translateX(3px)
  }
}

.m__home-info__pickup-home-column .column .int-area .int-button-list .favorite {
  display: block;
  width: 170px;
  height: 46px;
  line-height: 1;
  text-align: left;
  background: #f2f1ef;
  border: 1px solid #535353;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  cursor: pointer;
  text-align: center
}

.m__home-info__pickup-home-column .column .int-area .int-button-list .favorite img {
  padding: 15px 0;
  margin: 0 auto
}

@media only screen and (max-width:736px) {
  .m__home-info__pickup-home-column .column .int-area .int-button-list .favorite {
    width: calc(50% - 5px);
    padding: 0 5px
  }

  .m__home-info__pickup-home-column .column .int-area .int-button-list .favorite img {
    width: 13rem
  }
}

.m__home-info__bottom-gray-area {
  background: #f5f5f5;
  padding-bottom: 150px
}

@media only screen and (max-width:736px) {
  .m__home-info__bottom-gray-area {
    padding-bottom: 60px
  }
}

.m__home-info__bottom-gray-area>section:last-child {
  padding-bottom: 0
}

.m__home-info__home-history {
  padding-top: 60px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history {
    padding-top: 25px
  }
}

.m__home-info__home-history .l__common-inner01 {
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .arrow-link {
    text-align: right
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__home-history .m__arrow-link-after {
    position: absolute;
    right: 15px;
    top: 75px
  }
}

.m__home-info__home-history .home-history-slider-wrapper {
  position: relative
}

.m__home-info__home-history .home-history-slider {
  width: calc(100% + 20px);
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px
}

@media print,
screen and (min-width:737px) {
  .m__home-info__home-history .home-history-slider {
    position: static
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider {
    width: calc(100% + 30px);
    padding: 10px 15px;
    margin-left: -15px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-wrapper {
    justify-content: center
  }
}

.m__home-info__home-history .home-history-slider.swiper-container-horizontal>.swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  left: auto;
  line-height: 1;
  padding-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider.swiper-container-horizontal>.swiper-pagination-bullets {
    padding-top: 15px;
    padding-bottom: 10px
  }
}

.m__home-info__home-history .home-history-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin: 0 8px;
  background: #aeaeae;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px
  }
}

.m__home-info__home-history .home-history-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #365e95
}

.m__home-info__home-history .home-history-slider.swiper-container-horizontal .swiper-wrapper {
  justify-content: flex-start
}

.m__home-info__home-history .home-history-slider.swiper-container-horizontal .swiper-button-next,
.m__home-info__home-history .home-history-slider.swiper-container-horizontal .swiper-button-prev {
  display: block
}

.m__home-info__home-history .home-history-slider .swiper-button-next,
.m__home-info__home-history .home-history-slider .swiper-button-prev {
  display: none;
  color: #fff;
  background: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  margin-top: -60px;
  border-radius: 72px
}

.m__home-info__home-history .home-history-slider .swiper-button-next:after,
.m__home-info__home-history .home-history-slider .swiper-button-prev:after {
  margin-top: 14px
}

@media only screen and (max-width:736px) {

  .m__home-info__home-history .home-history-slider .swiper-button-next,
  .m__home-info__home-history .home-history-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -40px
  }

  .m__home-info__home-history .home-history-slider .swiper-button-next:after,
  .m__home-info__home-history .home-history-slider .swiper-button-prev:after {
    margin-top: 10px;
    height: 24px
  }
}

.m__home-info__home-history .home-history-slider .swiper-button-next {
  right: -60px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-button-next {
    right: 5px
  }
}

.m__home-info__home-history .home-history-slider .swiper-button-prev {
  left: -60px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-button-prev {
    left: 5px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide {
  background: #fff;
  border-radius: 4px;
  box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21);
  padding: 17px 15px;
  height: auto;
  width: 585px
}

@media print,
screen and (min-width:737px) {
  .m__home-info__home-history .home-history-slider .swiper-slide {
    margin-right: 20px
  }

  .m__home-info__home-history .home-history-slider .swiper-slide:last-child {
    margin-right: 0
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide {
    padding: 15px 12px;
    width: 320px !important
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .section01 {
  display: flex;
  align-items: center
}

.m__home-info__home-history .home-history-slider .swiper-slide .section01 .image {
  width: 180px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .section01 .image {
    width: 145px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .section01 .image img {
  width: 100%;
  display: block
}

.m__home-info__home-history .home-history-slider .swiper-slide .section01 .text {
  flex: 1 1;
  margin-left: 15px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .section01 .text {
    margin-left: 10px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .section01 .text .title {
  font-size: 2rem;
  line-height: 1.4
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .section01 .text .title {
    font-size: 1.3rem
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .section01 .text .addres {
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .section01 .text .addres {
    font-size: 1.2rem
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  margin-top: 14px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list {
    padding-top: 10px;
    margin-top: 10px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .document,
.m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve,
.m__home-info__home-history .home-history-slider .swiper-slide .button-list .favorite {
  width: 180px;
  height: 42px;
  display: block;
  border-radius: 4px;
  text-align: center;
  cursor: pointer
}

@media only screen and (max-width:736px) {

  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .document,
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve,
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .favorite {
    width: 95px;
    height: 48px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .document img,
.m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve img,
.m__home-info__home-history .home-history-slider .swiper-slide .button-list .favorite img {
  margin: 0 auto
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .document {
  background: #152b49
}

@media print,
screen and (min-width:737px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .document {
    transition: .2s
  }

  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .document:hover {
    opacity: .8
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .document img {
  padding: 10px 0
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .document img {
    padding: 14px 0;
    width: 82px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve {
  background: #ca5c02
}

@media print,
screen and (min-width:737px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve {
    transition: .2s
  }

  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve {
    margin-left: 4px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve img {
  padding: 9px 0
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .reserve img {
    width: 76px;
    padding: 9px 0
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .favorite {
  background: #f2f1ef;
  border: 1px solid #333
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .favorite {
    margin-left: 8px
  }
}

.m__home-info__home-history .home-history-slider .swiper-slide .button-list .favorite img {
  padding: 12px 0
}

@media only screen and (max-width:736px) {
  .m__home-info__home-history .home-history-slider .swiper-slide .button-list .favorite img {
    box-sizing: content-box;
    height: 30px;
    padding: 8px 0
  }
}

.m__home-info__home-search-area {
  padding-top: 80px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-search-area {
    padding-top: 50px
  }
}

.m__home-info__home-search-kinds {
  padding-top: 60px
}

@media only screen and (max-width:736px) {
  .m__home-info__home-search-kinds {
    padding-top: 50px
  }
}

.m__home-info__banner-wrap {
  padding-top: 80px
}

@media only screen and (max-width:736px) {
  .m__home-info__banner-wrap {
    padding-top: 50px
  }
}

.m__home-info__low .note {
  padding-bottom: 30px;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__home-info__low .note {
    font-size: 1.3rem;
    padding-bottom: 25px
  }
}

.m__home-info__anchor-list-wrap {
  display: block;
  padding: 30px 0 80px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__home-info__anchor-list-wrap {
    padding: 30px 0 45px
  }
}

.m__home-info__anchor-list {
  display: flex;
  justify-content: center
}

@media only screen and (max-width:736px) {
  .m__home-info__anchor-list {
    flex-wrap: wrap
  }
}

.m__home-info__anchor-list li {
  width: 245px
}

@media print,
screen and (min-width:737px) {
  .m__home-info__anchor-list li+li {
    margin-left: 50px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__anchor-list li {
    width: calc(50% - 10px)
  }

  .m__home-info__anchor-list li:nth-child(2n) {
    margin-left: 20px
  }

  .m__home-info__anchor-list li:nth-child(n + 3) {
    margin-top: 20px
  }
}

.m__home-info__anchor-list a {
  width: 100%;
  display: block;
  padding: 20px 30px 20px 60px;
  white-space: nowrap;
  position: relative;
  border-bottom: 2px solid #365e95;
  color: #365e95;
  font-weight: bold;
  font-size: 2.2rem;
  text-decoration: none;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__home-info__anchor-list a {
    font-size: 1.4rem;
    padding: 15px 20px 15px 35px
  }
}

.m__home-info__anchor-list a .num {
  position: absolute;
  height: 32px;
  left: 0;
  top: 50%;
  margin-top: -.25em;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__home-info__anchor-list a .num {
    height: 22px;
    margin-top: 0
  }
}

.m__home-info__anchor-list a .title {
  transition: .2s
}

.m__home-info__anchor-list a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  top: 50%;
  right: 6px;
  margin-top: -10px;
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  transform: rotate(90deg);
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__home-info__anchor-list a:after {
    width: 7px;
    height: 12px;
    margin-top: -5px
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__anchor-list a:hover .title {
    opacity: .7
  }

  .m__home-info__anchor-list a:hover:after {
    margin-top: -5px
  }
}

.m__home-info__anchor-num {
  display: block;
  text-align: center
}

.m__home-info__anchor-num .num {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #365e95
}

@media only screen and (max-width:736px) {
  .m__home-info__anchor-num .num {
    height: 57px
  }
}

.m__home-info__subtext01 {
  padding: 15px 0 40px;
  font-size: 2rem;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__home-info__subtext01 {
    font-size: 1.7rem;
    padding: 10px 0 15px
  }
}

.m__home-info__point-space {
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space {
    margin-bottom: 45px
  }
}

.m__home-info__point-space .m__home-info__anchor-num {
  margin-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space .m__home-info__anchor-num {
    margin-bottom: 15px
  }
}

.m__home-info__point-space-slider01 {
  margin-bottom: 70px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 {
    margin-bottom: 35px
  }
}

.m__home-info__point-space-slider01+.m__home-info__point-space-slider02 {
  margin-top: 70px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01+.m__home-info__point-space-slider02 {
    margin-top: 35px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 {
    padding-top: 10px
  }
}

.m__home-info__point-space-slider01 .swiper-slide {
  width: 845px;
  height: auto;
  position: relative;
  margin-bottom: 45px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 .swiper-slide {
    width: 320px;
    box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21);
    margin-bottom: 0
  }
}

.m__home-info__point-space-slider01 .swiper-slide img {
  width: 100%;
  display: block
}

.m__home-info__point-space-slider01 .swiper-slide .caption {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  width: 100%;
  letter-spacing: -.01em
}

@media print,
screen and (min-width:737px) {
  .m__home-info__point-space-slider01 .swiper-slide .caption {
    bottom: 0;
    left: 0;
    position: absolute
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 .swiper-slide .caption {
    padding: 15px;
    background: #fff
  }
}

.m__home-info__point-space-slider01 .swiper-slide .caption .title {
  font-size: 1.8rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 .swiper-slide .caption .title {
    text-align: center;
    font-size: 1.4rem
  }
}

.m__home-info__point-space-slider01 .swiper-slide .caption .sub-text {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 .swiper-slide .caption .sub-text {
    margin-top: 6px;
    font-size: 1.4rem
  }
}

.m__home-info__point-space-slider01 .page-arrow {
  width: 100%;
  max-width: 1020px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.m__home-info__point-space-slider01 .swiper-pagination {
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 .swiper-pagination {
    display: none
  }
}

.m__home-info__point-space-slider01 .swiper-pagination2 {
  display: none
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01 .swiper-pagination2 {
    display: block;
    position: relative;
    padding-top: 30px;
    text-align: center
  }
}

.m__home-info__point-space-slider01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin: 0 8px;
  background: #aeaeae;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px
  }
}

.m__home-info__point-space-slider01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #365e95
}

.m__home-info__point-space-slider01 .swiper-button-next,
.m__home-info__point-space-slider01 .swiper-button-prev {
  color: #fff;
  background: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  margin-top: -75px;
  border-radius: 72px
}

@media only screen and (max-width:736px) {

  .m__home-info__point-space-slider01 .swiper-button-next,
  .m__home-info__point-space-slider01 .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -53px
  }

  .m__home-info__point-space-slider01 .swiper-button-next:after,
  .m__home-info__point-space-slider01 .swiper-button-prev:after {
    height: 24px
  }
}

.m__home-info__point-space-slider01 .swiper-button-next.swiper-button-disabled,
.m__home-info__point-space-slider01 .swiper-button-prev.swiper-button-disabled {
  display: none
}

.m__home-info__point-space-slider02 {
  width: 100%
}

.m__home-info__point-space-slider02 .swiper-wrapper {
  height: auto
}

.m__home-info__point-space-slider02 .swiper-slide {
  width: 100%;
  height: auto;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02 .swiper-slide {
    position: relative;
    height: auto;
    background: #fff
  }
}

.m__home-info__point-space-slider02 .swiper-slide .view360 {
  height: 540px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02 .swiper-slide .view360 {
    height: 400px
  }
}

.m__home-info__point-space-slider02 .swiper-slide .view360 .ricoh-theta-spherical-image,
.m__home-info__point-space-slider02 .swiper-slide .view360 iframe {
  width: 100% !important;
  height: 540px !important
}

.m__home-info__point-space-slider02 .swiper-slide .view360 .ricoh-theta-spherical-image>div,
.m__home-info__point-space-slider02 .swiper-slide .view360 iframe>div {
  width: 100vw !important;
  height: 540px !important
}

@media only screen and (max-width:736px) {

  .m__home-info__point-space-slider02 .swiper-slide .view360 .ricoh-theta-spherical-image,
  .m__home-info__point-space-slider02 .swiper-slide .view360 iframe {
    width: 100vw !important;
    height: 400px !important
  }

  .m__home-info__point-space-slider02 .swiper-slide .view360 .ricoh-theta-spherical-image>div,
  .m__home-info__point-space-slider02 .swiper-slide .view360 iframe>div {
    width: 100vw !important;
    height: 400px !important
  }
}

.m__home-info__point-space-slider02 .swiper-slide .caption {
  text-align: center;
  padding: 20px 0 40px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02 .swiper-slide .caption {
    padding: 10px 15px 20px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
  }
}

.m__home-info__point-space-slider02 .swiper-slide .caption .title {
  font-weight: bold;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02 .swiper-slide .caption .title {
    font-size: 1.5rem
  }
}

.m__home-info__point-space-slider02 .swiper-slide .caption .sub-text {
  font-size: 1.4rem
}

.m__home-info__point-space-thumbnail {
  text-align: center;
  margin-bottom: 100px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-thumbnail {
    margin-bottom: 60px
  }
}

.m__home-info__point-space-slider02-thumb {
  position: relative;
  max-width: 1144px;
  margin: 0 auto;
  display: inline-block
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02-thumb {
    position: static;
    max-width: 100vw
  }
}

.m__home-info__point-space-slider02-thumb .swiper-container {
  padding: 4px;
  position: static
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02-thumb .swiper-container {
    padding: 4px 20px
  }
}

.m__home-info__point-space-slider02-thumb li {
  background: #000;
  width: 145px;
  transition: opacity .3s
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02-thumb li {
    width: 76px
  }
}

.m__home-info__point-space-slider02-thumb li img {
  width: 100%;
  display: block
}

.m__home-info__point-space-slider02-thumb li:hover {
  opacity: .7;
  cursor: pointer
}

.m__home-info__point-space-slider02-thumb li.current::after {
  content: "";
  box-sizing: content-box;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2px;
  border: 2px solid #365e95;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.m__home-info__point-space-slider02-thumb li.current img {
  opacity: .55
}

.m__home-info__point-space-slider02-thumb .swiper-button-next {
  right: -77px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02-thumb .swiper-button-next {
    right: 5px
  }
}

.m__home-info__point-space-slider02-thumb .swiper-button-prev {
  left: -77px
}

@media only screen and (max-width:736px) {
  .m__home-info__point-space-slider02-thumb .swiper-button-prev {
    left: 5px
  }
}

.m__home-info__point-space-slider02-thumb .swiper-button-next,
.m__home-info__point-space-slider02-thumb .swiper-button-prev {
  color: #fff;
  background: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  margin-top: -36px;
  border-radius: 72px
}

.m__home-info__point-space-slider02-thumb .swiper-button-next.swiper-button-disabled,
.m__home-info__point-space-slider02-thumb .swiper-button-prev.swiper-button-disabled {
  display: none
}

@media only screen and (max-width:736px) {

  .m__home-info__point-space-slider02-thumb .swiper-button-next,
  .m__home-info__point-space-slider02-thumb .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -22px
  }

  .m__home-info__point-space-slider02-thumb .swiper-button-next:after,
  .m__home-info__point-space-slider02-thumb .swiper-button-prev:after {
    height: 24px
  }
}

.m__home-info__low-contents-title {
  position: relative;
  padding-top: 110px;
  position: relative
}

.m__home-info__low-contents-title::before {
  content: "";
  width: 100%;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-title::before {
    height: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-title {
    padding-top: 70px
  }
}

.m__home-info__low-contents-title .m__home-info__anchor-num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%)
}

.m__home-info__low-contents-title .low-contents-sec-image01 {
  width: 100%;
  background: #fff;
  height: 350px;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-title .low-contents-sec-image01 {
    height: 95px
  }
}

.m__home-info__low-contents-title .low-contents-sec-image01 .caption {
  color: #fff;
  position: absolute;
  width: 100%;
  max-width: 1600px;
  text-align: right;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  bottom: 15px;
  font-size: 1.4rem;
  text-shadow: 1px 1px 0 #262626, -1px 1px 0 #262626, 1px -1px 0 #262626, -1px -1px 0 #262626
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-title .low-contents-sec-image01 .caption {
    font-size: 1.2rem;
    padding: 0 8px;
    bottom: 5px
  }
}

.m__home-info__low-contents-title .low-contents-sec-image01 img {
  width: 1600px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-title .low-contents-sec-image01 img {
    width: auto;
    height: 100%
  }
}

.m__home-info__low-search-button {
  text-decoration: none;
  border: 1px solid #365e95;
  color: #365e95;
  width: 500px;
  padding: 13px;
  padding-left: 30px;
  border-radius: 5px;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__home-info__low-search-button {
    transition: .2s;
    font-size: 2rem
  }

  .m__home-info__low-search-button:hover {
    background: #e9eef4
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__low-search-button {
    width: 100%;
    font-size: 1.6rem;
    padding: 8px
  }
}

.m__home-info__low-search-button:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_search_blue02.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__home-info__low-search-button:before {
    width: 28px;
    height: 28px;
    left: 15px
  }
}

.m__home-info__low-contents-sec {
  padding-bottom: 100px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec {
    padding-bottom: 50px
  }
}

.m__home-info__low-contents-sec.location {
  padding-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec.location {
    padding-bottom: 35px
  }
}

.m__home-info__low-contents-sec .low-contents-sec-inner {
  position: relative
}

.m__home-info__low-contents-sec .lede-text {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #365e95;
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .lede-text {
    font-size: 1.9rem;
    text-align: left;
    margin-top: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__low-contents-sec .lede-text+.int-section01 {
    margin-top: 75px
  }
}

.m__home-info__low-contents-sec .lede-sub-text {
  text-align: center;
  margin-top: 30px;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .lede-sub-text {
    text-align: left;
    margin-top: 15px;
    font-size: 1.7rem
  }
}

.m__home-info__low-contents-sec .int-section01 {
  display: flex;
  margin-top: 60px
}

.m__home-info__low-contents-sec .int-section01+.int-section01 {
  margin-top: 80px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01+.int-section01 {
    margin-top: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 {
    display: block;
    margin-top: 30px
  }
}

.m__home-info__low-contents-sec .int-section01 .image-area {
  width: 550px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 .image-area {
    width: 100%
  }
}

.m__home-info__low-contents-sec .int-section01 .image-area img {
  width: 100%;
  display: block
}

.m__home-info__low-contents-sec .int-section01 .image-area .image-caption {
  font-size: 1.4rem;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 .image-area .image-caption {
    font-size: 1.2rem;
    text-align: right
  }
}

.m__home-info__low-contents-sec .int-section01 .text-area {
  flex: 1 1;
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 .text-area {
    margin-top: 0
  }
}

.m__home-info__low-contents-sec .int-section01 .text-area .title {
  color: #365e95;
  font-size: 3rem;
  margin-bottom: 25px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 .text-area .title {
    font-size: 1.9rem;
    margin: 15px 0
  }
}

.m__home-info__low-contents-sec .int-section01 .text-area .text {
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 .text-area .text {
    font-size: 1.7rem
  }
}

.m__home-info__low-contents-sec .int-section01 .text-area .button-area {
  display: block;
  text-align: center;
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 .text-area .button-area {
    margin-top: 30px
  }
}

.m__home-info__low-contents-sec .int-section01 .text-area .button-area .m__home-info__low-search-button {
  display: inline-block
}

.m__home-info__low-contents-sec .int-section01 .text-area .notice-box {
  margin-top: 30px;
  font-size: 1.4rem;
  padding: 25px 20px;
  border: 2px solid #f2f1ef
}

@media only screen and (max-width:736px) {
  .m__home-info__low-contents-sec .int-section01 .text-area .notice-box {
    padding: 20px 15px;
    margin-bottom: 10px;
    font-size: 1.3rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__low-contents-sec .int-section01:nth-of-type(odd) .image-area {
    margin-left: -105px
  }

  .m__home-info__low-contents-sec .int-section01:nth-of-type(odd) .image-area .image-caption {
    text-align: right
  }

  .m__home-info__low-contents-sec .int-section01:nth-of-type(odd) .text-area {
    margin-left: 50px
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__low-contents-sec .int-section01:nth-of-type(even) .image-area {
    order: 2;
    margin-right: -105px
  }

  .m__home-info__low-contents-sec .int-section01:nth-of-type(even) .image-area .image-caption {
    text-align: left
  }

  .m__home-info__low-contents-sec .int-section01:nth-of-type(even) .text-area {
    order: 1;
    margin-right: 50px
  }
}

.m__home-info__location-slider {
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider {
    margin-top: 20px;
    padding-top: 10px
  }
}

.m__home-info__location-slider .swiper-slide {
  width: 1190px;
  height: auto
}

.m__home-info__location-slider .swiper-slide img {
  width: 100%;
  display: block
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider .swiper-slide {
    border-radius: 2px;
    width: 340px;
    box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21)
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__location-slider .swiper-slide .caption {
    width: 514px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 35px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider .swiper-slide .caption {
    padding: 20px 10px
  }
}

.m__home-info__location-slider .swiper-slide .caption .title {
  font-size: 2.4rem;
  margin-bottom: 10px
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider .swiper-slide .caption .title {
    font-size: 1.8rem;
    text-align: center
  }
}

.m__home-info__location-slider .swiper-slide .caption .sub-text {
  font-size: 1.6rem;
  letter-spacing: -.01em;
  line-height: 2
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider .swiper-slide .caption .sub-text {
    font-size: 1.7rem;
    line-height: 1.6
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__location-slider .page-arrow {
    position: absolute;
    width: 1340px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -24px
  }
}

.m__home-info__location-slider .swiper-button-next,
.m__home-info__location-slider .swiper-button-prev {
  color: #fff;
  background: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  margin-top: -36px;
  border-radius: 72px
}

@media only screen and (max-width:736px) {

  .m__home-info__location-slider .swiper-button-next,
  .m__home-info__location-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -22px
  }

  .m__home-info__location-slider .swiper-button-next:after,
  .m__home-info__location-slider .swiper-button-prev:after {
    height: 24px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider .swiper-button-next {
    right: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider .swiper-button-prev {
    left: 5px
  }
}

.m__home-info__location-slider .swiper-pagination {
  position: relative;
  line-height: 1;
  bottom: auto;
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider .swiper-pagination {
    margin-top: 25px
  }
}

.m__home-info__location-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin: 0 8px;
  background: #aeaeae;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__home-info__location-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px
  }
}

.m__home-info__location-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #365e95
}

.m__home-info__price-revision {
  padding-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__home-info__price-revision {
    padding-bottom: 40px
  }
}

.m__home-info__price-revision .inner-block {
  border: 1px solid #f16161;
  color: #f16161;
  display: flex;
  background: #fff;
  width: 800px;
  margin: 0 auto;
  align-items: center;
  padding: 20px 0
}

@media only screen and (max-width:736px) {
  .m__home-info__price-revision .inner-block {
    display: block;
    width: auto;
    padding: 0 15px
  }
}

.m__home-info__price-revision .inner-block .title {
  font-size: 2.4rem;
  padding: 0 30px
}

@media only screen and (max-width:736px) {
  .m__home-info__price-revision .inner-block .title {
    padding: 15px 0;
    text-align: center;
    font-size: 1.8rem
  }
}

.m__home-info__price-revision .inner-block .text-block {
  border-left: 1px solid #f16161;
  padding: 0 40px
}

@media only screen and (max-width:736px) {
  .m__home-info__price-revision .inner-block .text-block {
    padding: 15px 0;
    border-top: 1px solid #f16161;
    border-left: 0
  }

  .m__home-info__price-revision .inner-block .text-block br.pc {
    display: none
  }
}

.m__home-info__price-revision .inner-block .text-block a {
  color: #f16161;
  font-weight: bold
}

.m__home-info__floating {
  position: fixed;
  bottom: -126px;
  left: 0;
  width: 100%;
  background: #e9eef4;
  padding: 10px 0;
  z-index: 100;
  transition: bottom .5s
}

@media only screen and (max-width:736px) {
  .m__home-info__floating {
    bottom: -63px;
    padding: 0
  }

  .m__home-info__floating .l__common-inner01 {
    padding: 0
  }

  .m__home-info__floating--top {
    bottom: 0
  }
}

.m__home-info__floating.floating {
  bottom: 0
}

.m__home-info__floating .button-link {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px;
  margin: 0 -15px
}

@media only screen and (max-width:736px) {
  .m__home-info__floating .button-link {
    padding: 0;
    margin: 0;
    align-items: stretch
  }
}

@media print,
screen and (min-width:737px) {
  .m__home-info__floating .button-link li a {
    height: 72px
  }

  .m__home-info__floating .button-link li a.m__button__consult01,
  .m__home-info__floating .button-link li a.m__button__document01 {
    width: 415px;
    height: 70px
  }

  .m__home-info__floating .button-link li a.telnum {
    display: block;
    margin-right: 10px;
    pointer-events: none
  }

  .m__home-info__floating .button-link li a.telnum img {
    width: 320px
  }
}

@media only screen and (max-width:736px) {
  .m__home-info__floating .button-link li {
    height: 63px
  }

  .m__home-info__floating .button-link li:first-child,
  .m__home-info__floating .button-link li:nth-child(2) {
    width: 40%
  }

  .m__home-info__floating .button-link li:last-child {
    width: 20%
  }

  .m__home-info__floating .button-link li a {
    width: 100%;
    height: 100%
  }

  .m__home-info__floating .button-link li a.m__button__consult01,
  .m__home-info__floating .button-link li a.m__button__document01 {
    width: 100%;
    border-radius: 0
  }

  .m__home-info__floating .button-link li a.m__button__consult01 img {
    width: 105px
  }

  .m__home-info__floating .button-link li a.m__button__document01 img {
    width: 110px
  }

  .m__home-info__floating .button-link li a.telnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
  }

  .m__home-info__floating .button-link li a.telnum img {
    width: 55px
  }
}

.m__home-info__pdf-banner {
  margin-top: 40px;
  text-align: center
}

.m__tayori-index__top {
  background: #f5f5f5;
  padding-bottom: 60px
}

@media print,
screen and (min-width:737px) {
  .m__tayori-index__top {
    padding-top: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__tayori-index__top {
    padding-bottom: 0
  }
}

.m__tayori-index__description {
  text-align: center;
  font-size: 2rem;
  padding: 20px 0 60px
}

@media only screen and (max-width:736px) {
  .m__tayori-index__description {
    font-size: 1.4rem;
    text-align: left;
    padding: 15px 0 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__tayori-index__inner01 {
    margin: -70px auto 100px
  }
}

@media only screen and (max-width:736px) {
  .m__tayori-index__inner01 {
    padding-top: 30px;
    margin-bottom: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__tayori-index__list01 {
    display: flex;
    flex-wrap: wrap
  }
}

.m__tayori-index__list01 li {
  width: calc(50% - 20px)
}

@media only screen and (max-width:736px) {
  .m__tayori-index__list01 li {
    width: 100%;
    margin-top: 30px
  }

  .m__tayori-index__list01 li:first-child {
    margin-top: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__tayori-index__list01 li:nth-child(2n) {
    margin-left: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__tayori-index__list01 li:nth-child(n+3) {
    margin-top: 60px
  }
}

.m__tayori-index__list01 li .img-box {
  height: 240px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__tayori-index__list01 li .img-box {
    height: 150px;
    margin-bottom: 5px
  }
}

.m__tayori-index__list01 li .img-box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s
}

@media print,
screen and (min-width:737px) {
  .m__tayori-index__list01 li a:hover img {
    transform: translate(-50%, -50%) scale(1.1)
  }
}

.m__tayori-index__list01 li .tag01 {
  display: inline-block;
  color: #ec1616;
  font-size: 2rem;
  line-height: 1;
  border: 1px solid #ec1616;
  border-radius: 20px;
  text-decoration: none;
  padding: 5px 10px 3px;
  margin-right: 20px
}

@media all and (-ms-high-contrast:none) {
  .m__tayori-index__list01 li .tag01 {
    padding: 7px 10px 2px
  }
}

@media only screen and (max-width:736px) {
  .m__tayori-index__list01 li .tag01 {
    font-size: 1rem;
    padding: 2px 6px 1px;
    margin-right: 10px
  }
}

.m__tayori-index__list01 li .data {
  display: inline-block;
  color: #262626;
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__tayori-index__list01 li .data {
    font-size: 1.2rem;
    line-height: 1.3
  }
}

.m__tayori-index__list01 li .title {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 10px;
  transition: .5s;
  overflow: hidden;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative
}

@media all and (-ms-high-contrast:none) {

  .m__tayori-index__list01 li .title:before,
  .m__tayori-index__list01 li .title:after {
    background: #fff;
    position: absolute
  }

  .m__tayori-index__list01 li .title:before {
    content: "...";
    top: 33px;
    right: 0;
    padding: 0 5px
  }

  .m__tayori-index__list01 li .title:after {
    content: "";
    height: 100%;
    width: 100%
  }
}

@media only screen and (max-width:736px) {
  .m__tayori-index__list01 li .title {
    font-size: 1.7rem;
    margin-top: 8px;
    height: 50px
  }
}

.m__tayori-index .m__pagenation {
  margin-top: 0;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__tayori-index .m__pagenation {
    margin-bottom: 20px;
    margin-top: 0
  }
}

.m__tayori-index__back {
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__tayori-index__back {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid #e7e7e7
  }
}

.m__tayori-index__back p+p {
  margin-top: 20px
}

.m__fee .note {
  padding-top: 30px;
  margin-bottom: 40px;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__fee .note {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3rem
  }
}

.m__fee .flex {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__fee .flex {
    display: block
  }
}

.m__fee .font-blue {
  color: #365e95
}

.m__fee__type {
  margin-top: 60px
}

@media only screen and (max-width:736px) {
  .m__fee__type {
    margin-top: 35px
  }
}

.m__fee__type .m__common__title02 {
  padding: 40px 0 0
}

@media only screen and (max-width:736px) {
  .m__fee__type .m__common__title02 {
    padding: 32px 0 10px;
    line-height: 1.35
  }
}

.m__fee__type .m__common__title02 .font-small {
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__fee__type .m__common__title02 .font-small {
    font-size: 1.7rem
  }
}

.m__fee__type .title03 {
  position: relative;
  padding-left: 20px;
  margin: 30px 0 40px;
  font-size: 2.6rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__fee__type .title03 {
    padding-left: 12px;
    margin: 15px 0 23px;
    font-size: 2rem;
    line-height: 1.5
  }
}

.m__fee__type .title03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  background: #365e95
}

.m__fee__type .m__fee__plan+.title03 {
  margin: 60px 0 40px
}

@media only screen and (max-width:736px) {
  .m__fee__type .m__fee__plan+.title03 {
    margin: 40px 0 20px
  }
}

.m__fee__plan {
  position: relative;
  margin: 40px 0;
  border: 1px solid #365e95
}

@media only screen and (max-width:736px) {
  .m__fee__plan {
    margin: 20px 0
  }
}

.m__fee__plan+.m__fee__plan {
  margin-top: 50px
}

@media only screen and (max-width:736px) {
  .m__fee__plan+.m__fee__plan {
    margin-top: 30px
  }
}

.m__fee__plan .title01 {
  padding: 22px 30px;
  font-size: 2.6rem;
  background: #e9eef4
}

@media only screen and (max-width:736px) {
  .m__fee__plan .title01 {
    padding: 20px 15px;
    font-size: 2rem
  }
}

.m__fee__plan .title01 span {
  font-size: 2rem;
  font-weight: normal;
  margin-left: .3em;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__fee__plan .title01 span {
    font-size: 1.7rem
  }
}

.m__fee__plan .box {
  padding: 28px 30px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box {
    padding: 15px
  }
}

.m__fee__plan .box dl {
  display: table;
  width: 514px;
  border: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box dl {
    width: 100%
  }
}

.m__fee__plan .box dl dt {
  display: table-cell;
  vertical-align: middle;
  min-width: 168px;
  padding: 32px 15px 32px 25px;
  background: #f5f5f5;
  border-right: 1px solid #e7e7e7;
  font-weight: bold;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box dl dt {
    min-width: 105px;
    width: 105px;
    padding: 14px 10px;
    font-size: 1.5rem
  }
}

.m__fee__plan .box dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box dl dd {
    padding: 15px 10px 11px
  }
}

.m__fee__plan .box dl dd span {
  margin-right: 3px;
  font-size: 2.8rem;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box dl dd span {
    font-size: 1.9rem
  }
}

.m__fee__plan .box dl dd p {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box dl dd p {
    font-size: 1.3rem;
    text-align: left
  }
}

.m__fee__plan .box dl+dl {
  width: 582px;
  margin-left: 33px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box dl+dl {
    width: 100%;
    margin: 8px 0 0
  }
}

.m__fee__plan .box dl+dl dt {
  min-width: 184px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box dl+dl dt {
    min-width: 105px;
    width: 105px
  }
}

.m__fee__plan .box--column1 dl {
  width: 100%
}

.m__fee__plan .box--column1 dl dt {
  min-width: 255px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .box--column1 dl dt {
    min-width: 105px;
    width: 105px
  }
}

.m__fee__plan .accordion {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 30px 27px 30px 0;
  cursor: pointer;
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__fee__plan .accordion {
    position: relative;
    width: auto;
    padding: 15px 0;
    margin: 0 15px 10px;
    text-align: center
  }
}

.m__fee__plan .accordion:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  display: block;
  width: 16px;
  height: 2px;
  background: #365e95;
  z-index: 2;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__fee__plan .accordion:before {
    top: calc(50% - 2px);
    right: 8px;
    width: 14px;
    height: 1px
  }
}

.m__fee__plan .accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 2px;
  height: 16px;
  background: #365e95;
  z-index: 2;
  transition: .2s;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__fee__plan .accordion:after {
    top: calc(50% - 2px);
    right: 14.5px;
    width: 1px;
    height: 14px
  }
}

.m__fee__plan .accordion span {
  position: relative;
  display: inline-block;
  padding-right: 38px;
  color: #365e95;
  text-decoration: underline;
  text-align: right;
  letter-spacing: .02em
}

@media only screen and (max-width:736px) {
  .m__fee__plan .accordion span {
    display: block;
    padding-right: 0;
    text-align: center;
    letter-spacing: .075em
  }
}

.m__fee__plan .accordion span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #365e95;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__fee__plan .accordion span:after {
    top: calc(50% - 2px);
    right: 5px;
    width: 18px;
    height: 18px;
    border-width: 1px
  }
}

.m__fee__plan .accordion.is-active:after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0
}

.m__fee__plan .accordion.is-active span {
  font-size: 0
}

.m__fee__plan .accordion.is-active span:before {
  font-size: 1.8rem;
  content: "蜀�ｨｳ繧帝哩縺倥ｋ"
}

@media only screen and (max-width:736px) {
  .m__fee__plan .accordion.is-active span:before {
    font-size: 1.4rem
  }
}

.m__fee__plan .accordion:hover span {
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__fee__plan .accordion:hover span {
    text-decoration: underline
  }
}

.m__fee__plan .details {
  overflow: hidden;
  max-height: 0;
  transition: max-height .6s cubic-bezier(.19, 1, .22, 1)
}

.m__fee__plan .details.is-open {
  max-height: 9999px;
  transition: max-height .6s cubic-bezier(1, 0, 0, 1)
}

.m__fee__plan .details-inner {
  padding: 40px 30px 55px;
  border-top: 1px dashed #365e95
}

@media only screen and (max-width:736px) {
  .m__fee__plan .details-inner {
    padding: 23px 15px 40px
  }
}

.m__fee__plan .details-inner>.flex {
  align-items: flex-start
}

.m__fee__plan .title02 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__fee__plan .title02 {
    padding-left: 17px;
    margin-bottom: 17px;
    font-size: 1.7rem
  }
}

.m__fee__plan .title02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  background: #365e95
}

.m__fee__plan .table-wrap {
  width: 514px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .table-wrap {
    width: 100%
  }
}

.m__fee__plan .table-wrap tr {
  width: 100%;
  border: 1px solid #e7e7e7;
  letter-spacing: .02em
}

.m__fee__plan .table-wrap tr th {
  min-width: 164px;
  height: 91px;
  padding: 12px 5px 12px 25px;
  background: #f5f5f5;
  border-right: 1px solid #e7e7e7;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4
}

@media only screen and (max-width:736px) {
  .m__fee__plan .table-wrap tr th {
    min-width: 105px;
    width: 105px;
    height: auto;
    padding: 16px 10px;
    font-size: 1.5rem
  }
}

.m__fee__plan .table-wrap tr td {
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle
}

@media only screen and (max-width:736px) {
  .m__fee__plan .table-wrap tr td {
    padding: 16px 10px 11px
  }
}

.m__fee__plan .table-wrap tr td span {
  margin-right: 3px;
  font-size: 2.8rem;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__fee__plan .table-wrap tr td span {
    font-size: 1.9rem
  }
}

.m__fee__plan .table-wrap+.table-wrap {
  width: 582px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .table-wrap+.table-wrap {
    width: 100%;
    margin-top: 25px
  }
}

.m__fee__plan .table-wrap+.table-wrap tr th {
  min-width: 184px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .table-wrap+.table-wrap tr th {
    min-width: 105px;
    width: 105px
  }
}

.m__fee__plan .table-wrap--column1 {
  width: 100%
}

.m__fee__plan .table-wrap--column1 tr th {
  min-width: 255px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .table-wrap--column1 tr th {
    min-width: 105px;
    width: 105px
  }
}

.m__fee__plan .text {
  padding-top: 45px;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__fee__plan .text {
    padding-top: 30px;
    font-size: 1.3rem
  }
}

.m__fee__plan .text+.text {
  padding-top: 15px
}

.m__fee__plan .simulation {
  padding-top: 70px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation {
    padding-top: 40px
  }
}

.m__fee__plan .simulation>.flex {
  justify-content: flex-start
}

.m__fee__plan .simulation>.flex>p {
  margin-right: 15px;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation>.flex>p {
    margin: 0 0 10px;
    font-size: 1.4rem
  }
}

.m__fee__plan .simulation>.flex .m__form__select01 {
  width: 158px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation>.flex .m__form__select01 {
    width: 100%
  }
}

.m__fee__plan .simulation .result {
  margin: 25px 0;
  border: 1px solid #e7e7e7;
  align-items: stretch
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .result {
    margin: 20px 0 25px
  }
}

.m__fee__plan .simulation .result dl {
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .result dl {
    display: table
  }
}

.m__fee__plan .simulation .result dl dt {
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
  border-bottom: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .result dl dt {
    display: table-cell;
    vertical-align: top;
    min-width: 105px;
    width: 105px;
    padding: 16px 10px;
    font-size: 1.4rem;
    border-right: 1px solid #e7e7e7;
    border-bottom: none
  }
}

.m__fee__plan .simulation .result dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  min-height: 0;
  padding: 15px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .result dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    text-align: center
  }
}

.m__fee__plan .simulation .result dl dd span {
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .result dl dd span {
    font-size: 2rem
  }
}

.m__fee__plan .simulation .result dl dd p {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .03em
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .result dl dd p {
    font-size: 1.2rem;
    text-align-last: left
  }
}

.m__fee__plan .simulation .result dl+dl dt,
.m__fee__plan .simulation .result dl+dl dd {
  border-left: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {

  .m__fee__plan .simulation .result dl+dl dt,
  .m__fee__plan .simulation .result dl+dl dd {
    border-left: none;
    border-top: 1px solid #e7e7e7
  }
}

.m__fee__plan .simulation .result dl:nth-of-type(1),
.m__fee__plan .simulation .result dl:nth-of-type(3) {
  width: calc((100% - 656px) / 2)
}

@media only screen and (max-width:736px) {

  .m__fee__plan .simulation .result dl:nth-of-type(1),
  .m__fee__plan .simulation .result dl:nth-of-type(3) {
    width: 100%
  }
}

.m__fee__plan .simulation .result dl:nth-of-type(2) {
  width: 656px
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .result dl:nth-of-type(2) {
    width: 100%
  }
}

.m__fee__plan .simulation .note-list {
  font-size: 1.4rem;
  letter-spacing: .03em
}

@media only screen and (max-width:736px) {
  .m__fee__plan .simulation .note-list {
    font-size: 1.3rem
  }
}

.m__fee__notes {
  padding: 65px 0 75px;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__fee__notes {
    padding: 20px 15px 35px;
    font-size: 1.3rem
  }
}

.m__fee__notes .title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__fee__notes .title {
    margin-bottom: 25px;
    font-size: 1.7rem
  }
}

.m__fee__notes .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  background: #365e95
}

.m__fee__notes .flex {
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__fee__notes .flex {
    margin-bottom: 25px
  }
}

.m__fee__notes .flex dl {
  display: flex;
  flex-direction: column;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__fee__notes .flex dl {
    display: table
  }
}

.m__fee__notes .flex dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  height: 100%;
  min-height: 0;
  padding: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #f5f5f5;
  border-bottom: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__fee__notes .flex dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 105px;
    padding: 15px;
    font-size: 1.4rem;
    border-right: 1px solid #e7e7e7;
    border-bottom: none;
    text-align: center
  }
}

.m__fee__notes .flex dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1 1;
  height: 100%;
  min-height: 0;
  padding: 25px 15px
}

@media only screen and (max-width:736px) {
  .m__fee__notes .flex dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    font-size: 1.4rem
  }
}

.m__fee__notes .flex dl+dl dt,
.m__fee__notes .flex dl+dl dd {
  border-left: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {

  .m__fee__notes .flex dl+dl dt,
  .m__fee__notes .flex dl+dl dd {
    border-left: none;
    border-top: 1px solid #e7e7e7
  }
}

.m__fee__notes ul+p {
  padding-top: 50px
}

@media only screen and (max-width:736px) {
  .m__fee__notes ul+p {
    padding-top: 25px
  }
}

.m__fee__notes ul+p+ul,
.m__fee__notes ul+ul {
  padding-top: 65px
}

@media only screen and (max-width:736px) {

  .m__fee__notes ul+p+ul,
  .m__fee__notes ul+ul {
    padding-top: 30px
  }
}

.m__fee__notes p.sentence {
  margin-bottom: 1em
}

.m__access .note {
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__access .note {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3rem
  }
}

.m__access .table {
  border: 1px solid #e7e7e7
}

.m__access .table-row {
  display: flex;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__access .table-row {
    display: block
  }
}

.m__access .table-row+.table-row {
  border-top: 1px solid #e7e7e7
}

.m__access .table-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 313px;
  min-height: 72px;
  padding: 10px 10px 10px 30px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #f5f5f5;
  border-right: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__access .table-header {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 12px 13px;
    font-size: 1.7rem;
    border-bottom: 1px solid #e7e7e7;
    border-right: none
  }
}

.m__access .table-header--note {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}

.m__access .table-header--note span {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0
}

@media only screen and (max-width:736px) {
  .m__access .table-header--note span {
    font-size: 1.3rem
  }
}

.m__access .table-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 314px);
  font-size: 1.6rem;
  padding: 15px 23px;
  line-height: 1.5;
  letter-spacing: .02em
}

@media only screen and (max-width:736px) {
  .m__access .table-data {
    display: block;
    width: 100%;
    padding: 15px 13px;
    font-size: 1.7rem
  }
}

.m__access .table-data a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #262626
}

.m__access__navi {
  margin: 45px auto 70px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__access__navi {
    margin: 20px auto 35px
  }
}

.m__access__navi ul {
  display: flex;
  justify-content: center
}

.m__access__navi ul li {
  flex-basis: 374px;
  margin-right: 34px;
  border-bottom: 2px solid #365e95;
  text-align: center
}

.m__access__navi ul li:last-child {
  margin-right: 0
}

@media only screen and (max-width:736px) {
  .m__access__navi ul li {
    flex: 1 1 auto;
    margin-right: 12px;
    border-width: 1px
  }
}

.m__access__navi ul li a {
  position: relative;
  display: block;
  padding: 24px 0;
  color: #365e95;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  transition: .3s
}

@media only screen and (max-width:736px) {
  .m__access__navi ul li a {
    padding: 15px 8px 15px 0;
    font-size: 1.4rem
  }
}

.m__access__navi ul li a:after {
  content: "";
  width: 14px;
  height: 22px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .3s
}

@media only screen and (max-width:736px) {
  .m__access__navi ul li a:after {
    width: 7px;
    height: 12px;
    right: 5px
  }
}

@media print,
screen and (min-width:737px) {
  .m__access__navi ul li a:hover {
    opacity: .7
  }

  .m__access__navi ul li a:hover::after {
    top: calc(50% + 5px)
  }
}

@media only screen and (max-width:736px) {
  .m__access__map .map-wrapper .m__button__bottom {
    font-size: 1.7rem
  }
}

.m__access__map .table {
  margin-top: 43px
}

@media only screen and (max-width:736px) {
  .m__access__map .table {
    margin-top: 37px
  }
}

.m__access__map .table-header {
  align-items: flex-start;
  min-height: 85px;
  width: 145px;
  padding: 25px 10px 25px 30px;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__access__map .table-header {
    width: 100%;
    min-height: auto;
    padding: 12px 13px;
    font-size: 1.7rem
  }
}

.m__access__map .table-row:nth-of-type(2) .table-data {
  padding: 25px 45px 40px
}

@media only screen and (max-width:736px) {
  .m__access__map .table-row:nth-of-type(2) .table-data {
    padding: 15px 13px
  }
}

.m__access__map .table-data {
  width: calc(100% - 146px);
  padding: 25px 45px;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__access__map .table-data {
    width: 100%;
    padding: 15px 13px;
    font-size: 1.7rem;
    pointer-events: none;
    text-decoration: none;
    color: #262626
  }
}

.m__access__map .table-data dl+dl {
  margin-top: 25px
}

@media only screen and (max-width:736px) {
  .m__access__map .table-data dl+dl {
    margin-top: 20px
  }
}

.m__access__map .table-data dl dt {
  padding: 10px 0 10px 48px;
  font-size: 2rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__access__map .table-data dl dt {
    padding: 10px 0 10px 45px;
    font-size: 1.7rem
  }
}

.m__access__map .table-data dl dt.train {
  background: url(/resources/images/kaigo/area/access/ico_train.svg) no-repeat center left 5px;
  background-size: 27px 34px
}

@media only screen and (max-width:736px) {
  .m__access__map .table-data dl dt.train {
    background-size: 23px auto
  }
}

.m__access__map .table-data dl dt.bus {
  background: url(/resources/images/kaigo/area/access/ico_bus.svg) no-repeat center left 3px;
  background-size: 33px 29px
}

@media only screen and (max-width:736px) {
  .m__access__map .table-data dl dt.bus {
    background-size: 31px auto
  }
}

.m__access__map .table-data dl dt.car {
  background: url(/resources/images/kaigo/area/access/ico_car.svg) no-repeat center left 3px;
  background-size: 31px 22px
}

@media only screen and (max-width:736px) {
  .m__access__map .table-data dl dt.car {
    background-size: 29px auto
  }
}

.m__access__map .table-data dl dd {
  line-height: 1.8
}

.m__access__map .table-data dl dd+dd {
  padding-top: 30px
}

@media only screen and (max-width:736px) {
  .m__access__map .table-data dl dd+dd {
    padding-top: 20px
  }
}

.m__access__map .table-data dl dd span {
  display: block;
  margin-bottom: 8px
}

.m__access__map .table-data dl dd>p {
  padding-bottom: 13px
}

.m__access__surrounding {
  margin-top: 85px
}

@media only screen and (max-width:736px) {
  .m__access__surrounding {
    margin-top: 42px
  }
}

@media print,
screen and (min-width:737px) {
  .m__access__surrounding>.m__common__title02+p {
    display: none
  }
}

.m__access__surrounding .m__common__title02 {
  padding: 50px 0 30px
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__common__title02 {
    padding: 30px 0 10px
  }
}

.m__access__surrounding .m__carousel__modal .modal-inner {
  width: 900px;
  margin-top: 45px
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__modal .modal-inner {
    width: 100%;
    margin-top: 15px
  }
}

@media print,
screen and (min-width:737px) {

  .m__access__surrounding .m__carousel__modal .swiper-button-prev,
  .m__access__surrounding .m__carousel__modal .swiper-button-next {
    top: 298px
  }
}

.m__access__surrounding .m__carousel__photograph li {
  display: block;
  max-width: 900px;
  height: calc(100vh - 170px);
  overflow-x: hidden;
  padding: 0;
  background: none
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__photograph li {
    height: 485px;
    padding: 20px 15px;
    background: #fff
  }
}

.m__access__surrounding .m__carousel__photograph li.swiper-slide-prev {
  opacity: 0
}

.m__access__surrounding .m__carousel__photograph li.swiper-slide-next {
  opacity: 0
}

.m__access__surrounding .m__carousel__photograph li.swiper-slide-active {
  opacity: 1
}

.m__access__surrounding .m__carousel__photograph li .thumb {
  width: auto;
  height: auto
}

.m__access__surrounding .m__carousel__photograph li .contents {
  margin: -1px 0 0;
  padding: 25px 30px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__photograph li .contents {
    margin: 0;
    padding: 25px 20px 0
  }
}

.m__access__surrounding .m__carousel__photograph li .contents .title {
  margin-bottom: 10px;
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__photograph li .contents .title {
    font-size: 2.5rem
  }
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__photograph-list ul {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap
  }
}

.m__access__surrounding .m__carousel__photograph-list ul li {
  width: 360px !important;
  height: auto;
  margin: 20px
}

@media print,
screen and (min-width:737px) {
  .m__access__surrounding .m__carousel__photograph-list ul li:hover {
    cursor: default
  }
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__photograph-list ul li {
    width: calc(50% - 5px) !important;
    height: auto;
    margin: 7px 0
  }
}

.m__access__surrounding .m__carousel__photograph-list ul li:first-child,
.m__access__surrounding .m__carousel__photograph-list ul li:nth-child(8),
.m__access__surrounding .m__carousel__photograph-list ul li:nth-child(13) {
  width: 360px !important;
  height: auto;
  float: left
}

.m__access__surrounding .m__carousel__photograph-list ul li:first-child .hover-box,
.m__access__surrounding .m__carousel__photograph-list ul li:nth-child(8) .hover-box,
.m__access__surrounding .m__carousel__photograph-list ul li:nth-child(13) .hover-box {
  height: 239px;
  align-items: center
}

@media only screen and (max-width:736px) {

  .m__access__surrounding .m__carousel__photograph-list ul li:first-child,
  .m__access__surrounding .m__carousel__photograph-list ul li:nth-child(8),
  .m__access__surrounding .m__carousel__photograph-list ul li:nth-child(13) {
    width: calc(50% - 5px) !important;
    height: auto;
    float: none
  }
}

@media print,
screen and (min-width:737px) {
  .m__access__surrounding .m__carousel__photograph-list ul li:nth-child(3n+1) {
    clear: left
  }
}

.m__access__surrounding .m__carousel__photograph-list ul li .hover-box {
  height: 239px
}

@media print,
screen and (min-width:737px) {
  .m__access__surrounding .m__carousel__photograph-list ul li .hover-box {
    display: flex;
    align-items: center
  }
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__photograph-list ul li .hover-box {
    display: none
  }
}

.m__access__surrounding .m__carousel__photograph-list ul li .hover-box p {
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: .02em;
  display: block;
  max-height: none;
  line-height: 1.7
}

@media print,
screen and (min-width:737px) {
  .m__access__surrounding .m__carousel__photograph-list ul li .hover-box p {
    overflow: visible
  }
}

@media print,
screen and (min-width:737px) {
  .m__access__surrounding .m__carousel__photograph-list ul li .hover-box .image-zoom {
    display: none
  }
}

.m__access__surrounding .m__carousel__photograph-list ul li .title {
  padding-top: 10px;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__access__surrounding .m__carousel__photograph-list ul li .title {
    line-height: 1.4
  }
}

.m__access__facilities {
  margin-top: 85px
}

@media only screen and (max-width:736px) {
  .m__access__facilities {
    margin-top: 42px
  }
}

.m__access__facilities .m__common__title02 {
  display: flex;
  justify-content: space-between;
  padding: 37px 0 50px
}

@media only screen and (max-width:736px) {
  .m__access__facilities .m__common__title02 {
    padding: 25px 0 27px;
    flex-wrap: wrap
  }
}

.m__access__facilities .button {
  display: inline-block;
  padding: 18px 32px 15px 11px;
  text-decoration: none;
  font-size: 2rem;
  background: #365e95;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  transition: .2s
}

@media print,
screen and (min-width:737px) {
  .m__access__facilities .button:hover {
    opacity: .7
  }
}

@media only screen and (max-width:736px) {
  .m__access__facilities .button {
    padding: 11px 7px;
    margin-left: auto;
    font-size: 1.7rem;
    letter-spacing: 0
  }
}

.m__access__facilities .button span {
  display: inline-block;
  padding: 2px 7px 1px;
  margin-right: 23px;
  font-size: 1.6rem;
  background: #fff;
  color: #b73220;
  border-radius: 10px;
  border: 1px solid #b73220;
  vertical-align: baseline;
  letter-spacing: .02em
}

@media all and (-ms-high-contrast:none) {
  .m__access__facilities .button span {
    padding-top: 4px;
    padding-bottom: 0;
    margin-top: -3px
  }
}

@media only screen and (max-width:736px) {
  .m__access__facilities .button span {
    padding: 1px 7px;
    margin-right: 5px;
    font-size: 1.4rem
  }
}

.m__access__medical {
  margin: 85px auto 45px
}

@media only screen and (max-width:736px) {
  .m__access__medical {
    margin: 42px auto 25px
  }
}

.m__access__medical .table+.table {
  margin-top: 65px
}

@media only screen and (max-width:736px) {
  .m__access__medical .table+.table {
    margin-top: 20px
  }
}

.m__access__medical .table-data {
  padding: 25px 23px
}

@media only screen and (max-width:736px) {
  .m__access__medical .table-data {
    padding: 15px 13px
  }
}

.m__access__medical .table-data p+p {
  margin-top: 15px
}

.m__carousel__photograph li {
  padding: 65px 30px;
  background: #fff;
  display: flex
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph li {
    display: block;
    padding: 20px 15px;
    height: 485px;
    overflow-y: scroll
  }
}

.m__carousel__photograph li .thumb {
  width: 610px;
  height: 370px
}

.m__carousel__photograph li .thumb img {
  width: 100%;
  max-height: 100%
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph li .thumb {
    width: 100%;
    height: auto
  }
}

.m__carousel__photograph li .contents {
  font-size: 1.8rem;
  flex: 1 1;
  margin: 15px 0 15px 30px
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph li .contents {
    font-size: 1.7rem;
    margin: 15px 20px
  }
}

.m__carousel__photograph li .contents .date {
  margin-bottom: 15px
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph li .contents .date {
    margin-bottom: 10px
  }
}

.m__carousel__photograph li .contents .title {
  font-size: 3rem;
  margin-bottom: 15px
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph li .contents .title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 10px
  }
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph-list {
    margin: 0 0 30px;
    padding-top: 10px
  }
}

.m__carousel__photograph-list ul {
  overflow: hidden;
  margin: 0 -12px;
  display: block !important;
  width: auto !important
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph-list ul {
    margin: 0
  }
}

.m__carousel__photograph-list ul li {
  float: left;
  margin: 10px 12px;
  position: relative;
  overflow: hidden;
  width: 379px !important;
  height: 230px
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph-list ul li {
    float: none;
    width: 100%;
    margin: 15px 0
  }

  .m__carousel__photograph-list ul li:last-child {
    margin-bottom: 0
  }

  .m__carousel__photograph-list ul li::after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background: url(/resources/images/kaigo/area/photo/icon_zoom.png) left top no-repeat;
    background-size: 33px 33px;
    position: absolute;
    right: 0;
    top: 0
  }
}

.m__carousel__photograph-list ul li span.new-icon {
  color: #ec1616;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ec1616;
  position: absolute;
  left: 20px;
  font-size: 2rem;
  padding: 0 15px;
  top: 20px
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph-list ul li span.new-icon {
    left: 10px;
    top: 10px;
    font-size: 1.5rem
  }
}

.m__carousel__photograph-list ul li:nth-child(8) {
  float: right
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph-list ul li:nth-child(8) {
    float: none
  }
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph-list ul li {
    width: 100% !important;
    height: 56.3vw
  }
}

.m__carousel__photograph-list ul li img {
  max-width: 100%
}

@media only screen and (max-width:736px) {
  .m__carousel__photograph-list ul li img {
    width: 100%;
    height: auto
  }
}

.m__carousel__photograph-list ul li:first-child,
.m__carousel__photograph-list ul li:nth-child(8),
.m__carousel__photograph-list ul li:nth-child(13) {
  width: 783px !important;
  height: 480px
}

.m__carousel__photograph-list ul li:first-child .hover-box,
.m__carousel__photograph-list ul li:nth-child(8) .hover-box,
.m__carousel__photograph-list ul li:nth-child(13) .hover-box {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end
}

.m__carousel__photograph-list ul li:first-child .hover-box .inner-box,
.m__carousel__photograph-list ul li:nth-child(8) .hover-box .inner-box,
.m__carousel__photograph-list ul li:nth-child(13) .hover-box .inner-box {
  width: 100%
}

.m__carousel__photograph-list ul li:first-child img,
.m__carousel__photograph-list ul li:nth-child(8) img,
.m__carousel__photograph-list ul li:nth-child(13) img {
  max-width: 100%
}

@media only screen and (max-width:736px) {

  .m__carousel__photograph-list ul li:first-child,
  .m__carousel__photograph-list ul li:nth-child(8),
  .m__carousel__photograph-list ul li:nth-child(13) {
    width: 100% !important;
    height: 56.3vw
  }
}

.m__carousel__photograph-list ul li .hover-box {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 2rem;
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity .3s
}

.m__carousel__photograph-list ul li .hover-box p {
  line-height: 2;
  font-size: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.6em
}

.m__carousel__photograph-list ul li .hover-box .image-zoom {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  background: url(../img/ico_zoom.svg) 10px center no-repeat;
  color: #fff;
  text-decoration: none
}

.m__carousel__photograph-list ul li .hover-box .image-zoom:hover {
  cursor: pointer
}

@media print,
screen and (min-width:737px) {
  .m__carousel__photograph-list ul li:hover {
    cursor: pointer
  }

  .m__carousel__photograph-list ul li:hover .hover-box {
    opacity: 1
  }
}

.m__carousel__photograph-list ul li .sp-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4
}

@media print,
screen and (min-width:737px) {
  .m__carousel__photograph-list ul li .sp-box {
    display: none
  }
}

.m__carousel__photograph-list ul li .sp-box .title {
  font-size: 1.7rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.m__carousel__modal {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  transition: opacity .5s, z-index 0s .5s;
  z-index: -1
}

.m__carousel__modal .modal-inner {
  width: 1190px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s .3s
}

@media only screen and (max-width:736px) {
  .m__carousel__modal .modal-inner {
    width: 100%;
    padding: 0 15px
  }
}

.m__carousel__modal .swiper-button-next,
.m__carousel__modal .swiper-button-prev {
  width: 60px;
  height: 60px
}

@media only screen and (max-width:736px) {

  .m__carousel__modal .swiper-button-next,
  .m__carousel__modal .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: rgba(154, 156, 161, 0.8)
  }

  .m__carousel__modal .swiper-button-next::after,
  .m__carousel__modal .swiper-button-prev::after {
    height: 24px
  }
}

.m__carousel__modal .swiper-button-next {
  right: -60px
}

@media only screen and (max-width:736px) {
  .m__carousel__modal .swiper-button-next {
    right: 7px;
    border-radius: 50%
  }
}

.m__carousel__modal .swiper-button-prev {
  left: -60px
}

@media only screen and (max-width:736px) {
  .m__carousel__modal .swiper-button-prev {
    left: 7px;
    border-radius: 50%
  }
}

.m__carousel__modal #modal-close-btn {
  position: absolute;
  right: 0;
  top: -100px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__carousel__modal #modal-close-btn {
    right: 15px;
    top: -65px
  }
}

.m__carousel__modal #modal-close-btn:hover {
  cursor: pointer
}

.m__carousel__modal #modal-close-btn .icon {
  width: 50px;
  height: 50px
}

@media only screen and (max-width:736px) {
  .m__carousel__modal #modal-close-btn .icon {
    width: 30px;
    height: 30px
  }
}

.m__carousel__modal #modal-close-btn .icon::before,
.m__carousel__modal #modal-close-btn .icon::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}

@media only screen and (max-width:736px) {

  .m__carousel__modal #modal-close-btn .icon::before,
  .m__carousel__modal #modal-close-btn .icon::after {
    height: 2px;
    width: 30px
  }
}

.m__carousel__modal #modal-close-btn .icon::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.m__carousel__modal #modal-close-btn .icon::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.m__carousel__modal #modal-close-btn span {
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 10px;
  color: #fff
}

@media only screen and (max-width:736px) {
  .m__carousel__modal #modal-close-btn span {
    font-size: 1rem
  }
}

.m__carousel__modal.is-open {
  z-index: 1001;
  opacity: 1;
  transition: opacity .5s
}

.m__carousel__modal.is-open .modal-inner {
  opacity: 1
}

.m__carousel__life {
  position: relative
}

.m__carousel__life--full-width {
  width: 845px;
  overflow: visible;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__carousel__life--full-width {
    width: calc(100vw - 60px)
  }
}

.m__carousel__life--full-width figure {
  position: relative
}

.m__carousel__life--full-width figure img {
  width: 100%
}

.m__carousel__life--full-width figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.72);
  width: 100%;
  font-size: 1.6rem
}

.m__carousel__life--full-width figure figcaption b {
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__carousel__life--full-width figure figcaption {
    position: static;
    background: #fff;
    font-size: 1.4rem;
    padding-bottom: 20px
  }

  .m__carousel__life--full-width figure figcaption b {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 5px
  }

  .m__carousel__life--full-width figure figcaption br {
    display: none
  }
}

.m__carousel__life--full-width .swiper-button-next,
.m__carousel__life--full-width .swiper-button-prev {
  background-color: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-top: -40px
}

.m__carousel__life--full-width .swiper-button-next::after,
.m__carousel__life--full-width .swiper-button-prev::after {
  height: 40px
}

@media only screen and (max-width:736px) {

  .m__carousel__life--full-width .swiper-button-next,
  .m__carousel__life--full-width .swiper-button-prev {
    width: 45px;
    margin-top: -25px;
    height: 45px
  }

  .m__carousel__life--full-width .swiper-button-next::after,
  .m__carousel__life--full-width .swiper-button-prev::after {
    height: 25px
  }
}

.m__carousel__life--full-width .swiper-button-next {
  right: -80px
}

@media only screen and (max-width:736px) {
  .m__carousel__life--full-width .swiper-button-next {
    right: -25px
  }
}

.m__carousel__life--full-width .swiper-button-prev {
  left: -80px
}

@media only screen and (max-width:736px) {
  .m__carousel__life--full-width .swiper-button-prev {
    left: -25px
  }
}

.m__carousel__life--full-width .swiper-pagination {
  bottom: -50px
}

@media only screen and (max-width:736px) {
  .m__carousel__life--full-width .swiper-pagination {
    bottom: -40px
  }
}

.m__carousel__life-block {
  display: flex;
  background: #fff;
  padding: 50px 30px
}

.m__carousel__life-type02 {
  padding: 0 0 30px;
  overflow: hidden;
  margin-right: -30px;
  position: static
}

@media only screen and (max-width:736px) {
  .m__carousel__life-type02 {
    width: auto;
    padding: 0 20px 15px;
    margin: 0 -20px
  }

  .m__carousel__life-type02 img {
    max-width: 100%
  }
}

.m__carousel__life-type02 .swiper-pagination {
  bottom: -40px
}

@media print,
screen and (min-width:737px) {
  .m__carousel__life-type02 .swiper-slide {
    display: flex
  }
}

.m__carousel__life-type02 figure {
  width: 500px;
  flex-shrink: 0
}

@media only screen and (max-width:736px) {
  .m__carousel__life-type02 figure {
    width: auto
  }
}

.m__carousel__life-type02 figcaption {
  font-size: 1.4rem;
  margin-top: 5px
}

@media only screen and (max-width:736px) {
  .m__carousel__life-type02 figcaption {
    font-size: 1.2rem
  }
}

.m__carousel__life-type03 {
  width: 680px;
  padding: 0 30px 40px;
  margin-left: -30px
}

.m__carousel__life-type03 img {
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__carousel__life-type03 {
    width: auto;
    padding: 0 20px 40px;
    margin: 0 -15px
  }
}

.m__carousel__life-type03::before,
.m__carousel__life-type03::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 2
}

@media only screen and (max-width:736px) {

  .m__carousel__life-type03::before,
  .m__carousel__life-type03::after {
    width: 20px
  }
}

.m__carousel__life-type03::before {
  left: 0
}

.m__carousel__life-type03::after {
  right: 0
}

.m__carousel__life-type03 .swiper-button-next,
.m__carousel__life-type03 .swiper-button-prev {
  background-color: rgba(154, 156, 161, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -40px
}

@media only screen and (max-width:736px) {

  .m__carousel__life-type03 .swiper-button-next,
  .m__carousel__life-type03 .swiper-button-prev {
    width: 45px;
    height: 45px
  }
}

.m__carousel__life-type03 .swiper-button-next {
  right: 5px
}

.m__carousel__life-type03 .swiper-button-next::after {
  height: 25px
}

@media only screen and (max-width:736px) {
  .m__carousel__life-type03 .swiper-button-next {
    right: 7px
  }
}

.m__carousel__life-type03 .swiper-button-prev {
  left: 5px
}

.m__carousel__life-type03 .swiper-button-prev::after {
  height: 25px
}

@media only screen and (max-width:736px) {
  .m__carousel__life-type03 .swiper-button-prev {
    left: 7px
  }
}

@media only screen and (max-width:736px) {
  .m__carousel__life-staff {
    overflow: visible;
    margin: 0 auto;
    position: relative
  }
}

@media print,
screen and (min-width:737px) {
  .m__carousel__life-staff .swiper-wrapper {
    display: block
  }

  .m__carousel__life-staff .swiper-pagination-bullet,
  .m__carousel__life-staff .swiper-button-next,
  .m__carousel__life-staff .swiper-button-prev {
    display: none
  }
}

@media only screen and (max-width:736px) {

  .m__carousel__life-staff.swiper-container-horizontal .swiper-button-next,
  .m__carousel__life-staff.swiper-container-horizontal .swiper-button-prev {
    display: flex
  }

  .m__carousel__life-staff .swiper-button-next,
  .m__carousel__life-staff .swiper-button-prev {
    display: none;
    background-color: rgba(154, 156, 161, 0.7);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 48vw
  }

  .m__carousel__life-staff .swiper-button-next::after,
  .m__carousel__life-staff .swiper-button-prev::after {
    font-size: 2rem
  }

  .m__carousel__life-staff .swiper-button-next {
    right: -25px
  }

  .m__carousel__life-staff .swiper-button-next::after {
    height: 25px
  }

  .m__carousel__life-staff .swiper-button-prev {
    left: -25px
  }

  .m__carousel__life-staff .swiper-button-prev::after {
    height: 25px
  }

  .m__carousel__life-staff .swiper-pagination {
    bottom: -40px
  }
}

@media only screen and (max-width:736px) and (max-width:736px) {
  .m__carousel__life-staff {
    width: calc(100vw - 60px)
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none
}

.swiper-button-next::before,
.swiper-button-prev::before,
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  font-size: 0
}

@media print,
screen and (min-width:737px) {

  .swiper-button-next,
  .swiper-button-prev {
    transition: .3s
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .7
  }
}

.swiper-button-prev::after {
  margin-left: -9%;
  background: url(../img/ico_carousel_prev.svg) center center no-repeat;
  height: 44px;
  width: 100%;
  display: block
}

.swiper-button-next::after {
  background: url(../img/ico_carousel_prev.svg) center center no-repeat;
  height: 44px;
  width: 100%;
  display: block;
  margin-right: -9%;
  transform: rotate(180deg)
}

.swiper-pagination-bullet {
  background: #aeaeae;
  width: 12px;
  height: 12px;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px
  }
}

.swiper-pagination-bullet-active {
  background: #365e95
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px
}

@media only screen and (max-width:736px) {
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
  }
}

.m__life #section01 {
  z-index: 4;
  margin-top: 60px
}

.m__life #section02 {
  z-index: 3
}

.m__life #section03 {
  z-index: 2
}

.m__life #section04 {
  z-index: 1
}

.m__life .l__common-wrap01--gray .m__carousel__life-type03:after,
.m__life .l__common-wrap01--gray .m__carousel__life-type03:before {
  background-color: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__life .m__carousel__photograph-list {
    margin-bottom: 0
  }
}

.m__life__inner-link-wrap {
  background: #fff;
  padding: 30px 0 0;
  position: relative;
  z-index: 6
}

@media only screen and (max-width:736px) {
  .m__life__inner-link-wrap {
    margin: 10px 0 20px
  }
}

.m__life__description {
  padding: 40px 0;
  font-size: 1.8rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__life__description {
    font-size: 1.7rem;
    padding: 20px 0
  }
}

.m__life__inner-link {
  display: flex;
  justify-content: center
}

@media only screen and (max-width:736px) {
  .m__life__inner-link {
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.m__life__inner-link li {
  width: 280px;
  border-bottom: 2px solid #365e95
}

@media print,
screen and (min-width:737px) {
  .m__life__inner-link li {
    margin-right: 23px
  }
}

.m__life__inner-link li:last-child {
  margin-right: 0
}

@media only screen and (max-width:736px) {
  .m__life__inner-link li {
    width: 48%;
    margin-bottom: 10px;
    border-bottom-width: 1px
  }
}

.m__life__inner-link li a {
  display: block;
  font-weight: bold;
  padding: 20px;
  display: block;
  text-align: center;
  color: #365e95;
  text-decoration: none;
  position: relative;
  font-size: 2.2rem;
  transition: .3s
}

.m__life__inner-link li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  background: url(../img/ico_arrow_blue01.svg);
  background-size: 12px 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: .3s
}

@media only screen and (max-width:736px) {
  .m__life__inner-link li a {
    font-size: 1.4rem;
    padding: 15px 10px 15px 0;
    line-height: 1
  }

  .m__life__inner-link li a::after {
    right: 5px;
    width: 7px;
    height: 12px;
    background-size: 6px 12px
  }
}

@media print,
screen and (min-width:737px) {
  .m__life__inner-link li a:hover {
    opacity: .7
  }

  .m__life__inner-link li a:hover::after {
    top: calc(50% + 5px)
  }
}

.m__life__introduce h2 {
  text-align: center;
  color: #365e95;
  font-size: 3rem;
  margin: 0 0 50px
}

@media only screen and (max-width:736px) {
  .m__life__introduce h2 {
    font-size: 1.9rem;
    text-align: left;
    margin: 0 0 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce h2 .m__common__center-title--description {
    font-size: 1.8rem
  }
}

.m__life__introduce ul li {
  padding-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li {
    padding-bottom: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce ul li .contents-flex {
    display: flex
  }
}

.m__life__introduce ul li .contents-flex .img-box {
  margin: 0 60px 0 -105px
}

.m__life__introduce ul li .contents-flex .img-box img {
  max-width: 100%
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .contents-flex .img-box {
    margin: 0 0 20px
  }
}

.m__life__introduce ul li .contents-flex .img-box figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .contents-flex .img-box figcaption {
    font-size: 1.2rem
  }
}

.m__life__introduce ul li .text-box {
  margin-top: 40px;
  flex: 1 1
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .text-box {
    margin-top: 15px
  }
}

.m__life__introduce ul li .text-box p.type {
  font-size: 2.4rem;
  margin: -15px 0 25px
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .text-box p.type {
    font-size: 1.4rem;
    text-align: center;
    margin: -5px 0 15px
  }
}

.m__life__introduce ul li .text-box p {
  line-height: 1.9
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .text-box p {
    font-size: 1.7rem
  }
}

.m__life__introduce ul li .text-box .date {
  font-size: 2.2rem
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .text-box .date {
    font-size: 1.2rem;
    margin: 20px 0 15px
  }
}

.m__life__introduce ul li .text-box .date span {
  background: #fff;
  border: 1px solid #ec1616;
  color: #ec1616;
  border-radius: 20px;
  padding: 1px 15px 0;
  font-size: 2rem;
  display: inline-block;
  vertical-align: -1px;
  line-height: 1.4;
  margin-right: 10px
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .text-box .date span {
    font-size: 1rem;
    padding: 0 5px;
    vertical-align: 1px
  }
}

.m__life__introduce ul li .text-box h3.title {
  font-size: 3rem;
  color: #365e95;
  margin-bottom: 30px
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .text-box h3.title {
    font-size: 1.9rem;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold
  }
}

.m__life__introduce ul li .text-box .notice-box {
  margin-top: 30px;
  font-size: 1.4rem;
  padding: 25px 20px;
  border: 2px solid #f2f1ef
}

@media only screen and (max-width:736px) {
  .m__life__introduce ul li .text-box .notice-box {
    padding: 20px 15px;
    margin-bottom: 10px;
    font-size: 1.3rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce ul li:nth-child(even) .contents-flex .img-box {
    order: 2;
    margin: 0 -105px 0 60px
  }

  .m__life__introduce ul li:nth-child(even) .contents-flex .img-box figcaption {
    text-align: left
  }

  .m__life__introduce ul li:nth-child(even) .contents-flex .text-box {
    order: 1
  }
}

.m__life__introduce .m__button__more {
  color: #365e95
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce--top ul li .img-box {
    width: 636px
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child {
    position: relative
  }
}

.m__life__introduce--top ul li:first-child .img-box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: #f5f5f5;
  position: relative
}

.m__life__introduce--top ul li:first-child .img-box .caption {
  text-align: right;
  margin-right: 20px;
  color: #fff;
  text-shadow: 1px 1px 0 #262626, -1px -1px 0 #262626, 1px -1px 0 #262626, -1px 1px 0 #262626, 0 1px 0 #262626, 0 -1px 0 #262626, -1px 0 0 #262626, 1px 0 0 #262626;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .img-box .caption {
    font-size: 1.2rem;
    margin-right: 10px;
    bottom: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .img-box {
    padding-top: 85px
  }
}

.m__life__introduce--top ul li:first-child .img-box img {
  width: 100%
}

.m__life__introduce--top ul li:first-child .contents-box {
  padding: 40px 0 0 220px
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce--top ul li:first-child .contents-box {
    position: relative;
    min-height: 400px
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .contents-box {
    padding: 0
  }
}

.m__life__introduce--top ul li:first-child .contents-box .text-box {
  margin-top: 10px
}

.m__life__introduce--top ul li:first-child .contents-box .text-box h3.title {
  margin-top: 20px;
  font-size: 3.4rem
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .contents-box .text-box h3.title {
    font-size: 2.1rem;
    margin-bottom: 20px;
    margin-top: 10px
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .contents-box .text-box>p {
    overflow: hidden;
    margin-bottom: 20px
  }

  .m__life__introduce--top ul li:first-child .contents-box .text-box>p.accordion {
    max-height: 225px
  }

  .m__life__introduce--top ul li:first-child .contents-box .text-box>p.is-open {
    max-height: none
  }
}

.m__life__introduce--top ul li:first-child .contents-box .signboard {
  background: #fff;
  height: 540px;
  font-size: 68px;
  position: absolute;
  left: 0;
  top: -140px;
  padding: 8px;
  border: 1px solid #365e95;
  font-weight: 100;
  z-index: 6;
  order: 1
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce--top ul li:first-child .contents-box .signboard {
    writing-mode: vertical-rl
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .contents-box .signboard {
    font-size: 3.1rem;
    height: auto;
    top: 25px;
    left: 20px;
    padding: 4px
  }
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce--top ul li:first-child .contents-box .signboard span {
    position: absolute;
    right: 20px;
    top: 65px;
    font-size: 22px
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .contents-box .signboard span {
    font-size: 1.4rem;
    display: block;
    margin-top: 3px;
    margin-bottom: -5px
  }
}

.m__life__introduce--top ul li:first-child .contents-box .signboard p {
  outline: 1px solid #365e95;
  padding: 50px 30px;
  line-height: 1.2
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce--top ul li:first-child .contents-box .signboard p.subtitle {
    padding: 50px 35px 50px 25px
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce--top ul li:first-child .contents-box .signboard p {
    padding: 10px 28px
  }
}

.m__life__introduce--top ul li:first-child .contents-box .signboard p:first-letter {
  color: #365e95
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce.introduce ul li .img-box {
    width: 548px
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce.staff {
    overflow: hidden;
    width: auto;
    margin: 40px -15px 0;
    padding-bottom: 80px
  }
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce.staff ul li .img-box {
    margin-left: 0;
    width: 448px
  }
}

@media only screen and (min-width:737px) and (max-width:736px) {
  .m__life__introduce.staff ul li .img-box {
    width: 100%
  }
}

.m__life__introduce.staff ul li .text-box h3.title {
  font-size: 3.4rem
}

@media only screen and (max-width:736px) {
  .m__life__introduce.staff ul li .text-box h3.title {
    font-size: 1.9rem
  }
}

.m__life__introduce.staff ul li .text-box .type {
  font-weight: bold
}

@media print,
screen and (min-width:737px) {
  .m__life__introduce.staff ul li:nth-child(even) .contents-flex .img-box {
    margin-right: 0
  }
}

@media only screen and (max-width:736px) {
  .m__life__introduce.staff ul li {
    background: #fff;
    box-shadow: 1px 0 21px rgba(68, 63, 68, 0.21);
    height: auto;
    padding-bottom: 10px
  }

  .m__life__introduce.staff ul li .text-box {
    padding: 5px 10px 15px
  }

  .m__life__introduce.staff ul li .text-box .title {
    text-align: center
  }

  .m__life__introduce.staff ul li .text-box p {
    font-size: 1.4rem
  }

  .m__life__introduce.staff ul li .text-box p.type {
    font-weight: bold
  }
}

.m__life__accordion-button {
  display: none
}

.m__life__accordion-button.display {
  display: block
}

.m__life__full-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__life__full-slider {
    padding-bottom: 40px
  }
}

.m__life__carousel-block {
  position: relative;
  background: #fff;
  padding: 50px 55px 10px 55px;
  margin-bottom: 30px
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block {
    display: block;
    padding: 25px 20px 10px;
    margin-bottom: 40px
  }
}

.m__life__carousel-block::before,
.m__life__carousel-block::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 2
}

@media only screen and (max-width:736px) {

  .m__life__carousel-block::before,
  .m__life__carousel-block::after {
    width: 20px
  }
}

.m__life__carousel-block::before {
  left: 0
}

.m__life__carousel-block::after {
  right: 0
}

.m__life__carousel-block-box {
  padding-bottom: 80px;
  margin-bottom: 60px;
  padding-top: 70px
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block-box {
    padding-bottom: 50px;
    margin-bottom: 0;
    padding-top: 40px
  }
}

.m__life__carousel-block-box+.m__life__button-box {
  padding-top: 0;
  margin: -90px 0 0
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block-box+.m__life__button-box {
    margin-top: -20px
  }
}

.m__life__carousel-block .contents-text {
  width: 540px;
  margin-right: 40px
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block .contents-text {
    width: 100%;
    margin: 0
  }

  .m__life__carousel-block .contents-text p {
    margin-bottom: 20px
  }
}

.m__life__carousel-block .contents-text h3 {
  color: #365e95;
  font-size: 3.4rem
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block .contents-text h3 {
    font-size: 1.9rem
  }
}

.m__life__carousel-block .contents-text span {
  color: #365e95;
  display: block;
  margin: 5px 0 20px;
  font-size: 2rem;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block .contents-text span {
    font-size: 1.4rem
  }
}

.m__life__carousel-block .swiper-button-next,
.m__life__carousel-block .swiper-button-prev {
  background-color: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {

  .m__life__carousel-block .swiper-button-next,
  .m__life__carousel-block .swiper-button-prev {
    width: 45px;
    height: 45px
  }
}

.m__life__carousel-block .swiper-button-next {
  right: -36px
}

.m__life__carousel-block .swiper-button-next::after {
  height: 40px
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block .swiper-button-next {
    right: -12px
  }

  .m__life__carousel-block .swiper-button-next::after {
    height: 25px
  }
}

.m__life__carousel-block .swiper-button-prev {
  left: -36px
}

.m__life__carousel-block .swiper-button-prev::after {
  height: 40px
}

@media only screen and (max-width:736px) {
  .m__life__carousel-block .swiper-button-prev {
    left: -12px
  }

  .m__life__carousel-block .swiper-button-prev::after {
    height: 25px
  }
}

.m__life__button-box {
  text-align: center;
  padding: 60px 0 80px;
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__life__button-box {
    padding: 30px 0 50px;
    margin-bottom: 0
  }
}

@media only screen and (max-width:736px) {
  .m__life__button-box--type02 {
    padding: 30px 0 35px;
    margin-bottom: 40px
  }
}

.m__life__full-width-img {
  position: relative;
  margin-bottom: 30px
}

@media only screen and (max-width:736px) {
  .m__life__full-width-img {
    margin-bottom: 20px
  }
}

.m__life__full-width-img img {
  width: 100%;
  max-width: 1600px;
  display: block;
  margin: 0 auto
}

.m__life__full-width-img .l__common-inner01 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%)
}

@media only screen and (max-width:736px) {
  .m__life__full-width-img .l__common-inner01 {
    bottom: 0
  }
}

.m__life__full-width-img .l__common-inner01 .caption {
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 1px 1px 0 #262626, -1px -1px 0 #262626, 1px -1px 0 #262626, -1px 1px 0 #262626, 0 1px 0 #262626, 0 -1px 0 #262626, -1px 0 0 #262626, 1px 0 0 #262626
}

@media only screen and (max-width:736px) {
  .m__life__full-width-img .l__common-inner01 .caption {
    font-size: 1.2rem
  }
}

.m__life__message {
  display: flex;
  margin-bottom: 50px;
  align-items: flex-start
}

@media only screen and (max-width:736px) {
  .m__life__message {
    display: block;
    margin-bottom: 0
  }
}

.m__life__message--title {
  padding-top: 80px;
  margin-bottom: 100px
}

@media only screen and (max-width:736px) {
  .m__life__message--title {
    padding-top: 40px;
    margin-bottom: 40px
  }
}

.m__life__message .text-box {
  flex: 1 1;
  margin-left: 50px
}

@media only screen and (max-width:736px) {
  .m__life__message .text-box {
    margin-left: 0
  }
}

.m__life__message .title {
  font-size: 4rem;
  color: #365e95;
  margin: 15px 0 0;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__life__message .title {
    font-size: 1.9rem;
    text-align: center
  }
}

.m__life__message p {
  font-size: 1.8rem;
  line-height: 1.8
}

@media only screen and (max-width:736px) {
  .m__life__message p {
    font-size: 1.7rem
  }
}

.m__life__message p.type {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__life__message p.type {
    font-size: 1.4rem;
    text-align: center
  }
}

.m__life__notice-block {
  padding: 30px 0;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__life__notice-block {
    font-size: 1.3rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__life__movie {
    padding: 90px 0 60px;
    margin-bottom: 60px
  }

  .m__life__movie:hover {
    cursor: pointer
  }
}

@media only screen and (max-width:736px) {
  .m__life__movie {
    padding-bottom: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__life__movie .visual .text-area .icon {
    width: 130px
  }
}

.m__life__movie .text02 {
  letter-spacing: .3em
}

@media only screen and (max-width:736px) {
  .m__life__movie .text02 {
    letter-spacing: .15em
  }
}

.m__life__movie>p {
  font-size: 2rem;
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__life__movie>p {
    font-size: 1.7rem;
    margin-top: 15px;
    text-align: left
  }
}

.m__life__movie #modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.8);
  transition: opacity .5s, z-index 0s .5s;
  opacity: 0;
  z-index: -1
}

.m__life__movie #modal-video #modal-video-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.m__life__movie #modal-video.is-open {
  opacity: 1;
  z-index: 1001;
  transition: opacity .5s
}

.m__life__movie #modal-video iframe {
  width: 64vw;
  height: 36vw;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__life__movie #modal-video iframe {
    width: 88vw;
    height: 49.5vw
  }
}

.m__life__bottom-link {
  margin: 80px 0 0;
  padding-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__life__bottom-link {
    margin: 35px 0 0;
    padding-bottom: 35px
  }
}

.m__life__bottom-link p+p {
  margin-top: 20px
}

@media print,
screen and (min-width:737px) {
  .m__photograph .m__carousel__photograph-list {
    margin-top: -150px
  }
}

.m__photograph__top {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 150px
}

@media only screen and (max-width:736px) {
  .m__photograph__top {
    padding-bottom: 0;
    padding-top: 0
  }
}

.m__photograph__description {
  text-align: center;
  font-size: 2rem;
  padding: 20px 0 60px
}

@media only screen and (max-width:736px) {
  .m__photograph__description {
    font-size: 1.4rem;
    text-align: left;
    padding: 15px 0 20px
  }
}

.m__photograph__banner {
  margin: 80px 0
}

@media only screen and (max-width:736px) {
  .m__photograph__banner {
    margin: 40px 0
  }
}

.m__photograph__banner a {
  display: block;
  width: 777px;
  height: 175px;
  margin: 0 auto;
  padding: 30px 35px;
  color: #262626;
  text-decoration: none;
  border: 1px solid #365e95;
  position: relative;
  overflow: hidden
}

.m__photograph__banner a::before {
  content: "";
  width: 36px;
  height: 47px;
  display: block;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  transform: translateY(-18px);
  background: url(../img/bnr_arrow.png) center center no-repeat;
  background-size: contain;
  transition: right .5s;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__photograph__banner a::before {
    width: 19px;
    height: 25px;
    right: 0;
    transform: translateY(-11px)
  }
}

.m__photograph__banner a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/resources/images/kaigo/area/photo/banner_home_blog.jpg) right center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: .5s
}

@media only screen and (max-width:736px) {
  .m__photograph__banner a::after {
    height: 100%;
    background: url(/resources/images/kaigo/area/photo/banner_home_blog_sp.jpg) right center no-repeat;
    background-size: cover;
    top: -1px
  }
}

@media print,
screen and (min-width:737px) {
  .m__photograph__banner a:hover::before {
    right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__photograph__banner a:hover::after {
    transform: scale(1.1)
  }
}

@media only screen and (max-width:736px) {
  .m__photograph__banner a {
    width: 100%;
    height: 34vw;
    padding: 20px 25px 20px 15px
  }
}

.m__photograph__banner a .title {
  position: relative;
  z-index: 3;
  font-size: 4rem;
  line-height: 1.5;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff
}

.m__photograph__banner a .title span {
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__photograph__banner a .title {
    font-size: 2.4rem;
    line-height: 1.6
  }
}

.m__photograph__banner a p {
  position: relative;
  z-index: 3;
  font-size: 1.8rem;
  line-height: 1.5;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff
}

@media only screen and (max-width:736px) {
  .m__photograph__banner a p {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.m__modal__title {
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__modal__title {
    margin-bottom: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__modal__title {
    position: relative;
    padding-right: 50px;
    border-bottom: 1px solid #dcdcdc
  }

  .m__modal__title:after {
    content: "";
    background: #dcdcdc;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px
  }
}

.m__modal__title .text {
  display: inline-block;
  font-size: 3rem;
  color: #262626;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__modal__title .text {
    font-size: 1.8rem;
    padding: 16px 0 14px
  }
}

.m__modal__title .text span {
  font-size: 2.6rem;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__modal__title .text span {
    font-size: 1.4rem
  }
}

.m__modal__title .text:first-letter {
  color: #365e95
}

.m__modal__title .text.ico-keyword {
  margin-left: -70px;
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__modal__title .text.ico-keyword {
    padding-left: 40px;
    margin-left: 0
  }
}

.m__modal__title .text.ico-keyword:before {
  content: "";
  width: 37px;
  height: 36px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_keyword.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__modal__title .text.ico-keyword:before {
    width: 25px;
    height: 25px;
    left: 20px
  }
}

.m__modal__title .text.ico-search {
  margin-left: -70px;
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__modal__title .text.ico-search {
    padding-left: 40px;
    margin-left: 0
  }
}

.m__modal__title .text.ico-search:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_search_blue01.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__modal__title .text.ico-search:before {
    width: 25px;
    height: 25px;
    left: 20px
  }
}

.m__modal__title .text.ico-area {
  margin-left: -70px;
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__modal__title .text.ico-area {
    padding-left: 40px;
    margin-left: 0
  }
}

.m__modal__title .text.ico-area:before {
  content: "";
  width: 41px;
  height: 40px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_place.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__modal__title .text.ico-area:before {
    width: 25px;
    height: 24px;
    left: 20px
  }
}

.m__modal__search {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  transition: opacity .5s;
  visibility: hidden
}

.m__modal__search.is-open {
  z-index: 1001;
  opacity: 1;
  visibility: visible
}

.m__modal__search.is-open .modal-inner {
  opacity: 1
}

.m__modal__search .modal-inner {
  background: #fff;
  opacity: 0;
  transition: opacity .3s .3s;
  position: absolute
}

@media print,
screen and (min-width:737px) {
  .m__modal__search .modal-inner {
    width: 1190px;
    left: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%)
  }
}

@media only screen and (max-width:736px) {
  .m__modal__search .modal-inner {
    overflow-y: auto;
    max-height: 100vh;
    top: 0;
    left: 0;
    width: 100vw
  }
}

.m__modal__search #modal-close-btn,
.m__modal__search .modal-close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -90px;
  text-align: center;
  z-index: 1
}

@media only screen and (max-width:736px) {

  .m__modal__search #modal-close-btn,
  .m__modal__search .modal-close-btn {
    right: 0;
    top: -15px
  }
}

.m__modal__search #modal-close-btn .icon,
.m__modal__search .modal-close-btn .icon {
  width: 50px;
  height: 50px
}

.m__modal__search #modal-close-btn .icon::before,
.m__modal__search .modal-close-btn .icon::before,
.m__modal__search #modal-close-btn .icon::after,
.m__modal__search .modal-close-btn .icon::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}

@media only screen and (max-width:736px) {

  .m__modal__search #modal-close-btn .icon::before,
  .m__modal__search .modal-close-btn .icon::before,
  .m__modal__search #modal-close-btn .icon::after,
  .m__modal__search .modal-close-btn .icon::after {
    background: #262626;
    height: 2px;
    width: 30px
  }
}

.m__modal__search #modal-close-btn .icon::before,
.m__modal__search .modal-close-btn .icon::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.m__modal__search #modal-close-btn .icon::after,
.m__modal__search .modal-close-btn .icon::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.m__modal__search #modal-close-btn span,
.m__modal__search .modal-close-btn span {
  font-size: 1rem;
  display: inline-block;
  margin-top: 0
}

@media print,
screen and (min-width:737px) {

  .m__modal__search #modal-close-btn span,
  .m__modal__search .modal-close-btn span {
    color: #fff
  }
}

@media only screen and (max-width:736px) {

  .m__modal__search #modal-close-btn span,
  .m__modal__search .modal-close-btn span {
    font-size: 1rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__modal__search .m__search-content {
    max-height: calc(100vh - 230px);
    overflow-y: auto;
    padding-top: 40px
  }
}

.m__modal__search .m__search-content .m__search-keyword__search-box {
  display: block
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-content .m__search-keyword__search-box {
    height: calc(100vh - 63px);
    background: #f5f5f5
  }
}

.m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap {
  padding: 30px 40px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc
}

.m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap input {
  width: 100%;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap {
    padding: 20px 15px 0;
    border: 0
  }

  .m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap input {
    padding: 12px 15px
  }
}

.m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap {
  text-align: center;
  padding: 50px 0 40px
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap {
    padding: 15px 0 0
  }
}

.m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button {
  width: 450px;
  font-size: 2rem;
  padding: 25px 0
}

.m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button::before {
  left: 35px;
  width: 28px;
  height: 28px
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button {
    width: 240px;
    font-size: 1.6rem
  }

  .m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button::before {
    display: block
  }
}

.m__modal__search .m__search-conditions {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {
  .m__modal__search .m__search-conditions {
    padding: 30px 34px 30px 42px
  }
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-conditions {
    background: #f5f5f5;
    padding: 20px 15px 120px
  }
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-conditions .table th {
    line-height: 1.5
  }
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-conditions .m__form__select01 {
    width: 100%
  }

  .m__modal__search .m__search-conditions .m__form__select01 select {
    background: #fff
  }
}

@media print,
screen and (min-width:737px) {
  .m__modal__search .m__search-conditions__button {
    padding: 20px 0;
    background: #f7f6f4;
    margin-top: 0
  }
}

@media only screen and (max-width:736px) {
  .m__modal__search .m__search-conditions__button {
    padding: 15px 15px 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff
  }
}

@media only screen and (max-width:736px) {

  .m__modal__search .m__search-conditions input[type=text],
  .m__modal__search .m__search-conditions input[type=date] {
    background-color: #fff
  }
}

body.modal-open {
  overflow: hidden
}

body.modal-open .l__contents {
  overflow: visible
}

.m__blog .m__home-info__tab-title .title01 {
  padding-top: 0
}

@media only screen and (max-width:736px) {
  .m__blog .m__home-info__tab-title .title01 {
    line-height: 1.6
  }
}

.m__blog .m__home-info__tab-title .small-title {
  display: block;
  padding-top: 50px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__blog .m__home-info__tab-title .small-title {
    padding-top: 30px;
    font-size: 1.7rem;
    line-height: 1.6
  }
}

.m__blog__inner {
  margin-top: 70px
}

@media only screen and (max-width:736px) {
  .m__blog__inner {
    margin-top: 27px
  }
}

.m__blog .l__common-column01 {
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__blog .l__common-column01 {
    display: block
  }
}

.m__blog__main {
  padding: 0;
  margin-bottom: 90px
}

@media only screen and (max-width:736px) {
  .m__blog__main {
    margin-bottom: 0
  }
}

.m__blog__main .m__common__title02 {
  padding: 40px 0 10px
}

@media only screen and (max-width:736px) {
  .m__blog__main .m__common__title02 {
    padding: 20px 0
  }
}

.m__blog__main .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 38px 0 38px 15px;
  border-bottom: 1px solid #e7e7e7;
  text-decoration: none;
  transition: background .2s
}

@media only screen and (max-width:736px) {
  .m__blog__main .box {
    position: relative;
    padding: 21px 0 15px
  }
}

@media only screen and (max-width:736px) {
  .m__blog__main .box:nth-of-type(1) {
    border-top: 1px solid #e7e7e7
  }
}

.m__blog__main .box img {
  width: 256px;
  flex-shrink: 0
}

@media only screen and (max-width:736px) {
  .m__blog__main .box img {
    width: 118px;
    margin-top: 3px
  }
}

@media only screen and (max-width:736px) {
  .m__blog__main .box:after {
    content: "";
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

@media print,
screen and (min-width:737px) {
  .m__blog__main .box:hover {
    background: #e9eef4
  }
}

.m__blog__main .box:hover .more span {
  text-decoration: underline
}

@media print,
screen and (min-width:737px) {
  .m__blog__main .box:hover .more span:after {
    right: 0
  }
}

.m__blog__main .contents {
  width: 514px;
  color: #262626
}

@media only screen and (max-width:736px) {
  .m__blog__main .contents {
    width: calc(100% - 130px);
    padding-right: 10px
  }
}

.m__blog__main .contents .date {
  font-size: 1.6rem;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__blog__main .contents .date {
    font-size: 1.2rem
  }
}

.m__blog__main .contents .title {
  padding: 12px 10px 3px 0;
  font-size: 2.4rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__blog__main .contents .title {
    padding: 3px 0 0;
    font-size: 1.7rem
  }
}

.m__blog__main .contents .text {
  padding-right: 10px;
  line-height: 1.7
}

@media only screen and (max-width:736px) {
  .m__blog__main .contents .text {
    padding-right: 5px;
    letter-spacing: 0;
    line-height: 1.6
  }
}

.m__blog__main .more {
  text-align: right;
  color: #365e95;
  margin-top: 4px;
  margin-right: 16px
}

@media only screen and (max-width:736px) {
  .m__blog__main .more {
    display: none
  }
}

.m__blog__main .more span {
  display: inline-block;
  padding-right: 27px;
  position: relative;
  transition: .2s;
  text-decoration: underline
}

@media only screen and (max-width:736px) {
  .m__blog__main .more span {
    padding-right: 5px
  }
}

.m__blog__main .more span:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__blog__main .more span:after {
    width: 7px;
    height: 12px;
    right: -15px
  }
}

.m__blog__main .article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px;
  margin-top: 30px;
  margin-bottom: 55px;
  border-bottom: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__blog__main .article {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 33px
  }
}

.m__blog__main .article .block {
  width: 368px;
  margin-bottom: 57px
}

@media only screen and (max-width:736px) {
  .m__blog__main .article .block {
    width: 100%;
    margin-bottom: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__blog__main .article .block img {
    width: 100%;
    max-width: 100%
  }
}

.m__blog__main .article .block .text {
  padding-top: 30px;
  line-height: 1.7
}

@media only screen and (max-width:736px) {
  .m__blog__main .article .block .text {
    padding-top: 20px;
    font-size: 1.7rem
  }
}

.m__blog__main .pagination {
  margin: 0 16px 25px 0
}

.m__blog__main .pagination:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

@media only screen and (max-width:736px) {
  .m__blog__main .pagination {
    margin: 0 15px 20px;
    font-size: 1.5rem
  }
}

.m__blog__main .pagination .prev {
  float: left
}

.m__blog__main .pagination .prev a {
  position: relative;
  padding-left: 27px
}

@media only screen and (max-width:736px) {
  .m__blog__main .pagination .prev a {
    padding-left: 5px
  }
}

.m__blog__main .pagination .prev a:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__blog__main .pagination .prev a:after {
    width: 8px;
    height: 13px;
    left: -15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__blog__main .pagination .prev a:hover:after {
    left: 0
  }
}

.m__blog__main .pagination .next {
  float: right
}

.m__blog__main .pagination .next a {
  position: relative;
  padding-right: 27px
}

@media only screen and (max-width:736px) {
  .m__blog__main .pagination .next a {
    padding-right: 5px
  }
}

.m__blog__main .pagination .next a:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__blog__main .pagination .next a:after {
    width: 8px;
    height: 13px;
    right: -15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__blog__main .pagination .next a:hover:after {
    right: 0
  }
}

.m__blog__main .m__pagenation {
  margin-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__blog__main .m__pagenation {
    width: 100vw;
    margin: auto calc(50% - 50vw) 30px;
    border-top: none
  }
}

@media only screen and (max-width:736px) {
  .m__blog__main .m__pagenation .pagenation-wrap {
    margin: 0 15px;
    padding: 17px 0 0
  }
}

@media only screen and (max-width:736px) {
  .m__blog__main .link-prev {
    margin: 0 15px;
    font-size: 1.5rem
  }
}

.m__blog__main .link-prev+.link-prev {
  margin-top: 15px
}

.m__blog__main .link-prev a {
  position: relative;
  padding-left: 27px
}

@media only screen and (max-width:736px) {
  .m__blog__main .link-prev a {
    padding-left: 5px
  }
}

.m__blog__main .link-prev a:after {
  content: "";
  width: 12px;
  height: 19px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__blog__main .link-prev a:after {
    width: 8px;
    height: 13px;
    left: -15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__blog__main .link-prev a:hover:after {
    left: 0
  }
}

.m__blog__bnr {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 816px;
  height: 155px;
  margin-top: 57px;
  border: 1px solid #365e95;
  overflow: hidden;
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__blog__bnr {
    width: 100%;
    height: 136px;
    margin: 29px 0 39px
  }
}

.m__blog__bnr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 816px;
  height: 155px;
  background: url(/resources/images/kaigo/area/blog/bnr_pc.jpg) center center no-repeat;
  background-size: cover;
  z-index: 0;
  transition: transform .5s
}

@media only screen and (max-width:736px) {
  .m__blog__bnr:after {
    width: 100%;
    height: 136px;
    background: url(/resources/images/kaigo/area/blog/bnr_sp.jpg) center center no-repeat;
    background-size: cover
  }
}

.m__blog__bnr:before {
  content: "";
  width: 36px;
  height: 47px;
  display: block;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  transform: translateY(-18px);
  background: url(/resources/images/kaigo/area/blog/bnr_arrow.png) center center no-repeat;
  background-size: contain;
  transition: right .5s
}

@media only screen and (max-width:736px) {
  .m__blog__bnr:before {
    width: 19px;
    height: 25px;
    right: 0;
    transform: translateY(-11px)
  }
}

@media print,
screen and (min-width:737px) {
  .m__blog__bnr:hover:after {
    transform: scale(1.1)
  }
}

@media print,
screen and (min-width:737px) {
  .m__blog__bnr:hover:before {
    right: 0
  }
}

.m__blog__bnr dl {
  position: relative;
  z-index: 2;
  padding: 0 28px;
  line-height: 1;
  text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff
}

@media only screen and (max-width:736px) {
  .m__blog__bnr dl {
    padding: 0 16px
  }
}

.m__blog__bnr dl dt {
  margin-bottom: 15px;
  font-size: 3.8rem;
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__blog__bnr dl dt {
    margin: 10px 0 9px;
    font-size: 2.2rem
  }
}

.m__blog__bnr dl dd {
  color: #262626
}

@media only screen and (max-width:736px) {
  .m__blog__bnr dl dd {
    max-width: 280px;
    line-height: 1.5
  }
}

.m__blog__side {
  margin-left: 0;
  width: calc(100% - 915px)
}

@media only screen and (max-width:736px) {
  .m__blog__side {
    width: 100%;
    margin-top: 50px
  }
}

.m__blog__side .links+.links {
  margin-top: 55px
}

@media only screen and (max-width:736px) {
  .m__blog__side .links+.links {
    margin-top: 41px
  }
}

.m__blog__side .links .title {
  position: relative;
  padding: 23px 0 20px;
  font-size: 2.2rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__blog__side .links .title {
    padding: 23px 0;
    font-size: 2.1rem
  }
}

.m__blog__side .links .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__blog__side .links ul {
    border-bottom: 1px solid #e7e7e7
  }
}

.m__blog__side .links ul li {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__blog__side .links ul li {
    border-top: 1px solid #e7e7e7
  }
}

.m__blog__side .links ul li+li {
  margin-top: 8px
}

@media only screen and (max-width:736px) {
  .m__blog__side .links ul li+li {
    margin-top: 0
  }
}

@media only screen and (max-width:736px) {
  .m__blog__side .links ul li a {
    position: relative;
    display: block;
    padding: 23px 17px 23px 0;
    text-decoration: none;
    color: #262626
  }

  .m__blog__side .links ul li a:after {
    content: "";
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }
}

.m__blog__side .links dl {
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__blog__side .links dl:nth-of-type(1) {
    border-top: 1px solid #e7e7e7
  }
}

@media only screen and (max-width:736px) {
  .m__blog__side .links dl dt {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer
  }

  .m__blog__side .links dl dt a {
    display: inline-block;
    padding: 23px 17px 23px 0;
    color: #262626;
    text-decoration: none
  }

  .m__blog__side .links dl dt:after {
    content: "";
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    background-size: contain
  }

  .m__blog__side .links dl dt.is-active {
    border-bottom: none
  }

  .m__blog__side .links dl dt.is-active:after {
    transform: translateY(-50%) rotate(-90deg)
  }
}

.m__blog__side .links dl dd {
  margin: 10px 0 10px 13px
}

@media only screen and (max-width:736px) {
  .m__blog__side .links dl dd {
    display: none;
    margin: 0
  }

  .m__blog__side .links dl dd.is-open {
    display: block
  }
}

@media only screen and (max-width:736px) {
  .m__blog__side .links dl dd ul li a {
    padding: 23px 17px 23px 25px
  }
}

.m__search-result .m__modal__search .m__search-content>.m__search-conditions {
  padding: 0 42px;
  border: none;
  margin-bottom: 0
}

.m__search-result .m__modal__search .m__search-content>.m__search-conditions .m__searches-index__inner .m__search-conditions {
  border-bottom: 0
}

@media print,
screen and (min-width:737px) {
  .m__search-result .low-title-inner {
    padding-top: 54px;
    padding-bottom: 53px
  }
}

.m__search-result__contents-wrap.first {
  margin-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__search-result__contents-wrap.first {
    margin-bottom: 30px
  }
}

.m__search-result__contents-wrap.second {
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__search-result__contents-wrap.second {
    margin-bottom: 40px
  }
}

.m__search-result__contents-wrap.third {
  margin-bottom: 140px
}

@media only screen and (max-width:736px) {
  .m__search-result__contents-wrap.third {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__inner {
    margin-top: 20px
  }
}

.m__search-result__inner form+.m__search-result__box01 {
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__search-result__inner form+.m__search-result__box01 {
    margin-top: 20px
  }
}

.m__search-result__box01 {
  border: 15px solid #f5f5f5
}

@media print,
screen and (min-width:737px) {
  .m__search-result__box01 {
    margin-left: -15px;
    margin-right: -15px
  }
}

.m__search-result__box01 .t_bg01 {
  padding: 20px 0
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 .t_bg01 {
    padding: 5px 0
  }
}

.m__search-result__box01 h2 {
  font-weight: normal;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 h2 {
    font-size: 1.4rem
  }
}

.m__search-result__box01 .text01 {
  color: #365e95;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 .text01 {
    font-size: 1.7rem
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 {
    border-width: 10px
  }
}

.m__search-result__box01 .conditions-list {
  padding: 30px 20px
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 .conditions-list {
    padding: 15px
  }
}

.m__search-result__box01 .conditions-list dl {
  display: flex
}

.m__search-result__box01 .conditions-list dl dt {
  width: 155px;
  color: #365e95;
  font-weight: bold;
  flex-shrink: 0;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 .conditions-list dl dt {
    width: 100px
  }
}

.m__search-result__box01 .conditions-list dl dt::after {
  content: "";
  height: 23px;
  width: 2px;
  background: #e7e7e7;
  position: absolute;
  height: 100%;
  right: 0
}

.m__search-result__box01 .conditions-list dl dd {
  padding-left: 20px
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 .conditions-list dl dd {
    padding-left: 10px
  }
}

.m__search-result__box01 .conditions-list dl+dl {
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 .conditions-list dl+dl {
    margin-top: 15px
  }
}

.m__search-result__box01+.m__search-result__box01 {
  border-top: none
}

.m__search-result__box01 p {
  font-size: 2.4rem;
  padding: 15px 20px
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 p {
    font-size: 1.7rem;
    padding: 10px 15px
  }
}

.m__search-result__box01 p .text01 {
  color: #365e95
}

.m__search-result__box01 p .text02 {
  font-size: 3rem;
  line-height: 1.5;
  padding-right: .08em
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 p .text02 {
    font-size: 1.9rem
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__box01 p .text03 {
    font-size: 1.5rem
  }
}

.m__search-result__info01 {
  padding: 40px 15px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc
}

@media print,
screen and (min-width:737px) {
  .m__search-result__info01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__info01 {
    padding: 20px 0
  }
}

.m__search-result__info01 p {
  font-size: 2rem;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__search-result__info01 p {
    font-size: 1.4rem
  }
}

.m__search-result__info01 p .text01 {
  color: #365e95;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__search-result__info01 p .text01 {
    font-size: 1.7rem
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__info01 p+form>.m__search-result__category-selecter-wrap {
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px
  }
}

.m__search-result__info01 .m__pagenation {
  margin-top: 0
}

@media only screen and (max-width:736px) {
  .m__search-result__info01.m__search-result__pagenation {
    border: none
  }

  .m__search-result__info01.m__search-result__pagenation .m__pagenation {
    margin: 20px -15px 0
  }
}

.m__search-result__info02 {
  margin-top: 60px
}

@media print,
screen and (min-width:737px) {
  .m__search-result__info02 {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.m__search-result__info02 p {
  font-size: 2rem;
  line-height: 1
}

@media only screen and (max-width:736px) {
  .m__search-result__info02 p {
    font-size: 1.4rem
  }
}

.m__search-result__info02 p .text01 {
  color: #365e95;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__search-result__info02 p .text01 {
    font-size: 1.7rem
  }
}

.m__search-result__info02 .m__pagenation {
  margin-top: 0
}

@media only screen and (max-width:736px) {
  .m__search-result__info02 .m__pagenation {
    margin: 20px -15px 0
  }
}

.m__search-result__category-selecter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media print,
screen and (min-width:737px) {
  .m__search-result__category-selecter {
    display: flex;
    align-items: center
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__category-selecter {
    width: calc((100% - 15px) / 2)
  }
}

@media print,
screen and (min-width:737px) {
  .m__search-result__category-selecter p {
    margin: 0 15px 0 30px;
    font-size: 1.8rem
  }
}

.m__search-result__category-selecter .m__form__select01 {
  width: 270px
}

@media only screen and (max-width:736px) {
  .m__search-result__category-selecter .m__form__select01 {
    width: 100%;
    margin-top: 15px
  }
}

.m__search-result__content01 {
  padding-top: 60px
}

@media only screen and (max-width:736px) {
  .m__search-result__content01 {
    padding-top: 50px
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__arrow-link {
    margin-top: 20px;
    text-align: right
  }
}

.m__search-result__banner-list {
  margin-top: 60px
}

@media print,
screen and (min-width:737px) {
  .m__search-result__banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__banner-list {
    margin-top: 30px
  }

  .m__search-result__banner-list li+li {
    margin-top: 20px
  }
}

.m__search-result__fixed-button-wrap {
  width: 100%;
  padding: 20px 0;
  margin: 0;
  background: rgba(245, 245, 245, 0.9);
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__search-result__fixed-button-wrap {
    padding: 10px 0
  }
}

.m__search-result__fixed-button.m__button__search01 {
  width: 450px;
  height: 80px
}

@media only screen and (max-width:736px) {
  .m__search-result__fixed-button.m__button__search01 {
    width: calc(100% - 30px);
    height: 50px
  }
}

.m__search-result__text01--red {
  color: #ec1616
}

.m__search-result__map-content01 {
  width: 100%;
  height: 550px;
  background: #f7f6f4;
  position: relative;
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__search-result__map-content01 {
    height: 350px;
    margin-top: 20px
  }
}

.m__search-result__map-content01 .map {
  height: 550px
}

@media only screen and (max-width:736px) {
  .m__search-result__map-content01 .map {
    height: 350px
  }
}

.m__search-result__map-content01 .card {
  display: none;
  position: absolute;
  top: 60px;
  right: 60px;
  background: #fff;
  padding: 15px 20px;
  width: 392px;
  background: #fff;
  box-shadow: .6px .8px 21px 0 rgba(68, 63, 68, 0.21);
  border: 1px solid #333;
  border-radius: 4px
}

@media only screen and (max-width:736px) {
  .m__search-result__map-content01 .card {
    width: 320px;
    box-shadow: .6px .8px 10px 0 rgba(68, 63, 68, 0.21);
    top: 50%;
    right: auto;
    left: 50%;
    padding: 10px 15px;
    transform: translate(-50%, -50%)
  }
}

.m__search-result__map-content01 .card.active {
  display: block
}

.m__search-result__map-content01 .card .close-btn {
  background: #9a9ca1;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  width: 28px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__search-result__map-content01 .card .close-btn {
    width: 14px;
    height: 14px;
    right: -7px;
    top: -7px
  }
}

.m__search-result__map-content01 .card .close-btn::before,
.m__search-result__map-content01 .card .close-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}

@media only screen and (max-width:736px) {

  .m__search-result__map-content01 .card .close-btn::before,
  .m__search-result__map-content01 .card .close-btn::after {
    width: 10px;
    height: 1px
  }
}

.m__search-result__map-content01 .card .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.m__search-result__map-content01 .card .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.m__search-result__map-content01 .card .image {
  width: 166px;
  position: relative;
  overflow: hidden;
  margin-right: 15px
}

@media only screen and (max-width:736px) {
  .m__search-result__map-content01 .card .image {
    width: 120px;
    margin-right: 10px
  }
}

.m__search-result__map-content01 .card .image img {
  width: 100%;
  display: block
}

.m__search-result__map-content01 .card .content>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 2rem
}

@media print,
screen and (min-width:737px) {
  .m__search-result__map-content01 .card .content>a {
    margin-bottom: 10px
  }
}

.m__search-result__map-content01 .card .content>a .int-area {
  flex: 1 1
}

.m__search-result__map-content01 .card .content>a .int-area .sp-address {
  font-size: 1.2rem;
  color: #262626
}

@media print,
screen and (min-width:737px) {
  .m__search-result__map-content01 .card .content>a .int-area .sp-address {
    display: none
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__map-content01 .card .content>.int-area {
    display: none
  }
}

.m__search-result__map-content01 .card .int-area .int-title {
  vertical-align: middle;
  line-height: 1.4;
  font-size: 2rem
}

@media only screen and (max-width:736px) {
  .m__search-result__map-content01 .card .int-area .int-title {
    font-size: 1.7rem
  }
}

.m__search-result__map-content01 .card .int-area .int-title span {
  text-decoration: underline
}

.m__search-result__map-content01 .card .int-area .int-title .new {
  display: inline;
  border: 1px solid #f16161;
  text-decoration: none;
  color: #f16161;
  font-size: 1.8rem;
  padding: 2px 15px;
  border-radius: 20px;
  margin-right: 10px
}

.m__search-result__map-content01 .card .int-area .int-reserve-status {
  display: flex;
  border: 4px solid #f2f1ef;
  padding: 7px 15px
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .text01 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 15px
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .room {
  font-size: 1.8rem;
  display: flex;
  align-items: center
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .room+.room {
  margin-left: 10px
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .room dt {
  letter-spacing: -.05em
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .room dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .room dd img {
  width: 20px
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .room dd img.hyphen {
  width: 14px
}

.m__search-result__map-content01 .card .int-area .int-reserve-status .room dd img.triangle {
  width: 20px
}

.m__search-result__map-content01 .card .int-area .int-data-list {
  margin-top: 10px
}

.m__search-result__map-content01 .card .int-area .int-data-list .data-list {
  display: table;
  table-layout: fixed;
  width: 100%
}

.m__search-result__map-content01 .card .int-area .int-data-list .data-list+.data-list {
  margin-top: 6px
}

.m__search-result__map-content01 .card .int-area .int-data-list .data-title {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px;
  width: 110px;
  background: #f5f5f5;
  color: #365e95;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -.01em;
  line-height: 1.4
}

.m__search-result__map-content01 .card .int-area .int-data-list .data-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.3rem;
  letter-spacing: -.01em
}

.m__search-result__map-content01 .card .int-area .int-data-list .data-inner dl {
  display: flex
}

.m__search-result__map-content01 .card .int-area .int-data-list .data-inner dl dt {
  width: 80px;
  padding-right: 10px;
  font-weight: bold
}

.m__search-result__map-content01 .card .int-area .int-data-list .data-inner dl dd {
  flex: 1 1
}

.m__search-result__map-content01 .card .int-button-list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px
}

.m__search-result__map-content01 .card .int-button-list .m__button__document01 {
  width: 110px
}

.m__search-result__map-content01 .card .int-button-list .m__button__document01 img {
  height: 20px
}

.m__search-result__map-content01 .card .int-button-list .m__button__consult01 {
  width: 110px
}

.m__search-result__map-content01 .card .int-button-list .m__button__consult01 img {
  height: 32px
}

.m__search-result__map-content01 .card .int-button-list .favorite {
  border: 1px solid #535353;
  border-radius: 5px;
  background: #f5f5f5;
  width: 110px;
  padding: 13px 0;
  display: flex;
  justify-content: center
}

.m__search-result__map-content01 .card .int-button-list .favorite img {
  height: 32px
}

@media print,
screen and (min-width:737px) {
  .m__search-result .m__home-info__bottom-gray-area {
    padding-bottom: 120px
  }
}

.m__search-result__check-info {
  margin-top: 30px;
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__search-result__check-info {
    margin-top: 20px
  }
}

.m__search-result__check-info .ico {
  display: block;
  width: 28px;
  margin-right: 10px
}

@media only screen and (max-width:736px) {
  .m__search-result__check-info .ico {
    width: 20px;
    margin-right: 5px
  }
}

.m__search-result__check-info .text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.3;
  flex: 1 1
}

@media only screen and (max-width:736px) {
  .m__search-result__check-info .text {
    font-size: 1.4rem
  }
}

.m__search-result__fixed-btn {
  position: fixed;
  z-index: 101;
  transition: bottom .5s, right .5s
}

@media print,
screen and (min-width:737px) {
  .m__search-result__fixed-btn {
    right: -90px;
    top: 160px
  }

  .m__search-result__fixed-btn.floating {
    right: 0
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__fixed-btn {
    padding: 10px 15px;
    background: rgba(245, 245, 245, 0.9);
    width: 100%;
    left: 0;
    bottom: -70px
  }

  .m__search-result__fixed-btn.floating {
    bottom: 0
  }
}

.m__search-result__fixed-btn .btn {
  width: 90px;
  padding: 70px 16px 30px;
  line-height: 1.4;
  letter-spacing: .15em;
  display: block;
  background: #da4a58;
  background-image: url(../img/checkbox_white.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  font-weight: normal
}

@media print,
screen and (min-width:737px) {
  .m__search-result__fixed-btn .btn {
    background-position: center 30px;
    writing-mode: vertical-rl;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15);
    transition: opacity .2s
  }

  .m__search-result__fixed-btn .btn:hover {
    opacity: .7
  }
}

@media only screen and (max-width:736px) {
  .m__search-result__fixed-btn .btn {
    background-position: 15px center;
    text-align: center;
    border-radius: 2.5px;
    height: 50px;
    padding: 10px;
    width: 100%;
    line-height: 1.2;
    padding: 6px
  }
}

.m__search-result__fixed-btn .btn span {
  font-size: 1.5rem
}

@media only screen and (max-width:736px) {
  .m__search-result__fixed-btn .btn span {
    font-size: 1.2rem
  }
}

.m__search-result__fixed-btn .btn b {
  font-weight: normal;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__search-result__fixed-btn .btn b {
    font-size: 1.7rem
  }
}

.m__searches-index {
  margin-bottom: 130px
}

@media only screen and (max-width:736px) {
  .m__searches-index {
    margin-bottom: 0
  }
}

@media only screen and (max-width:736px) {
  .m__searches-index__inner {
    margin-bottom: 30px
  }
}

.m__searches-index .m__breadcrumbs {
  padding: 30px 0 40px
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__breadcrumbs {
    padding: 0
  }
}

.m__searches-index .lead-text {
  padding-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__searches-index .lead-text {
    padding: 20px 0 35px
  }
}

.m__searches-index .m__common__title02 {
  padding: 40px 0
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 {
    padding: 25px 0 30px
  }
}

.m__searches-index .m__common__title02 .title.ico {
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico {
    padding-left: 40px
  }
}

.m__searches-index .m__common__title02 .title.ico:before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico:before {
    left: 20px
  }
}

.m__searches-index .m__common__title02 .title.ico-area:before {
  width: 44px;
  height: 44px;
  background: url(/resources/images/kaigo/searches/ico_area.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico-area:before {
    width: 31px;
    height: 31px
  }
}

.m__searches-index .m__common__title02 .title.ico-fee:before {
  width: 41px;
  height: 44px;
  background: url(/resources/images/kaigo/searches/ico_fee.svg) center center no-repeat;
  background-size: 41px 44px
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico-fee:before {
    width: 28px;
    height: 31px;
    background-size: contain
  }
}

.m__searches-index .m__common__title02 .title.ico-condition:before {
  width: 36px;
  height: 46px;
  background: url(/resources/images/kaigo/searches/ico_condition.svg) center center no-repeat;
  background-size: 36px 44px
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico-condition:before {
    width: 28px;
    height: 32px;
    background-size: contain
  }
}

.m__searches-index .m__common__title02 .title.ico-medical:before {
  width: 40px;
  height: 40px;
  background: url(/resources/images/kaigo/searches/ico_medical.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico-medical:before {
    width: 30px;
    height: 30px
  }
}

.m__searches-index .m__common__title02 .title.ico-home:before {
  width: 50px;
  height: 40px;
  background: url(/resources/images/kaigo/searches/ico_home.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico-home:before {
    width: 30px;
    height: 26px
  }
}

.m__searches-index .m__common__title02 .title.ico-series:before {
  width: 40px;
  height: 37px;
  background: url(/resources/images/kaigo/searches/ico_series.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico-series:before {
    width: 30px;
    height: 28px
  }
}

.m__searches-index .m__common__title02 .title.ico-other:before {
  width: 46px;
  height: 40px;
  background: url(/resources/images/kaigo/searches/ico_other.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__common__title02 .title.ico-other:before {
    width: 31px;
    height: 28px
  }
}

.m__searches-index .m__common__title02.is-active .accordion:after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0
}

.m__searches-index .title03 {
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__searches-index .title03 {
    padding-left: 15px;
    margin-bottom: 13px;
    font-size: 1.5rem;
    line-height: 1.8
  }
}

.m__searches-index .title03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__searches-index .title03:before {
    width: 3px
  }
}

.m__searches-index .flex {
  display: flex;
  margin-bottom: 70px
}

@media only screen and (max-width:736px) {
  .m__searches-index .flex {
    display: block;
    margin-bottom: 60px
  }
}

.m__searches-index .select-box--width01 {
  width: 415px
}

@media only screen and (max-width:736px) {
  .m__searches-index .select-box--width01 {
    width: 100%
  }
}

@media only screen and (max-width:736px) {
  .m__searches-index .select-box--width01+.select-box--width01 {
    margin-top: 15px
  }
}

.m__searches-index .select-box--width02 {
  width: 100%;
  margin: 0 0 70px
}

@media only screen and (max-width:736px) {
  .m__searches-index .select-box--width02 {
    margin: 0 0 45px
  }
}

.m__searches-index .select-box-inner {
  display: flex;
  align-items: center
}

@media only screen and (max-width:736px) {
  .m__searches-index .select-box-inner {
    display: block
  }
}

.m__searches-index .select-box-inner label {
  min-width: 4em;
  margin-right: 30px
}

@media only screen and (max-width:736px) {
  .m__searches-index .select-box-inner label {
    font-size: 1.5rem
  }
}

.m__searches-index .m__form__select01 {
  width: 250px;
  margin-right: 60px
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__form__select01 {
    width: 100%;
    margin: 3px 0 17px
  }
}

.m__searches-index .m__search-conditions {
  padding-bottom: 70px
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__search-conditions {
    display: none;
    padding-bottom: 30px
  }

  .m__searches-index .m__search-conditions.is-open {
    display: block
  }
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__search-conditions--area {
    display: block
  }
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__search-conditions__checkbox {
    margin: 0
  }
}

.m__searches-index .m__search-conditions__checkbox+.m__search-conditions__checkbox {
  margin: 15px 0 0
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__search-conditions__checkbox+.m__search-conditions__checkbox {
    margin: 10px 0 0
  }
}

.m__searches-index .m__search-conditions__checkbox+.title03 {
  margin-top: 33px
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__search-conditions__checkbox+.title03 {
    margin-top: 26px
  }
}

@media print,
screen and (min-width:737px) {
  .m__searches-index .m__search-conditions__checkbox .item:last-child {
    margin-right: 0
  }
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__search-conditions__checkbox .item {
    display: block;
    margin: 0 0 10px
  }
}

.m__searches-index .m__search-conditions__checkbox .text {
  min-width: 160px;
  padding: 5px 21px 4px 36px
}

@media only screen and (max-width:736px) {
  .m__searches-index .m__search-conditions__checkbox .text {
    min-width: auto;
    padding: 10px 0 10px 40px;
    text-align: left
  }
}

.m__searches-index__checkbox.m__search-conditions__checkbox .text {
  padding: 5px 27px 4px 40px
}

@media only screen and (max-width:736px) {
  .m__searches-index__checkbox.m__search-conditions__checkbox .text {
    padding: 10px 0 10px 40px
  }
}

.m__searches-index .accordion {
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #365e95
}

.m__searches-index .accordion:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 1px;
  display: block;
  background: #365e95;
  z-index: 2;
  transform: translateY(-50%)
}

.m__searches-index .accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14.5px;
  width: 1px;
  height: 14px;
  display: block;
  background: #365e95;
  z-index: 2;
  transition: .2s;
  transform: translateY(-50%)
}

.m__searches-index .accordion span {
  position: relative;
  display: inline-block;
  padding-right: 33px
}

.m__searches-index .accordion span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #365e95;
  transform: translateY(-50%)
}

.m__searches-index__button {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background: rgba(245, 245, 245, 0.9)
}

@media only screen and (max-width:736px) {
  .m__searches-index__button {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    z-index: 999
  }
}

.m__searches-index__button-wrap {
  position: relative;
  height: 120px
}

@media only screen and (max-width:736px) {
  .m__searches-index__button-wrap {
    height: 0;
    margin-top: -20px
  }
}

.m__searches-index__button.fixed {
  position: fixed;
  bottom: 0;
  left: 0
}

.m__searches-index__button .m__search-conditions__button {
  margin: 0
}

@media only screen and (max-width:736px) {
  .m__searches-index__button .m__search-conditions__button {
    padding-top: 0
  }
}

@media only screen and (max-width:736px) {
  .m__searches-index__button .m__search-conditions__button .m__button__search01 {
    height: 50px
  }
}

@media print,
screen and (min-width:737px) {
  .m__searches-index__button .m__search-conditions__button .m__button__search01:before {
    width: 36px;
    height: 36px
  }
}

.m__omoi__inner {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 250px
}

@media only screen and (max-width:736px) {
  .m__omoi__inner {
    padding-bottom: 100px
  }
}

.m__omoi__title {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__omoi__title {
    padding-bottom: 25px;
    margin-bottom: 35px
  }
}

.m__omoi__title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #365e95
}

@media only screen and (max-width:736px) {
  .m__omoi__title::before {
    width: 75px;
    height: 2px
  }
}

@media only screen and (max-width:736px) {
  .m__omoi__title img {
    width: 276px
  }
}

.m__omoi__subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__omoi__subtitle {
    margin-bottom: 25px;
    font-size: 1.6rem
  }
}

.m__omoi__text {
  font-size: 2rem;
  line-height: 2.1
}

@media only screen and (max-width:736px) {
  .m__omoi__text {
    line-height: 2;
    font-size: 1.5rem
  }
}

.m__omoi__text+.m__omoi__text {
  margin-top: 2em
}

.m__omoi__logo {
  margin-top: 70px
}

@media only screen and (max-width:736px) {
  .m__omoi__logo {
    margin-top: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__omoi__logo img {
    width: 198px
  }
}

@media only screen and (max-width:736px) {
  .m__series .m__arrow-link {
    font-size: 1.5rem
  }
}

.m__series__pickup {
  padding-bottom: 125px
}

@media only screen and (max-width:736px) {
  .m__series__pickup {
    padding-bottom: 40px
  }
}

.m__series__pickup-banner {
  width: 1192px;
  padding: 96px 0 60px;
  overflow: visible;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__pickup-banner {
    width: calc(100vw - 60px);
    padding: 40px 0 0
  }
}

.m__series__pickup-banner a {
  display: block;
  border: 1px solid #9a9ca1;
  box-shadow: 0 0 12px 1px rgba(26, 26, 26, 0.13);
  transition: opacity .3s
}

.m__series__pickup-banner a picture {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__series__pickup-banner:hover {
    opacity: .7
  }
}

.m__series__pickup-carousel {
  width: 1192px;
  padding: 96px 0;
  overflow: visible;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__pickup-carousel {
    width: calc(100vw - 60px);
    padding: 40px 0
  }
}

.m__series__pickup .swiper-slide {
  width: 1192px;
  box-shadow: 0 0 12px 1px rgba(26, 26, 26, 0.13);
  transition: opacity .3s;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__pickup .swiper-slide {
    width: 100%
  }
}

.m__series__pickup .swiper-slide a {
  display: block;
  border: 1px solid #9a9ca1
}

@media print,
screen and (min-width:737px) {
  .m__series__pickup .swiper-slide:hover {
    opacity: .7
  }
}

.m__series__pickup .swiper-button-next,
.m__series__pickup .swiper-button-prev {
  background-color: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {

  .m__series__pickup .swiper-button-next,
  .m__series__pickup .swiper-button-prev {
    width: 45px;
    height: 45px
  }
}

.m__series__pickup .swiper-button-next.swiper-button-disabled,
.m__series__pickup .swiper-button-prev.swiper-button-disabled {
  display: none
}

.m__series__pickup .swiper-button-next {
  right: -27px
}

.m__series__pickup .swiper-button-next::after {
  height: 44px
}

@media only screen and (max-width:736px) {
  .m__series__pickup .swiper-button-next {
    right: -25px
  }

  .m__series__pickup .swiper-button-next::after {
    height: 25px
  }
}

.m__series__pickup .swiper-button-prev {
  left: -27px
}

.m__series__pickup .swiper-button-prev::after {
  height: 44px
}

@media only screen and (max-width:736px) {
  .m__series__pickup .swiper-button-prev {
    left: -25px
  }

  .m__series__pickup .swiper-button-prev::after {
    height: 25px
  }
}

.m__series__pickup .swiper-pagination {
  bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__series__pickup .swiper-pagination {
    bottom: 0
  }
}

.m__series__pickup .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 7px !important;
  background: #bfbfbf;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__series__pickup .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important
  }
}

.m__series__pickup .swiper-pagination-bullet-active {
  background: #365e95
}

.m__series__pickup .swiper-pagination-fraction {
  font-size: 1.6rem;
  letter-spacing: -.05em
}

.m__series .anchor {
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__series .anchor {
    padding-top: 40px
  }
}

.m__series__list {
  position: relative;
  padding-top: 65px;
  padding-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__series__list {
    padding: 32px 15px 15px
  }
}

.m__series__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 164px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__series__list::before {
    height: 82px
  }
}

.m__series__list .l__common-inner01 {
  padding-top: 65px;
  background: #fff;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__list .l__common-inner01 {
    padding: 40px 0 0
  }
}

.m__series__list .title02 {
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__series__list .title02 img {
    width: auto;
    height: 24px
  }

  .m__series__list .title02--gg img {
    height: 58px
  }
}

.m__series__list .city-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__series__list .city-list {
    margin-bottom: 20px;
    font-size: 1.3rem
  }
}

.m__series__list .city-list li {
  margin: 0 30px 11px 0;
  min-width: calc(5em + 8px)
}

@media only screen and (max-width:736px) {
  .m__series__list .city-list li {
    margin: 0 0 11px 0;
    width: calc(100% / 4);
    min-width: auto
  }
}

.m__series__list .city-list li a {
  display: inline-block;
  padding-right: 22px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__list .city-list li a {
    padding-right: 13px
  }
}

.m__series__list .city-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url(/resources/images/kaigo/series/arrow_blue.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__series__list .city-list li a::after {
    width: 11px;
    height: 6px
  }
}

.m__series__list .city-group {
  margin-bottom: 15px
}

.m__series__list .title03 {
  position: relative;
  padding: 4px 0 10px 7px;
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: normal;
  border-bottom: 1px solid #365e95
}

@media only screen and (max-width:736px) {
  .m__series__list .title03 {
    padding: 0 0 8px 0;
    margin-bottom: 20px;
    font-size: 1.8rem
  }
}

.m__series__list .facility-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.m__series__list .facility-wrap .facility {
  display: flex;
  flex-direction: column;
  width: 564px;
  margin-bottom: 48px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility {
    display: block;
    width: 100%;
    margin-bottom: 30px
  }
}

.m__series__list .facility-wrap .facility .link span.new {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  color: #ec1616;
  border: 1px solid #ec1616;
  font-size: 1.4rem;
  padding: 0 10px;
  margin-right: 15px;
  vertical-align: 3px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .link span.new {
    vertical-align: 1px;
    margin-right: 10px;
    font-size: 1.2rem
  }
}

.m__series__list .facility-wrap .facility .link a {
  color: #262626;
  font-size: 2.1rem
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .link a {
    font-size: 1.6rem;
    line-height: 1.5
  }
}

.m__series__list .facility-wrap .facility .flex {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  margin-top: auto
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .flex {
    padding-top: 5px;
    margin-top: 0
  }
}

.m__series__list .facility-wrap .facility .image {
  width: 200px;
  flex-shrink: 0
}

.m__series__list .facility-wrap .facility .image img {
  max-width: 100%
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .image {
    width: 119px
  }
}

.m__series__list .facility-wrap .facility .button-wrap {
  width: calc(100% - 222px);
  margin-top: 4px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .button-wrap {
    width: calc(100% - 130px);
    margin-top: -4px
  }
}

.m__series__list .facility-wrap .facility .address {
  margin-bottom: 15px;
  font-size: 1.8rem
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .address {
    margin-bottom: 5px;
    font-size: 1.2rem
  }
}

.m__series__list .facility-wrap .facility .buttons {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .buttons {
    align-items: center
  }
}

.m__series__list .facility-wrap .facility .buttons .document {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  width: 165px;
  padding: 12px 25px;
  text-align: left;
  background: #fff;
  border: 1px solid #365e95;
  border-radius: 4px
}

.m__series__list .facility-wrap .facility .buttons .document::-webkit-search-decoration {
  display: none
}

.m__series__list .facility-wrap .facility .buttons .document::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .buttons .document {
    width: calc(50% - 3px);
    padding: 7px 4px;
    text-align: center
  }
}

.m__series__list .facility-wrap .facility .buttons .document img {
  width: 110px;
  height: 33px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .buttons .document img {
    width: auto;
    height: 28px
  }
}

.m__series__list .facility-wrap .facility .buttons .document.is-active {
  background: #e9eef4
}

.m__series__list .facility-wrap .facility .buttons .favorite {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  width: 165px;
  padding: 12px 16px;
  text-align: left;
  background: #f2f1ef;
  border: 1px solid #262626;
  border-radius: 4px
}

.m__series__list .facility-wrap .facility .buttons .favorite::-webkit-search-decoration {
  display: none
}

.m__series__list .facility-wrap .facility .buttons .favorite::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .buttons .favorite {
    width: calc(50% - 3px);
    padding: 7px 4px;
    text-align: center;
    height: 44px
  }
}

.m__series__list .facility-wrap .facility .buttons .favorite img {
  margin: 0 auto
}

.m__series__list .facility-wrap .facility .buttons .favorite img.off {
  width: 120px;
  height: 33px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .buttons .favorite img.off {
    width: auto;
    height: 28px
  }
}

.m__series__list .facility-wrap .facility .buttons .favorite img.on {
  width: 134px;
  height: 33px
}

@media only screen and (max-width:736px) {
  .m__series__list .facility-wrap .facility .buttons .favorite img.on {
    width: auto;
    height: 28px
  }
}

.m__series__tabwrap {
  margin-top: 58px
}

@media only screen and (max-width:736px) {
  .m__series__tabwrap {
    margin-top: 25px
  }
}

.m__series__tabwrap .tab-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid #262626
}

@media only screen and (max-width:736px) {
  .m__series__tabwrap .tab-ul {
    padding-bottom: 5px;
    margin-bottom: 20px
  }
}

.m__series__tabwrap .tab-ul li {
  width: auto;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 14px;
  margin-right: 30px;
  background: none;
  border-radius: 4px;
  border: none;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: underline;
  cursor: pointer
}

@media only screen and (max-width:736px) {
  .m__series__tabwrap .tab-ul li {
    min-width: calc(100% / 3 - 6px);
    padding: 5px 0;
    margin: 0 9px 5px 0;
    font-size: 1.3rem;
    border-radius: 2px
  }
}

@media only screen and (max-width:736px) {
  .m__series__tabwrap .tab-ul li span {
    letter-spacing: -.02em
  }
}

.m__series__tabwrap .tab-ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: #262626
}

@media only screen and (max-width:736px) {
  .m__series__tabwrap .tab-ul li::before {
    right: -7px;
    width: 1px;
    height: 10px
  }
}

.m__series__tabwrap .tab-ul li:last-child::before {
  content: none
}

@media only screen and (max-width:736px) {
  .m__series__tabwrap .tab-ul li:nth-child(3n) {
    margin-right: 0
  }

  .m__series__tabwrap .tab-ul li:nth-child(3n)::before {
    content: none
  }
}

.m__series__tabwrap .tab-ul li.current {
  background: #f5f5f5;
  text-decoration: none
}

@media print,
screen and (min-width:737px) {
  .m__series__tabwrap .tab-ul li:hover {
    text-decoration: none
  }
}

.m__series__tabwrap .tab-target {
  display: none
}

.m__series__tabwrap .tab-target.tab-active {
  display: block !important;
  animation: fadeIn .4s forwards
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: flex;
    opacity: 0
  }

  100% {
    display: flex;
    opacity: 1
  }
}

.m__series__fixed {
  padding: 12px 0;
  background: #e9eef4;
  position: fixed;
  bottom: -130px;
  left: 0;
  z-index: 100;
  transition: bottom .5s
}

@media only screen and (max-width:736px) {
  .m__series__fixed {
    padding: 5px 15px 10px;
    background: #f5f5f5;
    bottom: -100px
  }
}

.m__series__fixed.floating {
  bottom: 0
}

.m__series__fixed-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 18px 15px;
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__series__fixed-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background: none
  }
}

.m__series__fixed .text {
  font-size: 2rem;
  margin-right: 70px
}

@media only screen and (max-width:736px) {
  .m__series__fixed .text {
    width: 100%;
    padding-bottom: 3px;
    margin-right: 0;
    text-align: center;
    font-size: 1.4rem
  }
}

.m__series__fixed .text .number {
  font-size: 3rem;
  margin: 0 5px;
  color: #365e95;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__series__fixed .text .number {
    font-size: 1.6rem
  }
}

.m__series__fixed .document {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 500px;
  height: 70px;
  margin-left: 100px;
  color: #fff;
  border: 1px solid #152b49;
  background: #152b49;
  text-align: center;
  font-size: 2.2rem;
  border-radius: 4px;
  transition: opacity .2s
}

.m__series__fixed .document::-webkit-search-decoration {
  display: none
}

.m__series__fixed .document::focus {
  outline-offset: -2px
}

@media only screen and (max-width:736px) {
  .m__series__fixed .document {
    width: 100%;
    height: 50px;
    margin-left: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.2
  }
}

.m__series__fixed .document:hover {
  opacity: .7
}

.m__series__fixed .document span {
  position: relative;
  display: inline-block;
  padding-left: 47px
}

.m__series__fixed .document span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 29px;
  background: url(../img/ico_book02.svg) no-repeat center;
  background-size: contain
}

@media only screen and (max-width:736px) {
  .m__series__fixed .document span::before {
    width: 26px;
    height: 23px
  }
}

.m__series__feature {
  padding-bottom: 130px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__feature {
    padding-bottom: 70px
  }
}

.m__series__feature::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 744px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__series__feature::after {
    height: 385px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__feature .l__common-inner01 {
    display: flex;
    justify-content: space-between
  }
}

.m__series__feature .title01 {
  flex-shrink: 0;
  margin-left: 15px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__series__feature .title01 {
    text-align: center;
    margin-bottom: 40px
  }

  .m__series__feature .title01 img {
    height: 24px
  }
}

.m__series__feature .pagelink-list li a {
  display: block;
  width: 963px;
  height: 216px;
  overflow: hidden;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__series__feature .pagelink-list li a {
    width: 100%;
    height: 80px
  }
}

.m__series__feature .pagelink-list li a::after {
  content: "";
  background: url(../img/arrow_bottom02.svg) right center no-repeat;
  background-size: contain;
  width: 49px;
  height: 24px;
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {
  .m__series__feature .pagelink-list li a::after {
    background-size: 40%;
    right: 10px
  }
}

.m__series__feature .pagelink-list li a .text {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__series__feature .pagelink-list li a .text img {
    height: 20px
  }
}

.m__series__feature .pagelink-list li a .image {
  background: url(/resources/images/kaigo/series/aria/feature_navi01_bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform .5s;
  z-index: -1
}

.m__series__feature .pagelink-list li a:hover .image {
  transform: scale(1.09)
}

.m__series__feature .pagelink-list li+li {
  margin-top: 25px
}

@media only screen and (max-width:736px) {
  .m__series__feature .pagelink-list li+li {
    margin-top: 10px
  }
}

.m__series__feature .pagelink-list li:nth-child(2) a .image {
  background-image: url(/resources/images/kaigo/series/aria/feature_navi02_bg.jpg)
}

.m__series__feature .pagelink-list li:nth-child(3) a .image {
  background-image: url(/resources/images/kaigo/series/aria/feature_navi03_bg.jpg)
}

@media only screen and (max-width:736px) {
  .m__series__feature .pagelink-list li:nth-child(3) a .text img {
    height: 17px
  }
}

.m__series__feature .pagelink-list.gg li a .image {
  background-image: url(/resources/images/kaigo/series/gg/feature_navi01_bg.jpg)
}

.m__series__feature .pagelink-list.gg li:nth-child(2) a,
.m__series__feature .pagelink-list.gg li:nth-child(2) .image {
  background-image: url(/resources/images/kaigo/series/gg/feature_navi02_bg.jpg)
}

.m__series__feature .pagelink-list.gg li:nth-child(3) a,
.m__series__feature .pagelink-list.gg li:nth-child(3) .image {
  background-image: url(/resources/images/kaigo/series/gg/feature_navi03_bg.jpg)
}

.m__series__feature .pagelink-list.bonsejour li a .image {
  background-image: url(/resources/images/kaigo/series/bonsejour/feature_navi01_bg.jpg)
}

.m__series__feature .pagelink-list.bonsejour li:nth-child(2) a,
.m__series__feature .pagelink-list.bonsejour li:nth-child(2) .image {
  background-image: url(/resources/images/kaigo/series/bonsejour/feature_navi02_bg.jpg)
}

.m__series__feature .pagelink-list.bonsejour li:nth-child(3) a,
.m__series__feature .pagelink-list.bonsejour li:nth-child(3) .image {
  background-image: url(/resources/images/kaigo/series/bonsejour/feature_navi03_bg.jpg)
}

.m__series__feature .pagelink-list.kurara li a .image {
  background-image: url(/resources/images/kaigo/series/kurara/feature_navi01_bg.jpg)
}

.m__series__feature .pagelink-list.kurara li:nth-child(2) a,
.m__series__feature .pagelink-list.kurara li:nth-child(2) .image {
  background-image: url(/resources/images/kaigo/series/kurara/feature_navi02_bg.jpg)
}

.m__series__feature .pagelink-list.kurara li:nth-child(3) a,
.m__series__feature .pagelink-list.kurara li:nth-child(3) .image {
  background-image: url(/resources/images/kaigo/series/kurara/feature_navi03_bg.jpg)
}

.m__series__feature .pagelink-list.madoka li a .image {
  background-image: url(/resources/images/kaigo/series/madoka/feature_navi01_bg.jpg)
}

.m__series__feature .pagelink-list.madoka li:nth-child(2) a,
.m__series__feature .pagelink-list.madoka li:nth-child(2) .image {
  background-image: url(/resources/images/kaigo/series/madoka/feature_navi02_bg.jpg)
}

.m__series__feature .pagelink-list.madoka li:nth-child(3) a,
.m__series__feature .pagelink-list.madoka li:nth-child(3) .image {
  background-image: url(/resources/images/kaigo/series/madoka/feature_navi03_bg.jpg)
}

.m__series__feature .pagelink-list.cocochi li a .image {
  background-image: url(/resources/images/kaigo/series/cocochi/feature_navi01_bg.jpg)
}

.m__series__feature .pagelink-list.cocochi li:nth-child(2) a,
.m__series__feature .pagelink-list.cocochi li:nth-child(2) .image {
  background-image: url(/resources/images/kaigo/series/cocochi/feature_navi02_bg.jpg)
}

.m__series__feature .pagelink-list.cocochi li:nth-child(3) a,
.m__series__feature .pagelink-list.cocochi li:nth-child(3) .image {
  background-image: url(/resources/images/kaigo/series/cocochi/feature_navi03_bg.jpg)
}

.m__series__feature .pagelink-list.lire li a .image {
  background-image: url(/resources/images/kaigo/series/lire/feature_navi01_bg.jpg)
}

.m__series__feature .pagelink-list.lire li:nth-child(2) a,
.m__series__feature .pagelink-list.lire li:nth-child(2) .image {
  background-image: url(/resources/images/kaigo/series/lire/feature_navi02_bg.jpg)
}

.m__series__feature .pagelink-list.lire li:nth-child(3) a,
.m__series__feature .pagelink-list.lire li:nth-child(3) .image {
  background-image: url(/resources/images/kaigo/series/lire/feature_navi03_bg.jpg)
}

.m__series__origin {
  margin-top: -30px;
  padding-top: 130px;
  margin-bottom: 160px
}

@media only screen and (max-width:736px) {
  .m__series__origin {
    margin-top: -15px;
    padding-top: 0;
    margin-bottom: 60px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__origin .l__common-inner01 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
  }
}

.m__series__origin .l__common-inner01 .title01 {
  position: relative;
  z-index: 2
}

@media print,
screen and (min-width:737px) {
  .m__series__origin .l__common-inner01 .title01 {
    flex-shrink: 0;
    margin-top: -130px;
    margin-right: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .title01 {
    text-align: center;
    margin-bottom: 40px
  }

  .m__series__origin .l__common-inner01 .title01 img {
    height: 30px
  }
}

.m__series__origin .l__common-inner01 .content01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .content01 {
    flex-direction: column-reverse;
    margin-left: 15px;
    margin-right: 15px
  }
}

.m__series__origin .l__common-inner01 .content01 .text-box {
  margin-top: 50px
}

@media print,
screen and (min-width:737px) {
  .m__series__origin .l__common-inner01 .content01 .text-box {
    width: 470px;
    margin-left: 50px
  }
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .content01 .text-box {
    margin-top: 25px
  }
}

.m__series__origin .l__common-inner01 .content01 .text-box .text01 {
  font-weight: normal;
  font-size: 2.8rem
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .content01 .text-box .text01 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold
  }
}

.m__series__origin .l__common-inner01 .content01 .text-box .text01 span {
  font-size: 3.6rem;
  display: block
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .content01 .text-box .text01 span {
    font-size: 2.3rem
  }
}

.m__series__origin .l__common-inner01 .content01 .text-box .text02 {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 2.2
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .content01 .text-box .text02 {
    font-size: 1.4rem;
    margin-top: 10px
  }
}

.m__series__origin .l__common-inner01 .content01 .text-box .text02 span {
  display: block;
  font-size: 1.3rem
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .content01 .text-box .text02 span {
    font-size: 1.2rem
  }
}

.m__series__origin .l__common-inner01 .content01 .image {
  position: relative
}

.m__series__origin .l__common-inner01 .content01 .image figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000
}

@media print,
screen and (min-width:737px) {
  .m__series__origin .l__common-inner01 .content01 .image {
    margin-left: -100px
  }
}

@media only screen and (max-width:736px) {
  .m__series__origin .l__common-inner01 .content01 .image img {
    width: 100%
  }
}

.m__series__origin__image-list {
  display: flex;
  align-items: center;
  margin: 120px auto 0;
  overflow: hidden;
  flex-shrink: 0
}

@media only screen and (max-width:736px) {
  .m__series__origin__image-list {
    margin: 40px auto 0
  }
}

.m__series__origin__image-list ul {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
  flex-shrink: 0
}

.m__series__origin__image-list ul li {
  margin-left: 30px;
  width: 317px;
  position: relative
}

.m__series__origin__image-list ul li figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000
}

@media only screen and (max-width:736px) {
  .m__series__origin__image-list ul li figure figcaption {
    font-size: 1.2rem
  }
}

@media only screen and (max-width:736px) {
  .m__series__origin__image-list ul li {
    width: 175px;
    margin-left: 15px
  }

  .m__series__origin__image-list ul li img {
    width: 100%
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

.m__series__environment {
  position: relative;
  z-index: 2;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 190px
}

@media only screen and (max-width:736px) {
  .m__series__environment {
    padding-bottom: 90px
  }
}

.m__series__environment::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1325px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__series__environment::after {
    height: calc(100% - 30px)
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__environment.gg::after {
    height: 1114px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__environment.bonsejour::after {
    height: 1114px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__environment.kurara::after {
    height: 1214px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__environment.madoka::after {
    height: 1149px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__environment.cocochi::after {
    height: 1149px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__environment .l__common-inner01 {
    display: flex;
    justify-content: space-between
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__environment .title01 {
    flex-shrink: 0;
    margin-top: -15px;
    margin-left: 15px
  }
}

@media only screen and (max-width:736px) {
  .m__series__environment .title01 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
    padding-top: 0
  }

  .m__series__environment .title01 img {
    height: 30px
  }
}

.m__series__environment .text-box {
  margin-top: 55px
}

@media print,
screen and (min-width:737px) {
  .m__series__environment .text-box {
    margin-left: 90px;
    margin-right: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__series__environment .text-box {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px
  }
}

.m__series__environment .text-box .text01 {
  font-weight: normal;
  font-size: 2.8rem
}

@media only screen and (max-width:736px) {
  .m__series__environment .text-box .text01 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5
  }
}

.m__series__environment .text-box .text02 {
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 2.2
}

@media only screen and (max-width:736px) {
  .m__series__environment .text-box .text02 {
    font-size: 1.4rem;
    margin-top: 20px
  }
}

.m__series__environment .text-box .text02 span {
  display: block;
  font-size: 1.3rem
}

@media only screen and (max-width:736px) {
  .m__series__environment .text-box .text02 span {
    font-size: 1.2rem
  }
}

.m__series__environment-carousel {
  margin: 55px auto 0;
  width: 845px;
  overflow: visible;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__environment-carousel {
    width: calc(100vw - 60px);
    margin-top: 45px
  }
}

.m__series__environment-carousel .swiper-slide {
  width: 845px;
  transition: opacity .3s
}

@media only screen and (max-width:736px) {
  .m__series__environment-carousel .swiper-slide {
    width: calc(100vw - 60px);
    background: #fff;
    height: auto;
    box-shadow: 0 1px 10px rgba(68, 63, 68, 0.21)
  }
}

.m__series__environment-carousel .swiper-slide figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px 30px;
  background: rgba(62, 73, 114, 0.72);
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__series__environment-carousel .swiper-slide figure figcaption {
    background: #fff;
    position: static;
    color: #262626;
    font-size: 1.4rem;
    padding: 20px 15px
  }
}

.m__series__environment-carousel .swiper-slide img {
  width: 100%
}

.m__series__environment-carousel .swiper-button-next,
.m__series__environment-carousel .swiper-button-prev {
  background-color: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:736px) {

  .m__series__environment-carousel .swiper-button-next,
  .m__series__environment-carousel .swiper-button-prev {
    width: 45px;
    height: 45px
  }
}

.m__series__environment-carousel .swiper-button-next {
  right: -75px
}

.m__series__environment-carousel .swiper-button-next::after {
  height: 44px
}

@media only screen and (max-width:736px) {
  .m__series__environment-carousel .swiper-button-next {
    right: -25px
  }

  .m__series__environment-carousel .swiper-button-next::after {
    height: 25px
  }
}

.m__series__environment-carousel .swiper-button-prev {
  left: -75px
}

.m__series__environment-carousel .swiper-button-prev::after {
  height: 44px
}

@media only screen and (max-width:736px) {
  .m__series__environment-carousel .swiper-button-prev {
    left: -25px
  }

  .m__series__environment-carousel .swiper-button-prev::after {
    height: 25px
  }
}

.m__series__environment-carousel .swiper-pagination {
  bottom: -40px
}

.m__series__environment-carousel .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 7px !important;
  background: #bfbfbf;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__series__environment-carousel .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important
  }
}

.m__series__environment-carousel .swiper-pagination-bullet-active {
  background: #365e95
}

.m__series__environment-carousel .swiper-pagination-fraction {
  font-size: 1.6rem;
  letter-spacing: -.05em
}

.m__series__service {
  margin-top: -40px;
  padding-top: 140px;
  margin-bottom: 125px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__series__service {
    margin-top: -15px;
    padding-top: 0;
    margin-bottom: 50px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__service .l__common-inner01 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
  }
}

.m__series__service .content01 {
  display: flex
}

@media print,
screen and (min-width:737px) {
  .m__series__service .content01 {
    flex-shrink: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start
  }
}

@media only screen and (max-width:736px) {
  .m__series__service .content01 {
    flex-direction: column
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__service .title01 {
    margin-top: -120px;
    margin-right: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__series__service .title01 {
    text-align: center;
    margin-bottom: 0
  }

  .m__series__service .title01 img {
    height: 27px
  }
}

.m__series__service .text-box {
  margin-top: 50px
}

@media print,
screen and (min-width:737px) {
  .m__series__service .text-box {
    width: 470px;
    margin-left: 60px
  }
}

@media only screen and (max-width:736px) {
  .m__series__service .text-box {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px
  }
}

.m__series__service .text-box .text01 {
  font-weight: normal;
  font-size: 2.8rem
}

@media only screen and (max-width:736px) {
  .m__series__service .text-box .text01 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5
  }
}

.m__series__service .text-box .text02 {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 2.2
}

@media only screen and (max-width:736px) {
  .m__series__service .text-box .text02 {
    font-size: 1.4rem
  }
}

.m__series__service .text-box .text02 span {
  display: block;
  font-size: 1.3rem
}

@media only screen and (max-width:736px) {
  .m__series__service .text-box .text02 span {
    font-size: 1.2rem
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__service.kurara .text-box .text01 {
    margin-right: -25px
  }
}

.m__series__service-slider-wrap {
  width: 616px;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__series__service-slider-wrap {
    margin-left: -170px
  }
}

@media only screen and (max-width:736px) {
  .m__series__service-slider-wrap {
    width: 100%
  }
}

.m__series__service-image {
  width: 616px
}

@media print,
screen and (min-width:737px) {
  .m__series__service-image {
    margin-left: -170px
  }
}

@media only screen and (max-width:736px) {
  .m__series__service-image {
    width: 100%;
    margin-top: 40px
  }
}

.m__series__service-image figure {
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__service-image figure {
    width: calc(100vw - 60px);
    margin: auto
  }
}

.m__series__service-image figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000
}

@media only screen and (max-width:736px) {
  .m__series__service-slider {
    width: calc(100vw - 60px);
    overflow: visible
  }
}

.m__series__service-slider .swiper-slide {
  width: 616px;
  transition: opacity .3s
}

@media only screen and (max-width:736px) {
  .m__series__service-slider .swiper-slide {
    width: calc(100vw - 60px);
    padding: 40px 0
  }
}

.m__series__service-slider .swiper-slide figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000
}

@media only screen and (max-width:736px) {
  .m__series__service-slider .swiper-slide figure figcaption {
    bottom: 40px
  }
}

.m__series__service-slider .swiper-slide img {
  width: 100%
}

@media print,
screen and (min-width:737px) {

  .m__series__service .swiper-button-next,
  .m__series__service .swiper-button-prev {
    display: none
  }
}

@media only screen and (max-width:736px) {

  .m__series__service .swiper-button-next,
  .m__series__service .swiper-button-prev {
    background-color: rgba(154, 156, 161, 0.7);
    border-radius: 50%;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px
  }
}

@media only screen and (max-width:736px) {
  .m__series__service .swiper-button-next {
    right: -10px
  }

  .m__series__service .swiper-button-next::after {
    height: 25px
  }
}

@media only screen and (max-width:736px) {
  .m__series__service .swiper-button-prev {
    left: -10px
  }

  .m__series__service .swiper-button-prev::after {
    height: 25px
  }
}

.m__series__service .swiper-pagination {
  bottom: -25px
}

@media print,
screen and (min-width:737px) {
  .m__series__service .swiper-pagination {
    right: 0
  }
}

@media only screen and (max-width:736px) {
  .m__series__service .swiper-pagination {
    bottom: 0
  }
}

.m__series__service .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 7px !important;
  background: #bfbfbf;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__series__service .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important
  }
}

.m__series__service .swiper-pagination-bullet-active {
  background: #365e95
}

.m__series__service .swiper-pagination-fraction {
  font-size: 1.6rem;
  letter-spacing: -.05em
}

.m__series__series-list {
  padding: 80px 0 140px
}

@media only screen and (max-width:736px) {
  .m__series__series-list {
    padding: 60px 0 60px
  }
}

.m__series__series-list__title {
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__series__series-list__title {
    width: 70%;
    margin: auto
  }

  .m__series__series-list__title img {
    width: 100%
  }
}

.m__series__series-list__link {
  margin: 50px auto 0
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link {
    display: flex;
    justify-content: space-between
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link {
    margin-top: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li {
    margin-top: 30px
  }
}

.m__series__series-list__link li a {
  display: block
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li a {
    display: flex;
    flex-direction: column-reverse
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li a .image-wrap {
    width: 168px;
    height: 352px;
    overflow: hidden;
    position: relative;
    z-index: 1
  }

  .m__series__series-list__link li a .image-wrap .image {
    background: url(/resources/images/kaigo/series/aria_img_pc.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .5s
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li a .image-wrap {
    width: 100%
  }

  .m__series__series-list__link li a .image-wrap img {
    width: 100%
  }
}

.m__series__series-list__link li a .text {
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li a .text {
    margin-top: 5px
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li a .text {
    margin-bottom: 10px;
    position: relative
  }

  .m__series__series-list__link li a .text::after {
    content: "";
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background: url(/resources/images/kaigo/series/arrow_aria.svg) center center no-repeat;
    background-size: contain
  }
}

.m__series__series-list__link li a .text img {
  height: 20px
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li a .text img {
    height: 30px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li a:hover {
    transition: .3s
  }

  .m__series__series-list__link li a:hover .image-wrap .image {
    transform: scale(1.09)
  }

  .m__series__series-list__link li a:hover .image-wrap::before {
    content: "";
    width: 164px;
    height: 348px;
    border: 2px solid #3e4972;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li:nth-child(2) a .image-wrap .image {
    background-image: url(/resources/images/kaigo/series/gg_img_pc.jpg)
  }

  .m__series__series-list__link li:nth-child(2) a:hover .image-wrap::before {
    border-color: #34a584
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li:nth-child(2) a .text::after {
    background-image: url(/resources/images/kaigo/series/arrow_gg.svg)
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li:nth-child(3) a .image-wrap .image {
    background-image: url(/resources/images/kaigo/series/bonsejour_img_pc.jpg)
  }

  .m__series__series-list__link li:nth-child(3) a:hover .image-wrap::before {
    border-color: #148cc2
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li:nth-child(3) a .text::after {
    background-image: url(/resources/images/kaigo/series/arrow_bonsejour.svg)
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li:nth-child(4) a .image-wrap .image {
    background-image: url(/resources/images/kaigo/series/kurara_img_pc.jpg)
  }

  .m__series__series-list__link li:nth-child(4) a:hover .image-wrap::before {
    border-color: #ee9c52
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li:nth-child(4) a .text::after {
    background-image: url(/resources/images/kaigo/series/arrow_kurara.svg)
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li:nth-child(5) a .image-wrap .image {
    background-image: url(/resources/images/kaigo/series/madoka_img_pc.jpg)
  }

  .m__series__series-list__link li:nth-child(5) a:hover .image-wrap::before {
    border-color: #dd577a
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li:nth-child(5) a .text::after {
    background-image: url(/resources/images/kaigo/series/arrow_madoka.svg)
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li:nth-child(6) a .image-wrap .image {
    background-image: url(/resources/images/kaigo/series/cocochi_img_pc.jpg)
  }

  .m__series__series-list__link li:nth-child(6) a:hover .image-wrap::before {
    border-color: #94492f
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li:nth-child(6) a .text::after {
    background-image: url(/resources/images/kaigo/series/arrow_cocochi.svg)
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li:nth-child(7) a .image-wrap .image {
    background-image: url(/resources/images/kaigo/series/lire_img_pc.jpg)
  }

  .m__series__series-list__link li:nth-child(7) a:hover .image-wrap::before {
    border-color: #694b3b
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__series-list__link li:nth-child(7) a .text {
    margin-top: 3px
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__link li:nth-child(7) a .text::after {
    background-imege: url(/resources/images/kaigo/series/arrow_lire.svg)
  }
}

.m__series__series-list__button-wrap {
  text-align: center;
  margin-top: 50px
}

@media only screen and (max-width:736px) {
  .m__series__series-list__button-wrap {
    margin-top: 40px
  }
}

@media only screen and (max-width:736px) {
  .m__series__series-list__button-wrap .m__button__gray {
    background: #fff
  }
}

.m__series__select .m__low-title {
  background: url(/resources/images/kaigo/series/select/bg_title_series.jpg) no-repeat center center;
  background-size: cover;
  height: 417px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__low-title {
    background: url(/resources/images/kaigo/series/select/bg_title_series_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 265px
  }
}

.m__series__select .m__low-title .l__common-inner01 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end
}

@media print,
screen and (min-width:737px) {
  .m__series__select .m__low-title .l__common-inner01 {
    padding: 0
  }
}

@media only screen and (max-width:736px) {
  .m__series__select .m__low-title .l__common-inner01 {
    align-items: flex-end;
    padding-bottom: 0
  }
}

.m__series__select .m__low-title .low-title {
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 0 4px 6px 0 rgba(146, 146, 146, 0.32);
  padding: 64px 50px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__low-title .low-title {
    box-shadow: 0 1px 10px 0 rgba(68, 63, 68, 0.21);
    width: 100%;
    padding: 11px 20px 12px;
    position: relative;
    top: 46px
  }
}

.m__series__select .m__low-title .low-title .text {
  font-size: 5rem;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__series__select .m__low-title .low-title .text {
    font-size: 2.5rem
  }
}

.m__series__select .m__low-title .low-title .text .large {
  color: #2f62a7;
  font-size: 6.2rem
}

@media print,
screen and (min-width:737px) {
  .m__series__select .m__low-title .low-title .text .large {
    line-height: 1.5
  }
}

@media only screen and (max-width:736px) {
  .m__series__select .m__low-title .low-title .text .large {
    position: relative;
    top: 3px;
    font-size: 3.1rem
  }
}

.m__series__select .m__low-title .low-title .text .c-color {
  color: #2f62a7
}

@media print,
screen and (min-width:737px) {
  .m__series__select .m__low-title .low-title p {
    width: 435px
  }
}

.m__series__select .m__caption .a-caption {
  text-align: right;
  margin: -20px auto 40px;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__series__select .m__caption .a-caption {
    margin: 70px auto 0
  }
}

.m__series__select .m__lead-text {
  border: 1px solid #e7e7e7;
  font-size: 1.8rem;
  padding: 45px 30px;
  line-height: 1.7
}

@media only screen and (max-width:736px) {
  .m__series__select .m__lead-text {
    border-width: 3px;
    font-size: 1.4rem;
    padding: 21px 15px;
    margin-top: 20px
  }
}

.m__series__select .m__series-list {
  position: relative;
  margin-top: 80px
}

.m__series__select .m__series-list::before {
  background: #f5f5f5;
  content: "";
  height: 865px;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list::before {
    top: 0;
    height: 424px
  }
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list {
    margin-top: 41px
  }

  .m__series__select .m__series-list .l__common-inner01 {
    padding-top: 44px
  }

  .m__series__select .m__series-list .series-lead {
    font-size: 1.7rem;
    margin-top: 26px;
    line-height: 1.8
  }
}

.m__series__select .m__series-list .l__contents-column {
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column {
    flex-direction: column
  }
}

.m__series__select .m__series-list .l__contents-column .title01 {
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .title01 {
    max-width: 148px;
    margin: auto
  }
}

.m__series__select .m__series-list .l__contents-column .l__column-wrap {
  margin: 80px 0 0 70px;
  width: 990px;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .l__column-wrap {
    width: 100%;
    margin: 0
  }
}

.m__series__select .m__series-list .l__contents-column .series-list {
  margin-top: 64px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-top: 35px
  }
}

.m__series__select .m__series-list .l__contents-column .series-list li+li {
  margin-top: 31px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list li+li {
    margin-top: 7px
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
  }

  .m__series__select .m__series-list .l__contents-column .series-list a .images {
    width: 176px
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a img {
  transition: .8s
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box {
  position: absolute;
  top: 0;
  right: 46px;
  bottom: 0;
  height: calc(100% - 83px);
  margin: auto;
  min-width: 395px;
  text-align: center;
  padding: 37px 20px 31px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box {
    height: auto;
    right: 0;
    width: calc(100% - 175px);
    padding: 10px 20px 10px 15px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.aria {
  background: #3e4972
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box.aria img {
    max-width: 74px;
    width: 100%
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.gg {
  background: #34a584
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box.gg img {
    max-width: 163px;
    width: 100%
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.bonsejour {
  background: #148cc2
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box.bonsejour img {
    max-width: 127px;
    width: 100%
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.kurara {
  background: #ee9c52
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box.kurara img {
    max-width: 73px;
    width: 100%
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.madoka {
  background: #dd577a
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box.madoka img {
    max-width: 83px;
    width: 100%
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.cocochi {
  background: #94492f
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box.cocochi img {
    max-width: 66px;
    width: 100%
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.lire {
  background: #694b3b
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box.lire img {
    max-width: 82px;
    width: 100%
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box.lire .text {
  margin-top: 25px
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box::before {
  background: url(../img/ico_arrow_white01.svg) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 20px;
  width: 13px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box::before {
    height: 14px;
    width: 9px;
    right: 7px
  }
}

.m__series__select .m__series-list .l__contents-column .series-list a .text-box .text {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.875;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list a .text-box .text {
    line-height: 1.8;
    font-size: 1.2rem;
    margin-top: 24px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__select .m__series-list .l__contents-column .series-list a:hover .images img {
    transition: .8s;
    transform: scale(1.05)
  }
}

.m__series__select .m__series-list .l__contents-column .series-list .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000;
  padding: 5px 10px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list .l__contents-column .series-list .caption {
    font-size: 1.2rem;
    right: inherit;
    left: 0;
    padding: 5px;
    width: 176px
  }
}

.m__series__select .m__series-list+.m__series-list {
  padding-bottom: 133px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list+.m__series-list .title01 {
    max-width: 228px
  }
}

.m__series__select .m__series-list+.m__series-list::before {
  height: 560px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list+.m__series-list::before {
    height: 424px
  }
}

@media only screen and (max-width:736px) {
  .m__series__select .m__series-list+.m__series-list {
    padding-bottom: 0
  }
}

.m__series__select .m__comparison-list {
  margin-top: 84px
}

@media print,
screen and (min-width:737px) {
  .m__series__select .m__comparison-list {
    padding-bottom: 70px
  }

  .m__series__select .m__comparison-list .l__common-inner01 {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .l__common-inner01 {
    padding-right: 0
  }
}

.m__series__select .m__comparison-list .title01 {
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .title01 {
    max-width: 176px;
    margin: auto
  }
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-list__table01 {
    overflow-x: scroll
  }
}

.m__series__select .m__comparison-list .series-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 68px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .series-ttl {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 490px;
    margin-left: 114px;
    margin-top: 50px
  }
}

.m__series__select .m__comparison-list .series-ttl li {
  min-width: 157px;
  width: calc(100% / 8)
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .series-ttl li {
    min-width: 136px
  }
}

.m__series__select .m__comparison-list .series-ttl li.aria {
  border-bottom: 2px solid #3e4972
}

.m__series__select .m__comparison-list .series-ttl li.aria .seriesname {
  background: #3e4972
}

.m__series__select .m__comparison-list .series-ttl li.gg {
  border-bottom: 2px solid #34a584
}

.m__series__select .m__comparison-list .series-ttl li.gg .seriesname {
  background: #34a584
}

.m__series__select .m__comparison-list .series-ttl li.bonsejour {
  border-bottom: 2px solid #148cc2
}

.m__series__select .m__comparison-list .series-ttl li.bonsejour .seriesname {
  background: #148cc2
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .series-ttl li.bonsejour .seriesname {
    padding: 14px 6px 13px
  }
}

.m__series__select .m__comparison-list .series-ttl li.kurara {
  border-bottom: 2px solid #ee9c52
}

.m__series__select .m__comparison-list .series-ttl li.kurara .seriesname {
  background: #ee9c52
}

.m__series__select .m__comparison-list .series-ttl li.madoka {
  border-bottom: 2px solid #dd577a
}

.m__series__select .m__comparison-list .series-ttl li.madoka .seriesname {
  background: #dd577a
}

.m__series__select .m__comparison-list .series-ttl li.cocochi {
  border-bottom: 2px solid #94492f
}

.m__series__select .m__comparison-list .series-ttl li.cocochi .seriesname {
  background: #94492f
}

.m__series__select .m__comparison-list .series-ttl li.lire {
  border-bottom: 2px solid #694b3b
}

.m__series__select .m__comparison-list .series-ttl li.lire .seriesname {
  background: #694b3b
}

.m__series__select .m__comparison-list .series-ttl li .seriesname {
  border-radius: 4px 4px 0 0;
  -moz-filter: drop-shadow(0 -2px 6px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 -2px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 -2px 6px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  height: 100%;
  padding: 25px 0 27px;
  width: calc(100% - 11px)
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .series-ttl li .seriesname {
    padding: 14px 0 13px
  }
}

.m__series__select .m__comparison-list .m__comparison-table {
  margin-top: 9px
}

.m__series__select .m__comparison-list .m__comparison-table th {
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 122px;
  padding: 25px 10px 20px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.3
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-table th {
    font-size: 1.4rem;
    min-width: 114px;
    padding: 25px 10px 20px
  }
}

.m__series__select .m__comparison-list .m__comparison-table td {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5625;
  padding: 25px 10px 20px;
  text-align: center;
  vertical-align: middle;
  width: calc(100% / 7)
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-table td {
    min-width: 136px;
    font-size: 1.4rem;
    padding: 25px 10px 20px
  }
}

.m__series__select .m__comparison-list .m__comparison-table .small {
  display: block;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-table .small {
    font-size: 1.2rem
  }
}

.m__series__select .m__comparison-list .m__comparison-table .light th {
  background: #f5f5f5
}

.m__series__select .m__comparison-list .m__comparison-table .light td:first-of-type {
  background: #3e4972;
  border-bottom: 1px solid #333c5d
}

.m__series__select .m__comparison-list .m__comparison-table .light td:nth-of-type(2) {
  background: #34a584;
  border-bottom: 1px solid #2b876c
}

.m__series__select .m__comparison-list .m__comparison-table .light td:nth-of-type(3) {
  background: #148cc2;
  border-bottom: 1px solid #10739f
}

.m__series__select .m__comparison-list .m__comparison-table .light td:nth-of-type(4) {
  background: #ee9c52;
  border-bottom: 1px solid #c38043
}

.m__series__select .m__comparison-list .m__comparison-table .light td:nth-of-type(5) {
  background: #dd577a;
  border-bottom: 1px solid #b54764
}

.m__series__select .m__comparison-list .m__comparison-table .light td:nth-of-type(6) {
  background: #94492f;
  border-bottom: 1px solid #793c27
}

.m__series__select .m__comparison-list .m__comparison-table .light td:nth-of-type(7) {
  background: #694b3b;
  border-bottom: 1px solid #563d30
}

.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type td,
.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type:first-of-type {
  border: none
}

.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type:nth-of-type(2) {
  border: none
}

.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type:nth-of-type(3) {
  border: none
}

.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type:nth-of-type(4) {
  border: none
}

.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type:nth-of-type(5) {
  border: none
}

.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type:nth-of-type(6) {
  border: none
}

.m__series__select .m__comparison-list .m__comparison-table .light:last-of-type:nth-of-type(7) {
  border: none
}

.m__series__select .m__comparison-list .m__comparison-table .dark th {
  background: #e7e7e7
}

.m__series__select .m__comparison-list .m__comparison-table .dark td:first-of-type {
  background: #333c5d
}

.m__series__select .m__comparison-list .m__comparison-table .dark td:nth-of-type(2) {
  background: #2b876c
}

.m__series__select .m__comparison-list .m__comparison-table .dark td:nth-of-type(3) {
  background: #10739f
}

.m__series__select .m__comparison-list .m__comparison-table .dark td:nth-of-type(4) {
  background: #c38043
}

.m__series__select .m__comparison-list .m__comparison-table .dark td:nth-of-type(5) {
  background: #b54764
}

.m__series__select .m__comparison-list .m__comparison-table .dark td:nth-of-type(6) {
  background: #793c27
}

.m__series__select .m__comparison-list .m__comparison-table .dark td:nth-of-type(7) {
  background: #563d30
}

.m__series__select .m__comparison-list .m__comparison-table tr::before {
  width: 0;
  content: '';
  float: left;
  overflow: hidden;
  min-height: 160px;
  font-size: 0
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-table tr::before {
    min-height: 141px
  }
}

.m__series__select .m__comparison-list .m__comparison-table tr:first-of-type::before {
  min-height: 60px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-table tr:first-of-type::before {
    min-height: 88px
  }
}

.m__series__select .m__comparison-list .m__comparison-table tr:nth-of-type(2)::before {
  min-height: 60px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-table tr:nth-of-type(2)::before {
    min-height: 88px
  }
}

.m__series__select .m__comparison-list .m__comparison-table tr:last-of-type td {
  font-size: 1.4rem;
  vertical-align: top;
  text-align: justify;
  padding: 39px 10px 37px
}

.m__series__select .m__comparison-list .m__comparison-table tr:last-of-type td.center {
  vertical-align: middle;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-table .sticky-sp {
    position: sticky;
    left: 0;
    z-index: 2
  }
}

.m__series__select .m__comparison-list .m__comparison-notes {
  counter-reset: number 0;
  padding: 55px 31px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-notes {
    padding: 39px 0
  }
}

.m__series__select .m__comparison-list .m__comparison-notes .notes {
  font-size: 1.4rem;
  position: relative;
  padding-left: 46px
}

.m__series__select .m__comparison-list .m__comparison-notes .notes+.notes {
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-notes .notes+.notes {
    margin-top: 11px
  }
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-notes .notes {
    padding-left: 36px
  }
}

.m__series__select .m__comparison-list .m__comparison-notes .notes:before {
  counter-increment: number 1;
  content: "窶ｻ"counter(number) "��";
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__series__select .m__comparison-list .m__comparison-notes .notes:before {
    content: "窶ｻ"counter(number)
  }
}

.m__series__select .m__comparison-list .scroll-hint-icon-wrap {
  left: 5px;
  top: -440px
}

.m__series__select .m__comparison-list .scroll-hint-icon-wrap .scroll-hint-icon {
  max-width: 219px;
  height: 99px;
  width: 100%
}

.m__series__breadcrumb {
  position: relative;
  z-index: 999;
  background: #fff
}

.m__series__mv {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 0
}

.m__series__mv.hidden {
  opacity: 0
}

.m__series__mv .swiper-slide-active .slide-img,
.m__series__mv .swiper-slide-duplicate-active .slide-img,
.m__series__mv .swiper-slide-prev .slide-img {
  animation: zoom 10s linear 0s 1 normal both
}

@media print,
screen and (min-width:737px) {
  .m__series__mv .swiper-slide.padding-top {
    padding-top: 65px
  }
}

.m__series__mv .swiper-slide figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  color: #fff;
  z-index: 2;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__series__mv .swiper-slide figure figcaption {
    font-size: 1.3rem
  }
}

.m__series__mv .swiper-slide .slide-img {
  height: 100vh;
  text-align: center;
  position: relative
}

.m__series__mv .swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100vh
}

@media all and (-ms-high-contrast:none) {
  .m__series__mv .swiper-slide img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }
}

.m__series__catch {
  z-index: 100;
  margin-top: -120px
}

.m__series__catch::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 1s
}

.m__series__catch.scroll1::before {
  background-color: rgba(0, 0, 0, 0.6)
}

.m__series__catch.scroll1 .catch-sroll {
  opacity: 0
}

.m__series__catch .catch-text {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2
}

.m__series__catch .catch-text p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 1200px;
  margin-top: -50px
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-text p {
    width: 100%;
    padding: 0 20px;
    margin-top: 10px
  }

  .m__series__catch .catch-text p img {
    max-width: 100%
  }
}

.m__series__catch .catch-logo {
  width: 100%;
  height: 120vh;
  position: relative;
  z-index: 1
}

.m__series__catch .catch-logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-logo img {
    width: 250px
  }
}

.m__series__catch .catch-logo span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 150px;
  letter-spacing: -.025em
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-logo span {
    margin-top: 100px;
    font-size: 1.1rem
  }
}

.m__series__catch .catch-concept {
  width: 100%;
  height: 110vh;
  position: relative;
  z-index: 1
}

.m__series__catch .catch-concept .text-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 2.6;
  text-align: center;
  width: 1200px;
  margin-top: -10vh
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-concept .text-area {
    width: 100%;
    padding: 0 20px
  }
}

.m__series__catch .catch-concept .text-area .title {
  font-size: 2.4rem;
  margin-bottom: 40px;
  opacity: 0;
  transition: 1s 1s;
  transform: translateY(20px)
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-concept .text-area .title {
    font-size: 1.5rem;
    transform: translateY(10px)
  }
}

.m__series__catch .catch-concept .text-area p {
  font-size: 1.6rem;
  line-height: 3;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
  margin-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-concept .text-area p {
    font-size: 1.3rem;
    transform: translateY(10px);
    margin-bottom: 20px
  }
}

.m__series__catch .catch-concept .text-area span.notice {
  display: block;
  font-size: 1.2rem;
  line-height: 3;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px)
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-concept .text-area span.notice {
    line-height: 1.6;
    font-size: 1.1rem;
    transform: translateY(10px)
  }
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-concept {
    height: auto
  }

  .m__series__catch .catch-concept .text-area {
    position: static;
    padding: 100px 0 80px;
    transform: none;
    width: 100%
  }
}

.m__series__catch .catch-concept.text-fade .title {
  opacity: 1;
  transform: translateY(0);
  transition: 1s
}

.m__series__catch .catch-concept.text-fade p {
  opacity: 1;
  transform: translateY(0);
  transition: 1s 1s
}

.m__series__catch .catch-concept.text-fade span.notice {
  opacity: 1;
  transform: translateY(0);
  transition: 1s 1s
}

.m__series__catch .catch-sroll {
  position: fixed;
  font-size: 2rem;
  color: #fff;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .5s;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-sroll {
    font-size: 1.6rem;
    bottom: 140px
  }
}

.m__series__catch .catch-sroll .border {
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 40px;
  transition: background .5s;
  animation: arrow-animation1 3s ease 0s infinite normal
}

@media only screen and (max-width:736px) {
  .m__series__catch .catch-sroll .border {
    height: 40px;
    animation: arrow-animation2 3s ease 0s infinite normal
  }
}

.m__series__catch .catch-sroll .border::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  transform: rotate(-50deg) translate(-3px, -2px);
  transition: background .5s
}

.m__series__contents {
  background: #fff;
  position: relative;
  z-index: 2
}

.m__series__plan--link {
  background: url(/resources/images/kaigo/series/aria/bg_plan.jpg) center top no-repeat;
  background-size: cover;
  height: 766px;
  position: relative;
  margin-bottom: 155px
}

@media only screen and (max-width:736px) {
  .m__series__plan--link {
    height: auto;
    padding-top: 55vw;
    background-size: contain;
    margin-bottom: 30px
  }
}

.m__series__plan--link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #fff 85%)
}

@media only screen and (max-width:736px) {
  .m__series__plan--link::before {
    display: none
  }
}

.m__series__plan--box {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 80px 0 55px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 7px rgba(140, 137, 137, 0.28)
}

@media only screen and (max-width:736px) {
  .m__series__plan--box {
    bottom: 0
  }
}

.m__series__plan--box img {
  width: 910px
}

@media only screen and (max-width:736px) {
  .m__series__plan--box img {
    height: 80px;
    width: auto
  }
}

.m__series__plan--box p {
  font-size: 1.6rem;
  margin: 30px 0 40px
}

.m__series__plan--box .m__button__bottom {
  font-size: 24px
}

@media print,
screen and (min-width:737px) {
  .m__series__plan--box .m__button__bottom {
    width: 700px
  }
}

@media only screen and (max-width:736px) {
  .m__series__plan--box .m__button__bottom {
    line-height: 1.5;
    padding: 8px 30px
  }
}

.m__series__plan--box .m__button__bottom span {
  font-size: 28px;
  vertical-align: baseline
}

@media only screen and (max-width:736px) {
  .m__series__plan--box .m__button__bottom {
    font-size: 14px
  }

  .m__series__plan--box .m__button__bottom span {
    font-size: 16px
  }
}

@media only screen and (max-width:736px) {
  .m__series__plan--box {
    position: relative;
    padding: 40px 20px 30px
  }

  .m__series__plan--box p {
    font-size: 1.3rem;
    margin: 15px 0 20px
  }
}

.m__series__plan--term {
  background: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  border: 1px solid #333;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px
}

@media only screen and (max-width:736px) {
  .m__series__plan--term {
    font-size: 1.4rem;
    width: 300px;
    top: -15px;
    padding: 0 15px
  }
}

.m__series__plan--term em {
  font-style: normal;
  color: #b73220;
  font-size: 3.5rem;
  vertical-align: -4px;
  padding: 0 5px
}

@media only screen and (max-width:736px) {
  .m__series__plan--term em {
    font-size: 1.8rem;
    vertical-align: baseline
  }
}

.m__series__plan--facility-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list {
    padding-bottom: 100px
  }
}

.m__series__plan--facility-list .swiper-slide {
  position: relative;
  height: 100%;
  width: 100%
}

@media print,
screen and (min-width:737px) {
  .m__series__plan--facility-list .swiper-slide img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.m__series__plan--facility-list .list-box {
  width: 836px;
  position: relative;
  z-index: 2;
  margin: 100px 0 20px auto
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list .list-box {
    width: 100%;
    margin: 20px 0
  }
}

.m__series__plan--facility-list .list-box h3 {
  margin-bottom: 30px
}

.m__series__plan--facility-list .list-box h3 img {
  width: 525px
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list .list-box h3 {
    text-align: center
  }

  .m__series__plan--facility-list .list-box h3 img {
    height: 24px;
    width: auto
  }
}

.m__series__plan--facility-list .list-box p {
  margin-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list .list-box p {
    margin-bottom: 20px
  }
}

.m__series__plan--facility-list .list-box h4 {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  padding-bottom: 15px;
  font-weight: normal;
  margin-bottom: 10px
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list .list-box h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 5px
  }
}

.m__series__plan--facility-list .list-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list .list-box ul {
    margin-bottom: 20px
  }
}

.m__series__plan--facility-list .list-box ul li {
  width: 186px;
  border-right: 1px solid #333;
  margin: 20px 30px 20px 0;
  line-height: 1
}

.m__series__plan--facility-list .list-box ul li:nth-child(4n),
.m__series__plan--facility-list .list-box ul li:last-child {
  border-right: 0;
  margin-right: 0
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list .list-box ul li {
    width: 50%;
    margin: 10px 15px 10px 0
  }

  .m__series__plan--facility-list .list-box ul li:nth-child(2n) {
    width: calc(50% - 15px);
    border-right: 0;
    margin-right: 0
  }
}

.m__series__plan--facility-list .list-box-flex {
  display: flex
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-list .list-box-flex {
    display: block
  }

  .m__series__plan--facility-list .list-box-flex .inner-box {
    margin-right: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__plan--facility-list .list-box-flex .inner-box {
    margin-right: 60px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__plan--facility-list .list-box-flex .inner-box ul li {
    border-right: none
  }
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-carousel {
    display: none
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__plan--facility-carousel {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0
  }

  .m__series__plan--facility-carousel::before {
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 500px;
    background: #f5f5f5;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 50%);
    z-index: 2
  }
}

.m__series__plan--facility-carousel figcaption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding: 5px 10px;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000
}

@media print,
screen and (min-width:737px) {
  .m__series__plan--facility-carousel figcaption {
    left: 0
  }
}

@media only screen and (max-width:736px) {
  .m__series__plan--facility-carousel figcaption {
    right: 0
  }
}

.m__series__experience {
  background: url(/resources/images/kaigo/series/aria/bg_experience.jpg) #f5f5f5 right bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__series__experience {
    background: url(/resources/images/kaigo/series/aria/bg_experience_sp.jpg) #f5f5f5 right bottom no-repeat;
    background-size: 100% auto
  }
}

.m__series__experience .l__common-inner01 {
  position: relative;
  padding: 125px 0 130px
}

@media only screen and (max-width:736px) {
  .m__series__experience .l__common-inner01 {
    padding: 50px 15px 60px
  }
}

.m__series__experience .experience-title {
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__series__experience .experience-title img {
    width: 247px
  }
}

.m__series__experience .experience-title .vertical {
  position: absolute;
  right: 75px;
  top: 125px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__series__experience .experience-title .vertical {
    position: static
  }
}

.m__series__experience .experience-title .caption {
  font-size: 1.6rem;
  margin-top: 35px
}

@media only screen and (max-width:736px) {
  .m__series__experience .experience-title .caption {
    font-size: 1.3rem;
    width: 290px;
    text-align: left;
    margin: 20px auto 0
  }
}

.m__series__experience .life-description {
  padding-top: 100px;
  padding-right: 230px
}

@media only screen and (max-width:736px) {
  .m__series__experience .life-description {
    padding: 0
  }
}

.m__series__experience .life-description h3 {
  margin-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__series__experience .life-description h3 {
    margin: 30px auto 20px;
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__series__experience .life-description h3.title01 img {
    width: 290px
  }
}

@media only screen and (max-width:736px) {
  .m__series__experience .life-description h3.title02 img {
    width: 210px
  }
}

.m__series__experience .life-description p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: -.015em
}

@media only screen and (max-width:736px) {
  .m__series__experience .life-description p {
    font-size: 1.4rem
  }
}

.m__series__experience .life-bottom-banner {
  margin-top: 65px
}

@media only screen and (max-width:736px) {
  .m__series__experience .life-bottom-banner {
    margin-top: 30px
  }
}

.m__series__experience .life-bottom-banner a {
  display: inline-block;
  transition: .3s;
  box-shadow: 0 3px 18px rgba(26, 26, 26, 0.13)
}

@media only screen and (max-width:736px) {
  .m__series__experience .life-bottom-banner a {
    box-shadow: 0 1px 9px rgba(26, 26, 26, 0.13)
  }
}

.m__series__experience .life-bottom-banner a:hover {
  opacity: .7
}

.m__series__experience .story-carousel {
  margin: 60px 230px 40px 0;
  overflow: visible;
  position: relative
}

@media print,
screen and (min-width:737px) {
  .m__series__experience .story-carousel {
    box-shadow: 0 3px 18px rgba(26, 26, 26, 0.13)
  }
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel {
    padding: 0;
    margin: 30px 0 80px
  }
}

.m__series__experience .story-carousel ul li {
  background: #fff;
  height: auto
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li {
    box-shadow: 0 3px 18px rgba(26, 26, 26, 0.13)
  }
}

.m__series__experience .story-carousel ul li a {
  height: 100%;
  display: flex;
  text-decoration: none;
  color: #262626
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li a {
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 25px 15px
  }
}

@media print,
screen and (min-width:737px) {
  .m__series__experience .story-carousel ul li a:hover .story-block .m__arrow-link::before {
    right: 0
  }

  .m__series__experience .story-carousel ul li a:hover .image-block img {
    transform: scale(1.1)
  }
}

.m__series__experience .story-carousel ul li .story-block {
  padding: 50px 40px 40px
}

@media print,
screen and (min-width:737px) {
  .m__series__experience .story-carousel ul li .story-block {
    flex: 1 1
  }
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li .story-block {
    order: 2;
    padding: 25px 0 0
  }
}

.m__series__experience .story-carousel ul li .story-block p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: .05em
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li .story-block p {
    font-size: 1.4rem;
    color: #434343
  }
}

.m__series__experience .story-carousel ul li .story-block .link {
  text-align: right
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li .story-block .link {
    margin-top: 10px
  }
}

.m__series__experience .story-carousel ul li .story-block .link .m__arrow-link {
  color: #365e95;
  font-size: 1.6rem;
  text-decoration: underline
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li .story-block .link .m__arrow-link {
    font-size: 1.4rem
  }
}

.m__series__experience .story-carousel ul li .image-block {
  width: 463px;
  overflow: hidden
}

.m__series__experience .story-carousel ul li .image-block img {
  transition: .5s
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li .image-block {
    width: 100%;
    order: 1;
    padding: 0 10px
  }
}

.m__series__experience .story-carousel ul li .title {
  margin-bottom: 25px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li .title {
    text-align: center
  }

  .m__series__experience .story-carousel ul li .title::before {
    content: "";
    width: 130px;
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
  }

  .m__series__experience .story-carousel ul li .title img {
    width: 130px;
    padding: 0 20px;
    position: relative;
    z-index: 3
  }
}

.m__series__experience .story-carousel ul li .title::after {
  content: "";
  display: block;
  width: 265px;
  height: 1px;
  background: #3f5076;
  position: absolute;
  right: 0;
  top: 50%
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel ul li .title::after {
    width: 100%
  }
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel .swiper-container {
    overflow: visible
  }
}

.m__series__experience .story-carousel .swiper-button-next,
.m__series__experience .story-carousel .swiper-button-prev {
  background-color: rgba(154, 156, 161, 0.7);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-top: 0;
  top: 50%
}

@media only screen and (max-width:736px) {

  .m__series__experience .story-carousel .swiper-button-next,
  .m__series__experience .story-carousel .swiper-button-prev {
    width: 45px;
    height: 45px
  }
}

.m__series__experience .story-carousel .swiper-button-next.swiper-button-disabled,
.m__series__experience .story-carousel .swiper-button-prev.swiper-button-disabled {
  display: none
}

.m__series__experience .story-carousel .swiper-button-next {
  right: 0;
  transform: translateX(50%) translateY(-50%)
}

.m__series__experience .story-carousel .swiper-button-next::after {
  height: 44px
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel .swiper-button-next {
    right: -10px;
    transform: translateY(-50%)
  }

  .m__series__experience .story-carousel .swiper-button-next::after {
    height: 25px
  }
}

.m__series__experience .story-carousel .swiper-button-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%)
}

.m__series__experience .story-carousel .swiper-button-prev::after {
  height: 44px
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel .swiper-button-prev {
    left: -10px;
    transform: translateY(-50%)
  }

  .m__series__experience .story-carousel .swiper-button-prev::after {
    height: 25px
  }
}

.m__series__experience .story-carousel .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel .swiper-pagination {
    bottom: -40px
  }
}

.m__series__experience .story-carousel .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 7px !important;
  background: #bfbfbf;
  opacity: 1
}

@media only screen and (max-width:736px) {
  .m__series__experience .story-carousel .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important
  }
}

.m__series__experience .story-carousel .swiper-pagination-bullet-active {
  background: #365e95
}

.m__series__experience .story-carousel .swiper-pagination-fraction {
  font-size: 1.6rem;
  letter-spacing: -.05em
}

.m__series__experience .background-spot-text {
  position: absolute;
  right: -80px;
  color: #fff;
  font-size: 1.4rem;
  bottom: 20px;
  text-shadow: 0 0 1px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333
}

@media only screen and (max-width:736px) {
  .m__series__experience .background-spot-text {
    right: 15px;
    bottom: 10px;
    font-size: 1.2rem
  }
}

.m__series__campaign {
  background: url(/resources/images/kaigo/series/aria/bg_campaign.jpg) #f5f5f5 center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__series__campaign {
    background: url(/resources/images/kaigo/series/aria/bg_campaign_sp.jpg) #f5f5f5 center bottom no-repeat;
    background-size: 100% auto;
    margin-bottom: 35px
  }
}

.m__series__campaign .l__common-inner01 {
  position: relative;
  padding: 100px 0 100px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .l__common-inner01 {
    padding: 50px 15px 40px
  }
}

.m__series__campaign .life-description {
  padding-top: 100px;
  padding-right: 230px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .life-description {
    padding: 0
  }
}

.m__series__campaign .life-description h3 {
  margin-bottom: 40px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .life-description h3 {
    margin: 30px auto 20px;
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__series__campaign .life-description h3.title01 img {
    width: 290px
  }
}

@media only screen and (max-width:736px) {
  .m__series__campaign .life-description h3.title02 img {
    width: 210px
  }
}

.m__series__campaign .life-description p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: -.015em
}

@media only screen and (max-width:736px) {
  .m__series__campaign .life-description p {
    font-size: 1.4rem
  }
}

.m__series__campaign .experience-example {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-example {
    flex-wrap: wrap;
    justify-content: center
  }
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-example li {
    width: 47%
  }

  .m__series__campaign .experience-example li:nth-child(1) p img {
    width: 134px
  }

  .m__series__campaign .experience-example li:nth-child(2) {
    margin-left: 6%
  }

  .m__series__campaign .experience-example li:nth-child(2) p img {
    height: 14px
  }

  .m__series__campaign .experience-example li:nth-child(3) {
    margin-top: 27px
  }

  .m__series__campaign .experience-example li:nth-child(3) p img {
    height: 13px
  }
}

.m__series__campaign .experience-example li .image {
  position: relative
}

.m__series__campaign .experience-example li .image figcaption {
  position: absolute;
  right: 15px;
  bottom: 5px;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 2px #fff
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-example li .image figcaption {
    font-size: 1rem;
    right: 5px;
    bottom: 2px
  }
}

.m__series__campaign .experience-example li p {
  text-align: center;
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-example li p {
    margin-top: 10px
  }
}

.m__series__campaign .experience-example li p img {
  vertical-align: top
}

.m__series__campaign .experience-campaign {
  margin-top: 80px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign {
    margin-top: 35px
  }
}

.m__series__campaign .experience-campaign .campaign-heading {
  text-align: center;
  margin: 0 60px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .campaign-heading {
    margin: 0
  }

  .m__series__campaign .experience-campaign .campaign-heading img {
    width: 340px
  }
}

.m__series__campaign .experience-campaign .campaign-notice {
  margin-top: 60px;
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .campaign-notice {
    margin-top: 30px;
    font-size: 1.3rem
  }
}

.m__series__campaign .experience-campaign .price-block {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.7);
  padding: 75px 60px 60px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .price-block {
    margin-top: 30px;
    padding: 25px 15px 15px
  }
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .price-block .pc-block {
    display: none
  }
}

.m__series__campaign .experience-campaign .price-block .sp-block .period {
  margin: 20px 0
}

@media print,
screen and (min-width:737px) {
  .m__series__campaign .experience-campaign .price-block .sp-block {
    display: none
  }
}

.m__series__campaign .experience-campaign .campaign-period {
  display: flex;
  align-items: center
}

.m__series__campaign .experience-campaign .period {
  background: #fff;
  border: 1px solid #917847;
  margin-right: 40px
}

.m__series__campaign .experience-campaign .price-list {
  margin: 40px 90px 30px;
  background: #fff;
  padding: 25px 60px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .price-list {
    margin: 30px 0;
    padding: 0 0 20px
  }
}

.m__series__campaign .experience-campaign .price-list ul li {
  padding: 15px 0
}

.m__series__campaign .experience-campaign .price-list ul li+li {
  border-top: 1px solid #d2d2d2
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .price-list ul li {
    padding: 0 0 25px
  }

  .m__series__campaign .experience-campaign .price-list ul li+li {
    border-top: 0
  }
}

.m__series__campaign .experience-campaign .price-list .caption {
  font-size: 1.6rem;
  color: #b73220;
  font-weight: bold
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .price-list .caption {
    font-size: 1.3rem;
    margin: 0 15px;
    line-height: 1.4;
    display: block;
    padding-left: 1em;
    text-indent: -1em
  }
}

.m__series__campaign .experience-campaign .additional-explanation {
  text-align: center
}

.m__series__campaign .experience-campaign .inquiry-block {
  margin: 55px 50px
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .inquiry-block {
    margin: 32px 0 25px
  }
}

.m__series__campaign .experience-campaign .inquiry-block ul {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .inquiry-block ul {
    display: block
  }

  .m__series__campaign .experience-campaign .inquiry-block ul .telnum {
    margin-top: 25px
  }
}

.m__series__campaign .experience-campaign .inquiry-block ul li.link {
  order: 2
}

@media print,
screen and (min-width:737px) {
  .m__series__campaign .experience-campaign .inquiry-block ul li.link a {
    transition: .3s
  }

  .m__series__campaign .experience-campaign .inquiry-block ul li.link a::after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    position: absolute;
    right: 20px;
    transition: right .3s;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
  }

  .m__series__campaign .experience-campaign .inquiry-block ul li.link a:hover {
    opacity: .7
  }

  .m__series__campaign .experience-campaign .inquiry-block ul li.link a:hover::after {
    right: 15px
  }
}

.m__series__campaign .experience-campaign .inquiry-block ul li.telnum {
  order: 1
}

@media print,
screen and (min-width:737px) {
  .m__series__campaign .experience-campaign .inquiry-block ul li.telnum {
    pointer-events: none
  }
}

.m__series__campaign .experience-campaign .inquiry-block ul li .text {
  margin-bottom: 10px
}

.m__series__campaign .experience-campaign .inquiry-block ul li a {
  display: block;
  position: relative
}

.m__series__campaign .experience-campaign .bottom-notice ul li {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6
}

@media only screen and (max-width:736px) {
  .m__series__campaign .experience-campaign .bottom-notice ul li {
    font-size: 1.3rem
  }
}

.m__series__campaign .background-spot-text {
  position: absolute;
  right: -80px;
  color: #fff;
  font-size: 1.4rem;
  bottom: 20px;
  text-shadow: 0 0 1px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333
}

@media only screen and (max-width:736px) {
  .m__series__campaign .background-spot-text {
    right: 15px;
    bottom: 10px;
    font-size: 1.2rem
  }
}

.m__series__campaign .background-spot-text {
  position: absolute;
  right: -80px;
  color: #fff;
  font-size: 1.4rem;
  bottom: 20px;
  text-shadow: 0 0 1px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333, 0 0 2px #333, 0 0 3px #333, 0 0 2px #333
}

@media only screen and (max-width:736px) {
  .m__series__campaign .background-spot-text {
    right: 15px;
    bottom: 10px;
    font-size: 1.2rem
  }
}

#m__series__loading {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: opacity 2s 3s, z-index 0s 5s;
  opacity: 1;
  z-index: 998
}

#m__series__loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 115px
}

@media only screen and (max-width:736px) {
  #m__series__loading img {
    margin-top: 27px
  }
}

#m__series__loading.loading {
  z-index: -1;
  opacity: 0
}

#m__series__loading.reload {
  opacity: 0;
  z-index: -1;
  transition: 0s
}

#m__series__loading.aria {
  background: #3e4972
}

#m__series__loading.gg {
  background: #34a584
}

#m__series__loading.bonsejour {
  background: #148cc2
}

#m__series__loading.kurara {
  background: #ee9c52
}

#m__series__loading.madoka {
  background: #dd577a
}

#m__series__loading.cocochi {
  background: #94492f
}

#m__series__loading.lire {
  background: #694b3b
}

@media print,
screen and (min-width:737px) {

  _::-webkit-full-page-media,
  _:future,
  :root .m__series__list .facility-wrap .facility .buttons>* {
    height: 60px
  }
}

@keyframes arrow-animation1 {
  0% {
    height: 60px
  }

  10% {
    height: 60px
  }

  35% {
    height: 100px
  }

  65% {
    height: 100px
  }

  90% {
    height: 60px
  }

  100% {
    height: 60px
  }
}

@keyframes arrow-animation2 {
  0% {
    height: 40px
  }

  10% {
    height: 40px
  }

  35% {
    height: 60px
  }

  65% {
    height: 60px
  }

  90% {
    height: 40px
  }

  100% {
    height: 40px
  }
}

@keyframes zoom {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.2)
  }
}

.m__visit .m__breadcrumbs--02 {
  padding: 37px 0 28px
}

.m__visit .c-color {
  color: #2f62a7
}

.m__visit .m__low-title {
  background: url(/resources/images/kaigo/visit/mv01_pc.jpg) no-repeat center center;
  background-size: cover
}

@media only screen and (max-width:736px) {
  .m__visit .m__low-title {
    background-position: -20px 0;
    background-size: 160%
  }
}

.m__visit .m__low-title .l__common-inner01 {
  height: 530px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 120px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__visit .m__low-title .l__common-inner01 {
    align-items: flex-end;
    margin-bottom: 157px;
    padding-bottom: 0;
    height: 155px
  }
}

.m__visit .m__low-title .low-title {
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 0 4px 6px 0 rgba(146, 146, 146, 0.32);
  min-width: 577px;
  font-weight: normal;
  padding: 55px 40px 60px
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__low-title .low-title {
    min-width: 540px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__low-title .low-title {
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(68, 63, 68, 0.21);
    margin: auto;
    position: absolute;
    top: 150px;
    left: 15px;
    right: 15px;
    min-width: 1px;
    max-width: 344px;
    padding: 13px 13px 11px
  }
}

.m__visit .m__low-title .low-title .main {
  font-size: 5rem;
  line-height: 1.44;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__visit .m__low-title .low-title .main {
    font-size: 2.5rem
  }
}

.m__visit .m__low-title .low-title .sub {
  display: block;
  font-size: 2rem;
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .m__visit .m__low-title .low-title .sub {
    font-size: 1.4rem;
    margin-top: 6px
  }
}

.m__visit .m__low-title .c-caption {
  right: 15px;
  bottom: 11px
}

@media only screen and (max-width:736px) {
  .m__visit .m__low-title .c-caption {
    bottom: 56px
  }
}

.m__visit .m__caption {
  margin-top: -20px;
  margin-bottom: 45px
}

@media only screen and (max-width:736px) {
  .m__visit .m__caption {
    margin-top: 10px;
    margin-bottom: 20px
  }
}

.m__visit .m__caption .l__common-inner01 .a-caption {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.3
}

.m__visit .m__lead-text .l__common-inner01 {
  padding-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__visit .m__lead-text .l__common-inner01 {
    padding-bottom: 31px
  }
}

.m__visit .m__lead-text .lead-text {
  border: 6px solid #e7e7e7;
  font-size: 1.8rem;
  padding: 34px 23px 33px;
  line-height: 1.7;
  margin-top: 9px
}

@media only screen and (max-width:736px) {
  .m__visit .m__lead-text .lead-text {
    border-width: 3px;
    font-size: 1.4rem;
    padding: 21px 15px;
    margin-top: 15px
  }
}

.m__visit .banner-box {
  text-align: center;
  margin: 50px auto 0;
  box-shadow: 0 0 12px 1px rgba(26, 26, 26, 0.13);
  width: 1000px
}

@media only screen and (max-width:736px) {
  .m__visit .banner-box {
    margin-top: 20px;
    width: 100%
  }
}

.m__visit .banner-box a {
  display: block
}

@media print,
screen and (min-width:737px) {
  .m__visit .banner-box a:hover {
    opacity: .8
  }
}

.m__visit .m__point-list {
  position: relative
}

.m__visit .m__point-list::before {
  background: #f5f5f5;
  content: "";
  display: block;
  width: 100%;
  height: 349px;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list::before {
    height: 194px
  }
}

.m__visit .m__point-list .l__common-inner01 {
  padding-top: 94px;
  padding-bottom: 112px
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .l__common-inner01 {
    padding-top: 46px;
    padding-bottom: 62px
  }
}

.m__visit .m__point-list .m__common__title04 {
  font-size: 4.6rem;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .m__common__title04 {
    font-size: 2.6rem
  }
}

.m__visit .m__point-list .m__common__title04::before {
  background: #365e95;
  content: "";
  height: 2px;
  width: 261px;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .m__common__title04::before {
    width: 125px
  }
}

.m__visit .m__point-list .m__common__title04::first-letter {
  color: #262626
}

.m__visit .m__point-list .m__common__title04 .main {
  display: block
}

.m__visit .m__point-list .m__common__title04 .main::first-letter {
  color: #365e95
}

.m__visit .m__point-list .m__common__title04 .sub {
  display: block;
  font-size: 3rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .m__common__title04 .sub {
    font-size: 1.8rem
  }
}

.m__visit .m__point-list .point-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-bottom: 83px
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list {
    flex-direction: column;
    margin-bottom: 38px
  }
}

.m__visit .m__point-list .point-list li {
  width: calc((100% - 67px) / 2)
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__point-list .point-list li:nth-child(2n+2) {
    margin-left: 67px
  }

  .m__visit .m__point-list .point-list li:nth-child(n+3) {
    margin-top: 85px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list li {
    width: 100%
  }

  .m__visit .m__point-list .point-list li+li {
    margin-top: 36px
  }
}

.m__visit .m__point-list .point-list .images {
  position: relative
}

.m__visit .m__point-list .point-list .images .caption {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #262626, -1px -1px 0 #262626, 1px -1px 0 #262626, -1px 1px 0 #262626, 0 1px 0 #262626, 0 -1px 0 #262626, -1px 0 0 #262626, 1px 0 0 #262626;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list .images .caption {
    font-size: 1.2rem;
    right: 5px;
    bottom: 6px
  }
}

.m__visit .m__point-list .point-list .title {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 12px;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list .title {
    margin-top: 23px;
    margin-bottom: 23px
  }
}

.m__visit .m__point-list .point-list .title .main,
.m__visit .m__point-list .point-list .title .sub {
  display: block
}

.m__visit .m__point-list .point-list .title .main {
  color: #365e95;
  font-size: 3rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list .title .main {
    font-size: 2.3rem;
    margin-top: 4px;
    font-weight: bold
  }
}

.m__visit .m__point-list .point-list .title .sub {
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list .title .sub {
    font-size: 1.6rem
  }
}

.m__visit .m__point-list .point-list .text {
  font-size: 1.8rem;
  line-height: 2
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list .text {
    font-size: 1.7rem;
    line-height: 1.8
  }
}

.m__visit .m__point-list .point-list .notes {
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .point-list .notes {
    font-size: 1.3rem;
    margin-top: 5px
  }
}

.m__visit .m__point-list .m__button__bottom {
  position: relative;
  font-size: 20px
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .m__button__bottom {
    font-size: 17px
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__point-list .m__button__bottom:hover::before {
    right: 30px;
    bottom: -10px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .m__button__bottom {
    border-radius: 2px;
    padding: 16px 22px 16px 38px
  }
}

.m__visit .m__point-list .m__button__bottom::before {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg)
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .m__button__bottom::before {
    right: 10px
  }
}

.m__visit .m__point-list .m__button__bottom::after {
  background: url(../img/ico_building.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -390px;
  right: 0;
  margin: auto;
  width: 29px;
  height: 35px
}

@media only screen and (max-width:736px) {
  .m__visit .m__point-list .m__button__bottom::after {
    width: 22px;
    height: 27px;
    left: 14px;
    right: inherit
  }
}

.m__visit .m__consultation-wrap {
  position: relative
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .l__common-column01 {
    flex-direction: column
  }
}

.m__visit .m__consultation-wrap::before {
  background: #e9eef4;
  content: "";
  display: block;
  width: 100%;
  height: 432px;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap::before {
    height: 407px
  }
}

.m__visit .m__consultation-wrap .l__common-inner01 {
  padding-top: 102px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .l__common-inner01 {
    padding-top: 53px;
    padding-bottom: 55px
  }
}

.m__visit .m__consultation-wrap .m__common__title04 {
  font-size: 4.8rem;
  margin-bottom: 8px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .m__common__title04 {
    font-size: 2.6rem
  }
}

.m__visit .m__consultation-wrap .m__common__title04::first-letter {
  color: #262626
}

.m__visit .m__consultation-wrap .m__common__title04 .main {
  color: #365e95;
  display: block
}

.m__visit .m__consultation-wrap .m__common__title04 .sub {
  display: block;
  font-size: 3rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .m__common__title04 .sub {
    font-size: 1.8rem
  }
}

.m__visit .m__consultation-wrap .text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2
}

.m__visit .m__consultation-wrap .text+.l__common-column01 {
  margin-top: 63px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .text+.l__common-column01 {
    margin-top: 35px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .text {
    font-size: 1.7rem;
    text-align: left
  }
}

.m__visit .m__consultation-wrap .box-wrap {
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(146, 146, 146, 0.32);
  padding: 53px 40px 44px;
  width: calc((100% - 49px) / 2)
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap {
    box-shadow: 0 0 10px 0 rgba(146, 146, 146, 0.2);
    padding: 35px 16px;
    width: 100%
  }

  .m__visit .m__consultation-wrap .box-wrap+.box-wrap {
    margin-top: 20px
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__consultation-wrap .box-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
  }

  .m__visit .m__consultation-wrap .box-wrap:nth-child(2n+2) {
    margin-left: 49px
  }
}

.m__visit .m__consultation-wrap .box-wrap+.box-wrap .text {
  letter-spacing: -.02em;
  margin-top: 5px;
  margin-bottom: 26px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap+.box-wrap .text {
    margin-top: 13px
  }
}

.m__visit .m__consultation-wrap .box-wrap .title {
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .title {
    font-size: 2.3rem;
    line-height: 1.3
  }
}

.m__visit .m__consultation-wrap .box-wrap .title .c-color {
  color: #365e95
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .title .c-color {
    font-weight: bold
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .title.offLine {
    padding-left: 53px
  }
}

.m__visit .m__consultation-wrap .box-wrap .title.offLine::before {
  background: url(/resources/images/kaigo/visit/ico_building.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 71px;
  width: 58px;
  margin: 0 auto 15px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .title.offLine::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -138px;
    right: 0;
    width: 38px;
    height: 46px;
    margin-bottom: 0
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .title.onLine {
    padding-left: 38px
  }
}

.m__visit .m__consultation-wrap .box-wrap .title.onLine::before {
  background: url(/resources/images/kaigo/visit/ico_device.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 64px;
  width: 81px;
  margin: 0 auto 19px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .title.onLine::before {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 21px;
    width: 53px;
    height: 42px;
    margin-bottom: 0
  }
}

.m__visit .m__consultation-wrap .box-wrap .text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 26px;
  margin-bottom: 29px;
  flex-grow: 1
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .text {
    font-size: 1.7rem;
    text-align: left;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 1.7
  }
}

.m__visit .m__consultation-wrap .box-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .btn-wrap {
    justify-content: space-between;
    align-items: stretch
  }
}

.m__visit .m__consultation-wrap .box-wrap .btn-wrap a {
  padding: 26px 14px 11px;
  margin-top: auto;
  min-height: 116px;
  width: calc((100% - 25px) / 2)
}

.m__visit .m__consultation-wrap .box-wrap .btn-wrap a.blue::before {
  background: url(../img/ico_arrow_white01.svg) no-repeat center center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg)
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .btn-wrap a.blue::before {
    height: 10px
  }
}

.m__visit .m__consultation-wrap .box-wrap .btn-wrap a.white::before {
  background: url(../img/ico_arrow_blue01.svg) no-repeat center center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg)
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .btn-wrap a.white::before {
    height: 10px
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__consultation-wrap .box-wrap .btn-wrap a+a {
    margin-left: 25px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap .btn-wrap a {
    min-height: inherit;
    padding: 13px 3px 24px;
    margin-top: 0;
    width: calc((100% - 13px) / 2)
  }

  .m__visit .m__consultation-wrap .box-wrap .btn-wrap a+a {
    margin-left: 13px
  }
}

.m__visit .m__consultation-wrap .box-wrap a {
  display: block;
  font-size: 22px;
  position: relative;
  text-align: center;
  padding: 17px 80px 21px;
  text-decoration: none;
  transition: .2s;
  line-height: 1.4
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap a {
    padding: 12px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

.m__visit .m__consultation-wrap .box-wrap a .sub {
  display: block
}

.m__visit .m__consultation-wrap .box-wrap a.blue {
  background: #365e95;
  border-radius: 4px;
  color: #fff
}

.m__visit .m__consultation-wrap .box-wrap a.blue .sub {
  font-size: 18px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap a.blue .sub {
    font-size: 13px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap a.blue {
    font-size: 15px;
    border-radius: 2px
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__consultation-wrap .box-wrap a.blue:hover {
    opacity: .7;
    transition: .2s
  }
}

.m__visit .m__consultation-wrap .box-wrap a.white {
  background: #fff;
  border: 1px solid #365e95;
  border-radius: 4px;
  color: #365e95
}

.m__visit .m__consultation-wrap .box-wrap a.white .sub {
  font-size: 20px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap a.white .sub {
    font-size: 13px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .box-wrap a.white {
    font-size: 15px;
    border-radius: 2px
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__consultation-wrap .box-wrap a.white img {
    height: 74px
  }

  .m__visit .m__consultation-wrap .box-wrap a.white:hover {
    background: #e9eef4;
    transition: .2s
  }
}

.m__visit .m__consultation-wrap .merit-wrap {
  margin-top: 80px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap {
    margin-top: 42px
  }
}

.m__visit .m__consultation-wrap .merit-wrap .merit-title {
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-title {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 24px
  }
}

.m__visit .m__consultation-wrap .merit-wrap .merit-title .main {
  display: block
}

.m__visit .m__consultation-wrap .merit-wrap .merit-title .main::first-letter {
  color: #365e95;
  font-size: 4.4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", "YuGothic", Meiryo, "繝｡繧､繝ｪ繧ｪ", sans-serif
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-title .main::first-letter {
    font-size: 3rem
  }
}

.m__visit .m__consultation-wrap .merit-wrap .merit-title .sub {
  display: block;
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-title .sub {
    font-size: 1.8rem
  }
}

.m__visit .m__consultation-wrap .merit-wrap .merit-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-list {
    flex-direction: column
  }
}

.m__visit .m__consultation-wrap .merit-wrap .merit-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc((100% - 140px) / 3)
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-list li {
    width: 100%
  }

  .m__visit .m__consultation-wrap .merit-wrap .merit-list li:nth-child(3) .images img {
    height: 61px
  }

  .m__visit .m__consultation-wrap .merit-wrap .merit-list li+li {
    margin-top: 28px
  }
}

.m__visit .m__consultation-wrap .merit-wrap .merit-list li .images {
  min-height: 83px;
  margin-bottom: 44px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-list li .images {
    min-height: inherit;
    max-width: 50px;
    margin-bottom: 0
  }
}

.m__visit .m__consultation-wrap .merit-wrap .merit-list li .text {
  text-align: justify;
  line-height: 1.7;
  word-break: normal !important;
  word-wrap: break-word
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-list li .text {
    font-size: 1.7rem;
    margin-left: 20px;
    width: calc(100% - 70px)
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__consultation-wrap .merit-wrap .merit-list li:nth-child(2) {
    margin: 0 70px
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap {
  margin: 100px 0 0
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap {
    margin-top: 63px
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .flow-title {
  border-left: 4px solid #365e95;
  font-size: 2.8rem;
  font-weight: normal;
  padding-left: 27px;
  line-height: 1.4;
  margin-bottom: 44px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .flow-title {
    border-left: 2px solid #365e95;
    font-size: 2.1rem;
    padding-left: 15px;
    margin-bottom: 26px;
    line-height: 1.1
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow {
  border: 1px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow {
    flex-direction: column
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  width: calc(100% / 3)
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li {
    align-items: flex-start;
    padding: 25px 20px;
    width: 100%
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li:not(:first-child)::before {
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #e9eef4;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  height: 0;
  width: 0;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li:not(:first-child)::before {
    left: 0;
    right: 0;
    bottom: inherit;
    top: -7px;
    border-width: 15px 24px 0 24px;
    border-color: #e9eef4 transparent transparent transparent
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li:nth-child(2) {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li .title {
  color: #365e95;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-size: 2.4rem;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li .title {
    font-size: 1.9rem;
    text-align: left;
    width: 100%
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li .title .num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li .title .num {
    margin-right: 15px;
    max-width: 43px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li .title .main {
    display: block;
    width: calc(100% - 58px)
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li .text {
  margin-top: 35px;
  line-height: 1.7;
  text-align: left
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .onLine-flow li .text {
    font-size: 1.7rem;
    margin-top: 22px
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .notes {
  counter-reset: number 0;
  margin-top: 47px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .notes {
    margin-top: 32px
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .notes .text {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
  padding-left: 70px;
  position: relative
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .notes .text+.text {
  margin-top: 14px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .notes .text+.text {
    margin-top: 6px
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .notes .text {
    font-size: 1.3rem;
    padding-left: 46px
  }
}

.m__visit .m__consultation-wrap .onLine-flow-wrap .notes .text:before {
  counter-increment: number 1;
  content: "窶ｻ"counter(number) "��";
  position: absolute;
  top: 0;
  left: 22px
}

@media only screen and (max-width:736px) {
  .m__visit .m__consultation-wrap .onLine-flow-wrap .notes .text:before {
    left: 7px
  }
}

.m__visit .m__field-flow {
  position: relative
}

.m__visit .m__field-flow::before {
  background: #f5f5f5;
  content: "";
  display: block;
  width: 100%;
  height: 310px;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow::before {
    height: 195px
  }
}

.m__visit .m__field-flow .l__common-inner01 {
  padding-top: 93px;
  padding-bottom: 115px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .l__common-inner01 {
    padding-top: 47px;
    padding-bottom: 0
  }
}

.m__visit .m__field-flow .m__common__title04 {
  font-size: 4.6rem;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .m__common__title04 {
    font-size: 2.6rem
  }
}

.m__visit .m__field-flow .m__common__title04::before {
  background: #365e95;
  content: "";
  height: 2px;
  width: 261px;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .m__common__title04::before {
    width: 125px
  }
}

.m__visit .m__field-flow .field-flow {
  border: 1px solid #e7e7e7;
  max-width: 900px;
  margin: auto
}

.m__visit .m__field-flow .field-flow li {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 44px;
  position: relative;
  min-height: 257px
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .field-flow li {
    min-height: inherit;
    padding: 29px 18px
  }
}

.m__visit .m__field-flow .field-flow li:not(:first-child)::before {
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #e9eef4 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .field-flow li:not(:first-child)::before {
    border-width: 15px 25px 0 25px;
    top: -4px
  }
}

.m__visit .m__field-flow .field-flow li+li {
  border-top: 1px solid #e7e7e7
}

.m__visit .m__field-flow .field-flow li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .field-flow li .num {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle
  }
}

.m__visit .m__field-flow .field-flow li .text-wrap {
  margin-left: 47px;
  width: calc(100% - 167px)
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .field-flow li .text-wrap {
    margin-left: 0;
    width: 100%
  }
}

.m__visit .m__field-flow .field-flow li .title {
  color: #365e95;
  font-size: 3.4rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .field-flow li .title {
    font-size: 1.9rem;
    display: inline-block;
    margin-left: 16px;
    width: calc(100% - 56px);
    line-height: 1.5;
    vertical-align: middle
  }
}

.m__visit .m__field-flow .field-flow li .text {
  line-height: 1.8
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .field-flow li .text {
    font-size: 1.7rem;
    margin-top: 10px
  }
}

.m__visit .m__field-flow .field-flow li .note {
  font-size: 1.4rem
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .field-flow li .note {
    font-size: 1.3rem;
    margin-top: 9px
  }
}

.m__visit .m__field-flow .tel-wrap {
  background: #e9eef4;
  padding: 41px 55px 40px;
  max-width: 900px;
  margin: 55px auto 0
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .tel-wrap {
    padding: 36px 15px;
    margin-left: -15px;
    width: calc(100% + 30px)
  }
}

.m__visit .m__field-flow .tel-wrap .title {
  font-size: 3rem;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .tel-wrap .title {
    font-size: 1.9rem;
    letter-spacing: normal
  }
}

.m__visit .m__field-flow .tel-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 55px
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .tel-wrap .btn-wrap {
    margin-top: 29px;
    flex-direction: column
  }
}

.m__visit .m__field-flow .tel-wrap .btn-wrap a {
  display: block
}

.m__visit .m__field-flow .tel-wrap .btn-wrap .images {
  margin-right: 38px;
  width: calc(100% - 388px)
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .tel-wrap .btn-wrap .images {
    margin-right: 0;
    width: 100%
  }
}

.m__visit .m__field-flow .tel-wrap .btn-wrap .btn {
  background: #152b49;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 92px;
  transition: .2s
}

@media only screen and (max-width:736px) {
  .m__visit .m__field-flow .tel-wrap .btn-wrap .btn {
    border-radius: 2px;
    width: 100%;
    margin-top: 24px;
    padding: 16px 91px;
    height: auto
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .m__field-flow .tel-wrap .btn-wrap .btn:hover {
    opacity: .7;
    transition: .2s
  }
}

@media only screen and (max-width:736px) {
  .m__visit .m__home-info__home-history {
    padding-top: 45px
  }
}

.m__visit .m__series__list .l__common-inner01 {
  background: none
}

.m__visit .m__series__tabwrap {
  margin-top: 0
}

.m__visit .m__series__tabwrap .tab-ul li {
  padding: 10px 25px
}

.m__visit .m__series__tabwrap .tab-ul li:nth-child(9n)::before {
  content: none
}

.m__visit .m__series__tabwrap .tab-ul li.current {
  background: #fff
}

@media only screen and (max-width:736px) {
  .m__visit .m__series__tabwrap .tab-ul li {
    padding: 5px 0;
    min-width: calc(100% / 4 - 6px);
    margin: 0 9px 8px 0
  }

  .m__visit .m__series__tabwrap .tab-ul li:nth-child(3n) {
    margin-right: 5px
  }

  .m__visit .m__series__tabwrap .tab-ul li:nth-child(3n)::before {
    content: "";
    width: 1px;
    height: 10px;
    background: #262626
  }

  .m__visit .m__series__tabwrap .tab-ul li:nth-child(4n) {
    margin-right: 0
  }

  .m__visit .m__series__tabwrap .tab-ul li:nth-child(4n)::before {
    content: none
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .city-list.all {
    float: left
  }
}

@media only screen and (max-width:736px) {
  .m__visit .city-list {
    justify-content: space-between
  }

  .m__visit .city-list.all {
    margin-bottom: 0
  }
}

.m__visit .city-list li {
  margin: 0 8px 20px 0
}

@media only screen and (max-width:736px) {
  .m__visit .city-list li {
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px 0
  }
}

.m__visit .city-list li a {
  background: #fff;
  border: 4px solid #f2f1ef;
  border-radius: 4px;
  color: #262626;
  text-decoration: none;
  width: 230px;
  padding: 15px 0 15px 25px;
  font-size: 2rem;
  transition: background .2s
}

@media only screen and (max-width:736px) {
  .m__visit .city-list li a {
    width: 100%;
    font-size: 1.7rem;
    border: 1px solid #2f62a7;
    padding: 15px 5px;
    text-align: center
  }
}

.m__visit .city-list li a::after {
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  width: 13px;
  height: 20px;
  right: 15px;
  transition: right .2s
}

@media only screen and (max-width:736px) {
  .m__visit .city-list li a::after {
    width: 7px;
    height: 11px;
    right: 8px
  }
}

@media print,
screen and (min-width:737px) {
  .m__visit .city-list li a:hover {
    background: #e9eef4
  }

  .m__visit .city-list li a:hover::after {
    right: 8px
  }
}

.m__visit .m__top__conditions {
  padding-top: 0
}

.m__visit .m__top__conditions .flex {
  padding-top: 0
}

.m__visit .m__series__series-list__link {
  margin-top: 0
}

.m__shortstay .c-color {
  color: #2f62a7
}

.m__shortstay .c-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000
}

@media only screen and (max-width:736px) {
  .m__shortstay .c-caption {
    font-size: 1.2rem
  }
}

.m__shortstay .m__common__title04 {
  font-size: 4.6rem;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__common__title04 {
    font-size: 2.6rem
  }
}

.m__shortstay .m__common__title04::after {
  background: #365e95;
  content: "";
  display: block;
  height: 2px;
  width: 261px;
  margin: 14px auto 0
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__common__title04::after {
    width: 125px;
    margin-top: 10px
  }
}

.m__shortstay .m__common__title04 .sub {
  display: block;
  font-size: 3rem;
  margin-bottom: 3px
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__common__title04 .sub {
    font-size: 1.7rem
  }
}

.m__shortstay .m__low-title {
  background: url(/resources/images/kaigo/shortstay/bg_title_shortstay.jpg) no-repeat center center;
  background-size: cover
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__low-title {
    background-position: left center
  }
}

.m__shortstay .m__low-title .l__common-inner01 {
  height: 530px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 120px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__low-title .l__common-inner01 {
    align-items: flex-end;
    margin-bottom: 130px;
    padding-bottom: 0;
    height: 197px
  }
}

.m__shortstay .m__low-title .low-title {
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 0 4px 6px 0 rgba(146, 146, 146, 0.32);
  min-width: 577px;
  padding: 55px 40px 60px
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__low-title .low-title {
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(68, 63, 68, 0.21);
    margin: auto;
    position: absolute;
    top: 150px;
    left: 15px;
    right: 15px;
    min-width: 1px;
    max-width: 344px;
    padding: 13px 0 11px
  }
}

.m__shortstay .m__low-title .low-title .main {
  font-size: 5rem;
  line-height: 1.44;
  font-weight: normal
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__low-title .low-title .main {
    font-size: 2.5rem
  }
}

.m__shortstay .m__low-title .low-title .sub {
  display: block;
  font-size: 2rem;
  margin-top: 20px
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__low-title .low-title .sub {
    font-size: 1.4rem;
    margin-top: 6px
  }
}

.m__shortstay .m__low-title .c-caption {
  right: 15px;
  bottom: 11px
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__low-title .c-caption {
    bottom: 56px
  }
}

.m__shortstay .m__caption {
  margin-top: -20px;
  margin-bottom: 45px
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__caption {
    margin-top: 0;
    margin-bottom: 20px
  }
}

.m__shortstay .m__caption .l__common-inner01 .a-caption {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.3
}

.m__shortstay .m__lead-text .l__common-inner01 {
  padding-bottom: 45px
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__lead-text .l__common-inner01 {
    padding-bottom: 31px
  }
}

.m__shortstay .m__lead-text .a-caption {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 15px
}

.m__shortstay .m__lead-text .lead-text {
  border: 6px solid #e7e7e7;
  font-size: 1.8rem;
  padding: 34px 23px 33px;
  line-height: 1.7
}

@media print,
screen and (min-width:737px) {
  .m__shortstay .m__lead-text .lead-text {
    margin-top: 9px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__lead-text .lead-text {
    border-width: 3px;
    font-size: 1.4rem;
    padding: 15px
  }
}

.m__shortstay .m__lead-text .note {
  margin-top: 30px
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__lead-text .note {
    margin-top: 25px
  }
}

.m__shortstay .m__lead-text .note li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__lead-text .note li {
    font-size: 1.3rem
  }
}

.m__shortstay__case {
  position: relative
}

.m__shortstay__case::before {
  background: #f5f5f5;
  content: "";
  display: block;
  width: 100%;
  height: 310px;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__shortstay__case::before {
    height: 175px
  }
}

.m__shortstay__case .l__common-inner01 {
  padding-top: 94px;
  padding-bottom: 112px
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .l__common-inner01 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.m__shortstay__case .m__common__title04 {
  margin-bottom: 57px
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .m__common__title04 {
    margin-bottom: 32px
  }
}

.m__shortstay__case .case-list li {
  position: relative
}

.m__shortstay__case .case-list li+li {
  margin-top: 40px
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .case-list li+li {
    margin-top: 18px
  }
}

.m__shortstay__case .case-list li .image {
  position: relative
}

.m__shortstay__case .case-list li .image .c-caption {
  bottom: 17px;
  right: 16px
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .case-list li .image .c-caption {
    bottom: 6px;
    right: 6px
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__case .case-list li .text-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 28px 0 36px;
    position: absolute;
    top: 62px;
    left: 57px;
    width: 610px;
    height: 160px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .case-list li .text-box {
    margin-top: 15px
  }
}

.m__shortstay__case .case-list li .text-box .main {
  color: #2f62a7;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.3
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .case-list li .text-box .main {
    font-size: 1.9rem;
    font-weight: bold
  }
}

.m__shortstay__case .case-list li .text-box .sub {
  line-height: 1.67;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .case-list li .text-box .sub {
    letter-spacing: -.01em;
    margin-top: 5px
  }
}

.m__shortstay__case .point-title {
  margin-top: 80px;
  margin-bottom: 100px
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-title {
    margin-top: 35px;
    margin-bottom: 20px
  }
}

.m__shortstay__case .point-title::after {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 140px 0 140px;
  border-color: #f5f5f5 transparent transparent transparent
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-title::after {
    border-width: 25px 70px 0 70px
  }
}

.m__shortstay__case .point-title .text {
  background: #f5f5f5;
  font-size: 3.2rem;
  padding: 70px 40px;
  text-align: center
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-title .text {
    font-size: 1.6rem;
    padding: 25px 10px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-title .c-color {
    font-weight: bold
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__case .point-list {
    display: flex;
    padding: 0 15px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-list {
    max-width: 380px;
    margin: auto
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-list .c-color {
    font-weight: bold
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__case .point-list li {
    flex: 1 1;
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-list li {
    display: flex;
    align-items: center
  }

  .m__shortstay__case .point-list li+li {
    margin-top: 45px
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__case .point-list li .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    margin-bottom: 45px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-list li .image {
    flex-shrink: 0;
    width: 105px;
    height: 60px;
    text-align: center
  }

  .m__shortstay__case .point-list li .image img {
    max-width: 62px;
    max-height: 58px
  }
}

.m__shortstay__case .point-list li .text {
  line-height: 1.75
}

.m__shortstay__case .point-list li .text .main {
  font-size: 2.4rem
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-list li .text .main {
    font-size: 1.7rem
  }
}

.m__shortstay__case .point-list li .text .sub {
  display: block;
  letter-spacing: 0;
  margin-top: 5px
}

@media only screen and (max-width:736px) {
  .m__shortstay__case .point-list li .text .sub {
    font-size: 1.3rem;
    margin-top: 0
  }
}

.m__shortstay__service {
  position: relative
}

.m__shortstay__service::before {
  background: #f5f5f5;
  content: "";
  display: block;
  width: 100%;
  height: 282px;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__shortstay__service::before {
    height: 194px
  }
}

.m__shortstay__service .l__common-inner01 {
  padding-top: 65px;
  padding-bottom: 112px
}

@media only screen and (max-width:736px) {
  .m__shortstay__service .l__common-inner01 {
    padding-top: 46px;
    padding-bottom: 30px
  }
}

.m__shortstay__service .m__common__title04 {
  margin-bottom: 55px
}

@media only screen and (max-width:736px) {
  .m__shortstay__service .m__common__title04 {
    margin-bottom: 30px
  }
}

.m__shortstay__service .list {
  position: relative;
  z-index: 1
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__service .list li {
    display: flex;
    justify-content: space-between
  }

  .m__shortstay__service .list li .image img {
    width: 640px
  }

  .m__shortstay__service .list li:nth-child(even) {
    flex-direction: row-reverse
  }

  .m__shortstay__service .list li:nth-child(odd) .caption {
    text-align: right
  }

  .m__shortstay__service .list li .text-box {
    width: 493px
  }

  .m__shortstay__service .list li:nth-child(1) .text-box {
    padding-top: 125px
  }

  .m__shortstay__service .list li:nth-child(2) .text-box {
    padding-top: 85px
  }

  .m__shortstay__service .list li:nth-child(3) .text-box {
    padding-top: 115px
  }
}

.m__shortstay__service .list li+li {
  margin-top: 100px
}

@media only screen and (max-width:736px) {
  .m__shortstay__service .list li+li {
    margin-top: 30px
  }
}

.m__shortstay__service .list li .caption {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 15px
}

@media only screen and (max-width:736px) {
  .m__shortstay__service .list li .caption {
    font-size: 1.2rem;
    margin-top: 8px;
    text-align: right
  }
}

.m__shortstay__service .list li .title {
  color: #2f62a7;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 32px
}

@media only screen and (max-width:736px) {
  .m__shortstay__service .list li .title {
    font-size: 2.3rem;
    font-weight: bold;
    margin: 12px 0 7px;
    text-align: center
  }
}

.m__shortstay__service .list li .text {
  line-height: 2
}

@media only screen and (max-width:736px) {
  .m__shortstay__service .list li .text {
    font-size: 1.7rem;
    line-height: 1.765
  }
}

.m__shortstay__service .list li .note {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 5px
}

@media only screen and (max-width:736px) {
  .m__shortstay__service .list li .note {
    font-size: 1.3rem;
    line-height: 1.7
  }
}

.m__shortstay__info {
  background: #e9eef4;
  padding: 65px 0 45px
}

@media only screen and (max-width:736px) {
  .m__shortstay__info {
    padding: 30px 0 27px
  }
}

.m__shortstay__info .title {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 55px
}

@media only screen and (max-width:736px) {
  .m__shortstay__info .title {
    font-size: 2rem;
    margin-bottom: 25px
  }
}

.m__shortstay__info .button-and-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__shortstay__info .button-and-tel {
    flex-wrap: wrap
  }
}

.m__shortstay__info .button-and-tel .document,
.m__shortstay__info .button-and-tel .price {
  display: block;
  border-radius: 5px;
  text-decoration: none;
  position: relative
}

@media print,
screen and (min-width:737px) {

  .m__shortstay__info .button-and-tel .document,
  .m__shortstay__info .button-and-tel .price {
    margin-left: 30px;
    height: 92px;
    width: 350px;
    transition: .2s
  }

  .m__shortstay__info .button-and-tel .document:hover,
  .m__shortstay__info .button-and-tel .price:hover {
    opacity: .8
  }
}

@media only screen and (max-width:736px) {

  .m__shortstay__info .button-and-tel .document,
  .m__shortstay__info .button-and-tel .price {
    margin-top: 10px;
    width: 100%;
    height: 63px
  }
}

.m__shortstay__info .button-and-tel .document img,
.m__shortstay__info .button-and-tel .price img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:736px) {

  .m__shortstay__info .button-and-tel .document img,
  .m__shortstay__info .button-and-tel .price img {
    height: 63px
  }
}

.m__shortstay__info .button-and-tel .document {
  background: #152b49;
  color: #fff
}

.m__shortstay__info .button-and-tel .price {
  background: #2f62a7;
  color: #fff
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__info .button-and-tel .price:hover:before {
    top: 10px
  }
}

.m__shortstay__info .button-and-tel .price img {
  left: calc(50% - 10px)
}

.m__shortstay__info .button-and-tel .price:before {
  transition: .2s;
  content: "";
  width: 15px;
  height: 22px;
  display: block;
  background: url(../img/ico_arrow_white01.svg) center center no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  transform: rotate(90deg)
}

@media only screen and (max-width:736px) {
  .m__shortstay__info .button-and-tel .price:before {
    width: 10px;
    height: 15px;
    right: 20px
  }
}

.m__shortstay__info .button-and-tel .tel-info {
  text-align: center
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__info .button-and-tel .tel-info {
    margin-left: 35px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__info .button-and-tel .tel-info {
    margin-bottom: 10px
  }
}

.m__shortstay__info .button-and-tel .tel-info .tel-text {
  display: block;
  margin-bottom: 5px
}

@media only screen and (max-width:736px) {
  .m__shortstay__info .button-and-tel .tel-info .tel-text {
    width: 100%
  }
}

.m__shortstay__info .button-and-tel .tel-info .num {
  display: block;
  margin: 0 auto;
  margin-top: -2px
}

.m__shortstay__info .button-and-tel .tel-info .tel-button {
  margin-top: 12px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #365e95;
  padding: 15px;
  border-radius: 4px
}

.m__shortstay__info .button-and-tel .tel-info .tel-button img {
  display: inline;
  width: 222px;
  padding-right: 20px
}

.m__shortstay__flow .l__common-inner01 {
  padding-top: 100px;
  padding-bottom: 110px
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .l__common-inner01 {
    padding-top: 46px;
    padding-bottom: 40px
  }
}

.m__shortstay__flow .m__common__title04 {
  margin-bottom: 50px
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .m__common__title04 {
    margin-bottom: 30px
  }
}

.m__shortstay__flow .lead-text {
  font-size: 2rem;
  margin-bottom: 70px
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__flow .lead-text {
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .lead-text {
    font-size: 1.7rem;
    margin-bottom: 30px
  }
}

.m__shortstay__flow .case-list {
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .case-list {
    margin-bottom: 50px
  }
}

.m__shortstay__flow .case-list li {
  position: relative
}

.m__shortstay__flow .case-list li+li {
  margin-top: 40px
}

.m__shortstay__flow .case-list li .image {
  position: relative
}

.m__shortstay__flow .case-list li .image .c-caption {
  bottom: 20px;
  right: 16px
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .case-list li .image .c-caption {
    bottom: 6px;
    right: 6px
  }
}

.m__shortstay__flow .case-list li .text-box {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 28px 0 36px;
  position: absolute;
  top: 62px;
  left: 300px;
  width: 588px;
  height: 160px
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .case-list li .text-box {
    text-align: center;
    height: 130px;
    margin: auto;
    width: calc(100% - 55px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
  }
}

.m__shortstay__flow .case-list li .text-box .main {
  color: #2f62a7;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.3
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .case-list li .text-box .main {
    font-size: 2.3rem;
    font-weight: bold
  }
}

.m__shortstay__flow .case-list li .text-box .sub {
  font-size: 2.4rem;
  line-height: 1.67;
  margin-top: 10px
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .case-list li .text-box .sub {
    font-size: 1.7rem;
    margin-top: 5px
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__flow .guideline-list {
    display: flex;
    padding: 0 15px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .guideline-list {
    max-width: 380px;
    margin: auto
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__flow .guideline-list li {
    flex: 1 1;
    text-align: center
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .guideline-list li {
    display: flex;
    align-items: center
  }

  .m__shortstay__flow .guideline-list li+li {
    margin-top: 45px
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__flow .guideline-list li .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    margin-bottom: 20px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .guideline-list li .image {
    flex-shrink: 0;
    width: 70px;
    height: 60px;
    margin-right: 17px;
    text-align: center
  }

  .m__shortstay__flow .guideline-list li .image img {
    max-width: 62px;
    max-height: 58px
  }
}

.m__shortstay__flow .guideline-list li .text {
  font-size: 2rem;
  line-height: 1.8
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__flow .guideline-list li .text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(2rem * 3 * 1.8)
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .guideline-list li .text {
    font-size: 1.7rem
  }
}

.m__shortstay__flow .flow-list {
  border: 1px solid #e7e7e7;
  max-width: 900px;
  margin: 70px auto 0
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .flow-list {
    margin-top: 30px
  }
}

@media all and (-ms-high-contrast:none) {
  .m__shortstay__flow .flow-list {
    display: flex;
    flex-wrap: wrap
  }
}

.m__shortstay__flow .flow-list li {
  background: #fff;
  position: relative
}

@media all and (-ms-high-contrast:none) {
  .m__shortstay__flow .flow-list li {
    width: 100%
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__flow .flow-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 44px 20px 190px;
    min-height: 206px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .flow-list li {
    padding: 29px 18px
  }
}

.m__shortstay__flow .flow-list li:not(:first-child)::before {
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #e9eef4 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .flow-list li:not(:first-child)::before {
    border-width: 15px 25px 0 25px;
    top: -7px
  }
}

.m__shortstay__flow .flow-list li+li {
  border-top: 1px solid #e7e7e7
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__flow .flow-list li .num {
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .flow-list li .num {
    margin-right: -5px;
    transform: scale(.5)
  }
}

.m__shortstay__flow .flow-list li .title {
  color: #365e95;
  font-size: 3.4rem;
  line-height: 1.4
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .flow-list li .title {
    display: flex;
    align-items: center;
    font-size: 1.9rem;
    line-height: 1.5;
    margin: -10px 0 -5px -20px
  }
}

.m__shortstay__flow .flow-list li .text {
  line-height: 2;
  margin-top: 5px
}

@media only screen and (max-width:736px) {
  .m__shortstay__flow .flow-list li .text {
    font-size: 1.7rem;
    line-height: 1.76;
    margin-top: 10px
  }
}

.m__shortstay__price {
  background: #f5f5f5
}

.m__shortstay__price .l__common-inner01 {
  padding-top: 115px;
  padding-bottom: 112px
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .l__common-inner01 {
    padding-top: 54px;
    padding-bottom: 40px
  }
}

.m__shortstay__price .m__common__title04 {
  margin-bottom: 55px
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .m__common__title04 {
    margin-bottom: 22px
  }
}

.m__shortstay__price .lead-text {
  font-size: 2rem;
  margin-bottom: 70px
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .lead-text {
    font-size: 1.7rem;
    margin-bottom: 30px
  }
}

.m__shortstay__price .lead-text .note {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 5px
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .lead-text .note {
    font-size: 1.3rem;
    line-height: 1.7
  }
}

.m__shortstay__price .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -17px 0
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .list {
    margin: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__price .list li {
    margin: 0 10px 17px 0;
    width: calc(100% / 5 - 10px)
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .list li {
    width: calc(50% - 5px)
  }

  .m__shortstay__price .list li:nth-child(even) {
    margin-left: 10px
  }

  .m__shortstay__price .list li:nth-child(n+3) {
    margin-top: 10px
  }
}

.m__shortstay__price .list li a {
  background: #fff;
  border: 4px solid #f2f1ef;
  border-radius: 4px;
  color: #262626;
  display: block;
  text-decoration: none;
  padding: 15px 0 15px 25px;
  position: relative;
  font-size: 2rem;
  transition: background .2s
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .list li a {
    width: 100%;
    font-size: 1.7rem;
    border: 1px solid #2f62a7;
    padding: 15px 70px 15px 0;
    text-align: center
  }
}

.m__shortstay__price .list li a::after {
  content: "PDF";
  display: block;
  border: 1px solid #b73220;
  border-radius: 100px;
  color: #b73220;
  font-size: 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  text-align: center;
  width: 50px;
  height: 18px;
  line-height: 19px
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .list li a::after {
    font-size: 1.4rem;
    right: 23px;
    width: 46px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__price .list li a::before {
    background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 7px;
    height: 11px
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__price .list li a:hover {
    background: #e9eef4
  }
}

.m__shortstay__visit {
  background: #f5f5f5;
  padding-top: 110px
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit {
    padding-top: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__visit .m__common__title04 {
    font-size: 4rem;
    margin-bottom: 30px
  }
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit .m__common__title04 {
    margin-bottom: 20px
  }
}

.m__shortstay__visit p {
  font-size: 2.8rem;
  margin-bottom: 60px;
  font-weight: 300
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit p {
    font-size: 1.7rem;
    margin-bottom: 30px
  }
}

.m__shortstay__visit .prefecture-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  font-size: 1.6rem
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit .prefecture-list {
    margin-bottom: 35px;
    font-size: 1.3rem;
    justify-content: space-between
  }
}

.m__shortstay__visit .prefecture-list li {
  margin: 0 8px 20px 0
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit .prefecture-list li {
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px 0
  }
}

.m__shortstay__visit .prefecture-list li a {
  display: inline-block;
  background: #fff;
  border: 4px solid #f2f1ef;
  border-radius: 4px;
  color: #262626;
  text-decoration: none;
  width: 230px;
  padding: 15px 0 15px 25px;
  font-size: 2rem;
  position: relative;
  transition: background .2s
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit .prefecture-list li a {
    width: 100%;
    font-size: 1.7rem;
    border: 1px solid #2f62a7;
    padding: 15px 5px;
    text-align: center
  }
}

.m__shortstay__visit .prefecture-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_blue01.svg) center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
  right: 15px;
  transition: right .2s
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit .prefecture-list li a::after {
    width: 7px;
    height: 11px;
    right: 12px
  }
}

@media print,
screen and (min-width:737px) {
  .m__shortstay__visit .prefecture-list li a:hover {
    background: #e9eef4
  }

  .m__shortstay__visit .prefecture-list li a:hover::after {
    right: 8px
  }
}

.m__shortstay__visit .m__top__conditions {
  padding-top: 0;
  padding-bottom: 250px
}

@media only screen and (max-width:736px) {
  .m__shortstay__visit .m__top__conditions {
    padding-bottom: 0
  }
}

.m__shortstay__visit .m__top__conditions .flex {
  padding-top: 0
}

@media only screen and (max-width:736px) {
  .m__shortstay .m__breadcrumbs__sp-wrap {
    margin-top: 40px
  }
}

.m__nursing .c-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000
}

@media only screen and (max-width:736px) {
  .m__nursing .c-caption {
    font-size: 1.2rem
  }
}

.m__nursing .m__low-title {
  background: url(/resources/images/kaigo/benesse_kaigo/bg_title_kaigo.png) no-repeat center center;
  background-size: cover;
  height: 410px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__low-title {
    background: url(/resources/images/kaigo/benesse_kaigo/bg_title_kaigo_sp.png) no-repeat center center;
    background-size: cover;
    height: 235px
  }

  .m__nursing .m__low-title .low-title-hx {
    background: rgba(255, 255, 255, 0.83);
    box-shadow: 0 1px 10px 0 rgba(68, 63, 68, 0.21);
    min-width: 100%;
    padding: 24px 0;
    position: relative;
    top: 50px;
    font-size: 2.5rem
  }
}

.m__nursing .m__low-title .l__common-inner01 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end
}

@media only screen and (max-width:736px) {
  .m__nursing .m__low-title .l__common-inner01 {
    align-items: flex-end;
    padding-bottom: 0
  }
}

.m__nursing .m__caption {
  margin-top: -20px;
  margin-bottom: 80px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__caption {
    margin-top: 65px;
    margin-bottom: 0
  }
}

.m__nursing .m__caption .l__common-inner01 .a-caption {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 15px
}

.m__nursing .m__column-list {
  position: relative;
  padding-bottom: 132px
}

.m__nursing .m__column-list::before {
  background: #f5f5f5;
  content: "";
  height: 1012px;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%
}

@media only screen and (max-width:736px) {
  .m__nursing .m__column-list::before {
    top: 97px;
    height: 1264px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__column-list {
    margin-top: 50px;
    padding-bottom: 57px
  }
}

.m__nursing .l__common-column01 .title01 {
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__nursing .l__common-column01 .title01 {
    width: 100%
  }
}

.m__nursing .l__common-column01 .l__column-wrap {
  margin: 128px 0 0 108px;
  width: 851px;
  z-index: 1;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__nursing .l__common-column01 .l__column-wrap {
    margin: 40px 0 0;
    width: 100%
  }
}

.m__nursing .l__common-column01 .l__column-wrap .column-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 27px
}

@media only screen and (max-width:736px) {
  .m__nursing .l__common-column01 .l__column-wrap .column-title {
    font-size: 1.9rem;
    margin-bottom: 24px
  }
}

.m__nursing .l__common-column01 .l__column-wrap .column-lead {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 81px
}

@media only screen and (max-width:736px) {
  .m__nursing .l__common-column01 .l__column-wrap .column-lead {
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 33px
  }
}

.m__nursing .l__common-column01 .l__column-wrap .thought-image {
  background: url(/resources/images/kaigo/benesse_kaigo/kaigo_img.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  width: calc(100% + ((100vw - 1140px)) / 2);
  min-width: 900px;
  height: 250px
}

@media only screen and (max-width:736px) {
  .m__nursing .l__common-column01 .l__column-wrap .thought-image {
    background: none;
    position: relative;
    width: 100%;
    min-width: auto;
    height: auto
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .l__common-column01 {
    flex-direction: column
  }
}

.m__nursing .m__bg-block {
  position: relative;
  z-index: 2
}

.m__nursing .m__bg-block.living {
  background: url(/resources/images/kaigo/benesse_kaigo/living_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 642px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block.living {
    background: url(/resources/images/kaigo/benesse_kaigo/living_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100%
  }
}

.m__nursing .m__bg-block.living .l__common-inner01 {
  position: relative
}

.m__nursing .m__bg-block.living .c-caption {
  bottom: 40px;
  right: 16px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block.living .c-caption {
    bottom: 6px;
    right: 6px
  }
}

.m__nursing .m__bg-block.plan {
  background: url(/resources/images/kaigo/benesse_kaigo/plan_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 429px
}

.m__nursing .m__bg-block.plan .l__common-inner01 {
  padding-top: 114px;
  padding-bottom: 50px;
  height: 100%
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block.plan {
    background: url(/resources/images/kaigo/benesse_kaigo/plan_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100%
  }

  .m__nursing .m__bg-block.plan .title01 {
    max-width: 243px;
    margin: auto
  }

  .m__nursing .m__bg-block.plan .l__common-inner01 {
    padding: 64px 55px 60px
  }
}

.m__nursing .m__bg-block.human {
  background: url(/resources/images/kaigo/benesse_kaigo/development_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 429px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block.human {
    background: url(/resources/images/kaigo/benesse_kaigo/development_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100%
  }

  .m__nursing .m__bg-block.human .title01 {
    max-width: 300px;
    margin: auto
  }
}

.m__nursing .m__bg-block.human .l__common-inner01 {
  padding-top: 114px;
  padding-bottom: 50px;
  height: 100%
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block.human .l__common-inner01 {
    padding: 62px 0
  }
}

.m__nursing .m__bg-block .l__common-inner01 {
  padding-top: 145px;
  padding-bottom: 200px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block .l__common-inner01 {
    padding-top: 77px;
    padding-bottom: 62px
  }
}

.m__nursing .m__bg-block .text-box {
  width: 690px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block .text-box {
    width: 100%
  }
}

.m__nursing .m__bg-block .text-box.center {
  width: 100%;
  text-align: center
}

.m__nursing .m__bg-block .title01 {
  margin-bottom: 60px
}

.m__nursing .m__bg-block .text {
  color: #fff;
  line-height: 2.2
}

@media only screen and (max-width:736px) {
  .m__nursing .m__bg-block .text {
    font-size: 1.7rem
  }
}

.m__nursing .m__text-block {
  position: relative
}

.m__nursing .m__text-block.gray-bg.program .l__common-inner01 {
  padding-top: 78px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block.gray-bg.program .l__common-inner01 {
    padding-top: 43px
  }
}

.m__nursing .m__text-block.gray-bg.program .title01 {
  line-height: 1.65;
  padding-bottom: 26px
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__text-block.gray-bg.program .title01 {
    margin-bottom: 146px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block.gray-bg.program .title01 {
    line-height: 1.6;
    padding-bottom: 14px
  }
}

.m__nursing .m__text-block.gray-bg.program:after {
  height: 294px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block.gray-bg.program:after {
    height: 147px
  }
}

.m__nursing .m__text-block.gray-bg:after {
  background: #f5f5f5;
  content: "";
  height: 272px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block.gray-bg:after {
    height: 145px
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__text-block.gray-bg.min .l__common-inner01 {
    padding-top: 78px
  }

  .m__nursing .m__text-block.gray-bg.min .l__common-inner01 .title01 {
    margin-bottom: 142px
  }

  .m__nursing .m__text-block.gray-bg.min:after {
    height: 221px
  }
}

.m__nursing .m__text-block .title01 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 129px;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block .title01 {
    font-size: 2.1rem;
    padding-top: 0;
    margin-bottom: 49px;
    line-height: 1.4
  }
}

.m__nursing .m__text-block .title01:before {
  background: #365e95;
  content: "";
  height: 2px;
  width: 221px;
  position: absolute;
  bottom: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block .title01:before {
    width: 130px
  }
}

.m__nursing .m__text-block .title01 .small {
  display: block;
  font-size: 30px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block .title01 .small {
    font-size: 1.6rem
  }
}

.m__nursing .m__text-block .l__common-inner01 {
  padding-top: 88px;
  padding-bottom: 109px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block .l__common-inner01 {
    padding-top: 39px;
    padding-bottom: 56px
  }
}

.m__nursing .m__text-block .l__common-inner01 .text {
  line-height: 2.2
}

@media only screen and (max-width:736px) {
  .m__nursing .m__text-block .l__common-inner01 .text {
    font-size: 1.7rem
  }
}

.m__nursing .m__series-list {
  position: relative
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .title01 {
    max-width: 151px;
    margin: 0 auto 36px
  }
}

.m__nursing .m__series-list::before {
  background: #f5f5f5;
  content: "";
  height: 735px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.m__nursing .m__series-list .l__common-inner01 {
  padding-top: 116px;
  padding-bottom: 128px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .l__common-inner01 {
    padding-top: 50px;
    padding-bottom: 16px
  }
}

.m__nursing .m__series-list .l__column-wrap {
  margin: 37px 0 0 68px;
  width: calc(100% - 175px)
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .l__column-wrap {
    margin: 0;
    width: 100%
  }
}

.m__nursing .m__series-list .series-list {
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list {
    flex-direction: column
  }
}

.m__nursing .m__series-list .series-list li {
  height: 290px;
  position: relative;
  overflow: hidden;
  width: calc((100% - 81px) / 3)
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li {
    height: 140px;
    margin-left: -15px;
    width: calc(100% + 30px)
  }

  .m__nursing .m__series-list .series-list li+li {
    margin-top: 8px
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li:nth-child(3n+2) {
    margin: 0 40px
  }

  .m__nursing .m__series-list .series-list li:nth-child(n+4) {
    margin-top: 44px
  }
}

.m__nursing .m__series-list .series-list li.aria {
  background: #3e4972
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li.aria .logo-wrap {
    max-width: 98px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li.aria .logo-wrap {
    max-width: 83px
  }
}

.m__nursing .m__series-list .series-list li.gg {
  background: #34a584
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li.gg .logo-wrap {
    max-width: 217px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li.gg .logo-wrap {
    max-width: 108px
  }
}

.m__nursing .m__series-list .series-list li.bonsejour {
  background: #148cc2
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li.bonsejour .logo-wrap {
    max-width: 158px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li.bonsejour .logo-wrap {
    max-width: 127px
  }
}

.m__nursing .m__series-list .series-list li.kurara {
  background: #ee9c52
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li.kurara .logo-wrap {
    max-width: 91px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li.kurara .logo-wrap {
    max-width: 78px
  }
}

.m__nursing .m__series-list .series-list li.madoka {
  background: #dd577a
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li.madoka .logo-wrap {
    max-width: 104px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li.madoka .logo-wrap {
    max-width: 89px
  }
}

.m__nursing .m__series-list .series-list li.cocochi {
  background: #94492f
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li.cocochi .logo-wrap {
    max-width: 83px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li.cocochi .logo-wrap {
    max-width: 70px
  }
}

.m__nursing .m__series-list .series-list li.lire {
  background: #694b3b
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li.lire .logo-wrap {
    max-width: 103px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li.lire .logo-wrap {
    max-width: 82px
  }
}

.m__nursing .m__series-list .series-list li::before {
  background: url(../img/ico_arrow_white01.svg) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  height: 20px;
  width: 13px;
  transition: .5s
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li::before {
    background: url(../img/ico_arrow_white02.svg) no-repeat center center;
    background-size: contain;
    height: 15px;
    width: 10px
  }
}

.m__nursing .m__series-list .series-list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 100px 0 90px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li a {
    padding: 20px 25px
  }
}

.m__nursing .m__series-list .series-list li .text-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li .text-wrap {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    height: 100%
  }
}

.m__nursing .m__series-list .series-list li .text-wrap .text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 16px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list .series-list li .text-wrap .text {
    width: 180px;
    font-size: 1.5rem;
    margin-top: 0;
    text-align: left
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__series-list .series-list li:hover {
    opacity: .8
  }

  .m__nursing .m__series-list .series-list li:hover::before {
    transition: .5s;
    right: 8px
  }
}

.m__nursing .m__series-list+.m__series-list {
  background: #f5f5f5
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list+.m__series-list .title01 {
    max-width: 228px;
    margin: 0 auto
  }

  .m__nursing .m__series-list+.m__series-list .column-lead {
    margin-top: 28px
  }

  .m__nursing .m__series-list+.m__series-list::before {
    content: "";
    height: 424px
  }
}

.m__nursing .m__series-list+.m__series-list .l__common-inner01 {
  padding-top: 90px;
  padding-bottom: 110px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list+.m__series-list .l__common-inner01 {
    padding-top: 37px;
    padding-bottom: 20px
  }
}

.m__nursing .m__series-list+.m__series-list .l__column-wrap {
  margin: 0 29px 0 0;
  width: calc(100% - 344px)
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list+.m__series-list .l__column-wrap {
    margin: 0;
    width: 100%
  }
}

.m__nursing .m__series-list+.m__series-list .l__column-wrap .column-lead {
  margin-top: 50px;
  margin-bottom: 0
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list+.m__series-list .series-list {
    margin-top: 36px
  }
}

.m__nursing .m__series-list+.m__series-list .series-list li {
  width: 315px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__series-list+.m__series-list .series-list li {
    width: calc(100% + 30px);
    margin-left: -15px
  }
}

.m__nursing .m__plan-list {
  position: relative
}

.m__nursing .m__plan-list:after {
  background: #f5f5f5;
  content: "";
  height: 272px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-list:after {
    height: 147px
  }
}

.m__nursing .m__plan-list .title01 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
  padding-bottom: 16px;
  padding-top: 73px;
  margin-bottom: 100px;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-list .title01 {
    font-size: 2.1rem;
    padding-top: 37px;
    padding-bottom: 25px;
    margin-bottom: 75px;
    line-height: 1.4
  }
}

.m__nursing .m__plan-list .title01:before {
  background: #365e95;
  content: "";
  height: 2px;
  width: 261px;
  position: absolute;
  bottom: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-list .title01:before {
    width: 130px
  }
}

.m__nursing .m__plan-list .plan-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -28px;
  z-index: 1;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-list .plan-list {
    flex-direction: column
  }
}

.m__nursing .m__plan-list .plan-list li {
  width: calc((100% - 70px) / 2)
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-list .plan-list li {
    width: 100%
  }

  .m__nursing .m__plan-list .plan-list li+li {
    margin-top: 40px
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__plan-list .plan-list li:nth-child(2n+2) {
    margin-left: 70px
  }

  .m__nursing .m__plan-list .plan-list li:nth-child(n+3) {
    margin-top: 70px
  }
}

.m__nursing .m__plan-list .plan-list li .image {
  position: relative
}

.m__nursing .m__plan-list .plan-list li .image .caption {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 -1px 0 #000;
  padding: 5px 10px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-list .plan-list li .image .caption {
    font-size: 1.2rem
  }
}

.m__nursing .m__plan-list .plan-list li .text {
  text-align: justify;
  margin-top: 35px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-list .plan-list li .text {
    margin-top: 13px;
    font-size: 1.7rem
  }
}

.m__nursing .m__plan-list .plan-list li .text .c-color {
  color: #365e95;
  font-weight: bold
}

.m__nursing .m__plan-circle {
  position: relative;
  margin-top: 90px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle {
    margin-top: 45px
  }
}

.m__nursing .m__plan-circle:after {
  background: #f5f5f5;
  content: "";
  height: 294px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle:after {
    height: 176px
  }
}

.m__nursing .m__plan-circle .title01 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
  padding-bottom: 16px;
  padding-top: 73px;
  margin-bottom: 62px;
  z-index: 1
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle .title01 {
    font-size: 2.1rem;
    padding-top: 43px;
    margin-bottom: 49px;
    line-height: 1.4
  }
}

.m__nursing .m__plan-circle .title01:before {
  background: #365e95;
  content: "";
  height: 2px;
  width: 261px;
  position: absolute;
  bottom: 0;
  left: 0
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle .title01:before {
    width: 130px
  }
}

.m__nursing .m__plan-circle .circle-text {
  text-align: center;
  margin-bottom: 23px;
  margin-top: 21px
}

.m__nursing .m__plan-circle .circle-text .text {
  font-size: 1.6rem;
  line-height: 1.6
}

.m__nursing .m__plan-circle .circle-text .c-color {
  color: #365e95;
  display: block;
  font-size: 2.4rem
}

.m__nursing .m__plan-circle .circle-text .sub-text {
  font-size: 1.4rem
}

.m__nursing .m__plan-circle .plan-circle {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 261px 0 175px;
  z-index: 2
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle .plan-circle {
    padding: 0 0 55px
  }
}

.m__nursing .m__plan-circle .plan-circle .text-box {
  position: absolute;
  max-width: 398px;
  margin: auto
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle .plan-circle .text-box {
    position: relative;
    max-width: 100%;
    margin-top: 54px
  }

  .m__nursing .m__plan-circle .plan-circle .text-box+.text-box {
    margin-top: 37px
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__plan-circle .plan-circle .text-box:nth-child(1) {
    top: 82px;
    left: 300px
  }

  .m__nursing .m__plan-circle .plan-circle .text-box:nth-child(2) {
    top: 228px;
    right: 0
  }

  .m__nursing .m__plan-circle .plan-circle .text-box:nth-child(3) {
    bottom: 200px;
    right: 0;
    max-width: 315px
  }

  .m__nursing .m__plan-circle .plan-circle .text-box:nth-child(4) {
    bottom: 125px;
    left: 0;
    max-width: 342px
  }

  .m__nursing .m__plan-circle .plan-circle .text-box:nth-child(5) {
    bottom: 325px;
    left: 0;
    max-width: 325px
  }

  .m__nursing .m__plan-circle .plan-circle .text-box:nth-child(6) {
    top: 301px;
    left: 0
  }
}

.m__nursing .m__plan-circle .plan-circle .text-box .title {
  color: #365e95;
  font-size: 24px;
  border-left: 4px solid #365e95;
  padding-left: 18px;
  line-height: 1.2
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle .plan-circle .text-box .title {
    font-size: 1.9rem
  }
}

.m__nursing .m__plan-circle .plan-circle .text-box .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 18px;
  text-align: justify
}

@media only screen and (max-width:736px) {
  .m__nursing .m__plan-circle .plan-circle .text-box .text {
    line-height: 1.8;
    font-size: 1.7rem;
    margin-top: 15px
  }
}

.m__nursing .m__attempt-list .l__common-inner01 {
  padding-bottom: 120px
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__attempt-list .l__common-inner01 {
    width: 1256px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .m__attempt-list .l__common-inner01 {
    padding-bottom: 44px
  }
}

.m__nursing .m__attempt-list .attempt-list {
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:736px) {
  .m__nursing .m__attempt-list .attempt-list {
    flex-direction: column
  }
}

.m__nursing .m__attempt-list .attempt-list li {
  width: calc((100% - 86px) / 2)
}

@media only screen and (max-width:736px) {
  .m__nursing .m__attempt-list .attempt-list li {
    position: relative;
    width: 100%
  }

  .m__nursing .m__attempt-list .attempt-list li+li {
    margin-top: 18px
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__attempt-list .attempt-list li:nth-child(3n+2) {
    margin: 0 39px 0 47px
  }
}

.m__nursing .m__attempt-list .attempt-list li a {
  text-decoration: none
}

.m__nursing .m__attempt-list .attempt-list li a .image {
  overflow: hidden
}

.m__nursing .m__attempt-list .attempt-list li a .image img {
  transition: .5s
}

@media print,
screen and (min-width:737px) {
  .m__nursing .m__attempt-list .attempt-list li a:hover img {
    transform: scale(1.1);
    transition: .5s
  }
}

.m__nursing .m__attempt-list .attempt-list li .title {
  color: #262626;
  text-align: center;
  margin-top: 30px;
  position: relative;
  line-height: 1.5
}

@media only screen and (max-width:736px) {
  .m__nursing .m__attempt-list .attempt-list li .title {
    margin-top: 10px
  }
}

.m__nursing .m__attempt-list .attempt-list li .title::before {
  content: "";
  width: 13px;
  height: 21px;
  display: block;
  background: url(../img/ico_arrow_blue01.svg) 50% no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .2s
}

.m__nursing .m__attempt-list .attempt-list li .title .c-color {
  color: #365e95;
  font-size: 2.6rem;
  display: block
}

.m__nursing .m__attempt-list .notes {
  font-size: 1.4rem;
  padding-left: 61px;
  margin-top: 77px;
  position: relative
}

@media only screen and (max-width:736px) {
  .m__nursing .m__attempt-list .notes {
    padding-left: 20px;
    margin-top: 29px
  }
}

.m__nursing .m__attempt-list .notes:before {
  content: "窶ｻ";
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 38px
}

@media only screen and (max-width:736px) {
  .m__nursing .m__attempt-list .notes:before {
    left: 0
  }
}

.m__nursing .training-list .title01 {
  font-size: 3.2rem;
  font-weight: 300;
  text-align: center;
  margin-top: 112px;
  margin-bottom: 50px !important;
  padding-bottom: 0 !important
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .title01 {
    font-size: 2.3rem;
    margin-bottom: 31px !important;
    margin-top: 41px
  }
}

.m__nursing .training-list .title01::first-letter {
  color: #365e95
}

.m__nursing .training-list .title01::before {
  content: none
}

.m__nursing .training-list .l__common-column01 {
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .l__common-column01 {
    flex-direction: column-reverse
  }
}

.m__nursing .training-list .l__common-column01+.m__common__title02 {
  margin-top: 85px
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .l__common-column01+.m__common__title02 {
    margin-top: 55px
  }
}

.m__nursing .training-list .l__common-column01 .image {
  margin-right: 55px;
  width: 363px
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .l__common-column01 .image {
    margin-right: 0;
    width: 100%
  }

  .m__nursing .training-list .l__common-column01 .image.column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% + 15px);
    margin-left: -15px
  }

  .m__nursing .training-list .l__common-column01 .image.column img:nth-child(2) {
    width: 203px;
    margin-top: 0
  }

  .m__nursing .training-list .l__common-column01 .image.column img:nth-child(4) {
    margin-top: 0;
    max-width: 130px;
    width: calc(100% - 203px)
  }

  .m__nursing .training-list .l__common-column01 .image.half {
    max-width: 230px;
    margin: auto
  }

  .m__nursing .training-list .l__common-column01 .image.half img+img {
    margin-top: 0
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .training-list .l__common-column01 .image.column {
    margin-top: -20px
  }

  .m__nursing .training-list .l__common-column01 .image img+img {
    margin-top: 46px
  }
}

.m__nursing .training-list .l__common-column01 .text-wrap {
  width: calc(100% - 418px)
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .l__common-column01 .text-wrap {
    width: 100%
  }

  .m__nursing .training-list .l__common-column01 .text-wrap .text {
    font-size: 1.7rem;
    margin-bottom: 23px;
    line-height: 2
  }
}

.m__nursing .training-list .l__common-column01 .text-wrap .num {
  font-size: 3rem;
  line-height: 1.4
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .l__common-column01 .text-wrap .num {
    line-height: 1.7;
    font-size: 1.8rem
  }
}

.m__nursing .training-list .l__common-column01 .text-wrap .title {
  color: #365e95;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 45px
}

@media print,
screen and (min-width:737px) {
  .m__nursing .training-list .l__common-column01 .text-wrap .title:first-of-type {
    margin-top: 123px
  }
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .l__common-column01 .text-wrap .title {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 20px
  }
}

.m__nursing .training-list .l__common-column01 .text-wrap:not(.m__nursing .training-list .l__common-column01 .text-wrap:first-of-type) .text {
  line-height: 2;
  margin-bottom: 60px
}

@media only screen and (max-width:736px) {
  .m__nursing .training-list .l__common-column01 .text-wrap:not(.m__nursing .training-list .l__common-column01 .text-wrap:first-of-type) .text {
    margin-bottom: 18px
  }
}

@media print,
screen and (min-width:737px) {
  .m__nursing .training-list .m__common__title02 {
    padding-bottom: 30px
  }
}

@media only screen and (max-width:736px) {
  .spNone {
    display: none !important
  }
}

@media print,
screen and (min-width:737px) {
  .pcNone {
    display: none !important
  }
}

.m_bold {
  font-weight: bold !important
}

.m_center {
  text-align: center
}

.m_right {
  text-align: right
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff
}

.flatpickr-calendar:focus {
  outline: 0
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0
    /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0
    /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit
}

.numInputWrapper {
  position: relative;
  height: auto
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block
}

.numInputWrapper input {
  width: 100%
}

.numInputWrapper input::-ms-clear {
  display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%
}

.numInputWrapper span.arrowDown {
  top: 50%
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%
}

.numInputWrapper span svg {
  width: inherit;
  height: auto
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
  opacity: 1
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px
}

.flatpickr-days:focus {
  outline: 0
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.dayContainer+.dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6
}

.flatpickr-day.today {
  border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
  visibility: hidden
}

.rangeMode .flatpickr-day {
  margin-top: 1px
}

.flatpickr-weekwrapper {
  float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee
}

.flatpickr-input[readonly] {
  cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}