@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%; }

body {
  margin: 0;
  padding: 0;
  line-height: 1; }

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit; }

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

a {
  color: inherit;
  text-decoration: none;
  border: medium; }

a:-webkit-any-link:focus-visible {
  outline-offset: 1px; }

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, select {
  vertical-align: middle; }

abbr[title], dfn[title] {
  cursor: help; }

del {
  text-decoration: line-through; }

ins {
  font-style: oblique;
  text-decoration: none; }

mark {
  background: transparent;
  font-style: normal; }

img {
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit; }

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

::selection {
  background: #d4dcd6; }

a {
  transition: .5s; }
  a:hover {
    opacity: 0.5; }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }

:target {
  scroll-margin-top: clamp(80px, calc(150 / 1800 * 100vw), 150px); }

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 80px; } }
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */ }

body,
html {
  height: auto; }

body {
  display: flex;
  flex-direction: column;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #333333;
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  line-height: 2em;
  letter-spacing: .05em;
  /*-webkit-text-size-adjust: 100%;*/
  /*-webkit-font-feature-settings: "palt";*/
  /*font-feature-settings: "palt";*/
  background: #FFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: .05em; }

th,
dt {
  font-family: "Noto Sans", sans-serif; }

.link {
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }

.no-link {
  pointer-events: none; }

a[href^="tel"] {
  cursor: default; }

p {
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  line-height: 2em; }

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 95%; }
  .container.wide {
    max-width: 1200px; }
  .container.narrow {
    max-width: 800px; }

@media (max-width: 800px) {
  .container {
    max-width: none;
    min-width: auto; }

  p {
    font-size: 14px; } }
/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  top: 0;
  width: 100%;
  margin: auto;
  background: none;
  z-index: 200;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
  .header .h-container {
    margin: auto;
    padding: 0; }
  .header .h-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #004098; }
  .header .h-logo {
    align-self: center;
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
    height: auto;
    z-index: 10;
    transition: 0.5s;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    font-size: 12px; }
    .header .h-logo .h-logo-link {
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .5s; }
      .header .h-logo .h-logo-link img {
        width: clamp(150px, calc(227 / 1800* 100vw), 227px);
        transition: .5s; }

@media (max-width: 800px) {
  .header .h-wrapper {
    padding: 10px; }
  .header .h-logo {
    padding: 0;
    z-index: 0; }
    .header .h-logo .h-logo-link img {
      width: 120px; } }
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.top-main .container {
  width: 100%;
  max-width: 1140px;
  margin: auto; }
.top-main .short + .short {
  padding-top: 50px; }
.top-main .t-h2 {
  text-align: center;
  color: #004098;
  font-size: clamp(3rem, calc(36 / 1140 * 100vw), 3.6rem);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
  line-height: 1.5; }
  .top-main .t-h2.marker {
    background: linear-gradient(transparent 50%, yellow 50%); }
.top-main .t-h3 {
  margin-bottom: 15px;
  font-size: clamp(2rem, calc(24 / 1140 * 100vw), 2.4rem);
  font-weight: bold;
  color: #333333;
  line-height: 1.5; }
.top-main .l-imgC {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto auto 30px;
  gap: 30px; }
  .top-main .l-imgC .l-img {
    width: 100%; }
    .top-main .l-imgC .l-img img {
      height: 100%;
      max-height: 320px;
      width: auto;
      border: 1px solid #ccc; }
    .top-main .l-imgC .l-img.flex {
      display: flex;
      gap: 30px;
      justify-content: center; }
  .top-main .l-imgC .l-desc {
    flex: 1; }
.top-main .l-imgL, .top-main .l-imgR {
  display: flex;
  width: 100%; }
  .top-main .l-imgL .l-img, .top-main .l-imgR .l-img {
    width: 50%; }
    .top-main .l-imgL .l-img img, .top-main .l-imgR .l-img img {
      max-width: 100%; }
    .top-main .l-imgL .l-img.flex, .top-main .l-imgR .l-img.flex {
      display: flex;
      gap: 20px; }
  .top-main .l-imgL .l-desc, .top-main .l-imgR .l-desc {
    flex: 1; }
.top-main .sec01 {
  padding: 60px 0; }
  .top-main .sec01 dl dt {
    color: #004098;
    font-size: 18px;
    font-size: clamp(1.6rem, calc(18 / 1140 * 100vw), 1.8rem);
    font-weight: bold;
    margin-bottom: 5px; }
  .top-main .sec01 dl dd {
    margin-bottom: 15px; }

@media (max-width: 800px) {
  .top-main .container {
    width: 95%;
    margin: auto; }
  .top-main .l-imgC {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto auto 30px;
    gap: 30px; }
    .top-main .l-imgC .l-img {
      width: 100%; }
      .top-main .l-imgC .l-img img {
        height: auto;
        width: 80%;
        border: 1px solid #ccc; }
      .top-main .l-imgC .l-img.flex {
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center; } }
/******
下層ページ
******/
/*------------------------------------------------------
下層レイアウト*
-----------------------------------------------------------*/
/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  position: relative;
  color: #fff;
  background: #045dab;
  z-index: 0; }
  .footer .container {
    position: relative;
    width: 100%;
    max-width: none;
    z-index: 1; }
  .footer .f-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 95%;
    max-width: 1024px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0; }
  .footer .f-copy {
    font-size: clamp(1rem, calc(13 / 1400 * 100vw), 1.3rem);
    line-height: calc(19 / 13 * 1em); }

