@charset "UTF-8";
/*
Theme Name: Mori eye clinic
Theme URL: 
Description: 盛眼科医院用テーマ。
Author: Mori Eye Cinic
Version: Ver 1.0.1
*/
/* --------------------------------------------
/	CSS設定
---------------------------------------------- */
/* Reset.css */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&family=Zen+Maru+Gothic:wght@400;500&display=swap");
body {
  /* Safari: 勝手にフォントサイズを大きくしない */
  -webkit-text-size-adjust: 100%; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: bottom; }

/*  ---- 表示 */
@media (max-width: 767px) {
  .sp-none {
    display: none !important; }

  .sp-only {
    display: block; }

  .tab-only {
    display: none; }

  .pc-only {
    display: none; }

  .sptab-none {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none; }

  .sp-only {
    display: none; }

  .tab-only {
    display: block; }

  .pc-only {
    display: none; }

  .sptab-none {
    display: none; }

  .tabpc-none {
    display: none; } }
@media (min-width: 1280px) {
  .pc-none {
    display: none; }

  .sp-only {
    display: none; }

  .tab-only {
    display: none; }

  .pc-only {
    display: block; }

  .tabpc-none {
    display: none; } }
img {
  max-width: 100%;
  height: auto; }

a {
  color: #00100e;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all .4s;
    transition: all .4s; }

@media (min-width: 1280px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    text-decoration: none !important;
    color: #00100e !important; } }
@media (max-width: 767px) {
  a[href^="tel:"] {
    color: #00100e !important;
    text-decoration: none !important; } }
/*  -------------------------------- ベース */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px; }

html, body {
  height: 100%;
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

body {
  position: relative;
  line-height: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif; }

.base-cont {
  width: 100%; }
  @media (min-width: 1280px) {
    .base-cont {
      width: calc(100% - 90px); } }

@media (min-width: 1280px) {
  .layout {
    display: block; } }

/*  --------------------------------ヘッダー */
@media (max-width: 1279px) {
  .site-header {
    height: 70px;
    display: flex;
    align-items: center; } }

.logo img {
  height: auto; }
  @media (min-width: 1280px) {
    .logo img {
      width: 200px;
      display: block;
      margin: 0 auto;
      margin-top: 2em;
      margin-bottom: 2em; } }
  @media (max-width: 1279px) {
    .logo img {
      margin-right: auto;
      width: 180px; } }

/*  ----------------------------------------サイドバー */
.sidebar {
  overflow-y: auto; }
  @media (min-width: 1280px) {
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: clamp(220px, 22vw, 270px);
      height: 100vh; } }
  .sidebar__in {
    width: 86%;
    margin: 0 auto; }

/*  ------------------------------------------------ フッター設定 */
.content-footer {
  position: relative;
  width: 100%;
  background: #8dbfa3;
  margin-top: 150px;
  padding-top: 3em; }
  .content-footer__ly {
    padding: 2em 1em;
    background: #fff;
    width: 94%;
    border-radius: 0 30px 0 0; }
    @media (min-width: 1280px) {
      .content-footer__ly {
        width: 80%;
        padding: 3em 4em; } }
  .content-footer__inner {
    display: flex;
    flex-wrap: wrap; }

#Top .content-footer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 101%;
  top: -150px;
  height: 150px;
  background: url("../img/cont/bg-footer_top.svg") no-repeat center bottom;
  background-size: 100% 100%; }

#Kaso .content-footer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 101%;
  top: -150px;
  height: 150px;
  background: url("../img/cont/bg-footer.svg") no-repeat center bottom;
  background-size: 100% 100%; }

.footer-info {
  width: 100%; }
  @media (min-width: 1280px) {
    .footer-info {
      width: 60%; } }

.footer-link {
  width: 100%; }
  .footer-link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer-link ul a:hover {
      text-decoration: underline; }
  @media (max-width: 1279px) {
    .footer-link {
      margin-top: 2em; } }
  @media (min-width: 1280px) {
    .footer-link {
      width: 35%;
      margin-left: 5%; } }

.footer-logo {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 2em; }

