@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.l-header__bar.pc_{
	background-color: #ff5c26;
}

.p-mainVisual__slideTitle{
	font-weight: bold;
	font-size: 4rem　!important;
}
.c-mvBtn__btn{
	margin-bottom: 3rem;
}

.rakudume-points-in-mv {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  z-index: 10;
}

.rakudume-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.rakudume-box {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  width: calc(33.333% - 1rem);
  box-sizing: border-box;
  transition: transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.rakudume-box:hover {
  transform: scale(1.03);
}

.rakudume-box p {
  margin: 0.5rem 0;
  font-weight: bold;
  font-size: 0.95rem;
  color: #333;
}

.rakudume-box img {
  width: 60%;
  height: auto;
  max-width: 120px;
  background-color: transparent !important;
}

/* ===== スマホ表示：レイアウト変更 ===== */
@media (max-width: 600px) {
  .rakudume-container {
    flex-direction: column;
    align-items: center;
  }

  .rakudume-box {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    text-align: left;
	  max-height: 50px;
  }
.rakudume-box p:first-child {
    flex: 0 0 70%;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
  }

.rakudume-box img {
    flex: 0 0 30%;
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-left: 0.5rem;
    background-color: transparent !important;
  }
}

.top #content {
	padding-top: 0;
}

h2.h2-problem{
	margin-top: 30px;
	font-size: 2rem;
}
ul.problem-list{
	max-width: 600px;
    margin: 0 auto;
}
.arrow-next {
  position: relative;
  top: 200px; /* 下に突き出す（必要に応じて調整） */
  z-index: 5;
  display: flex;
  justify-content: center;
  margin-top: -30px; /* セクション内の余白と被るなら調整 */
}
.num{
	line-height: 3rem;
	margin-bottom: 3px;
}

/*　タイトルキャッチ調整  */
.p-mainVisual__slide {
  position: relative;
}

#main_visual .p-mainVisual__slide .p-mainVisual__textLayer {
  top: 200px !important;
  left: 20px !important;
  right: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  display: block !important;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: flex-start !important;
}

.p-mainVisual__slideTitle {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-mainVisual__slideTitle {
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
  }

  #main_visual .p-mainVisual__textLayer {
    left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}