@charset "utf-8";
/* CSS Document */
#smileomu img {
  width: 100%;
  height: auto;
}
#smileomu .note::before {
  content: "※";
}
#smileomu .profile {
  padding: 1px 2rem 1.5rem;
  background-color: #f7f7f7;
}
#smileomu .flex_box {
  display: flex;
  align-items: flex-start;
}
#smileomu .flex_box img {
  width: 15%;
  margin-right: 20px;
}
#smileomu .flex_box p {
  font-size: 0.95rem;
}
#smileomu h4 {
  font-size: clamp(0.9rem, 0.424rem + 1.03vw, 1.2rem);
}
#smileomu .h3_ribbon {
  line-height: 1.8;
  position: relative;
  height: 50px;
  margin: 1em 50px;
  padding: 10px 0 0;
  font-size: clamp(1.1rem, 0.466rem + 1.38vw, 1.5rem);
  text-align: center;
  color: #FFFECE;
  background: #018735;
}
@media screen and (max-width:840px) {
  #smileomu .h3_ribbon {
    line-height: 1.8;
  }
}
@media screen and (max-width:736px) {
  #smileomu .h3_ribbon {
    line-height: 2.5;
  }
  #smileomu .profile {
    padding: 1rem;
    background-color: #f7f7f7;
  }
  #smileomu .flex_box {
    display: block;
  }
  #smileomu .flex_box img {
    width: 50%;
    margin: 0 auto 15px;
  }
  #smileomu .flex_box p {
    font-size: 0.85rem;
  }
}
#smileomu .h3_ribbon:before, #smileomu .h3_ribbon:after {
  position: absolute;
  top: 0;
  content: '';
  border: 30px solid #018735;
  width: 0;
  height: 0;
}
#smileomu .h3_ribbon:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#smileomu .h3_ribbon:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#smileomu .h3_ribbon span {
  position: relative;
  display: block;
}
/* カードを囲むコンテナ */
.card-container {
  padding: 10px;
}
.card {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
  overflow: hidden;
  text-align: center;
}
.card img {
  width: 100%;
  height: auto;
  display: block; /* 画像下の余白を消す */
}
.card-text {
  padding: 10px 8px;
}
/* --- スマートフォン表示 (デフォルト) --- */
.card-container {
  display: flex;
  overflow-x: auto; /* 横スクロール（スワイプ）を有効にする */
  gap: 15px;
  -webkit-overflow-scrolling: touch; /*scrollbar-width: none; /* Firefoxのスクロールバーを非表示 */
}
/*.card-container::-webkit-scrollbar {
        display: none; /* Chrome, Safariのスクロールバーを非表示 */
