@charset "UTF-8";
/*
Theme Name: Sato eye clinic
Theme URL: 
Description: スマイルプロ用テーマ。
Author: Sato Eye Cinic
Version: Ver 1.0.1
*/
/* --------------------------------------------
/	CSS設定
---------------------------------------------- */
/* Reset.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&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; }

/* ===============================
   Web予約・LINEで相談ボタン
=============================== */
.btn-area {
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 10px; }
  @media (max-width: 1279px) {
    .btn-area {
      flex-direction: column;
      padding: 10px 0; } }

/* btn- から始まるクラス共通 */
[class*=" btn-"],
[class^="btn-"] {
  flex: 1;
  max-width: 280px; }
  @media (max-width: 1279px) {
    [class*=" btn-"],
    [class^="btn-"] {
      max-width: none;
      width: 100%; } }
  [class*=" btn-"] a,
  [class^="btn-"] a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s; }
    @media (max-width: 1279px) {
      [class*=" btn-"] a,
      [class^="btn-"] a {
        height: 56px; } }
    [class*=" btn-"] a:hover,
    [class^="btn-"] a:hover {
      opacity: .8; }
    [class*=" btn-"] a i,
    [class^="btn-"] a i {
      padding-right: 5px; }

/* WEB予約 */
.btn-web a {
  background: #0F7B8A; }

/* LINE相談 */
.btn-line a {
  background: #06c755; }

/*  ---- 表示 */
@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 {
  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; } }
@media (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none !important; } }
/*  -------------------------------- ベース */
* {
  box-sizing: border-box; }

body {
  position: relative;
  line-height: 1.5rem;
  font-family: "Noto Sans JP", sans-serif; }
  @media (min-width: 768px) {
    body {
      padding-top: 70px; } }

.base-cont {
  width: 100%; }

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

/*  --------------------------------ヘッダー設定 */
.site-header {
  display: flex;
  align-items: center;
  height: 70px; }
  @media (min-width: 768px) {
    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      width: 100%;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); } }

.logo {
  margin-right: auto;
  margin-left: 10px; }
  .logo img {
    width: 200px; }
    @media (min-width: 1280px) {
      .logo img {
        width: 300px; } }

