/* base */
@charset "utf-8";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

.hero,
.hero_ {
  background: #FFFFFF;
  position: relative;
}

.hero__container,
.hero__container_ {
  aspect-ratio: 529 / 543;
}

.hero__image {
  position: relative;
}

.hero__mask,
[data-page=top] .hero__mask {
  bottom: 0;
  position: absolute;
  width: 100%;
}

h1.tittle {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  text-shadow: 0 0 4px #3b3b3b,
    0 0 8px #3b3b3b,
    0 0 12px #3b3b3b;
  width: 100%;
}

.mb30 {
  margin-bottom: 30px;
}

/* パンくずナビ全体 */
.breadcrumb {
  display: inline-flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  /* 下のライン */
  margin-bottom: 24px;
  width: 100%;
}

/* リストリセット */
.breadcrumb ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

/* セパレータ */
.breadcrumb li+li::before {
  content: "―";
  margin: 0 8px;
  color: #bbbbbb;
}

/* リンク */
.breadcrumb a {
  color: #bbbbbb;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* 現在ページ */
.breadcrumb .current {
  color: #e07f81;
  font-weight: bold;
}

/* contact/confirm */

/* Logo switching for dual-logo header */
.header__logo-img--normal {
  display: none;
}

.header__logo.is-visible .header__logo-img--white {
  display: none;
}

.header__logo.is-visible .header__logo-img--normal {
  display: block;
}

.hero {
  margin-bottom: 80px;
}

.contact-stepper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-stepper.-complete {
  padding-bottom: 44px;
  border-bottom: none;
}

.stepper-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stepper-number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c2c2c2;
  margin-bottom: 12px;
  z-index: 1;
}

.stepper-item.active .stepper-number {
  background: #e07f81;
}

.stepper-item.active .stepper-label {
  color: #e07f81;
}

.stepper-label {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}

.stepper-line {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: #c2c2c2;
  margin-top: 9px;
  margin-left: -80px;
  margin-right: -80px;
}

.complete-container{
	margin-bottom: 32px;
}

.complete-title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 3.4rem;
	text-align: center;
	margin-bottom: 30px;
  }

.complete-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5rem;
}

h1.tittle {
  font-size: 27px;
}

[data-page=top] .section__title .title__lang--jp {
  font-size: 23px;
}