/* }*/
.card {
  flex: 0 0 85%;
  max-width: 300px; /* カードが大きくなりすぎないように */
}
/* --- PC表示 (画面幅が768px以上の場合) --- */
@media (min-width: 768px) {
  .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: visible; /* 横スクロールを無効化 */
  }
  .card {
    /* スマートフォン用のflex指定をリセット */
    flex: auto;
    max-width: none;
  }
}
/*===============================================
●pc.css
===============================================*/
@media screen and (min-width: 737px) {
  #smileomu .pc-none {
    display: none;
  }
  #smileomu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  #smileomu img {
    width: 100%;
    height: auto;
  }
  #smileomu .txt {
    font-size: 1.1rem;
    text-align: left;
    line-height: 2.0;
  }
  .youtube {
    position: relative;
    width: 90%;
    margin: 1rem auto 1rem;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:736px) {
  #smileomu .txt {
    font-size: 1.0rem;
    text-align: left;
    line-height: 1.8;
  }
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    margin-bottom: .5rem;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*================swiper================*/
.swiperThumbnail {
  margin-top: 8px;
}
.swiperThumbnail .swiper-slide-thumb-active {
  outline: 3px solid #01a33e;
  outline-offset: -3px
}
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -10px;
}
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: -10px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.swiper-button-prev::after {
  border-right: 20px solid #018735;
  border-left: 0;
}
.swiper-button-next::after {
  border-left: 20px solid #018735;
  border-right: 0;
}
/*================ステートメント================*/
.statement {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 2rem;
}
.statement_sub {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: .8rem;
}
.statement_sub::before, .statement_sub::after {
  content: "―"
}
.statement_txt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: clamp(1rem, 0.245rem + 1.47vw, 1.35rem);
  font-weight: 500;
  color: #000;
  letter-spacing: 0.16em;
  line-height: 1.8em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width:736px) {
  .statement {
    font-size: 2rem;
    line-height: 1.3em;
  }
  .statement_sub {
    font-size: 1.15rem;
    margin-top: .7rem;
  }
  .statement_txt {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.7rem;
  }
}
/*================見出し================*/
.omu_icon {
  display: block;
  width: 60px;
  height: 55px;
  background-image: url("omusubi_ico.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5rem auto .5rem;
}
.tit_h2 {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
.tit_h2 > span {
  font-size: 90%;
}
@media screen and (max-width:736px) {
  .omu_icon {
    width: 40px;
    height: 38px;
    margin: 2.5rem auto .5rem;
  }
  .tit_h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: normal;
    line-height: 1.4em;
  }
  .tit_h2 > span {
    font-size: 80%;
  }
}
/*================item_FLEX================*/
.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_box {
  width: calc(100%/ 2 - 20px);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.5rem;
  flex-wrap: wrap;
}
.swiperThumbnail {
  order: 2;
}
.txt_box {
  order: 1;
}
.date {
  display: block;
  width: fit-content;
  border: solid 1px #adaba1;
  font-size: 1.1rem;
  padding: 5px 10px;
  line-height: 1.4;
  text-align: center;
  margin: 1rem 0;
}
.name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
.price {
  font-size: 1.3rem;
  text-align: right;
}
.price > span {
  font-size: 85%;
}
.item_txt {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.85rem;
  border-top: 2px dotted #adaba1;
  margin: .7rem 0;
  padding: 1rem 0;
}
.item_txt > span {
  font-size: 85%;
}
@media screen and (max-width:736px) {
  .item {
    display: block;
    margin-top: 1.5rem;
  }
  .item_box {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .swiperThumbnail {
    order: 1;
  }
  .txt_box {
    order: 2;
  }
  .date {
    display: block;
    width: fit-content;
    border: solid 1px #adaba1;
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 1.4;
    text-align: center;
    margin: 1rem 0;
    font-weight: normal;
  }
  .name {
    font-size: 1.35rem;
    font-weight: normal;
    text-align: left;
  }
  .price {
    font-size: 1.2rem;
    text-align: right;
    margin-top: .5rem;
    font-weight: normal;
  }
  .price > span {
    font-size: 85%;
  }
  .item_txt {
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.8rem;
    border-top: 2px dotted #adaba1;
    margin: .5rem 0;
    padding-top: 1rem;
  }
  .item_txt > span {
    font-size: 85%;
  }
}
/*================project_FLEX================*/
.project {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project_box {
  /*width: calc(100%/ 2 - 10px);*/
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.tit_h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .5rem;
}
@media screen and (max-width:736px) {
  .project {
    display: block;
    margin-top: 1.5rem;
  }
  .project_box {
    width: 100%;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    box-sizing: border-box;
  }
  .tit_h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: .5rem;
  }
}
/*================info_FLEX================*/
.info {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info_box {
  width: calc(100%/ 2 - 10px);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
@media screen and (max-width:736px) {
  .info {
    display: block;
    margin-top: 1.5rem;
  }
  .info_box {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
#smileomu dl {
  width: 100%;
  margin: 0.4rem 0 0.2rem 0;
  font-size: 1.0rem;
}
#smileomu dl div {
  display: flex;
  flex-wrap: wrap;
}
#smileomu dt {
  padding: 10px 0px 0;
  font-weight: 500;
}
#smileomu dd {
  padding: 10px 0 0 10px;
}
@media screen and (max-width:736px) {
  #smileomu dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  #smileomu dt {
    width: auto;
    padding: 0;
    font-weight: 500;
  }
  #smileomu dd {
    width: auto;
    padding: 0;
    padding-left: 10px;
  }
}
.btn {
  width: 70%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width:820px) {
  .btn {
    width: 100%;
    margin: 0 auto;
  }
}
.ly-mod-btn-gray {
  border: 2px solid #666;
  background-color: #666;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
}
a.ly-mod-btn.ly-icn-blank span {
  position: absolute;
  top: 33%;
  right: 14px;
  width: 18px;
  height: 18px;
}
a.ly-mod-btn.ly-bg-green {
  border: 2px solid #018735;
  background-color: #018735;
  color: #fff;
  border-radius: 50px;
}
a.ly-mod-btn.ly-bg-green:hover {
  border: 2px solid #016E2B;
  background-color: #016E2B;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.ly-mod-btn.ly-bg-red {
  border: 2px solid #ef0000;
  background-color: #ef0000;
  color: #fff;
  border-radius: 50px;
}
a.ly-mod-btn.ly-bg-red:hover {
  border: 2px solid #cc0000;
  background-color: #cc0000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiperThumbnail {
  margin-top: 8px;
  width: 40%;
}
@media screen and (max-width:736px) {
  .swiperThumbnail {
    margin-top: 8px;
    width: 50%;
  }
}
.swiperThumbnail .swiper-slide-thumb-active {
  outline: 3px solid #01a33e;
  outline-offset: -3px
}
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -10px;
}
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: -10px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.swiper-button-prev::after {
  border-right: 20px solid #018735;
  border-left: 0;
}
.swiper-button-next::after {
  border-left: 20px solid #018735;
  border-right: 0;
}
.box {
  width: 100%; /* 横幅を200pxに指定 */
  height: 370px; /* 横幅を200pxに指定 */
  border: 1px solid #ccc; /* わかりやすくボーダーを引く */
  overflow-y: scroll; /* 縦方向にスクロール可能にする */
  padding: 0 1.5rem 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width:736px) {
  .box {
    width: 100%; /* 横幅を200pxに指定 */
    height: 370px; /* 横幅を200pxに指定 */
    border: 1px solid #ccc; /* わかりやすくボーダーを引く */
    overflow-y: scroll; /* 縦方向にスクロール可能にする */
    padding: 1rem;
    box-sizing: border-box;
  }
}
.box::-webkit-scrollbar {
  width: 15px; /* 垂直方向のスクロールバーの幅 */
  height: 5px; /* 水平方向のスクロールバーの幅 */
}
.box::-webkit-scrollbar-thumb {
  background-color: #018735;
  border-radius: 50px;
}
.box::-webkit-scrollbar-track {
  background-color: #feed85;
}
/*===============================================
●sp.css
===============================================*/
@media screen and (max-width:736px) {
  #smileomu .sp-none {
    display: none;
  }
  #smileomu .img90 {
    width: 100%;
    margin: 5px auto;
  }
  #smileomu {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000;
  }
  #smileomu img {
    display: block;
  }
}
/*sports測定*/
/* -----------------------------------
   共通・テキストスタイル
----------------------------------- */
#smileomu .event-info, #smileomu .application-overview {
  max-width: 1200px;
  margin: 20px auto;
  line-height: 1.6;
}
#smileomu .note-text {
  display: inline-block;
  margin-top: 4px;
  margin-left: 5px;
}
/*-------------------------------
   応募概要（DL/DT/DD）のスタイル
   SPファースト（736px以下は縦積み）
----------------------------------- */
#smileomu .overview-dl {
  display: block; /* 既存のflex指定などをリセットして縦積みに */
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
#smileomu .overview-dl dt {
  display: block; /* ★横幅いっぱいにするための最重要ポイント */
  width: 100%; /* 横幅を親要素の100%に */
  box-sizing: border-box; /* paddingを含めて100%に収める */
  font-weight: bold;
  background-color: #f7f7f7;
  padding: 10px 16px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
