@charset "utf-8";
/* ==========================================================================
	CONTENTS
========================================================================== */
/*TABLE*/
.table-cmn01 th {
  width: 8em;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.table-cmn01 td {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.li-equip {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.li-equip li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.li-equip li:nth-child(3n) {
  margin-right: 0;
}
.li-equip li .img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  padding-top: 67%;
  margin-bottom: 10px;
}
.li-equip li .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.li-equip li .tit {
  color: var(--color04);
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.li-equip li .tit2 {
  font-size: 110%;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
.li-equip li .txt {
  font-size: 90%;
  margin-bottom: 0px;
}
/*ACCESS*/
.access {
  margin-bottom: 40px;
}
.access:last-child {
  margin-bottom: 0;
}
.access-tit {
  color: #000;
  font-family: var(--font01);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: 700;
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
}
.access-tit i {
  color: var(--color01);
  margin-right: 10px;
}
/*ATTEMPT*/
.maina-image {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.addition .tit-cmn02 {
  font-size: 2rem;
}
.addition-table-tit {
  color: #fff;
  text-align: center;
  background-color: #0f89df;
  border: solid 1px #ccc;
  padding: 15px;
}
.addition-table-txt {
  border: solid 1px #ccc;
  text-align: center;
  padding: 15px;
}
/* ==========================================================================
	PC 1025px -
========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
========================================================================== */
@media screen and (max-width:1024px) {}
/* ==========================================================================
	SP - 640px
========================================================================== */
@media screen and (max-width: 640px) {
  .li-gallery {
    display: block;
  }
  .li-gallery li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .li-equip {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .li-equip li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /*ATTEMPT*/
  .maina-image {
    width: 85%;
  }
  .addition .tit-cmn02 {
    font-size: 1.8rem;
  }
  .addition-table {
    font-size: 85%;
    letter-spacing: 0;
  }
  .addition-table-tit {
    padding: 10px;
  }
  .addition-table-txt {
    padding: 10px;
  }
}


/* --- 全体・共通設定 --- */
.flow-section {
  background-color: #fcfdfe;
  line-height: 1.6;
}

/* 見出し：文字を大きく、太く */
.cmn-tit03 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.cmn-tit03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
}

/* ステップ容器 */
.flow-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}

/* 各ステップのカード */
.flow-step {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* ステップ番号：視認性アップ */
.flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 20px;
}

/* ステップ内の見出し：小さくならないよう固定 */
.flow-step h4 {
  font-size: 18px; 
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* 本文：16pxを基準に読みやすく */
.flow-step p {
  font-size: 14px;
  text-align: left;
  margin: 0;
}

/* 矢印 */
.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* --- 色分け設定 --- */

/* 眼鏡：ブルー系 */
.is-glasses .cmn-tit03, 
.is-glasses .flow-step h4,
.is-glasses .flow-arrow { color: #005bac; }
.is-glasses .cmn-tit03::after,
.is-glasses .flow-number { background-color: #005bac; }
.is-glasses .flow-step { border-top: 5px solid #005bac; }

/* コンタクト：グリーン系 */
.is-contact .cmn-tit03, 
.is-contact .flow-step h4,
.is-contact .flow-arrow { color: #00896b; }
.is-contact .cmn-tit03::after,
.is-contact .flow-number { background-color: #00896b; }
.is-contact .flow-step { border-top: 5px solid #00896b; }


/* --- レスポンシブ（スマホ対策） --- */
@media (max-width: 850px) {
  .flow-container {
    flex-direction: column;
    align-items: center;
    gap: 0; /* 矢印で調整するため0に */
  }

  .flow-step {
    width: 100%;
    box-sizing: border-box;
    padding: 35px 25px; /* スマホでは余白をたっぷり */
  }

  /* スマホでの本文サイズ調整（小さくしすぎない） */
  .flow-step p {
    font-size: 16px;
  }

  .flow-arrow {
    padding: 20px 0;
    transform: rotate(90deg); /* 矢印を下向きに */
    font-size: 30px;
  }
}

/* --- 全体・共通設定 --- */
.flow-section {
  background-color: #fcfdfe;
  line-height: 1.6;
  padding: 60px 20px;
}

/* .wrapper への直接指定を避け、
   flow-section 内の wrapper 同士に隙間を作る設定
*/
.flow-section .wrapper {
  margin-bottom: 100px; /* ここで眼鏡とコンタクトの間の隙間を調整 */
}

.flow-section .wrapper:last-of-type {
  margin-bottom: 0; /* 最後の要素の後には隙間を作らない */
}

/* 見出し */
.cmn-tit03 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.cmn-tit03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
}

/* ステップ容器 */
.flow-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}

/* 各ステップのカード */
.flow-step {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* ステップ番号 */
.flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 20px;
}

/* ステップ内の見出し */
.flow-step h4 {
  font-size: 18px; 
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* 本文 */
.flow-step p {
  font-size: 15px;
  text-align: left;
  margin: 0;
}

/* 矢印 */
.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* --- 色分け設定 --- */

/* 眼鏡：ブルー系 */
.is-glasses .cmn-tit03, 
.is-glasses .flow-step h4,
.is-glasses .flow-arrow { color: #005bac; }
.is-glasses .cmn-tit03::after,
.is-glasses .flow-number { background-color: #005bac; }
.is-glasses .flow-step { border-top: 5px solid #005bac; }