/*  ------------------------------------------------ フッター設定 */
.content-footer {
  position: relative;
  background: #1B3A5C;
  width: 100%;
  color: #D6E2E8; }
  @media (max-width: 1279px) {
    .content-footer {
      padding-bottom: 100px; } }
  .content-footer__ly {
    padding: 3em 1em;
    width: 94%; }

.cppylight {
  padding-top: 1em; }

.spFooter-btn {
  border-top: 1px solid #D6E2E8;
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1005;
  animation: footerFadeUp .4s ease-out; }
  .spFooter-btn.is-show {
    transform: translateY(0);
    opacity: 1; }
  @media (min-width: 1280px) {
    .spFooter-btn {
      display: none !important; } }
@keyframes footerFadeUp {
  from {
    transform: translateY(100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
  .spFooter-btn ul {
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 10px; }

@media (min-width: 1280px) {
  .content-footer .btn-area {
    display: none !important; } }

/*  ------------------------------------------------ コンテンツ設定 */
/* =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: 1200px; } }

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

.bk-blue {
  background: #F5F9FA; }

.bk-white {
  background: #fff;
  padding: 2em;
  border-radius: 20px; }

.sec-lev1 {
  font-size: 1.125rem;
  line-height: 1.8em;
  width: 100%;
  margin-bottom: 90px; }
  @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 90px; }
  .sec-lev2 p:not(:last-child) {
    margin-bottom: 1.5em; }
  @media (max-width: 767px) {
    .sec-lev2 {
      width: 100%; } }

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

.lev2-tit {
  font-family: "Shippori Mincho", sans-serif;
  color: #1B3A5C;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
  font-size: 2rem; }
  @media (min-width: 1280px) {
    .lev2-tit {
      font-size: 2.5rem; } }
  .lev2-tit span {
    color: #0F7B8A;
    font-size: 1.125rem;
    position: relative;
    display: block;
    letter-spacing: 5px;
    width: fit-content;
    margin: 0 auto .5em;
    padding-left: 1.5em;
    margin-bottom: 1em; }
    .lev2-tit span::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background: url("../img/ttl.svg") no-repeat center;
      background-size: contain; }

.lev3-tit {
  font-family: "Shippori Mincho", sans-serif;
  color: #1B3A5C;
  font-weight: 600;
  margin-bottom: 1.5em;
  font-size: 1.625rem;
  position: relative;
  padding-left: 0.6em; }
  @media (min-width: 1280px) {
    .lev3-tit {
      font-size: 1.875rem; } }
  .lev3-tit::after {
    content: "";
    position: absolute;
    background: #0F7B8A;
    top: 0;
    left: 0;
    width: 7px;
    height: 26px; }

.subttl {
  font-family: "Shippori Mincho", sans-serif;
  color: #1B3A5C;
  font-size: 1.25rem;
  margin-bottom: 0.5em; }

video {
  width: 100%;
  height: auto;
  display: block; }

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

/* ===============================
   ハンバーガーボタン
=============================== */
.openbtn {
  position: fixed;
  top: 12px;
  right: 20px;
  width: 42px;
  height: 42px;
  z-index: 9999;
  cursor: pointer;
  /* × に変化 */ }
  @media (min-width: 1280px) {
    .openbtn {
      display: none; } }
  .openbtn span {
    background: #0F7B8A;
    display: block;
    position: absolute;
    left: 8px;
    width: 26px;
    height: 2px;
    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時に表示 */ }
  .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__menu {
    padding: 0;
    margin: 0;
    width: 80%;
    max-width: 500px;
    margin: 0 auto; }
    .menuSp__menu li {
      text-align: left;
      list-style: none;
      margin-bottom: 18px;
      padding-bottom: 0.3em;
      /* ふわっと表示 */
      opacity: 0;
      transform: translateY(10px);
      transition: all .4s ease; }
      .menuSp__menu li a {
        position: relative;
        font-size: 18px;
        color: #333;
        display: block;
        text-decoration: none;
        letter-spacing: 0.08em; }
        .menuSp__menu li a::before {
          content: "\f105";
          font-family: "Line Awesome Free";
          font-weight: 900;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
  .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__in {
  width: 100%; }
.menuSp-btn {
  width: 100%; }
  .menuSp-btn .btn-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding: 0;
    margin: 0; }
    .menuSp-btn .btn-area li {
      width: 100%;
      max-width: none;
      flex: none; }
      .menuSp-btn .btn-area li a {
        display: flex;
        width: 100%;
        height: 56px;
        align-items: center;
        justify-content: center; }
        .menuSp-btn .btn-area li a span {
          display: flex;
          align-items: center;
          justify-content: center; }

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

.menuPc {
  margin-left: auto;
  margin-right: 40px;
  font-size: 1.25rem;
  font-weight: 600; }
  .menuPc ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0; }
  .menuPc li {
    margin-left: 20px; }
    .menuPc li a {
      position: relative;
      display: inline-block;
      color: #1B3A5C;
      text-decoration: none;
      transition: all 0.3s ease; }
      .menuPc li a:hover {
        transform: translateX(4px); }

.btnReserve a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0F7B8A;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 100px;
  transition: .3s; }
  .btnReserve a::before {
    display: none; }
  .btnReserve a:hover {
    opacity: .6;
    transform: translateY(-2px); }

.fv {
  aspect-ratio: 12 / 5; }

@media (max-width: 1279px) {
  .fv {
    aspect-ratio: 3 / 4; } }
.fvSwiper,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%; }

.swiper-slide picture,
.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block; }

.swiper-slide img {
  object-fit: cover;
  object-position: center; }