@media (max-width: 800px) {
  .footer .f-wrapper {
    width: 95%;
    flex-direction: column; }
  .footer .f-copy {
    font-size: 13px;
    text-align: center; } }
/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
:root {
  --vw: 1vw;
  /*behavior.jsで定義*/
  --s100vw: calc(var(--vw) * 100);
  --s50vw: calc(var(--vw) * 50); }

.pc-only {
  display: block; }

.sp-only {
  display: none; }

.is-fixed {
  position: fixed; }

hr {
  max-width: 1024px;
  margin: 50px auto; }

.fade {
  transition: opacity .5s; }
  .fade:hover {
    opacity: .5; }

.fs11 {
  font-size: 11px; }

.bold,
strong {
  font-weight: bold; }

.red {
  color: #F44336; }

.marker {
  background: linear-gradient(transparent 70%, #FFE99F 30%); }

.notice {
  font-size: .8rem;
  text-indent: -1.6em;
  padding-left: 1.6em; }

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

.mbXS {
  margin-bottom: 5px !important; }

.mbS {
  margin-bottom: 15px !important; }

.mbM {
  margin-bottom: 30px !important; }

.mbL {
  margin-bottom: 60px !important; }

.mbXL {
  margin-bottom: 90px !important; }

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

.pb0 {
  padding-bottom: 0 !important; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.reverse {
  flex-direction: row-reverse; }

@media (max-width: 800px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; }

  .sp-tac {
    text-align: center !important; }

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

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

  .mbL {
    margin-bottom: 30px !important; }

  .mbXL {
    margin-bottom: 50px !important; } }
/*ボタン*/
.btn-more,
.btn-icon,
.btn-tel,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  padding: 0 20px 1px;
  transition: opacity 0.5s; }
  .btn-more:hover,
  .btn-icon:hover,
  .btn-tel:hover,
  .btn-line:hover {
    opacity: 0.5; }

.btn-more {
  display: grid;
  justify-content: center;
  position: relative;
  width: 337px;
  height: 63px;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #004098;
  border-radius: 100vh;
  border: 1px solid #004098;
  background: #FFF;
  transition: .5s; }
  .btn-more::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 6px;
    height: 10px;
    margin-right: calc(20 / 337 * 100%);
    background: url(../images/share/btn_arrow.svg) no-repeat center/contain; }

.btn-tel {
  background: #333;
  color: #fff; }
  .btn-tel i {
    font-size: 10px;
    margin-right: 10px; }

.btn-icon {
  background: #6A9D89;
  color: #fff; }
  .btn-icon img {
    margin-right: 10px; }

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px; }
  .btn-line img {
    line-height: 1;
    margin: 0 10px 0 -20px; }

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .btn-wrap.center {
    justify-content: center; }

@media (max-width: 800px) {
  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%; }

  .btn-wrap {
    display: grid;
    width: 100%; }

  .btn-more {
    width: 100%;
    font-size: 14px; }
    .btn-more::before {
      width: 15%; }
    .btn-more::after {
      width: 92.5%; } }
/*診療カレンダー*/
.business-calendar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin: 0; }
  .business-calendar-box > div {
    display: grid;
    justify-items: center;
    width: 100%;
    padding: 25px 10px 10px;
    background: #FFF;
    border-radius: 20px 20px 0 0; }
    .business-calendar-box > div::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: calc(100% - 40px);
      height: 1px;
      background: #004098; }