#smileomu .overview-dl dd {
  display: block; /* ★横幅いっぱいにするための最重要ポイント */
  width: 100%; /* 横幅を親要素の100%に */
  box-sizing: border-box; /* paddingを含めて100%に収める */
  margin: 0; /* 既存の左マージンなどをリセット */
  padding: 10px; /* テキスト周りの余白 */
  border-bottom: 1px solid #ddd;
}
/* -----------------------------------
   PCレイアウト (737px以上)
----------------------------------- */
@media (min-width: 737px) {
  #smileomu .overview-dl {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #ddd;
    border-right: none; /* SP用に追加した右線をリセット */
  }
  #smileomu .overview-dl dt, #smileomu .overview-dl dd {
    /* flex環境下で表のように横並びにする */
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  #smileomu .overview-dl dt {
    width: 25%; /* 項目名の幅 */
    border-bottom: 1px solid #ccc; /* 重複を防ぐための調整 */
  }
  #smileomu .overview-dl dd {
    width: 75%; /* 内容の幅 */
  }
}
/* -----------------------------------
   見出しのスタイル（追記分）
----------------------------------- */
/* h2用のスタイル（下線付きの少し大きめな見出し） */
.heading-secondary {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  border-bottom: 2px solid #ccc; /* 下線 */
  padding-bottom: 8px;
  margin-bottom: 24px;
  text-align: left;
}
.heading-secondary::before {
  content: "■";
  margin-right: 5px;
}
/* h3用のスタイル（シンプルな中見出し） */
.heading-tertiary {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  text-align: left;
}
.heading-tertiary::before {
  content: "＜";
}
.heading-tertiary::after {
  content: "＞";
}
/* SPサイズ（736px以下）の微調整が必要な場合 */
@media (max-width: 736px) {
  .heading-secondary {
    font-size: 1.25rem; /* スマホでは少し文字を小さく */
    margin-bottom: 20px;
  }
  .heading-tertiary {
    font-size: 1rem;
  }
}
/* -----------------------------------
   リストのスタイル（リセットCSS上書き用）
----------------------------------- */
/* 内容のリスト（黒丸） */
.event-info .activity-list {
  list-style-type: disc; /* 黒丸（●）を指定 */
  padding-left: 1.5em; /* リセットCSSで消えがちな左余白（マーカー表示用）を確保 */
  margin-bottom: 1.5em;
}
.event-info .activity-list li {
  margin-bottom: 0.5em; /* 項目同士の隙間を少し開けて読みやすく */
}
/* 測定予定種目のリスト（数字） */
.event-info .measurement-list {
  list-style-type: decimal; /* 数字（1. 2. 3.）を指定 */
  padding-left: 1.5em; /* 左余白を確保 */
  margin-bottom: 1.5em;
}
.event-info .measurement-list li {
  margin-bottom: 0.5em;
}