/*  ------------------------------------------------ スマイルプロについて */
.aboutBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  @media (max-width: 1279px) {
    .aboutBox {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .aboutBox__li {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef3f6;
    transition: .3s; }
    .aboutBox__li h4 {
      position: relative;
      z-index: 1;
      margin-bottom: 18px;
      color: #0F7B8A;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.3; }
      .aboutBox__li h4 span {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        font-size: 2.25rem;
        font-weight: 800;
        color: #0F7B8A;
        white-space: nowrap;
        opacity: 0.2;
        line-height: 1; }
    .aboutBox__li figure {
      margin-bottom: 1em; }
    .aboutBox__li p {
      position: relative;
      z-index: 1;
      line-height: 1.9; }
  .aboutBox dl {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #edf2f5; }
    .aboutBox dl dt {
      display: inline-flex;
      align-items: center;
      margin-bottom: 14px;
      padding: 6px 14px;
      border-radius: 999px;
      background: rgba(15, 123, 138, 0.1);
      color: #0F7B8A;
      font-weight: 700; }
      .aboutBox dl dt::before {
        content: "";
        width: 10px;
        height: 10px;
        margin-right: 8px;
        border-radius: 50%;
        background: #0F7B8A; }
    .aboutBox dl dd {
      margin: 0; }
      .aboutBox dl dd ul {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .aboutBox dl dd ul li {
          position: relative;
          padding-left: 24px;
          line-height: 1.6; }
          .aboutBox dl dd ul li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: #0F7B8A;
            font-weight: 700; }

.aboutBox_smile {
  background: #F5F9FA;
  border: 3px solid #0F7B8A; }

/*  ------------------------------------------------ メリットデメリット */
.meritBox {
  display: flex;
  flex-direction: column;
  gap: 80px;
  counter-reset: merit; }
  .meritBox__li {
    display: flex;
    align-items: center;
    gap: 60px;
    counter-increment: merit; }
    @media (max-width: 1279px) {
      .meritBox__li {
        flex-direction: column;
        gap: 24px; } }
    .meritBox__li:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 1279px) {
        .meritBox__li:nth-child(even) {
          flex-direction: column; } }
    .meritBox__li figure {
      width: 360px;
      flex-shrink: 0; }
      .meritBox__li figure img {
        width: 100%;
        display: block;
        border-radius: 20px;
        aspect-ratio: 4 / 3;
        object-fit: cover; }
    .meritBox__li dl {
      flex: 1; }
    .meritBox__li dt {
      position: relative;
      padding-left: 80px;
      color: #0F7B8A;
      font-weight: 600;
      font-size: 1.4375rem;
      margin-bottom: 1em; }
      .meritBox__li dt::before {
        content: counter(merit,decimal-leading-zero);
        position: absolute;
        left: 0;
        top: -20px;
        font-size: 4.0625rem;
        font-weight: 700;
        line-height: 1;
        color: #0F7B8A;
        opacity: .12;
        letter-spacing: -.05em; }
    .meritBox__li dd {
      margin: 0;
      line-height: 2; }

/*  ------------------------------------------------ 手術方法 */
.opeBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0; }

.opeBox__li {
  background: #fff;
  border: 1px solid #D6E2E8;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: .3s ease; }

.opeBox__li h4 {
  font-size: 1.125rem;
  background: #0F7B8A;
  border-radius: 16px 16px 0 0;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  font-weight: 600; }

.opeBox__li dl {
  padding: 20px 24px; }

.opeBox__li dt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0F7B8A;
  margin-bottom: 10px;
  line-height: 1.5; }

.opeBox__li dd {
  margin: 0;
  color: #6E8290;
  line-height: 1.9; }

@media (max-width: 767px) {
  .opeBox {
    grid-template-columns: 1fr;
    gap: 40px; } }
/*  ------------------------------------------------ 手術の流れ */
.flowBox {
  display: grid;
  counter-reset: step;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 50px 0; }

.flowBox__li {
  counter-increment: step;
  position: relative;
  background: #fff;
  border: 1px solid #D6E2E8;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); }

/* 丸ラベル */
.flowBox__li::before {
  content: counter(step);
  position: absolute;
  top: -18px;
  left: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0F7B8A;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 91, 172, 0.3); }

/* 矢印 */
.flowBox__li:not(:last-child)::after {
  content: "➜";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  font-size: 28px;
  color: #0F7B8A;
  font-weight: bold; }

.flowBox h4 {
  margin: 0 0 15px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0F7B8A;
  line-height: 1.5; }

.flowBox p {
  text-align: left;
  margin: 0 0 20px;
  line-height: 1.8;
  min-height: 90px; }

.flowBox figure {
  margin: 0 auto; }

.flowBox img {
  width: 150px; }

@media (max-width: 767px) {
  .flowBox {
    grid-template-columns: 1fr;
    gap: 40px; }

  .flowBox__li:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -32px;
    transform: translateX(-50%); }

  .flowBox p {
    min-height: auto; } }
/*  ------------------------------------------------ 費用 */
.price-table {
  width: 100%;
  border-collapse: collapse; }

.price-table th,
.price-table td {
  border: 1px solid #e5e7eb;
  padding: 15px;
  text-align: center; }

.price-table th {
  background: #F5F9FA;
  font-weight: bold; }

.price-table th.price-smile, .price-table td.price-smile {
  background: #BFE3E8; }

/* SP */
@media (max-width: 1279px) {
  .price-table {
    border: 0; }

  .price-table thead {
    display: none; }

  .price-table,
  .price-table tbody,
  .price-table tr {
    display: block; }

  .price-table tr {
    display: flex;
    flex-direction: column;
    gap: 12px; }

  .price-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    min-height: 70px; }

  .price-table td::before {
    font-weight: 700;
    text-align: left;
    margin-right: 20px;
    white-space: nowrap;
    color: #333; }

  .price-table td:nth-child(1)::before {
    content: "スマイルプロ（片眼）"; }

  .price-table td:nth-child(2)::before {
    content: "レーシック（片眼）"; }

  .price-table td:nth-child(3)::before {
    content: "ICL・IPCL（片眼）"; } }
/*  ------------------------------------------------ よくある質問 */
.dlst-faq {
  color: #1B3A5C; }
  .dlst-faq dt {
    background: #BFE3E8;
    padding: 0.8em 1em;
    font-weight: 600;
    font-size: 1.25rem;
    border-radius: 6px;
    margin-bottom: 0.6em; }
    .dlst-faq dt::before {
      content: "Q.";
      margin-right: 0.5em;
      font-weight: 700;
      color: #1B3A5C; }
  .dlst-faq dd {
    padding: 0.2em 1em;
    margin-bottom: 1.5em; }
    .dlst-faq dd::before {
      content: "A.";
      margin-right: 0.5em;
      font-weight: 700;
      color: #0F7B8A; }
    .dlst-faq dd:last-child {
      margin-bottom: 0; }

/*  ------------------------------------------------ お問い合わせ */
.reserv-btn {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center; }
  .reserv-btn li {
    flex: 1;
    max-width: none; }
  @media (max-width: 767px) {
    .reserv-btn {
      width: 100%; } }

#About,
#Surgery,
#Flow,
#Cost,
#Faq {
  scroll-margin-top: 80px; }

/* ------------------------------------------------
	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; }

/* ------------------------------------------------
	dl
-------------------------------------------------- */
.dlst01 {
  counter-reset: dt-num; }

.dlst01 dt {
  counter-increment: dt-num;
  position: relative;
  color: #0F7B8A;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.6em;
  padding-left: 35px; }

.dlst01 dt::before {
  content: counter(dt-num);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #0F7B8A;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600; }

.dlst01 dd {
  margin-bottom: 2em; }
  .dlst01 dd:last-child {
    margin-bottom: 0; }

.dlst02 dt {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5em; }

.dlst03 {
  border: 2px solid #D99A2B;
  border-radius: 15px;
  padding: 1em; }
  .dlst03 dt {
    font-size: 1.125rem;
    color: #D99A2B;
    margin-bottom: 0.3em;
    font-weight: 600; }

/* --------------------------------------------------
	box


/* table
------------------------- */
.table-st01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  line-height: 1.8; }

.table-st01 th,
.table-st01 td {
  padding: 18px 20px;
  vertical-align: top; }

.table-st01 th {
  width: 28%;
  background: #F5F9FA;
  color: #1B3A5C;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #e5e7eb; }

.table-st01 td {
  border-bottom: 1px solid #e5e7eb; }

.table-st01 tr:last-child th,
.table-st01 tr:last-child td {
  border-bottom: none; }

@media (max-width: 767px) {
  .table-st01,
  .table-st01 tbody,
  .table-st01 tr,
  .table-st01 th,
  .table-st01 td {
    display: block;
    width: 100%; }

  .table-st01 {
    border: none; }

  .table-st01 tr {
    margin-bottom: 16px;
    border: 1px solid #D6E2E8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff; }

  .table-st01 th {
    width: auto;
    border-bottom: 1px solid #D6E2E8;
    padding: 14px 16px; }

  .table-st01 td {
    border: none;
    padding: 16px; } }
/* =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: #1B3A5C;
  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;
  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; }

/* --------------------------------------------------
	文字位置、装飾
---------------------------------------------------- */
.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; }

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; }