.business-calendar {
  text-align: center;
  border-top: 0 !important;
  border-left: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: none; }
  .business-calendar caption {
    position: relative;
    height: auto;
    padding: 0 0 10px;
    margin: 0 auto 4px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.5rem, calc(18 / 1400 * 100vw), 1.8rem);
    line-height: calc(26 / 18 * 1em);
    color: #333333;
    text-align: center;
    border: 0;
    border-bottom: 0px solid #D7D9E2;
    background: none; }
    .business-calendar caption::after {
      content: none;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: url(../images/share/deco_border.svg) repeat-x top left/contain; }
    .business-calendar caption span {
      display: grid;
      align-items: center;
      position: absolute;
      top: 0;
      width: 32px;
      height: 100%;
      color: #f8b43a;
      line-height: 1;
      font-size: 25px;
      vertical-align: -1px; }
  .business-calendar tr {
    height: 38px;
    border-bottom: 0px solid #DDDDDD; }
  .business-calendar td {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
    font-weight: 400;
    padding: 6px;
    background: none;
    background-clip: padding-box;
    border: 1px solid #E1E5E1;
    z-index: 0; }
    .business-calendar td:nth-last-of-type(1) {
      border-right: 0px solid #DDDDDD; }
    .business-calendar td::before {
      content: "";
      background: #ccc;
      border-radius: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0; }
  .business-calendar thead {
    position: relative;
    border-bottom: 0px solid #DED9D3;
    background: #FFF; }
    .business-calendar thead tr {
      border-top: 0px solid #DDDDDD; }
    .business-calendar thead th {
      width: 14%;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
      letter-spacing: 0.1em;
      font-weight: 400;
      color: #51A3C0;
      text-align: center;
      padding: 0;
      border: 0;
      background: none; }
      .business-calendar thead th:nth-last-of-type(1) {
        border-right: 0px solid #DDDDDD; }
  .business-calendar tbody {
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(1.3rem, calc(15 / 1024 * 100vw), 1.5rem);
    line-height: calc(29 / 15 * 1em);
    background: #FFF; }
    .business-calendar tbody tr {
      height: 41px;
      border-bottom: 0px solid #DED9D3; }
    .business-calendar tbody tr:nth-last-of-type(1) {
      border-bottom: 0px solid #DDDDDD; }

.business-calendar-past a,
.business-calendar-future a {
  cursor: pointer;
  position: relative;
  width: 7px;
  height: 12px;
  text-indent: 100%;
  overflow: hidden; }
  .business-calendar-past a::before,
  .business-calendar-future a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #71B6CE;
    clip-path: polygon(0 0, 100% 50%, 0 100%); }

.business-calendar-future {
  right: 7%;
  margin: 0;
  transform: translate(0, -4px); }
  .business-calendar-future a::before {
    right: 0;
    transform: rotate(0deg); }

.business-calendar-past {
  left: 7%;
  margin: 0;
  transform: translate(0, -4px); }
  .business-calendar-past a::before {
    left: 0;
    transform: rotate(180deg); }

.business-calendar .today {
  text-decoration: underline;
  background: none;
  opacity: 0.5; }

.business-calendar .attr0,
.business-calendar .attr1,
.business-calendar .attr2 {
  background: none; }
  .business-calendar .attr0::before,
  .business-calendar .attr1::before,
  .business-calendar .attr2::before {
    border-radius: 0;
    opacity: 1; }

.business-calendar .attr0,
.business-calendar .attr1,
.business-calendar .attr2 {
  color: #fff; }

.business-calendar .attr0::before {
  background: #EC727E; }

.business-calendar .attr1::before {
  background: #00AFA7; }

.business-calendar .attr2::before {
  background: #888888; }

.list-event {
  display: flex; }
  .list-event li {
    font-size: 15px;
    line-height: 1;
    margin: 0 20px 0 0; }
  .list-event i {
    margin: 0 5px 0 0; }
  .list-event .event01 {
    color: #EF866B; }
  .list-event .event02 {
    color: #F7B46B; }
  .list-event .event03 {
    color: #A8DBA8; }
  .list-event .event04 {
    color: #B0D7D5; }

.business-calendar-attribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0px;
  row-gap: 10px;
  margin: 11px 0 0;
  padding: 0; }
  .business-calendar-attribute li {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: .25em;
    padding: 0 1em 0 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: clamp(1.4rem, calc(16 / 1024 * 100vw), 1.6rem);
    line-height: calc(22 / 16 * 1em);
    list-style: none;
    background: none; }
    .business-calendar-attribute li::before {
      content: "";
      display: block;
      position: relative;
      width: 15px;
      height: 15px;
      border-radius: 0; }
    .business-calendar-attribute li.attr0 {
      color: #333333;
      background: none; }
      .business-calendar-attribute li.attr0::before {
        background: #EC727E; }
    .business-calendar-attribute li.attr1 {
      color: #333333;
      background: none; }
      .business-calendar-attribute li.attr1::before {
        background: #00AFA7; }
    .business-calendar-attribute li.attr2 {
      color: #333333;
      background: none; }
      .business-calendar-attribute li.attr2::before {
        background: #888888; }
  .business-calendar-attribute .cal-append-txt a {
    text-decoration: underline; }

@media (max-width: 800px) {
  .business-calendar-box {
    display: block;
    margin: 0;
    padding: 0; }
    .business-calendar-box > div {
      padding: 20px 2.5vw; }
      .business-calendar-box > div + div {
        margin-top: 15px; }
    .business-calendar-box .list-event {
      display: block; }
      .business-calendar-box .list-event li + li {
        margin-top: 5px; }

  .business-calendar {
    margin-bottom: 0; }
    .business-calendar caption {
      font-size: 16px; }
    .business-calendar thead th {
      font-size: 11px; }
    .business-calendar tbody td {
      font-size: 13px; }

  .business-calendar-attribute {
    font-size: 13px;
    margin: 15px 0 0; } }
/*診療時間*/
.time-table {
  color: #333333;
  text-align: center;
  padding: 0;
  border-radius: 10px 10px 0 0;
  border: 0px solid #004098;
  background: none;
  overflow: hidden; }

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: max(calc(135 / 490 * 100%), 100px) repeat(6, 1fr) calc(70 / 490 * 100%);
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(1.3rem, calc(16 / 1400 * 100vw), 1.6rem); }
  .time-table-head .item,
  .time-table-body .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: clamp(1rem, calc(15 / 1200 * 100vw), 1.5rem);
    line-height: calc(20 / 15 * 1em);
    font-weight: 500;
    color: #333333;
    padding: calc(15 / 15 * 1em) 0 calc(15 / 15 * 1em); }
    .time-table-head .item:first-child,
    .time-table-body .item:first-child {
      border-right: 0px solid #B7B2A5; }
    .time-table-head .item:nth-last-of-type(1),
    .time-table-body .item:nth-last-of-type(1) {
      padding-right: calc(24 / 70 * 100%); }

.time-table-head {
  background: #004098; }
  .time-table-head .item {
    font-family: "Noto Serif JP", serif;
    font-weight: bolder;
    color: #FFF; }

.time-table-body {
  border-bottom: 0px solid #E1E5E1;
  background: #FFF; }
  .time-table-body:nth-of-type(1) {
    border-bottom: 1px solid #E1E5E1; }
  .time-table-body .item {
    font-family: "Noto Serif JP", serif;
    color: #004098;
    font-weight: 400; }
    .time-table-body .item:first-child {
      color: #333333;
      letter-spacing: 0; }
      .time-table-body .item:first-child span {
        display: block; }

.time-table-wrap span {
  display: block; }
.time-table-wrap .gr {
  color: #004098; }
.time-table-wrap .txt {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  line-height: 2em;
  color: #333333;
  margin-top: 1em; }
  .time-table-wrap .txt + .txt {
    margin-top: calc(8 / 15 * 1em); }
  .time-table-wrap .txt .gr {
    display: inline-block; }

@media (max-width: 800px) {
  .time-table {
    padding: 0; }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 100px repeat(6, 1fr) 50px !important;
    padding: 0;
    min-height: 45px; }
    .time-table-head .item,
    .time-table-body .item {
      font-size: 13px;
      line-height: calc(15 / 13 * 1em); }
      .time-table-head .item:nth-last-of-type(1),
      .time-table-body .item:nth-last-of-type(1) {
        padding-right: 10px; }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px; }
    .time-table-body .item:first-child {
      letter-spacing: 0; }
      .time-table-body .item:first-child span {
        display: block; }
      .time-table-body .item:first-child span.jp {
        font-size: 12px;
        line-height: calc(15 / 13 * 1em); }
  .time-table-body .time-table-wrap .txt {
    margin-top: 15px; }
    .time-table-body .time-table-wrap .txt span {
      font-size: 12px; }

  .time-table-wrap .txt {
    font-size: 13px;
    margin-top: 10px; }
    .time-table-wrap .txt.btm span:nth-of-type(1) {
      line-height: 2em; } }
/*-----------------------------------------------------------
Inview
-----------------------------------------------------------*/
.inview {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s ease-out; }

.inview_on {
  transform: translateY(0);
  opacity: 1; }

@media (max-width: 800px) {
  .inview {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.75s ease-out; }

  .inview_on {
    transform: translateY(0);
    opacity: 1; } }
/*------------
Splide
--------------*/
.splide .splide__arrow--prev svg {
  transform: rotate(180deg); }
.splide .splide__arrow svg {
  fill: #f8b43a !important; }
.splide .splide__arrow--prev::after,
.splide .splide__arrow--next::after {
  content: none !important; }

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px); }
  .js-fadein.is-show {
    opacity: 1;
    transform: translateY(0); }
