@charset "UTF-8";
/* ////////////////-l//////////////////////////////////

　サイト全般のスタイル

////////////////////////////////////////////////// */
/*
  Typography
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
/*
  FONT
-------------------------------------------------- */
@font-face {
  font-family: 'Braisetto';
  src: url("../fonts/Braisetto.woff2") format("woff2"), url("../fonts/Braisetto.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  color: #4D4D4D;
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal; }
  @media (max-width: 767px) {
    body {
      font-size: 13px;
      font-size: 0.8125rem; } }

p {
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: .05em; }
  @media (max-width: 767px) {
    p {
      line-height: 1.6; } }

li, dt, dd, th, td, address {
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: .05em; }

a {
  color: #3FB5B5;
  text-decoration: underline;
  transition: .4s all; }
  a:hover {
    text-decoration: none;
    opacity: .6; }

a.btn, a.btn-second, a.btn-line,
.next-nav a,
.rel-nav a,
.lnav a,
.pnav a {
  text-decoration: none; }

i, em {
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: .05em; }

h1, h2, h3, h4, .h2, .h3, .h4 {
  font-weight: 500;
  line-height: 1.4; }

.h1 {
  font-size: 52px;
  font-size: 3.25rem; }
  @media (max-width: 767px) {
    .h1 {
      font-size: 26px;
      font-size: 1.625rem; } }

.pagetitle-txt {
  font-size: 134px;
  font-size: 8.375rem;
  line-height: 1.4;
  font-family: "Braisetto"; }
  @media (max-width: 767px) {
    .pagetitle-txt {
      font-size: 67px;
      font-size: 4.1875rem; } }

h2, .h2 {
  font-size: 38px;
  font-size: 1.8rem;
  letter-spacing: .075em; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      font-size: 1.25rem; } }

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 17px;
      font-size: 1.0625rem; } }

.sttl-h2, .sttl-h3, .sttl-h4 {
  font-size: 15px;
  font-size: 1.0625rem; }
  @media (max-width: 767px) {
    .sttl-h2, .sttl-h3, .sttl-h4 {
      font-size: 13px;
      font-size: 1.0625rem; } }

em {
  font-size: 24px;
  font-size: 1.8rem;
  letter-spacing: .075em;
  line-height: 1.8;
  font-weight: 500; }
  @media (max-width: 767px) {
    em {
      font-size: 19px;
      font-size: 1.1875rem; } }
  em .sub {
    font-size: 15px;
    font-size: 1.0625rem;
    line-height: 1.8; }
    @media (max-width: 767px) {
      em .sub {
        font-size: 13px;
        font-size: 1.0625rem; } }

.memo {
  font-size: 12px;
  font-size: 0.75rem; }

li {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.41; }
  @media (max-width: 767px) {
    li {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.65; } }

.box01-h, .box02-h, .box03-h, .box04-h {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: .075em;
  line-height: 1.375;
  font-weight: 500; }
  @media (max-width: 767px) {
    .box01-h, .box02-h, .box03-h, .box04-h {
      font-size: 19px;
      font-size: 1.1875rem; } }
.box01-txt, .box02-txt, .box03-txt, .box04-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.778; }
  @media (max-width: 767px) {
    .box01-txt, .box02-txt, .box03-txt, .box04-txt {
      font-size: 13px;
      font-size: 0.8125rem; } }

.step-num {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .01em; }
  @media (max-width: 767px) {
    .step-num {
      font-size: 27px;
      font-size: 1.6875rem; } }
  .step-num > span {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .01em; }
    @media (max-width: 767px) {
      .step-num > span {
        font-size: 17px;
        font-size: 1.0625rem; } }
.step dt {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: .075em; }
  @media (max-width: 767px) {
    .step dt {
      font-size: 20px;
      font-size: 1.25rem; } }
.step dd {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: .01em;
  line-height: 1.8; }
  @media (max-width: 767px) {
    .step dd {
      font-size: 13px;
      font-size: 0.8125rem; } }

.table th {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500; }
.table td {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (max-width: 767px) {
    .table td {
      font-size: 13px;
      font-size: 0.8125rem; } }

.qa dt {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .075em;
  line-height: 1.45;
  font-weight: 500; }
  @media (max-width: 767px) {
    .qa dt {
      font-size: 17px;
      font-size: 1.0625rem; } }
.qa dd {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8; }
  @media (max-width: 767px) {
    .qa dd {
      font-size: 13px;
      font-size: 0.8125rem; } }

.lnav-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .075em;
  line-height: 1.318;
  font-weight: 500; }
  @media (max-width: 767px) {
    .lnav-ttl {
      font-size: 17px;
      font-size: 1.0625rem; } }
.lnav-detail {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1; }
  @media (max-width: 767px) {
    .lnav-detail {
      font-size: 14px;
      font-size: 0.875rem; } }

