@charset "utf-8";
/* CSS Document */
.movie_sec{
  background:#5E6276;
}

.movie_sec .movie_inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.movie_sec .movie_title{
  margin: 0 0 40px 0;
  color: #fff;
  letter-spacing: 0.12em;
}

/* 外枠 */
.movie_sec .movie_frame{
  border: 1px solid rgba(255,255,255,0.18);
  padding: clamp(14px, 2vw, 20px);

  position: relative;
  width: min(900px, 100%);
  margin: 0 auto;
}

/* 16:9 を作るための疑似要素 */
.movie_sec .movie_frame::before{
  content:"";
  display:block;
  padding-top: 56.25%;
}

/* iframe を枠内にフィット */
.movie_sec .movie_frame iframe{
  position: absolute;
  top: clamp(14px, 2vw, 20px);
  left: clamp(14px, 2vw, 20px);
  width: calc(100% - (clamp(14px, 2vw, 20px) * 2));
  height: calc(100% - (clamp(14px, 2vw, 20px) * 2));
  border: 0;
}

.notice_sec{
  background:#CED0D6;              /* 画像みたいなグレー背景 */
  padding: clamp(50px, 6vw, 90px) clamp(18px, 5vw, 60px);
  text-align:center;
}

.notice_head{
  max-width: 900px;
  margin: 0 auto 34px;
}
.notice_head .imgbox{
    width: 30px;
    margin-bottom: 20px;
}
.notice_icon{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:#4c4f55;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 0 auto 14px;
}
.notice_icon p{
  margin:0;
  color:#fff;
  line-height:1;
}

.notice_title{
  margin:0 0 10px 0;
  color:#2f3437;
}

.notice_sub{
  margin:0 0 18px 0;
  color:#2f3437;
  letter-spacing:0.12em;
}

.notice_lead{
  margin:0;
  color:#2f3437;
    
}

/* 下の白ボックス */
.notice_box{
  background:#FAFAFA;
  max-width: 920px;
  margin: 0 auto;
  padding: 36px clamp(35px, 4vw, 60px);
}

/* 箇条書き */
.notice_list{
  text-align:left;
  max-width: 560px;
  margin: 0 auto;
}

.notice_item{
  display:flex;
  align-items:flex-start;
  gap: 12px;
  margin: 10px 0;
}

.notice_dot{
  width: 8px;
  height: 8px;
  border-radius:50%;
  background:#4c4f55;
  flex: 0 0 8px;
  margin-top: 0.8em; /* 1行目の中央寄せっぽく */
}

.notice_item p{
  margin:0;
  line-height:1.8;
  color:#2f3437;
}


.cate2 .titlebox2{
    justify-content: space-between;
    margin-bottom: 60px;
}
.cate2 .titlebox2 .jp1{
 
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.2em;

}

.morewrap{
    gap:30px;
}
.step_cardwrap{
    gap:40px;
}
.step_card{
  background:rgba(243,243,243,0.40);
  border:1px solid #e2e2e2;
padding: 50px clamp(20px, 5vw, 50px);
  position:relative;
    max-width: 1280px;
    width: 100%;
}

.step_card_inner{
  gap: clamp(24px, 6vw, 80px); /* 画像と文章の間 */
  align-items:center;          /* flex時に効く */
}

/* 左画像 */
.step_card .imgbox{
  width: clamp(260px, 30vw, 420px);
  flex: 0 0 clamp(260px, 36vw, 420px);
}
.step_card .imgbox img{
  width:100%;
  height:auto;
  display:block;
}

/* 右側 */
.step_card_body{
  flex:1;
  min-width:0;
}

.step_tag{
  display:inline-block;
  background:#2f3437;
  padding:5px 22px;
  margin-bottom:18px;
}
.step_tag p{
  margin:0;
  color:#fff;
  letter-spacing:0.18em;
}

.step_title{
  margin:0 0 14px 0;
}

.step_desc{
  margin:0;
  line-height:2;
}

/* 下の矢印（中央） */
.step_arrow{
  position:absolute;
  left:50%;
  bottom:-18px;
  transform:translateX(-50%);
  width:40px;
  height:40px;
  border-radius:50%;
  background:#f3f3f3;
  border:1px solid #dcdcdc;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* 45度回転 */
.step_arrow .icon{
  transform: rotate(90deg);
}
.step_arrow .icon img{
  width:10px;
  height:auto;
  display:block;
}

/* SP縦積み */
@media (max-width: 1080px){
  .step_card_inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .step_card .imgbox{
    width:100%;
    max-width: 600px;
    flex:0 0 auto;
      margin: auto;
  }
}

.cate2 > .more1{
	display: none;
	margin-top: 50px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
    .notice_lead {
text-align: left;
}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2 .titlebox3 .more1{
		display: none;
	}
	.cate2 > .more1{
		display: flex;
		justify-content: center;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
   .step_card { padding: 30px clamp(20px, 5vw, 50px);
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