.footer-tel {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin: 0.5em 0 1.5em 0; }
  .footer-tel a {
    color: #008c00 !important; }
  .footer-tel span {
    font-size: 2rem; }

.cppylight {
  color: #008c00;
  border-top: 1px solid #008c00;
  padding-top: 1em;
  margin: 0 auto;
  margin-top: 2em !important;
  text-align: center; }

@media (min-width: 1280px) {
  .content {
    margin-left: clamp(220px, 22vw, 270px);
    min-height: 100vh; } }

.content-body {
  background: #eff8f8; }
  @media (max-width: 1279px) {
    .content-body {
      padding-top: 2em; } }

#Kaso .content-body {
  padding-bottom: 2em; }

@media (max-width: 1279px) {
  .pagecontents-area {
    background: url("../img/cont/ftp-bg02.png") no-repeat 0% 15%/300px, url("../img/cont/ftp-bg03.png") no-repeat 100% 30%/300px; } }
@media (min-width: 1280px) {
  .pagecontents-area {
    background: url("../img/cont/ftp-bg02.png") no-repeat 5% 15%, url("../img/cont/ftp-bg03.png") no-repeat 95% 30%; } }

.maincont {
  margin-top: 4em; }

.sec-lev1 {
  width: 100%;
  margin-bottom: 80px; }
  @media (min-width: 1280px) {
    .sec-lev1 {
      margin-bottom: 120px; } }
  .sec-lev1 p:not(:last-child) {
    margin-bottom: 1.5em; }

.sec-lev2 {
  width: 95%;
  margin: 0 auto 70px; }
  .sec-lev2 p:not(:last-child) {
    margin-bottom: 1.5em; }
  @media (max-width: 767px) {
    .sec-lev2 {
      width: 100%; } }

.sec-lev3 {
  margin: 0 auto 50px; }
  .sec-lev3 p:not(:last-child) {
    margin-bottom: 1.5em; }
  @media (max-width: 767px) {
    .sec-lev3 {
      width: 100%; } }

.pagetitle-area {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  border: 6px solid #008c00;
  position: relative; }
  @media (min-width: 1280px) {
    .pagetitle-area {
      height: 400px; } }
  @media (max-width: 1279px) {
    .pagetitle-area {
      height: 230px; } }
  .pagetitle-area__text {
    color: #008c00;
    background: #eff8f8;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    padding: 2em 0;
    border-radius: 20px 20px 0px 0px;
    border: 6px solid #008c00;
    border-bottom: 6px solid #eff8f8;
    width: 75%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 1280px) {
      .pagetitle-area__text {
        width: 800px;
        height: 150px;
        padding: 4em 0; } }
    .pagetitle-area__text h1 {
      font-weight: 500;
      text-align: center;
      line-height: 1em;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 1.5625rem; }
      .pagetitle-area__text h1 span {
        font-size: 0.9375rem;
        display: block; }
      @media (min-width: 1280px) {
        .pagetitle-area__text h1 {
          font-size: 2.5rem; } }

.bk-about {
  background: url("../img/cont/h1/h1_about.jpg") no-repeat top center;
  background-size: cover; }

.bk-first {
  background: url("../img/cont/h1/h1_first.jpg") no-repeat top center;
  background-size: cover; }

.bk-treatment {
  background: url("../img/cont/h1/h1_treatment.jpg") no-repeat top center;
  background-size: cover; }

.bk-glaucoma {
  background: url("../img/cont/h1/h1_glaucoma.jpg") no-repeat top center;
  background-size: cover; }

.bk-macular {
  background: url("../img/cont/h1/h1_macular.jpg") no-repeat top center;
  background-size: cover; }

.bk-cataract {
  background: url("../img/cont/h1/h1_cataract.jpg") no-repeat top center;
  background-size: cover; }

.bk-myopia {
  background: url("../img/cont/h1/h1_myopia.jpg") no-repeat top center;
  background-size: cover; }

.bk-access {
  background: url("../img/cont/h1/h1_access.jpg") no-repeat top center;
  background-size: cover; }

.lev2-tit {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: center;
  font-size: 1.625rem;
  align-items: center; }
  .lev2-tit span {
    padding: 0 20px; }
  .lev2-tit::before, .lev2-tit::after {
    content: "";
    height: 3px;
    width: 10%;
    background: #008c00; }
  @media (min-width: 1280px) {
    .lev2-tit {
      font-size: 2.25rem; } }

.lev3-tit {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 1.5rem;
  background: #f1f9f5;
  border-top: 1px solid #008c00;
  border-bottom: 1px solid #008c00;
  padding: 1em;
  position: relative; }
  .lev3-tit::before {
    content: "●";
    color: #008c00;
    margin-right: .5em; }
  .lev3-tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #8dbfa3; }

.lev4-tit {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 1.375rem;
  position: relative;
  padding-left: 1em; }
  .lev4-tit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 26px;
    background: #008c00; }

.breadcrumb {
  padding: 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 90%;
  margin: 0 auto; }
  .breadcrumb nav {
    display: flex;
    justify-content: flex-end; }
  .breadcrumb__in {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
  .breadcrumb a {
    color: #008c00; }

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em;
  /* 記号の左右の余白 */
  color: #777;
  /* 記号の色 */ }

.spFooter-btn {
  background: #008c00;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: 1005; }
  @media (min-width: 1280px) {
    .spFooter-btn {
      display: none !important; } }
  .spFooter-btn ul {
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 10px; }
    .spFooter-btn ul li {
      text-align: center;
      border-radius: 8px; }
      .spFooter-btn ul li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: block;
        text-decoration: none;
        font-size: 1rem; }
        .spFooter-btn ul li a i {
          margin-right: .3em;
          font-size: 1.2em;
          color: #008c00; }
  .spFooter-btn__first, .spFooter-btn__access {
    flex: 1;
    background: #fff; }
  .spFooter-btn__tel {
    width: 40px;
    flex-shrink: 0;
    background: #ffdc7c; }

.spFooter-btn__tel {
  width: 40px;
  flex-shrink: 0;
  background: #ffdc7c; }
  .spFooter-btn__tel a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0; }
  .spFooter-btn__tel i {
    font-size: 30px;
    color: #008c00;
    line-height: 1; }

@media (min-width: 1280px) {
  .menuSp {
    display: none; } }

/* ===============================
   ハンバーガーボタン
=============================== */
.openbtn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  z-index: 9999;
  cursor: pointer;
  /* × に変化 */ }
  @media (min-width: 1280px) {
    .openbtn {
      display: none; } }
  .openbtn span {
    display: block;
    position: absolute;
    left: 8px;
    width: 26px;
    height: 2px;
    background: #008c00;
    border-radius: 2px;
    transition: all .4s ease; }
  .openbtn span:nth-child(1) {
    top: 11px; }
  .openbtn span:nth-child(2) {
    top: 20px; }
  .openbtn span:nth-child(3) {
    top: 29px; }
  .openbtn.active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg); }
  .openbtn.active span:nth-child(2) {
    opacity: 0; }
  .openbtn.active span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg); }

/* ===============================
   スマホメニュー
=============================== */
.menuSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.97);
  z-index: 9990;
  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
  /* ロゴ（上） */
  /* メニュー中央 */
  /* active時に表示 */
  /* TEL（下） */ }
  .menuSp.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .menuSp__in {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 40px 20px; }
  .menuSp-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    flex-shrink: 0;
    position: relative;
    z-index: 2; }
    .menuSp-logo img {
      display: inline-block;
      /* ← block だと崩れる場合あり */
      max-width: 220px;
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .menuSp ul {
    padding: 0;
    margin: 0;
    width: 80%;
    max-width: 500px;
    margin: 0 auto; }
  .menuSp li {
    text-align: left;
    list-style: none;
    margin-bottom: 18px;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #008c00;
    /* ふわっと表示 */
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s ease; }
    .menuSp li a {
      position: relative; }
      .menuSp li a::before {
        content: "\f105";
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        color: #008c00;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
  .menuSp a {
    font-size: 18px;
    color: #333;
    display: block;
    text-decoration: none;
    letter-spacing: 0.08em; }
  .menuSp.active li {
    opacity: 1;
    transform: translateY(0); }
  .menuSp.active li:nth-child(1) {
    transition-delay: .1s; }
  .menuSp.active li:nth-child(2) {
    transition-delay: .2s; }
  .menuSp.active li:nth-child(3) {
    transition-delay: .3s; }
  .menuSp.active li:nth-child(4) {
    transition-delay: .4s; }
  .menuSp.active li:nth-child(5) {
    transition-delay: .5s; }
  .menuSp.active li:nth-child(6) {
    transition-delay: .6s; }
  .menuSp.active li:nth-child(7) {
    transition-delay: .7s; }
  .menuSp.active li:nth-child(8) {
    transition-delay: .8s; }
  .menuSp-tel {
    margin-top: 20px;
    width: 80%; }
    .menuSp-tel a {
      font-size: 1.125rem;
      text-decoration: none;
      display: inline-block;
      color: #008c00 !important;
      padding: 0.8em;
      display: block;
      border-radius: 8px;
      border: 1px dashed #008c00;
      background: #eff8f8; }
    .menuSp-tel span {
      font-size: 1.5rem;
      font-weight: bold;
      margin-left: 6px; }

/* ===============================
   PCメニュー
=============================== */
@media (max-width: 1279px) {
  .menuPc, .menuPc-sub, .side-tel {
    display: none; } }

.menuPc {
  margin-bottom: 1em;
  font-size: 1.125rem; }
  .menuPc li {
    margin-bottom: 0.4em; }
    .menuPc li a {
      position: relative;
      padding-left: 20px;
      display: inline-block;
      color: #333;
      text-decoration: none;
      transition: all 0.3s ease; }
      .menuPc li a::before {
        content: "\f105";
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        color: #008c00;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease; }
      .menuPc li a:hover {
        color: #008c00;
        transform: translateX(4px); }
      .menuPc li a:hover::before {
        left: 4px; }

.menuPc-sub {
  margin: 0 auto;
  margin-bottom: 2em;
  font-size: 1.0625rem; }
  .menuPc-sub li {
    border-bottom: 3px solid #008c00;
    display: inline-block;
    margin: 0 0.5em; }
    .menuPc-sub li a {
      text-decoration: none;
      color: #333;
      transition: 0.3s; }
      .menuPc-sub li a:hover {
        color: #008c00;
        opacity: 0.8; }

/* ===============================
   TEL
=============================== */
.side-tel {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500; }
  .side-tel a {
    color: #008c00 !important;
    padding: 0.3em 0.5em;
    display: block;
    border-radius: 8px;
    border: 1px dashed #008c00;
    background: #eff8f8; }
  .side-tel span {
    font-size: 1.5625rem; }

/* ===============================
  ページ内ナビ
=============================== */
.pagein-link {
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 1.5em;
  margin-bottom: 3em; }
  .pagein-link dt {
    font-weight: bold;
    color: #008c00;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.375rem;
    margin-bottom: .5em; }
    .pagein-link dt::before {
      content: "●";
      color: #8dbfa3;
      margin-right: 5px; }
  .pagein-link dd {
    border: 1px dashed #008c00;
    background: #fff;
    border-radius: 6px; }
    .pagein-link dd a {
      display: inline-block;
      position: relative;
      color: #00100e;
      text-decoration: none;
      padding-right: 1.5em; }
      .pagein-link dd a::after {
        content: "\f107";
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #008c00; }
  @media (max-width: 1279px) {
    .pagein-link {
      width: 100%;
      font-size: 1rem; }
      .pagein-link dt {
        position: relative; }
      .pagein-link dd {
        border-top: 1px #008c00 solid; }
        .pagein-link dd li {
          position: relative; }
          .pagein-link dd li a {
            padding: 0.8em;
            display: block; }
            .pagein-link dd li a::after {
              right: 10px; }
            .pagein-link dd li a:hover {
              background: #f1f9f5; }
          .pagein-link dd li:not(:last-child) {
            border-bottom: 1px #c3d3c3 solid; } }
  @media (min-width: 1280px) {
    .pagein-link dd {
      padding: 1.5em; }
    .pagein-link li {
      display: inline;
      margin-right: 1.5em;
      line-height: 1;
      white-space: nowrap; }
      .pagein-link li a {
        color: #00100e;
        text-decoration: none;
        font-weight: 500; }
        .pagein-link li a:hover {
          text-decoration: underline; } }

.swiper {
  height: 100%;
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  height: 80vh;
  overflow: hidden;
  border: 6px solid #008c00;
  border-radius: 50px; }
  @media (max-width: 1279px) {
    .swiper {
      width: 90vw;
      height: 70vh;
      border-radius: 30px; } }

.swiper-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: left; }
  @media (max-width: 1279px) {
    .swiper-wrap {
      display: flex; } }

@keyframes zoom-in {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both; }

.swiper-slide {
  position: relative;
  height: 100%; }
  .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.2); }

.slide-text {
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  z-index: 500;
  top: 10%;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.slide-text span {
  display: inline-block;
  width: fit-content;
  width: auto;
  max-width: max-content;
  background: #fff;
  padding: 10px 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: nowrap; }

@media (max-width: 1279px) {
  .slide-text {
    display: flex;
    flex-direction: row-reverse;
    /* 右から並ぶ */
    justify-content: flex-start;
    gap: 10px; }

  .slide-text span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
    width: auto;
    height: fit-content;
    background: #fff;
    padding: 10px 8px; } }
.pr-main {
  font-size: 1.25rem; }
  @media (min-width: 1600px) {
    .pr-main {
      font-size: 3.125rem; } }

.pr-sub01, .pr-sub02 {
  font-size: 0.875rem; }
  @media (min-width: 1600px) {
    .pr-sub01, .pr-sub02 {
      display: block;
      font-size: 2.1875rem; } }

.slide-img {
  height: 100%; }

.slide-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover; }

.my-next::after, .my-prev::after {
  color: #008c00; }

.swiper-slide {
  position: relative; }

.pr-txt {
  width: 95%;
  margin: 0 auto;
  padding: 1em; }

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #008c00 !important; }

/* ---------------------------お知らせ */
.news {
  box-shadow: 4px 2px 6px rgba(80, 105, 80, 0.3);
  display: flex;
  z-index: 10;
  align-items: center;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  width: 60%;
  height: 250px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 10; }
  @media (max-width: 1279px) {
    .news {
      width: 90%;
      height: 200px; } }
  .news__in {
    width: 90%;
    overflow: auto;
    scrollbar-color: #008c00 #eff8f8;
    scrollbar-width: thin;
    height: 180px; }
    @media (min-width: 1280px) {
      .news__in {
        height: 230px;
        padding: 1em; } }

.news-box {
  padding: 0.5em;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 1280px) {
    .news-box {
      display: flex; } }

.news__tit {
  width: 10%;
  position: relative;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  @media (max-width: 1279px) {
    .news__tit {
      width: 20%; } }
  .news__tit h2 {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .news__tit i {
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    color: white;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5625rem;
    width: 35px;
    height: 35px;
    line-height: 1; }
    @media (min-width: 1280px) {
      .news__tit i {
        font-size: 1.875rem;
        width: 45px;
        height: 45px; } }
    .news__tit i::before {
      content: "";
      position: absolute;
      inset: 0;
      background: #008c00;
      border-radius: 50%;
      z-index: -1; }

.news-box__date {
  color: #888;
  padding-right: 1em; }

/* ---------------------------共通 */
[class*="top-"] h2 {
  color: #008c00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  margin-bottom: 2rem; }
  [class*="top-"] h2 span {
    padding-left: 40px;
    position: relative; }
    @media (min-width: 1280px) {
      [class*="top-"] h2 span {
        padding-left: 60px; } }
    [class*="top-"] h2 span::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      background: url("../img/com/h2-icon.svg") no-repeat center/contain;
      width: 35px;
      height: 35px; }
      @media (min-width: 1280px) {
        [class*="top-"] h2 span::before {
          width: 50px;
          height: 50px; } }
  @media (min-width: 1280px) {
    [class*="top-"] h2 {
      font-size: 2.5rem;
      margin-bottom: 4rem; } }

[class*="top-"] .base-box {
  margin: 0 auto;
  padding: 2em 0; }
  @media (min-width: 1280px) {
    [class*="top-"] .base-box {
      padding: 5em 0; } }

/* ---------------------------当院の特徴 */
.top-features {
  padding-top: 6em; }
  @media (max-width: 1279px) {
    .top-features {
      background: url("../img/cont/ftp-bg01.png") no-repeat 90% 2%/400px; } }
  @media (min-width: 1280px) {
    .top-features {
      background: url("../img/cont/ftp-bg01.png") no-repeat 70% 5%, url("../img/cont/ftp-bg02.png") no-repeat 5% 50%, url("../img/cont/ftp-bg03.png") no-repeat 95% 80%;
      margin-top: 10em;
      margin-bottom: -100px; } }
  .top-features h2 {
    text-align: center; }
  .top-features .cont-titarea {
    margin-top: 6rem; }

.ftr-area {
  width: 100%;
  margin-bottom: 3rem;
  width: 100%; }
  @media (min-width: 1280px) {
    .ftr-area {
      margin-bottom: 5rem;
      display: flex; } }
  .ftr-area picture {
    width: 100%; }
    .ftr-area picture img {
      width: 100%; }
    @media (min-width: 1280px) {
      .ftr-area picture {
        border-radius: 15px;
        width: 50%; } }
  .ftr-area__in {
    position: relative;
    background: #fff;
    box-shadow: 4px 2px 6px rgba(80, 105, 80, 0.3); }
    .ftr-area__in h2 {
      color: #00100e;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 1.875rem;
      line-height: 3rem;
      margin: 0 0 0.5em 0.5em;
      padding-top: 1em;
      text-align: left; }
      @media (max-width: 767px) {
        .ftr-area__in h2 {
          font-size: 1.625rem; } }
  @media (max-width: 1279px) {
    .ftr-area__in {
      width: 100%;
      padding: 3em 2em;
      border-radius: 0px 0px 15px 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .ftr-area picture {
      width: 100%;
      height: 250px;
      object-fit: cover; } }
  @media (min-width: 1280px) {
    .ftr-area__in {
      border-radius: 15px;
      width: 50%;
      height: 90%;
      margin-top: 2em;
      padding: 3em 4em !important;
      position: relative; } }
  .ftr-area .ftr-num {
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    color: #008c00;
    background-color: #ffffff;
    background-image: linear-gradient(-45deg, #008c00 10%, transparent 10%, transparent 50%, #008c00 50%, #008c00 60%, transparent 60%, transparent);
    background-size: 10px 10px;
    height: 0.5em; }
  .ftr-area .ftr-num::before {
    content: attr(data-title);
    position: absolute;
    left: 0em;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 10px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1; }

@media (min-width: 1280px) {
  .ftr-area:nth-child(even) {
    flex-direction: row-reverse; } }

@media (min-width: 1280px) {
  .ftr-area:nth-child(even) .ftr-area__in {
    padding-right: 0;
    margin-right: -5%;
    /* テキストと画像を5%重ねる */ } }

@media (min-width: 1280px) {
  .ftr-area:nth-child(odd) .ftr-area__in {
    padding-left: 0;
    margin-left: -5%;
    /* テキストと画像を5%重ねる */ } }

/* ---------------------------診療案内 */
.top-guide {
  width: 100%;
  background: #fff; }
  .top-guide__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; }

.top-guide-l {
  width: 100%; }
  @media (min-width: 1280px) {
    .top-guide-l {
      width: 30%;
      margin-right: 5%; } }

.top-guide-r {
  width: 100%; }
  @media (min-width: 1280px) {
    .top-guide-r {
      width: 65%; } }

.clinic-timetb {
  width: 100%;
  border: 3px solid #008c00;
  font-size: 1.0625rem;
  margin-bottom: 1.5em; }
  .clinic-timetb th, .clinic-timetb td {
    background: #fff;
    text-align: center;
    border: 1px solid #c3d3c3;
    padding: 10px; }
  .clinic-timetb thead {
    background: #eff8f8; }
    .clinic-timetb thead th, .clinic-timetb thead td {
      background: #eff8f8; }
  .clinic-timetb tbody td {
    color: #008c00; }
    .clinic-timetb tbody td span {
      color: #00100e; }
  @media (min-width: 1280px) {
    .clinic-timetb {
      font-size: 1.25rem; } }

.box-line {
  background: #eff8f8;
  padding: 1.5rem; }
  @media (min-width: 1280px) {
    .box-line__txt {
      width: 80%; }
    .box-line__img {
      width: 15%; } }

/* ---------------------------主な治療 */
.top-treatment {
  background: url("../img/cont/bg-patarn.jpg");
  background-repeat: repeat; }
  .top-treatment h2 {
    text-align: center; }
  .top-treatment__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%; }

.treat-box {
  width: 100%;
  border: 4px solid #008c00;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 2em; }
  .treat-box h3 {
    color: #008c00;
    font-size: 1.875rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em; }
  .treat-box i {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    z-index: 1;
    margin: 0 auto; }
    .treat-box i::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 50px;
      background: #fff;
      border-radius: 80px 80px 0 0;
      z-index: -1; }
    .treat-box i img {
      display: block;
      width: 50px;
      height: auto; }
  .treat-box__img {
    position: relative; }
  .treat-box__txt {
    background: #fff;
    padding: 2em; }
  .treat-box .btn-base {
    margin-top: 1em; }
  @media (min-width: 1280px) {
    .treat-box {
      width: calc((100% - 4%) / 2); } }

#top-treat__glaucoma .treat-box__img {
  background-size: cover;
  background-position: center 90%;
  height: 250px;
  background: url("../img/cont/toptreat01.jpg") no-repeat; }

#top-treat__macular .treat-box__img {
  background-size: cover;
  background-position: center center;
  height: 250px;
  background: url("../img/cont/toptreat02.jpg") no-repeat; }

#top-treat__cataract .treat-box__img {
  background-size: cover;
  background-position: center center;
  height: 250px;
  background: url("../img/cont/toptreat03.jpg") no-repeat; }

#top-treat__myopia .treat-box__img {
  background-size: cover;
  background-position: center 90%;
  height: 250px;
  background: url("../img/cont/toptreat04.jpg") no-repeat; }

/* ---------------------------アクセス */
.top-access {
  background: #fff; }
  .top-access__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; }

.top-access-l {
  width: 100%; }
  @media (min-width: 1280px) {
    .top-access-l {
      width: 40%;
      margin-right: 5%; } }

.top-access-r {
  width: 100%;
  margin-bottom: 1em; }
  @media (min-width: 1280px) {
    .top-access-r {
      width: 55%; } }

.director-message {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2em; }
  .director-message__l {
    width: 100%; }
    @media (min-width: 1280px) {
      .director-message__l {
        width: 65%; } }
    .director-message__l p {
      text-indent: 1em; }
  .director-message__r {
    width: 100%;
    text-align: center; }
    @media (max-width: 1279px) {
      .director-message__r {
        margin-top: 1.5em; } }
    @media (min-width: 1280px) {
      .director-message__r {
        margin-left: 5%;
        width: 30%; } }

.director-name {
  margin-bottom: 2em;
  font-weight: 500; }
  .director-name dt {
    margin-bottom: 0.8em;
    font-size: 1.25rem; }
    .director-name dt span {
      font-size: 0.875rem; }
  .director-name dd {
    font-size: 1.25rem; }
    .director-name dd span {
      letter-spacing: 0.22em;
      font-size: 2.5rem; }

.prof-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #008c00;
  border-radius: 10px;
  width: 100%; }
  .prof-box__ttl {
    width: 100%;
    border-radius: 10px 10px 0 0;
    color: #008c00;
    font-size: 1.25rem;
    background: #f1f9f5;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 1em; }
    @media (min-width: 1280px) {
      .prof-box__ttl {
        border-radius: 10px 0 0 10px;
        width: 20%; } }
  .prof-box__cont {
    width: 100%;
    padding: 1em; }
    @media (min-width: 1280px) {
      .prof-box__cont {
        width: 80%; } }

.treat-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr; }
  .treat-list ul a {
    color: #008c00;
    text-decoration: underline; }
    .treat-list ul a:hover {
      text-decoration: none; }
  @media (min-width: 1280px) {
    .treat-list {
      grid-template-columns: repeat(3, 1fr); } }

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px; }

.flow_design03 ul {
  padding: 0; }

.flow_design03 li {
  list-style-type: none; }

.flow_design03 dd {
  margin-left: 0; }

.flowbox {
  position: relative; }

.flowbox::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -140px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px; }

.flowbox > li figure {
  width: 220px;
  /* 好きな幅 */
  flex-shrink: 0;
  margin: 0; }

.flowbox > li figure img {
  width: 100%;
  height: auto;
  display: block; }

.flowbox > li dl {
  flex: 1;
  padding-left: 40px;
  position: relative; }

.flowbox > li {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  gap: 20px;
  /* 画像とテキストの間隔 */
  align-items: flex-start; }

.flow03 > li:not(:last-child) {
  margin-bottom: 60px; }

.flowbox > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #008c00;
  display: inline-block;
  margin-right: 0.3em; }

.flowbox > li dl {
  padding-left: 40px;
  position: relative; }

.flowbox > li dl::before,
.flowbox > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px; }

.flowbox > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #008c00;
  border-radius: 50%;
  left: -4px; }

.flowbox > li dl::after {
  width: 25px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px; }

.flowbox > li dl dt {
  font-size: 1.3em;
  font-weight: 500;
  color: #008c00;
  margin-bottom: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  align-items: center; }

@media (max-width: 1279px) {
  .flowbox > li {
    flex-direction: column; }

  .flowbox > li figure {
    width: 100%; } }
.cat-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cat-features_l {
    width: 100%; }
    @media (min-width: 1280px) {
      .cat-features_l {
        width: 60%; } }
  .cat-features_r {
    width: 100%; }
    @media (min-width: 1280px) {
      .cat-features_r {
        width: 35%; } }

/* =base
-------------------*/
.base-box {
  width: 93%;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .base-box {
      width: calc(100% - 60px); } }
  @media (min-width: 1600px) {
    .base-box {
      max-width: 1400px; } }

/* ------------------------------------------------
	list
-------------------------------------------------- */
.def-list {
  margin-left: 1.5rem; }
  .def-list li {
    list-style: outside disc !important;
    line-height: 1.2; }
    .def-list li:not(:last-child) {
      margin-bottom: .5rem; }

.simple-list {
  margin-left: 1.5rem; }
  .simple-list li {
    list-style: outside disc; }

.deci-list {
  margin-left: 1.5rem; }
  .deci-list li {
    list-style: outside decimal;
    line-height: 1.2; }
    .deci-list li:not(:last-child) {
      margin-bottom: .8rem; }

.hosoku-list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2; }
  .hosoku-list li:not(:last-child) {
    margin-bottom: .8em; }

.mark-list li {
  line-height: 1.2;
  position: relative;
  padding-left: 15px; }
  .mark-list li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #8dbfa3;
    border-radius: 50%; }
  .mark-list li:not(:last-child) {
    margin-bottom: .8em; }

.point-dtstyle dt {
  font-size: 1.25rem; }
  .point-dtstyle dt span {
    font-size: 1.375rem;
    padding-right: 0.3em;
    color: #008c00; }
.point-dtstyle dd {
  margin: 0.6rem 0 1.8rem 0;
  padding: 0.8em;
  background: #F9F9F9; }
  @media (min-width: 1280px) {
    .point-dtstyle dd {
      margin-left: 2rem; } }
@media (max-width: 1279px) {
  .point-dtstyle dt span {
    width: 100%; } }

.dl-st1 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-bottom: none; }
  .dl-st1 dt {
    flex-basis: 10%; }
    @media (max-width: 1279px) {
      .dl-st1 dt {
        padding-top: 10px; } }
  .dl-st1 dd {
    flex-basis: 90%; }
    @media (max-width: 1279px) {
      .dl-st1 dd {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px; } }
  @media (min-width: 1280px) {
    .dl-st1 dt, .dl-st1 dd {
      padding: 5px; } }
  @media (max-width: 1279px) {
    .dl-st1 {
      flex-flow: column; } }

.dl-st2 {
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #ccc; }
  .dl-st2 dt {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.8em;
    color: #008c00; }
  .dl-st2 dd:not(:last-child) {
    margin-bottom: 2em; }

.dl-stSM dt {
  font-size: 1.25rem;
  border-bottom: 1px solid #008c00;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }
.dl-stSM a:hover {
  text-decoration: underline; }

.dl-stSM:not(:last-child) {
  margin-bottom: 3em; }

/* --------------------------------------------------
	box
---------------------------------------------------- */
.bk-whtbox {
  padding: 2em;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
  @media (min-width: 1280px) {
    .bk-whtbox {
      padding: 3em; } }

.bk-checkbox {
  padding: 4em 0;
  background: url("../img/cont/bg-patarn.jpg"); }
  @media (min-width: 1280px) {
    .bk-checkbox {
      padding: 6em 0; } }

.bk-box {
  background: #eff8f8;
  padding: 1.5rem; }
  .bk-box p:last-child {
    margin-bottom: 0; }

.border-box {
  width: 100%;
  padding: 1.5rem;
  margin: 2rem auto; }
  .border-box__title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: .875rem; }
  .border-box p:last-child {
    margin-bottom: 0; }

.caution-box {
  width: 100%;
  padding: 1.5rem;
  border: 3px #c30 dotted; }
  .caution-box p:last-child {
    margin-bottom: 0; }

.box-tit {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin-bottom: .8rem; }

/* table
------------------------- */
.table_basic01 {
  width: 100%;
  margin-bottom: .6em;
  background: #fff; }
  .table_basic01 th, .table_basic01 td {
    padding: 10px; }
  .table_basic01 th {
    background: #eff8f8; }
  @media (max-width: 1279px) {
    .table_basic01 th, .table_basic01 td {
      padding: .3em;
      display: block; } }

.table_basic01, .table_basic01 th, .table_basic01 td {
  border: 1px solid #008c00; }

.td-center td {
  text-align: center !important;
  vertical-align: middle !important; }

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

.hosoku_small {
  font-size: .8em;
  color: #666; }

@media (min-width: 1280px) {
  .tablew-mid {
    width: 50%; } }

/* =btn
-------------------*/
.btnw-mid {
  width: 60%; }
  @media (max-width: 1279px) {
    .btnw-mid {
      width: 80%; } }

.btnw-big {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) and (max-width: 1400px) {
    .btnw-big {
      width: 60%; } }
  @media (max-width: 1279px) {
    .btnw-big {
      width: 100%; } }

.btn-base {
  background: #008c00;
  border-radius: 100px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 50px;
  width: 300px;
  height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  margin: 0 auto; }

.btn-base::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: #008c00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.btn-base:hover::after {
  animation: fuwafuwa 1s linear infinite; }

/* 背景を少し明るく */
.btn-base:hover {
  filter: brightness(1.3); }

/* ホバー時に円を少し右へ */
.btn-base:hover::after {
  right: 25px; }

/* --------------------------------------------------
	文字位置、装飾
---------------------------------------------------- */
.bk-g {
  background: #eff8f8; }

.caution {
  background: #FFE7E7;
  padding: 1em; }

.txt-over {
  overflow-wrap: anywhere; }

.bold {
  font-weight: 600; }

.col-Red {
  color: #c30; }

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

.al-c {
  text-align: center !important; }

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

.ud-line, .underline {
  text-decoration: underline; }

.maker {
  background: linear-gradient(transparent 70%, #e3d7b9 70%); }

.kyocho {
  font-weight: bold;
  color: #c30; }

.fnt-s, .text-min {
  font-size: .8125rem; }

.fnt-big {
  font-size: 1.2rem; }

.Link-st {
  color: #008c00;
  text-decoration: underline; }

sup {
  font-size: .8rem; }

b {
  font-weight: 600; }

.hosoku {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.2; }

@media (min-width: 1280px) {
  .fnt-spct {
    font-size: .8125rem; }

  .aligncenter {
    margin: 1rem auto;
    text-align: center;
    display: block; }

  .alignright {
    float: right;
    padding: 0 0 1rem 1rem; }

  .alignleft {
    float: left;
    padding: 0 1rem 1rem 0; } }
@media (max-width: 767px) {
  .alignright, .alignleft, .aligncenter {
    display: block;
    margin: 1rem auto;
    text-align: center; }

  .SPfnt-s {
    font-size: .8125rem; } }
/* --------------------------------------------------
	flex
---------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }

.flex-wrap figure {
  text-align: center;
  margin-bottom: 1rem; }
  .flex-wrap figure img {
    display: block;
    margin: 0 auto; }
@media (min-width: 1280px) {
  .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    .flex-wrap .flex-item2 {
      width: 48%; }
    .flex-wrap .flex-item3 {
      width: 33%; }
    .flex-wrap .flex-item4 {
      width: 24%; }
    .flex-wrap .flex-itemL {
      width: 70%; }
    .flex-wrap .flex-itemM {
      width: 60%; }
    .flex-wrap .flex-itemS {
      width: 40%; } }
@media (max-width: 1279px) {
  .flex-wrap .flex-item2, .flex-wrap .flex-item3, .flex-wrap .flex-item4, .flex-wrap .flex-itemL, .flex-wrap .flex-itemM, .flex-wrap .flex-itemS {
    margin-bottom: 1em; } }

.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  .flex-list li {
    margin-right: 3em; }

.flex-listbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }

.fx-col2 li, .fx-col2 div, .fx-col2 p {
  width: 48%;
  margin-bottom: 1em; }

.fx-col3 li, .fx-col3 div, .fx-col3 p {
  width: 32%;
  margin-bottom: 1em; }

.fx-col4 li, .fx-col4 div, .fx-col4 p {
  width: 48%;
  margin: 1%;
  margin-bottom: 1em; }

@media (min-width: 1280px) {
  .fx-col2pc li, .fx-col2pc div {
    width: 48%;
    margin-bottom: 1em !important; }

  .fx-col3pc li, .fx-col3pc div {
    width: 32%;
    margin-bottom: 1em !important; }

  .fx-col4pc li, .fx-col4pc div {
    width: 23%;
    margin-bottom: 1em !important; } }
@media (max-width: 1279px) {
  .fx-col2pc li, .fx-col2pc div, .fx-col3pc li, .fx-col3pc div, .fx-col4pc li {
    text-align: center;
    margin-bottom: 1em; } }
/* ------------------------------------------------
	サイズ調整用設定
--------------------------------------------------- */
.mbnone {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: .5em !important; }

.mb20 {
  margin-bottom: 1em !important; }

.mb30 {
  margin-bottom: 1.5em !important; }

.mb40 {
  margin-bottom: 2em !important; }

.mb50 {
  margin-bottom: 2.5em !important; }

.mb60 {
  margin-bottom: 3em !important; }

.mb70 {
  margin-bottom: 3.5em !important; }

.mb80 {
  margin-bottom: 4em !important; }

.mb100 {
  margin-bottom: 5em !important; }

.mb4e {
  margin-bottom: 4em !important; }

.mt20 {
  margin-top: 1em !important; }

.mt30 {
  margin-top: 1.5em !important; }

.mt40 {
  margin-top: 2em !important; }

.mt50 {
  margin-top: 2.5em !important; }

.ml20 {
  margin-left: 1em !important; }

.ml30 {
  margin-left: 1.5em !important; }

.ml40 {
  margin-left: 2em !important; }

.p1e {
  padding: 1em; }

.box-W7 {
  width: 90%;
  margin: 0 auto 30px; }

.pagein-w8 {
  width: 100%; }

.w90 {
  width: 90% !important;
  text-align: center;
  margin: 0 auto; }

@media (min-width: 1280px) {
  .pcml10 {
    margin-left: 10px !important; }

  .pcml20 {
    margin-left: 20px !important; }

  .pcml30 {
    margin-left: 30px !important; }

  .pcml40 {
    margin-left: 40px !important; }

  .pcml50 {
    margin-left: 50px !important; }

  .pcmt30 {
    margin-top: 30px !important; }

  .pcpt10 {
    padding-top: 5px !important; }

  .grid-4ew {
    width: 8em !important; }

  .w10 {
    width: 10% !important; }

  .w30 {
    width: 30% !important; }

  .w70 {
    width: 70% !important; } }
@media (max-width: 767px) {
  .spml20 {
    margin-left: 20px !important; } }
/* ------------------------------------------------
	flex
--------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }

/* ------------------------------------------------
 アニメーション
----------------------------------------------------- */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.topfadeIn {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0; }

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.smoothTrigger {
  opacity: 0; }

.delay-time02 {
  animation-delay: 0.2s; }

.delay-time04 {
  animation-delay: 0.4s; }

.delay-time06 {
  animation-delay: 0.6s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time1-4 {
  animation-delay: 1.4s; }

.delay-time2 {
  animation-delay: 2s; }

.delay-time3 {
  animation-delay: 3s; }

/* スクロールダウン全体の場所
---------------------------- */
.scrolldown4 {
  z-index: 9999;
  position: absolute;
  bottom: 20%;
  right: -30px;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1.5s ease-in-out infinite; }

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 20%; }
  50% {
    bottom: 25%; }
  100% {
    bottom: 20%; } }
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #00100e;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -11px;
  /*矢印の形状*/
  width: 2px;
  height: 20px;
  background: #00100e;
  transform: skewX(-31deg); }

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -5px;
  /*矢印の形状*/
  width: 2px;
  height: 50px;
  background: #00100e; }