body {
  position: relative; }
  @media (max-width: 767px) {
    body {
      margin-bottom: 50px; } }

/*
	LAYOUT
-------------------------------------------------- */
#wrapper {
  position: relative;
  overflow: hidden; }

#contents {
  padding-top: 100px; }
  @media (max-width: 1149px) {
    #contents {
      padding-top: 60px; } }

.wrap {
  max-width: 1530px;
  margin: auto;
  padding: 0 15px; }
  .wrap-inner {
    max-width: 1130px;
    margin: auto;
    padding: 0 15px; }
  .wrap-wide {
    width: 100%;
    margin: auto; }

.sec {
  margin: 50px auto; }
  @media (max-width: 767px) {
    .sec {
      margin: 25px auto; } }
  .sec + .h2, .sec .sec + .h3, .sec .sec + .h4 {
    margin-top: 0; }
  .sec-inner {
    max-width: 800px;
    margin: auto; }
    .sec-inner + .h2, .sec-inner + .h3, .sec-inner + .h4 {
      margin-top: 0; }
    .sec-inner2 {
      max-width: 1030px;
      margin: auto; }

.wp_entry .sec p, .wp_entry .sec ul, .wp_entry .sec ol {
  margin-right: auto;
  margin-left: auto; }

.h2 + .sec-inner {
  padding-top: 0; }

/*
  common
-------------------------------------------------- */
@media (max-width: 767px) {
  .blk-sp {
    display: block; } }
@media (max-width: 1149px) {
  .blk-sptb {
    display: block; } }
@media (min-width: 768px) and (max-width: 1149px) {
  .blk-tb {
    display: block; } }
@media (min-width: 768px) {
  .blk-tbpc {
    display: block; } }
@media (min-width: 1150px) {
  .blk-pc {
    display: block; } }

@media (min-width: 768px) {
  br.sp {
    display: none; } }

@media (max-width: 767px) {
  .hidden-sp {
    display: none; } }

.auto-mw {
  max-width: none !important; }
