/******************************************************

flow

******************************************************/
#containerBox { padding-top: 10px; padding-bottom: 3rem; background: none; }
#containerBox .intro_copy { width: 90%; margin: 4rem auto; text-align: center; }
#containerBox .intro_copy p.lead { text-align: center; font-size: 1.375rem; line-height: 2; letter-spacing: 0.05em; }
@media screen and (max-width: 768px) {
  #containerBox .intro_copy { text-align: left; }
  #containerBox .intro_copy p.lead { font-size: 1.05rem; line-height: 1.9; text-align: left; }
  #containerBox .intro_copy br.pc { display: none; }
}

/* Merit1 見出し改行制御：PCは改行解除、SPのみ改行 */
.step .box .txt h4 br.sp { display: none; }
@media screen and (max-width: 768px) {
  .step .box .txt h4 br.sp { display: inline; }
}

.container.caption { width: 90%; margin-left: auto; margin-right: auto; margin-top: 2rem; font-size: 0.9rem; text-align: left; }

.main_visual { position: relative; }
.main_visual img { width: 100%; height: auto; }
.main_visual .pic { position: relative; }
.main_visual .pic .note { font-size: 0.8rem; position: absolute; bottom: 5px; right: 8px; color: #fff; text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000; z-index: 2; }
@media screen and (max-width: 640px) {
  .main_visual .pic .note { font-size: 0.65rem; bottom: 3px; right: 5px; }
}
.main_visual .txtArea { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: min(56vw, 720px); aspect-ratio: 1616 / 926; background: url("../images/merit/title_bg.png") center center / contain no-repeat; display: flex; align-items: center; justify-content: center; }
.main_visual .txtArea .copy { font-size: clamp(1.05rem, 2.4vw, 2rem); letter-spacing: 0.1em; color: #000; text-align: center; width: 100%; }
@media screen and (max-width: 640px) { .main_visual .txtArea { width: 70%; max-width: 360px; }
  .main_visual .txtArea .copy { font-size: 3.6vw; } }

.localnav ul { max-width: 1000px; width: 90%; margin: auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.localnav ul li { width: 31%; margin-bottom: 2rem; }
.localnav ul li img { width: 100%; height: auto; position: relative; z-index: 1; transition: .3s; }
.localnav ul li a { position: relative; display: block; }
.localnav ul li a::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: top center; background-repeat: no-repeat; background-size: 100% auto; }
.localnav ul li a:hover img { opacity: 0; }
.localnav ul li:nth-of-type(1) a::before { background-image: url("../images/merit/merit_btn01_on.jpg"); }
.localnav ul li:nth-of-type(2) a::before { background-image: url("../images/merit/merit_btn02_on.jpg"); }
.localnav ul li:nth-of-type(3) a::before { background-image: url("../images/merit/merit_btn03_on.jpg"); }
.localnav ul li:nth-of-type(4) a::before { background-image: url("../images/merit/merit_btn04_on.jpg"); }
.localnav ul li:nth-of-type(5) a::before { background-image: url("../images/merit/merit_btn05_on.jpg"); }
.localnav ul li:nth-of-type(6) a::before { background-image: url("../images/merit/merit_btn06_on.jpg"); }
@media screen and (max-width: 640px) { .localnav ul li { width: 48%; margin-bottom: 4%; } }

.step { margin-top: 7rem; }
.step .box { width: calc(100% - 200px); display: flex; }
.step .box .item { width: 60%; }
.step .box .item .pic { position: relative; }
.step .box .item .pic img { width: 100%; height: auto; }
.step .box .item .pic .note { font-size: 0.8rem !important; position: absolute; bottom: 3px; right: 5px; color: #fff; text-shadow: 0px 0px 3px #000000,0px 0px 3px #000000; }
.step .box .txt { width: 40%; padding-left: 4rem; text-align: left; }
.step .box .txt h3 { margin-bottom: 2rem; }
.step .box .txt h3 img { height: 55px; }
.step .box .txt h4 { font-weight: normal; font-size: 1.5rem; line-height: 1.5; border-bottom: 1px solid #000; padding-bottom: 2rem; margin-bottom: 2rem; }
.step .box .txt p { margin-top: 1rem; font-size: 1.1rem; line-height: 2; }
.step .box .txt p.border { border: 1px solid #595757; padding: 0.5rem; }
.step .box .txt p.small { font-size: 0.8rem; margin-top: 1rem; }
.step .box .txt p.btn-plan { margin-top: 2rem; line-height: 1; }
.step .box .txt p.btn-plan a { display: inline-block; padding: 1rem 3rem 1rem 2rem; background: rgb(116, 90, 68); background: linear-gradient(90deg, rgb(116, 90, 68) 0%, rgb(196, 170, 130) 50%, rgb(116, 90, 68) 100%); color: #fff; text-decoration: none; font-size: 1.1rem; letter-spacing: 0.1em; transition: .3s; position: relative; }
.step .box .txt p.btn-plan a:hover { filter: brightness(110%); }
.step .box .txt p.btn-plan a::after { content: ""; display: block; position: absolute; top: 50%; right: 1.2rem; width: 6px; height: 6px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(45deg); }
@media screen and (max-width: 559px) { .step .box .txt p.btn-plan a { display: block; text-align: center; font-size: 1rem; } }
.step.right .box { margin: 0 0 0 auto; }
.step.right .box .item { order: 2; }
.step.right .box .txt { padding: 0 4rem 0 0; }

.arrow-img { margin-top: 4rem; }
.arrow-img img { width: 230px; margin: 0 auto; display: block; }

@media screen and (max-width: 1000px) { .step .box { width: 100%; padding: 0 20px; }
  .step .box .txt { padding-left: 2rem; }
  .step.right .box .txt { padding: 0 2rem 0 0; } }
@media screen and (max-width: 768px) { .step .box { flex-wrap: wrap; }
  .step .box .item { width: 100%; }
  .step .box .txt { width: 100%; margin-top: 2rem; padding: 0; }
  .step.right .box .item { order: -2; }
  .step.right .box .txt { padding: 0; margin-top: 2rem; } }
@media screen and (max-width: 559px) { .step { margin-top: 4rem; }
  /*.step { .box { .txt { h3 { img { height: 110px; } } } } }*/
  .arrow-img img { width: 110px; } }
.column { background: #eadecf; padding: 30px; max-width: 1040px; margin: 30px auto 40px; position: relative; z-index: 1; }
.column .columnbox { margin-bottom: 3rem; }
.column h5 { text-align: center; color: #fff; background: #453831; font-size: 1.3rem; margin-bottom: 1rem; font-weight: normal; }
.column h6 { border: 1px solid #000; text-align: center; font-size: 1.3rem; margin-bottom: 1rem; font-weight: normal; }
.column p.lead { margin-bottom: 2rem; }
.column .pic { margin-bottom: 1rem; }
.column div.note { text-align: left; }
.column .txt { text-align: center; font-size: 1.3rem; margin-bottom: 2rem; line-height: 1.3; }
.column .txt b { font-size: 1.5em; color: #af1e29; }
.column .txt small { font-size: 0.7em; }
@media screen and (max-width: 768px) { .column { margin: 40px auto 40px; padding: 20px !important; }
  .column h5 { font-size: 1.0rem; }
  .column h6 { font-size: 1.0rem; }
  .column .txt { font-size: 1.1rem; } }

.bnr_interview { max-width: 900px; margin: 2rem auto 0; }
.bnr_interview img { width: 100%; height: auto; }
.bnr_interview a { transition: .3s; }
.bnr_interview a:hover { filter: brightness(120%); }
@media screen and (max-width: 1000px) { .bnr_interview { padding: 0 20px; } }
/* 来場予約セクション リード文 */
.info-area .visit-lead {
  max-width: 900px;
  margin: 3rem auto 1.5rem;
  padding: 0 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}
.info-area .visit-lead__hl {
  font-weight: bold;
  background: linear-gradient(transparent 65%, #fff176 65%);
  padding: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .info-area .visit-lead {
    margin: 2rem auto 1rem;
    font-size: 0.9rem;
    text-align: justify;
  }
  .info-area .visit-lead br {
    display: none;
  }
}

