@charset "UTF-8";
#site-header,
.footer-cta {
  display: none;
}

.p-kibaco {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4em;
}

@media screen and (max-width: 899px) {
  .p-kibaco {
    font-size: 1em;
  }
}

.p-kibaco * {
  font-weight: 500;
}

.p-kibaco img {
  vertical-align: middle;
}

.p-kibaco__header {
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__header {
    padding: 10px 10px 10px 30px;
  }
  .p-kibaco__header img {
    max-width: 240px;
    height: auto;
  }
}

.p-kibaco__main h1 {
  text-align: center;
}

@media screen and (max-width: 899px) {
  .p-kibaco__main {
    padding-left: 32px;
  }
}

.p-kibaco__sec1 {
  background: url(../img/kibaco/sec1__bg.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
}

.p-kibaco__sec1 > div {
  background: url(../img/kibaco/sec1__img1.webp) no-repeat 95% bottom;
  background-size: 550px;
}

.p-kibaco__sec1 h2 {
  margin-bottom: 20px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 2.4em;
}

.p-kibaco__sec1 h2 span {
  font-weight: bold;
}

.p-kibaco__sec1 .-box {
  padding: 0 20px 50px;
  font-family: var(--gothic);
}

.p-kibaco__sec1 .-box .-txt {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.p-kibaco__sec1 .-box .-txt p {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec1 {
    padding: 30px 20px 0;
  }
  .p-kibaco__sec1 > div {
    background-position: center bottom;
    background-size: 300px auto;
  }
  .p-kibaco__sec1 h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .p-kibaco__sec1 .-box {
    padding: 0 0 220px 0;
  }
  .p-kibaco__sec1 .-box .-txt p {
    font-size: 1em;
    margin-bottom: 15px;
  }
}

.p-kibaco__sec2 {
  padding: 50px 0 80px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec2 {
    padding: 30px 0;
  }
}

.p-kibaco__sec2 > div > h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec2 > div > h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.p-kibaco__sec2 > div h3 {
  position: relative;
  font-size: 1.6em;
}

.p-kibaco__sec2 > div h3 > span {
  position: absolute;
  left: 160px;
  top: -20px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec2 > div h3 {
    font-size: 1.3em;
  }
  .p-kibaco__sec2 > div h3 > span {
    left: 100px;
    top: 0;
  }
  .p-kibaco__sec2 > div h3 > span img {
    height: 33px;
  }
}

.p-kibaco__sec2 > div > p {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 70px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec2 > div > p {
    font-size: 1em;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

.p-kibaco__sec2 > div .-box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.p-kibaco__sec2 > div .-box p {
  position: relative;
  z-index: 10;
}

.p-kibaco__sec2 > div .-box > div {
  position: relative;
}

.p-kibaco__sec2 > div .-box > div > span {
  position: absolute;
  right: 50px;
  top: -30px;
  width: 200px;
}

.p-kibaco__sec2 > div .-box > div::before {
  width: calc(100% + 300px);
  right: 0;
  position: absolute;
  top: 0;
  content: '';
  height: 100%;
}

.p-kibaco__sec2 > div .-box > div:nth-child(1)::before {
  background: #e9e4d7;
}

.p-kibaco__sec2 > div .-box > div:nth-child(2)::before {
  background: #bad2cf;
}

.p-kibaco__sec2 > div .-box > div:nth-child(3)::before {
  background: #c4cfa1;
}

.p-kibaco__sec2 > div .-box > div + div {
  margin-top: 50px;
}

.p-kibaco__sec2 > div .-box > div > div {
  padding: 40px 0;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec2 > div .-box > div > span {
    right: 20px;
    top: -34px;
    width: 90px;
  }
  .p-kibaco__sec2 > div .-box > div + div {
    margin-top: 40px;
  }
  .p-kibaco__sec2 > div .-box > div > div {
    padding: 20px;
  }
}

.p-kibaco__sec3 {
  background: #e0e1e1;
  position: relative;
}

.p-kibaco__sec3 > span {
  position: absolute;
  right: 100px;
  top: -30px;
}

.p-kibaco__sec3 > div {
  overflow: hidden;
}

.p-kibaco__sec3 > div .-box {
  max-width: 840px;
  padding: 50px 0 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.p-kibaco__sec3 > div .-box ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.p-kibaco__sec3 > div .-box ul li {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  gap: 30px;
  align-items: center;
}

.p-kibaco__sec3 > div .-box ul li dl dt {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec3 > span {
    right: 0;
    top: -20px;
  }
  .p-kibaco__sec3 > span img {
    width: 100px;
  }
  .p-kibaco__sec3 > div .-box {
    padding: 30px 0;
  }
  .p-kibaco__sec3 > div .-box ul {
    gap: 20px;
    padding: 0 20px;
  }
  .p-kibaco__sec3 > div .-box ul li {
    gap: 10px;
    align-items: flex-start;
  }
  .p-kibaco__sec3 > div .-box ul li dl dt {
    font-size: 1.1em;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .p-kibaco__sec3 > div .-box ul li dl dd {
    font-size: 0.85em;
  }
}

.p-kibaco__sec4 {
  overflow: hidden;
}

.p-kibaco__sec4 .-box {
  max-width: 840px;
  padding: 50px 0 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-kibaco__sec4 .-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec4 .-box {
    padding: 30px 0;
  }
  .p-kibaco__sec4 .-box ul {
    padding: 0 20px;
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .p-kibaco__sec4 .-box ul {
    padding: 0 40px;
    grid-template-columns: 1fr;
  }
}

.p-kibaco__sec5 {
  background: url(../img/kibaco/sec5__bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.p-kibaco__sec5 > span {
  position: absolute;
  right: 200px;
  top: -20px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec5 > span {
    right: 20px;
  }
  .p-kibaco__sec5 > span img {
    width: 80px;
  }
}

.p-kibaco__sec5 > div {
  overflow: hidden;
}

.p-kibaco__sec5 > div .-box {
  max-width: 840px;
  padding: 50px 0 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-kibaco__sec5 > div .-box .-txt {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.p-kibaco__sec5 > div .-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec5 > div .-box {
    padding: 30px 0;
  }
  .p-kibaco__sec5 > div .-box .-txt {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .p-kibaco__sec5 > div .-box ul {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    gap: 20px;
    justify-content: center;
  }
  .p-kibaco__sec5 > div .-box ul li:nth-child(3) {
    grid-column: 1 / 3;
    /* 2列分使う（横幅全体） */
    justify-self: center;
    /* 中央に揃える */
    width: 100%;
    /* 他の列と同じ幅にする */
    max-width: calc(50% - 5px);
    /* gap を考慮した1fr相当の幅に */
  }
}

.p-kibaco__sec6 {
  position: relative;
}

.p-kibaco__sec6 a {
  color: inherit;
}

.p-kibaco__sec6 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.p-kibaco__sec6 ul li div {
  margin-bottom: 10px;
}

.p-kibaco__sec6 ul li dl dt {
  font-size: 1.1em;
}

.p-kibaco__sec6 ul li dl dd {
  font-size: 0.7em;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec6 ul {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 20px;
  }
  .p-kibaco__sec6 ul li div {
    margin-bottom: 0;
  }
  .p-kibaco__sec6 ul li a {
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    gap: 10px;
  }
}

.p-kibaco__sec6 > span {
  position: absolute;
  right: 200px;
  top: -20px;
}

.p-kibaco__sec6 > div {
  overflow: hidden;
  padding: 100px 0 80px;
}

.p-kibaco__sec6 > div .-box1 {
  max-width: 840px;
  width: 100%;
  padding-bottom: 60px;
  margin: 0 auto 60px;
  position: relative;
  border-bottom: 1px solid #211815;
}

.p-kibaco__sec6 > div .-box1 > span {
  position: absolute;
  right: 40px;
  top: -50px;
}

.p-kibaco__sec6 > div .-box1 h2 {
  position: relative;
}

.p-kibaco__sec6 > div .-box1 h2 > span {
  position: absolute;
  left: 260px;
  bottom: 0;
}

.p-kibaco__sec6 > div .-box1 p {
  margin-top: 30px;
}

.p-kibaco__sec6 > div .-box2 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.p-kibaco__sec6 > div .-box2 > p {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec6 > div {
    padding: 30px 0 50px;
  }
  .p-kibaco__sec6 > div .-box1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-kibaco__sec6 > div .-box1 > span {
    right: 20px;
    top: -20px;
  }
  .p-kibaco__sec6 > div .-box1 > span img {
    width: 80px;
  }
  .p-kibaco__sec6 > div .-box1 h2 > span {
    left: 180px;
    width: 90px;
  }
  .p-kibaco__sec6 > div .-box1 ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
  .p-kibaco__sec6 > div .-box1 ul li a {
    grid-template-columns: 1fr;
  }
  .p-kibaco__sec6 > div .-box1 p {
    padding: 0 20px;
    margin-top: 20px;
  }
  .p-kibaco__sec6 > div .-box2 > p {
    font-size: 1.3em;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.p-kibaco__access {
  padding-bottom: 80px;
}

.p-kibaco__access .page-content {
  padding: 0;
}

.p-kibaco__access h3 {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-kibaco__sec7 {
  overflow: hidden;
  padding-bottom: 80px;
}

.p-kibaco__sec7 .-box1 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec7 {
    padding-bottom: 0;
  }
  .p-kibaco__sec7 .-box1 {
    padding: 0 20px;
  }
}

.p-kibaco__sec8 {
  background: url(../img/kibaco/sec8__bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.p-kibaco__sec8 > div .-box {
  max-width: 840px;
  padding: 50px 0 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-kibaco__sec8 > div .-box > span {
  position: absolute;
  right: 0;
  top: -50px;
}

@media screen and (max-width: 899px) {
  .p-kibaco__sec8 > div .-box {
    padding: 30px 20px;
  }
  .p-kibaco__sec8 > div .-box > span {
    top: -20px;
    right: 20px;
  }
  .p-kibaco__sec8 > div .-box > span img {
    width: 80px;
  }
}

.-aco {
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .-aco {
    margin-bottom: 10px;
  }
}

.-aco dt {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.-aco dt span {
  width: 30px;
}

.-aco dt span img {
  transition: all 0.2s;
  transform: rotate(-90deg);
}

.-aco dt p {
  flex: 1;
  font-size: 1.3em;
}

.-aco dt.is-active span img {
  transition: all 0.2s;
  transform: rotate(0);
}

@media screen and (max-width: 899px) {
  .-aco dt span {
    width: 11px;
  }
  .-aco dt p {
    font-size: 1.2em;
  }
}

.-aco dd {
  display: none;
}

.-aco dd > div {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}

.-aco dd > div span {
  width: 30px;
  position: relative;
}

.-aco dd > div span::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  position: absolute;
}

.-aco dd > div p {
  flex: 1;
}

@media screen and (max-width: 899px) {
  .-aco dd > div span {
    width: 11px;
  }
}

.-btn1 {
  position: relative;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 45px 10px 20px;
  color: #000;
  font-family: var(--gothic);
  font-weight: 500;
}

.-btn1::after {
  content: "";
  width: 18px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}

.-btn1 > span {
  position: relative;
  font-size: 0.8em;
}

.-btn1:hover {
  opacity: 0.75;
}

.-hdline1 {
  position: relative;
  font-size: 2em;
  margin: 0 auto 30px;
  max-width: 730px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.-hdline1::before {
  display: block;
  content: '';
  width: 300px;
  left: -330px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  background: #000;
  position: absolute;
}

@media screen and (max-width: 899px) {
  .-hdline1 {
    letter-spacing: 0;
    font-size: 1.6em;
    margin: 0 auto 20px;
    padding-left: 40px;
  }
  .-hdline1::before {
    left: -270px;
  }
}

.-hdline2 {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1em !important;
}

.-hdline2 > span.-ja {
  font-size: 2em;
}

.-hdline2 > span.-en {
  font-size: 1.5em;
}

@media screen and (max-width: 899px) {
  .-hdline2 {
    letter-spacing: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    gap: 10px;
  }
  .-hdline2 > span.-ja {
    font-size: 1.6em;
  }
  .-hdline2 > span.-en {
    font-size: 1.1em;
  }
}

.u-font--g {
  font-family: var(--gothic);
}

.ah:hover {
  opacity: 0.75;
}

@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  .pc {
    display: none !important;
  }
}