.auto-mh {
  max-height: none !important; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.svg-or {
  fill: #ef822b; }
.svg-bl {
  fill: #1c68a7; }
.svg-gr {
  fill: #6dba4f; }

.nav-active .logo-link {
  color: #FFF !important; }
  .nav-active .logo-link:hover {
    color: #FFF !important; }
.nav-active .logo-ims, .nav-active .logo-hospital {
  fill: #FFF !important; }
.nav-active .svg-or.hdr {
  fill: #FFF !important; }
.nav-active .svg-bl.hdr {
  fill: #FFF !important; }
.nav-active .svg-gr.hdr {
  fill: #FFF !important; }

.home .logo-link {
  color: #FFF; }
  .home .logo-link:hover {
    color: #FFF; }
.home .logo-ims, .home .logo-hospital {
  fill: #FFF; }
.home .svg-or.hdr {
  fill: #FFF; }
.home .svg-bl.hdr {
  fill: #FFF; }
.home .svg-gr.hdr {
  fill: #FFF; }
.home.js-fixed .logo-link {
  color: #000; }
  .home.js-fixed .logo-link:hover {
    color: #000; }
.home.js-fixed .logo-ims, .home.js-fixed .logo-hospital {
  fill: #000; }
.home.js-fixed .svg-or.hdr {
  fill: #ef822b; }
.home.js-fixed .svg-bl.hdr {
  fill: #1c68a7; }
.home.js-fixed .svg-gr.hdr {
  fill: #6dba4f; }

/*
header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 22;
  background-color: #FFF; }
  @media (max-width: 1149px) {
    .header {
      height: 60px;
      z-index: 1991; } }
  .header-wrap {
    position: relative;
    max-width: 1280px;
    height: 100px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center; }
    @media (max-width: 1149px) {
      .header-wrap {
        height: 60px; } }
  .header-ttl {
    flex: 1 1 690px; }
    @media (max-width: 1149px) {
      .header-ttl {
        align-items: flex-end; } }
  .header-nav {
    margin-left: auto;
    flex: auto; }
    @media (min-width: 1150px) {
      .header-nav {
        margin-top: 16px; } }

.logo-link {
  display: flex;
  align-items: flex-end;
  text-decoration: none; }
  @media (max-width: 1149px) {
    .logo-link {
      display: block;
      width: 245px; } }
.logo-img {
  flex: 1 1 auto;
  max-width: 320px; }
  @media (max-width: 1149px) {
    .logo-img {
      display: block; } }
.logo-text {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: .5rem;
  color: #3E3A39;
  font-weight: 500;
  line-height: 1; }
  @media (max-width: 1149px) {
    .logo-text {
      display: block;
      text-align: end;
      padding-left: 0;
      font-size: 10px;
      font-size: 0.625rem;
      margin-top: 4px; } }

/*
	navigation
-------------------------------------------------- */
.nav {
  z-index: 1001; }
  .nav-entries {
    display: none; }
    @media (max-width: 767px) {
      .nav-entries {
        display: block;
        margin-bottom: 95px;
        margin-top: 40px; } }
  .nav-area {
    margin-left: auto; }
    @media (max-width: 1149px) {
      .nav-area {
        width: 45px; } }
  .nav-toggle {
    position: relative;
    display: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290%22%20height%3D%2290%22%20viewBox%3D%220%200%2090%2090%22%3E%3Cg%20transform%3D%22translate(-724%20-217)%22%3E%3Cpath%20d%3D%22M90%2C45A45%2C45%2C0%2C1%2C1%2C45%2C0%2C45%2C45%2C0%2C0%2C1%2C90%2C45%22%20transform%3D%22translate(724%20217)%22%20fill%3D%22%23eb707a%22%2F%3E%3Cpath%20d%3D%22M30%2C1H0V-1H30Z%22%20transform%3D%22translate(754%20252.5)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M30%2C1H0V-1H30Z%22%20transform%3D%22translate(754%20262.5)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M30%2C1H0V-1H30Z%22%20transform%3D%22translate(754%20272.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-size: contain;
    z-index: 100; }
    @media (max-width: 1149px) {
      .nav-toggle {
        display: block;
        width: 45px;
        height: 45px; } }
  @media (max-width: 1149px) {
    .nav-bar {
      display: none;
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #FFF;
      padding: 0 35px;
      overflow-y: auto; } }
  .nav-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap; }
    @media (max-width: 1149px) {
      .nav-list {
        display: block; } }
    @media (min-width: 1150px) {
      .nav-list > li {
        flex: auto; } }
    @media (max-width: 1149px) {
      .nav-list > li {
        position: relative;
        border-bottom: 1px #767674 solid;
        margin: auto -35px; } }
  .nav-link {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #333;
    letter-spacing: .05em;
    text-decoration: none; }
    @media (max-width: 1149px) {
      .nav-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-size: 0.875rem;
        width: 100%;
        height: 100%;
        padding-left: 75px;
        min-height: 85px;
        font-weight: 500;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cg%20transform%3D%22translate(-781%20-120)%22%3E%3Cpath%20d%3D%22M0%2C12.5A12.5%2C12.5%2C0%2C1%2C1%2C12.5%2C25%2C12.5%2C12.5%2C0%2C0%2C1%2C0%2C12.5%22%20transform%3D%22translate(781%20120)%22%20fill%3D%22%23eb707a%22%2F%3E%3Crect%20width%3D%226.946%22%20height%3D%221%22%20transform%3D%22translate(789.5%20132)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M25.556%2C25l-.7-.718%2C2.6-2.516-2.6-2.515.7-.718%2C3.335%2C3.233Z%22%20transform%3D%22translate(768.57%20110.734)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 35px 50%/25px auto; } }
    .nav-link:hover {
      color: #333; }
    .nav-link-btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 75px; }
      @media (min-width: 1150px) {
        .nav-link-btn {
          display: none; } }
      @media (max-width: 1149px) {
        .nav-link-btn {
          display: block;
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23f3bac0%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2220%22%20x2%3D%2240%22%20y2%3D%2220%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20x2%3D%2220%22%20y2%3D%2240%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/20px auto; } }
      @media (max-width: 1149px) {
        .nav-link-btn::before {
          content: ''; } }
      @media (max-width: 1149px) {
        .nav-link-btn.active {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%202%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23f3bac0%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%221%22%20x2%3D%2240%22%20y2%3D%221%22%2F%3E%3C%2Fsvg%3E"); } }
    @media (min-width: 1150px) {
      .nav-link-list {
        display: none; } }
    @media (max-width: 1149px) {
      .nav-link-list {
        position: relative;
        display: none;
        top: -22px; } }
    .nav-link-list li {
      margin-bottom: 0;
      line-height: 1.4;
      font-size: 14px; }
      @media (max-width: 1149px) {
        .nav-link-list li {
          margin-top: 0;
          position: relative; } }
    @media (max-width: 1149px) {
      .nav-link-sub {
        color: #333;
        font-size: 14px;
        text-decoration: none;
        line-height: 1.4;
        width: 100%;
        height: 30px;
        margin: 0;
        display: flex;
        align-items: center;
        padding-left: 50px; } }
    .nav-link-sub:hover {
      opacity: .8; }
  .nav-entry.btn {
    width: 178px;
    height: 60px;
    font-family: "fnt-coch";
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFF; }
    .nav-entry.btn::before, .nav-entry.btn::after {
      content: none; }
    @media (max-width: 1149px) {
      .nav-entry.btn {
        width: 100%;
        max-width: none;
        height: 50px;
        border-radius: 0;
        margin-top: 55px;
        font-size: 16px;
        font-size: 1rem; } }
  .nav-active {
    overflow: hidden; }
    .nav-active .header {
      background: #FFF; }
    .nav-active .nav-toggle {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290%22%20height%3D%2290%22%20viewBox%3D%220%200%2090%2090%22%3E%3Cg%20transform%3D%22translate(-894%20-220)%22%3E%3Cpath%20d%3D%22M90%2C45A45%2C45%2C0%2C1%2C1%2C45%2C0%2C45%2C45%2C0%2C0%2C1%2C90%2C45%22%20transform%3D%22translate(894%20220)%22%20fill%3D%22%23eb707a%22%2F%3E%3Cpath%20d%3D%22M.589%2C22.143-.589%2C20.527%2C28.664-.808%2C29.842.808Z%22%20transform%3D%22translate(924.373%20254.332)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M28.664%2C22.143-.589.808.589-.808%2C29.842%2C20.527Z%22%20transform%3D%22translate(924.374%20254.332)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
    .nav-active .nav-bar {
      height: auto;
      visibility: visible;
      opacity: 1; }
  @media (min-width: 1150px) {
    .nav-cta {
      position: absolute;
      top: 0;
      right: 15px; } }
  @media (max-width: 1149px) {
    .nav-cta {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px; } }
  .nav-cta-list {
    display: flex; }
    @media (min-width: 1150px) {
      .nav-cta-list {
        gap: 20px; } }
    @media (max-width: 1149px) {
      .nav-cta-list {
        height: 100%; } }
    @media (min-width: 1150px) {
      .nav-cta-list > li {
        width: 140px;
        height: 36px; } }
    @media (max-width: 1149px) {
      .nav-cta-list > li {
        flex: 1;
        height: 100%; } }
    .nav-cta-list > li a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      color: #FFF;
      text-decoration: none;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 1150px) {
        .nav-cta-list > li a {
          border-radius: 0 0 10px 10px; } }
      @media (max-width: 1149px) {
        .nav-cta-list > li a {
          font-size: 12px;
          font-size: 0.7rem; } }
  .nav-cta-int {
    background-color: #C27B8D; }
  .nav-cta-exp {
    background-color: #CF7281; }
    @media (max-width: 1149px) {
      .nav-cta-exp {
        border-left: 1px solid #FFF; } }
  .nav-cta-etr {
    background-color: #D96E76; }
    @media (max-width: 1149px) {
      .nav-cta-etr {
        border-left: 1px solid #FFF; } }
  .nav-cta-etr2 {
    background-color: #f5878f; }
    @media (max-width: 1149px) {
      .nav-cta-etr2 {
        border-left: 1px solid #FFF; } }

/*
	footer
-------------------------------------------------- */
.footer {
  position: relative; }
  .footer-wrap {
    position: relative;
    padding: 100px 0 55px;
    border-top: 1px solid #D3D3D3; }
    @media (max-width: 767px) {
      .footer-wrap {
        padding: 50px 0 15px; } }
    .footer-wrap .wrap-inner {
      display: flex;
      gap: 20px; }
      @media (max-width: 767px) {
        .footer-wrap .wrap-inner {
          display: block; } }
  .footer-link {
    max-width: 710px;
    margin: 100px auto 140px; }
  .footer-slide li {
    padding: 0 15px; }
  .footer-slide .slick-dots li button {
    background-clip: #AED2E3; }
  .footer-slide .slick-dots li.slick-active button {
    background-color: #0080B4; }
  .footer-inf {
    flex: 1; }
  .footer-logo {
    display: flex;
    align-items: flex-end;
    flex: auto; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .footer-logo {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 1149px) {
      .footer-logo {
        justify-content: center; } }
    .footer-logo > img {
      width: 320px; }
      @media (min-width: 1150px) {
        .footer-logo > img {
          width: 375px; } }
      @media (max-width: 767px) {
        .footer-logo > img {
          width: 230px; } }
    .footer-logo > span {
      margin-left: .5rem;
      line-height: 1; }
      @media (min-width: 768px) and (max-width: 1149px) {
        .footer-logo > span {
          display: block;
          margin-top: .5rem; } }
      @media (max-width: 767px) {
        .footer-logo > span {
          font-size: 10px;
          font-size: 0.625rem; } }
  @media (min-width: 1150px) {
    .footer-hosptal {
      margin-left: auto; } }
  @media (max-width: 1149px) {
    .footer-hosptal {
      margin-top: 45px;
      text-align: center; } }
  .footer-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 90px;
    text-decoration: none;
    color: #4D4D4D;
    font-weight: 500;
    font-size: 22px;
    font-size: 1.375rem;
    border: 2px solid #EB707A;
    border-radius: 16px; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .footer-btn {
        flex: auto;
        max-width: 420px;
        min-width: 360px;
        width: 100%; } }
    @media (max-width: 767px) {
      .footer-btn {
        width: 300px;
        height: 45px;
        font-size: 13px;
        font-size: 0.8125rem;
        border-radius: 10px; } }
    .footer-btn:hover {
      color: #EB707A; }
  @media (min-width: 1150px) {
    .footer-scroll {
      position: absolute;
      right: 200px;
      top: -120px;
      cursor: pointer;
      width: 95px;
      height: 95px;
      background: url(../img/totop.svg) no-repeat 50% 50%/contain;
      border-radius: 100%;
      box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1); } }
  .footer-scroll:hover {
    opacity: 0.8; }
  .footer-address {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: .025em; }
    @media (max-width: 767px) {
      .footer-address {
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem; } }

/* **/
.copyright {
  max-width: 1130px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
  margin-top: 140px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4D4D4D;
  letter-spacing: .025em; }
  @media (max-width: 767px) {
    .copyright {
      margin-top: 30px;
      font-size: 10px;
      font-size: 0.625rem; } }

.js-fixed .footer-scroll {
  visibility: visible;
  opacity: 1; }

.sp-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20; }

.schedule {
  margin: 150px 0 100px; }
  @media (max-width: 767px) {
    .schedule {
      margin: 80px 0 50px; } }
  .schedule-ttl {
    position: relative;
    font-size: 35px;
    font-size: 2.1875rem;
    text-align: center;
    z-index: 3; }
    @media (max-width: 767px) {
      .schedule-ttl {
        font-size: 25px;
        font-size: 1.5625rem; } }
    .schedule-ttl::before {
      position: absolute;
      top: -70px;
      left: 0;
      right: 0;
      text-align: center;
      font-family: "Braisetto";
      color: #E8DFCC;
      content: 'Calendar';
      font-size: 68px;
      font-size: 4.25rem;
      z-index: -1; }
      @media (max-width: 767px) {
        .schedule-ttl::before {
          top: -45px;
          font-size: 37px;
          font-size: 2.3125rem; } }
  .schedule-lead {
    text-align: center;
    margin: 30px auto; }
    @media (max-width: 767px) {
      .schedule-lead {
        font-size: 14px;
        font-size: 0.875rem; } }
  .schedule-wrap p {
    margin: 0; }

/* calendar
-------------------------------------------------- */
#calendar_ajax {
  position: relative;
  max-width: 930px;
  margin: auto;
  padding: 0px 15px 65px; }
  @media (max-width: 767px) {
    #calendar_ajax {
      padding: 0px 5px 45px; } }

.cal-day-sun, .cal-day-mon, .cal-day-tue, .cal-day-wed, .cal-day-thu, .cal-day-fri, .cal-day-sat {
  width: calc(100% / 7);
  height: 46px;
  border-color: #FFF;
  background-color: #d79f96;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  font-size: 20px; }
  @media (max-width: 767px) {
    .cal-day-sun, .cal-day-mon, .cal-day-tue, .cal-day-wed, .cal-day-thu, .cal-day-fri, .cal-day-sat {
      height: 22px;
      font-size: 10px; } }
.cal-day-sun {
  background-color: #d79f96;
  border-color: #FFF;
  color: #FFF; }
.cal-day-sat {
  background-color: #d79f96;
  border-color: #FFF;
  color: #FFF; }
.cal-day-today {
  background-color: #FCF1F2; }
.cal-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  background-color: transparent;
  font-size: 17px;
  color: #E46268; }
  @media (max-width: 767px) {
    .cal-date {
      width: 14px;
      height: 14px;
      font-size: 10px;
      text-align: center; } }
.cal-event {
  margin-bottom: 5px;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: top;
  line-height: 1.2; }
  @media (min-width: 768px) and (max-width: 1149px) {
    .cal-event {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .cal-event {
      padding: 5px 2px 0;
      line-height: 1.2;
      font-size: 8px;
      font-size: 0.5rem; } }
  .cal-event .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    margin-top: 5px;
    padding: 3px 15px;
    border-radius: 5px;
    background-color: #E46268;
    color: #FFF;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .cal-event .badge {
        min-width: inherit;
        padding: 3px 8px; } }
    @media (max-width: 767px) {
      .cal-event .badge {
        min-width: inherit;
        height: 20px;
        min-height: inherit;
        margin-top: 25px;
        padding: 3px 5px;
        padding: 5px 2px;
        font-size: 8px;
        font-size: 0.5rem; } }
  .cal-event a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    margin-top: 5px;
    padding: 3px 13px;
    border-radius: 5px;
    background-color: #EB707A;
    color: #FFF;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .cal-event a {
        min-width: inherit;
        padding: 3px 5px; } }
    @media (max-width: 767px) {
      .cal-event a {
        min-width: inherit;
        min-height: inherit;
        margin-top: 0;
        padding: 5px;
        line-height: 1.2;
        border-radius: 0;
        padding: 5px 2px;
        font-size: 8px;
        font-size: 0.5rem; } }
    .cal-event a:hover {
      color: #FFF;
      opacity: .8; }
  .cal-event.schedule {
    padding: 0; }
    @media (max-width: 767px) {
      .cal-event.schedule {
        padding: 0; } }
.cal_caption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .cal_caption {
      margin-bottom: 20px; } }
.cal_pg_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  color: #326291;
  border-radius: 100%;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 767px) {
    .cal_pg_btn {
      width: 16px;
      height: 16px;
      font-size: 12px;
      font-size: 0.75rem; } }
.cal_pg1 {
  position: relative;
  top: 1px;
  order: 0; }
  .cal_pg1 i {
    display: none; }
.cal_pg2 {
  position: relative;
  top: 1px;
  order: 2; }
  .cal_pg2 i {
    display: none; }
.cal_pg_prev {
  width: 45px;
  height: 45px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cg%20transform%3D%22translate(-1748.5%20-418.5)%22%3E%3Cpath%20d%3D%22M-7%2C12.5A22.5%2C22.5%2C0%2C1%2C1%2C15.5%2C35%2C22.5%2C22.5%2C0%2C0%2C1-7%2C12.5Zm1%2C0A21.5%2C21.5%2C0%2C1%2C0%2C15.5-9%2C21.525%2C21.525%2C0%2C0%2C0-6%2C12.5Zm16.77%2C0%2C3.663-3.442.685.729L12.763%2C12H19.5v1H12.762l2.355%2C2.213-.685.728Z%22%20transform%3D%22translate(1756%20429)%22%20fill%3D%22gray%22%2F%3E%3Cpath%20d%3D%22M15.5%2C35.5a22.982%2C22.982%2C0%2C0%2C1-23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23%2C23%2C22.981%2C22.981%2C0%2C0%2C1-23%2C23ZM37.494%2C13.034a22.027%2C22.027%2C0%2C0%2C1-21.46%2C21.46%2C21.926%2C21.926%2C0%2C0%2C0%2C15.022-6.437%2C21.926%2C21.926%2C0%2C0%2C0%2C6.437-15.022Zm-43.987%2C0A21.981%2C21.981%2C0%2C0%2C0%2C14.964%2C34.494%2C22.028%2C22.028%2C0%2C0%2C1-6.494%2C13.035ZM15.5-8.5a21%2C21%2C0%2C1%2C0%2C21%2C21A21.024%2C21.024%2C0%2C0%2C0%2C15.5-8.5Zm.533-.994A22.028%2C22.028%2C0%2C0%2C1%2C37.494%2C11.968%2C21.98%2C21.98%2C0%2C0%2C0%2C16.033-9.494Zm-1.068%2C0A21.926%2C21.926%2C0%2C0%2C0-.056-3.057%2C21.926%2C21.926%2C0%2C0%2C0-6.494%2C11.967%2C22.027%2C22.027%2C0%2C0%2C1%2C14.965-9.494Zm-.511%2C26.141L10.039%2C12.5l4.415-4.148%2C1.37%2C1.458-1.8%2C1.69H20v2H14.024l1.8%2C1.691ZM11.5%2C12.5l1.578%2C1.482L11.5%2C12.5Zm0%2C0h0l2.91-2.734h0Z%22%20transform%3D%22translate(1756%20429)%22%20fill%3D%22rgba(0%2C0%2C0%2C0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain; }
  @media (max-width: 767px) {
    .cal_pg_prev {
      width: 35px;
      height: 35px; } }
.cal_pg_next {
  width: 45px;
  height: 45px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cg%20transform%3D%22translate(-1797.5%20-418.5)%22%3E%3Cpath%20d%3D%22M-7%2C12.5A22.5%2C22.5%2C0%2C1%2C1%2C15.5%2C35%2C22.5%2C22.5%2C0%2C0%2C1-7%2C12.5Zm1%2C0A21.5%2C21.5%2C0%2C1%2C0%2C15.5-9%2C21.525%2C21.525%2C0%2C0%2C0-6%2C12.5Zm16.77%2C0%2C3.663-3.442.685.729L12.763%2C12H19.5v1H12.762l2.355%2C2.213-.685.728Z%22%20transform%3D%22translate(1836%20454)%20rotate(180)%22%20fill%3D%22gray%22%2F%3E%3Cpath%20d%3D%22M15.5%2C35.5a22.982%2C22.982%2C0%2C0%2C1-23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23%2C23%2C22.981%2C22.981%2C0%2C0%2C1-23%2C23ZM37.494%2C13.034a22.027%2C22.027%2C0%2C0%2C1-21.46%2C21.46%2C21.926%2C21.926%2C0%2C0%2C0%2C15.022-6.437%2C21.926%2C21.926%2C0%2C0%2C0%2C6.437-15.022Zm-43.987%2C0A21.981%2C21.981%2C0%2C0%2C0%2C14.964%2C34.494%2C22.028%2C22.028%2C0%2C0%2C1-6.494%2C13.035ZM15.5-8.5a21%2C21%2C0%2C1%2C0%2C21%2C21A21.024%2C21.024%2C0%2C0%2C0%2C15.5-8.5Zm.533-.994A22.028%2C22.028%2C0%2C0%2C1%2C37.494%2C11.968%2C21.98%2C21.98%2C0%2C0%2C0%2C16.033-9.494Zm-1.068%2C0A21.926%2C21.926%2C0%2C0%2C0-.056-3.057%2C21.926%2C21.926%2C0%2C0%2C0-6.494%2C11.967%2C22.027%2C22.027%2C0%2C0%2C1%2C14.965-9.494Zm-.511%2C26.141L10.039%2C12.5l4.415-4.148%2C1.37%2C1.458-1.8%2C1.69H20v2H14.024l1.8%2C1.691ZM11.5%2C12.5l1.578%2C1.482L11.5%2C12.5Zm0%2C0h0l2.91-2.734h0Z%22%20transform%3D%22translate(1836%20454)%20rotate(180)%22%20fill%3D%22rgba(0%2C0%2C0%2C0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain; }
  @media (max-width: 767px) {
    .cal_pg_next {
      width: 35px;
      height: 35px; } }
.cal_dately {
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 28px;
  color: #E46268;
  line-height: 1;
  text-align: center;
  order: 1; }
  @media (max-width: 767px) {
    .cal_dately {
      font-size: 19px; } }
.cal_prev, .cal_next, .cal_this {
  position: relative;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  margin: auto;
  width: 140px;
  padding: 0 30px;
  max-width: 100%;
  height: 40px;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 90px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
  @media (max-width: 767px) {
    .cal_prev, .cal_next, .cal_this {
      width: 100px;
      height: 30px;
      padding: 0 30px;
      font-size: 10px;
      font-size: 0.625rem;
      border-radius: 100px; } }
.cal_prev {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cg%20transform%3D%22translate(-1748.5%20-418.5)%22%3E%3Cpath%20d%3D%22M-7%2C12.5A22.5%2C22.5%2C0%2C1%2C1%2C15.5%2C35%2C22.5%2C22.5%2C0%2C0%2C1-7%2C12.5Zm1%2C0A21.5%2C21.5%2C0%2C1%2C0%2C15.5-9%2C21.525%2C21.525%2C0%2C0%2C0-6%2C12.5Zm16.77%2C0%2C3.663-3.442.685.729L12.763%2C12H19.5v1H12.762l2.355%2C2.213-.685.728Z%22%20transform%3D%22translate(1756%20429)%22%20fill%3D%22gray%22%2F%3E%3Cpath%20d%3D%22M15.5%2C35.5a22.982%2C22.982%2C0%2C0%2C1-23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23%2C23%2C22.981%2C22.981%2C0%2C0%2C1-23%2C23ZM37.494%2C13.034a22.027%2C22.027%2C0%2C0%2C1-21.46%2C21.46%2C21.926%2C21.926%2C0%2C0%2C0%2C15.022-6.437%2C21.926%2C21.926%2C0%2C0%2C0%2C6.437-15.022Zm-43.987%2C0A21.981%2C21.981%2C0%2C0%2C0%2C14.964%2C34.494%2C22.028%2C22.028%2C0%2C0%2C1-6.494%2C13.035ZM15.5-8.5a21%2C21%2C0%2C1%2C0%2C21%2C21A21.024%2C21.024%2C0%2C0%2C0%2C15.5-8.5Zm.533-.994A22.028%2C22.028%2C0%2C0%2C1%2C37.494%2C11.968%2C21.98%2C21.98%2C0%2C0%2C0%2C16.033-9.494Zm-1.068%2C0A21.926%2C21.926%2C0%2C0%2C0-.056-3.057%2C21.926%2C21.926%2C0%2C0%2C0-6.494%2C11.967%2C22.027%2C22.027%2C0%2C0%2C1%2C14.965-9.494Zm-.511%2C26.141L10.039%2C12.5l4.415-4.148%2C1.37%2C1.458-1.8%2C1.69H20v2H14.024l1.8%2C1.691ZM11.5%2C12.5l1.578%2C1.482L11.5%2C12.5Zm0%2C0h0l2.91-2.734h0Z%22%20transform%3D%22translate(1756%20429)%22%20fill%3D%22rgba(0%2C0%2C0%2C0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left 50%/contain; }
  @media (max-width: 767px) {
    .cal_prev {
      background-size: 30px auto; } }
.cal_next {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cg%20transform%3D%22translate(-1797.5%20-418.5)%22%3E%3Cpath%20d%3D%22M-7%2C12.5A22.5%2C22.5%2C0%2C1%2C1%2C15.5%2C35%2C22.5%2C22.5%2C0%2C0%2C1-7%2C12.5Zm1%2C0A21.5%2C21.5%2C0%2C1%2C0%2C15.5-9%2C21.525%2C21.525%2C0%2C0%2C0-6%2C12.5Zm16.77%2C0%2C3.663-3.442.685.729L12.763%2C12H19.5v1H12.762l2.355%2C2.213-.685.728Z%22%20transform%3D%22translate(1836%20454)%20rotate(180)%22%20fill%3D%22gray%22%2F%3E%3Cpath%20d%3D%22M15.5%2C35.5a22.982%2C22.982%2C0%2C0%2C1-23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23-23%2C22.981%2C22.981%2C0%2C0%2C1%2C23%2C23%2C22.981%2C22.981%2C0%2C0%2C1-23%2C23ZM37.494%2C13.034a22.027%2C22.027%2C0%2C0%2C1-21.46%2C21.46%2C21.926%2C21.926%2C0%2C0%2C0%2C15.022-6.437%2C21.926%2C21.926%2C0%2C0%2C0%2C6.437-15.022Zm-43.987%2C0A21.981%2C21.981%2C0%2C0%2C0%2C14.964%2C34.494%2C22.028%2C22.028%2C0%2C0%2C1-6.494%2C13.035ZM15.5-8.5a21%2C21%2C0%2C1%2C0%2C21%2C21A21.024%2C21.024%2C0%2C0%2C0%2C15.5-8.5Zm.533-.994A22.028%2C22.028%2C0%2C0%2C1%2C37.494%2C11.968%2C21.98%2C21.98%2C0%2C0%2C0%2C16.033-9.494Zm-1.068%2C0A21.926%2C21.926%2C0%2C0%2C0-.056-3.057%2C21.926%2C21.926%2C0%2C0%2C0-6.494%2C11.967%2C22.027%2C22.027%2C0%2C0%2C1%2C14.965-9.494Zm-.511%2C26.141L10.039%2C12.5l4.415-4.148%2C1.37%2C1.458-1.8%2C1.69H20v2H14.024l1.8%2C1.691ZM11.5%2C12.5l1.578%2C1.482L11.5%2C12.5Zm0%2C0h0l2.91-2.734h0Z%22%20transform%3D%22translate(1836%20454)%20rotate(180)%22%20fill%3D%22rgba(0%2C0%2C0%2C0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 50%/contain; }
  @media (max-width: 767px) {
    .cal_next {
      background-size: 30px auto; } }
.cal-paginate {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 15px; }

.calTable {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  margin: 1px; }
  @media (max-width: 767px) {
    .calTable {
      border: none; } }

.table-calendar {
  table-layout: fixed;
  width: 100%;
  background-color: #FFF; }
  .table-calendar [class^="cal-week"] td {
    position: relative;
    height: 86px;
    padding: 8px 5px 12px;
    background-color: #fbf9f4;
    line-height: 1.4;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 767px) {
      .table-calendar [class^="cal-week"] td {
        position: relative;
        height: 70px;
        padding: 5px 2px 5px; } }
    .table-calendar [class^="cal-week"] td.sun {
      background-color: #fbf9f4; }
    .table-calendar [class^="cal-week"] td.sat {
      background-color: #fbf9f4; }
    .table-calendar [class^="cal-week"] td.cal-day-today {
      background-color: #FCF1F2; }
    .table-calendar [class^="cal-week"] td > p {
      margin-bottom: 0; }
  .table-calendar thesd th {
    border: #FFF 1px solid; }
  .table-calendar tbody th, .table-calendar tbody td {
    border: #FFF 1px solid; }
    @media (max-width: 767px) {
      .table-calendar tbody th, .table-calendar tbody td {
        border-radius: 0; } }

.entry-closed {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  margin-top: 5px;
  padding: 3px 15px;
  border-radius: 5px; }
  @media (min-width: 768px) and (max-width: 1149px) {
    .entry-closed {
      min-width: inherit;
      padding: 3px 8px; } }
  @media (max-width: 767px) {
    .entry-closed {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      min-width: 50px;
      height: 20px;
      min-height: inherit;
      padding: 5px;
      border-radius: 3px;
      padding: 5px 2px;
      font-size: 10px;
      font-size: 0.625rem; } }

.masseges .extra-ttl {
  min-height: 50px; }

/*
 js pulgin css
-------------------------------------------------- */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=slick.min.css.map */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -37px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #C8C8C8; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/*
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
background-color: #F09198;
}
:before
{
    //opacity: .75;
   // color: black;
	//background-color: #F09198;
}*/


/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}