@charset "utf-8";

body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #000;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
}

/* content_layout1 */
.content_layout1 {
  position: relative;
  width: 100%;
  height: auto;
}

section.content_layout1-1 {
  position: absolute;
  width: 80%;
  padding: 50px 0;
  /* max-width: 1060px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 0 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  /* 半透明の黒 */
  border-radius: 28px;
}

section.content_layout1-1 h2 {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  color: #D6D6D6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

section.content_layout1-1 h2 span {
  display: block;
}

section.content_layout1-1 h2 span.h2_set0 {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

section.content_layout1-1 h2::before,
section.content_layout1-1 h2::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.content_layout1-1 h2::before {
  background-image: url(../images/post-260/title_border_left.png);
  margin-right: 10px;
}

section.content_layout1-1 h2::after {
  background-image: url(../images/post-260/title_border_right.png);
  margin-left: 10px;
}

section.content_layout1-1 p {
  width: fit-content;
  font-size: 1.9rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

section.content_layout1-1 div {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

section.content_layout1-1 div p {
  width: fit-content;
  margin: 0;
  text-align: left;
}

section.content_layout1-1 section {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

section.content_layout1-1 section h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

section.content_layout1-1 section h3::before,
section.content_layout1-1 section h3::after {
  content: "■";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.8rem;
}

section.content_layout1-1 section h3::before {
  margin-right: 10px;
}

section.content_layout1-1 section h3::after {
  margin-left: 10px
}

section.content_layout1-1 section div {
  width: fit-content;
  margin: 0 auto;
  width: 500px;
}

section.content_layout1-1 section div p {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}


/* content_layout2 */
.content_layout2 {
  width: 100%;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto;
  gap: 50px;
}

.content_layout2 section {
  width: 60%;
}

.content_layout2 section h2 {
  width: auto;
  background-color: #000;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.content_layout2 section ul li {
  margin-bottom: 50px;
}

.content_layout2 section ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.content_layout2 section ul li dl.set2 dt {
  height: 70px;
  line-height: 3;
}

.content_layout2 section ul li dl dt {
  width: 40%;
  text-align: center;
  padding: 2px 10px;
  margin: 0 auto;
  border: 1.5px solid #000;
  border-radius: 7px;
  font-size: 2.0rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-weight: 600;
}

.content_layout2 section ul li dl dd {
  width: 60%;
  font-size: 2.0rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-weight: 600;
}

.content_layout2 p {
  width: 40%;
  max-width: 400px;
}

/* content_layout3 */
.content_layout3 {
  position: relative;
  width: 100%;
  height: auto;
}

.content_layout3 .content_layout3-0 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_layout3 .content_layout3-0 .content_layout3-1 {
  padding: 20px;
  color: #fff;
  padding: 40px 210px;
  border: 1px solid #B7B7B7;
  width: 100%;
  max-width: 1020px;
}

.content_layout3 .content_layout3-0 .content_layout3-1 ul li {
  margin-bottom: 10px;
  width: fit-content;
}

.content_layout3 .content_layout3-0 .content_layout3-1 ul li dl {
  display: flex;
  width: fit-content;
}

.content_layout3 .content_layout3-0 .content_layout3-1 ul li dl dt {
  font-size: 2.0rem;
  font-weight: 600;
}

.content_layout3 .content_layout3-0 .content_layout3-1 ul li dl dt::after {
  content: ":";
  margin: 0 5px;
}

.content_layout3 .content_layout3-0 .content_layout3-1 ul li dl dd {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.7;
}

.content_layout3 .content_layout3-0 .content_layout3-1 p {
  margin-top: 30px;
  width: fit-content;
}

/* content_layout4 */
.content_layout4 {
  width: 100%;
  background-color: #fff;
}

.content_layout4 section {
  width: 80%;
  margin: 120px auto;
  border: 2px solid #000;
  text-align: center;
}

.content_layout4 section h2 {
  width: 240px;
  margin: 30px auto;
  padding: 13px 0;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
}

.content_layout4 section div {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.content_layout4 section div p {
  line-height: 3;
  font-size: 1.7rem;
  font-weight: 300;
  color: #000;
  text-align: left;
}


/* content_layout5 */
.content_layout5 {
  position: relative;
  width: 100%;
  height: auto;
}

section.content_layout5-1 {
  position: absolute;
  width: 80%;
  padding: 50px 0;
  /* max-width: 1060px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 0 20px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  color: #fff;
  /* background-color: rgba(0, 0, 0, 0.4); 半透明の黒 */
  border-radius: 28px;
}

section.content_layout5-1 h2 {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  color: #D6D6D6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

section.content_layout5-1 h2 span {
  display: block;
}

section.content_layout5-1 h2 span.h2_set0 {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

section.content_layout5-1 h2::before,
section.content_layout5-1 h2::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.content_layout5-1 h2::before {
  background-image: url(../images/post-260/title_border_left.png);
  margin-right: 10px;
}

section.content_layout5-1 h2::after {
  background-image: url(../images/post-260/title_border_right.png);
  margin-left: 10px;
}

section.content_layout5-1 p {
  width: fit-content;
  font-size: 1.9rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

section.content_layout5-1 div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
}

section.content_layout5-1 .privilege {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 50px;
  border-radius: 28px;
  margin: 0;
}

section.content_layout5-1 .privilege div p {
  margin-bottom: 20px;
  width: max-content;
}

section.content_layout5-1 div p {
  width: fit-content;
  margin: 0;
  text-align: center;
}

section.content_layout5-1 div p.bag_img {
  width: 15%;
  margin-bottom: 50px;
}

section.content_layout5-1 section {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

section.content_layout5-1 section h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

section.content_layout5-1 section h3::before,
section.content_layout5-1 section h3::after {
  content: "■";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.8rem;
}

section.content_layout5-1 section h3::before {
  margin-right: 10px;
}

section.content_layout5-1 section h3::after {
  margin-left: 10px
}

section.content_layout5-1 section div {
  width: fit-content;
  margin: 0 auto;
}

section.content_layout5-1 section div p {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}


/* content_layout6 */
.content_layout6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.content_layout6 h2 {
  width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* text-align: left; */
  /* gap: 10px; */
  /* aspect-ratio: 1 / 1; */
  background-color: #454545;
  color: #fff;
  font-family: "Hiragino Mincho ProN", serif;
  padding: 13px 0;
}

.content_layout6 h2 span {
  display: block;
  text-align: left;
}

.content_layout6 h2 span.set1 {
  font-size: 2rem;
  font-weight: 600;
}

.content_layout6 h2 span.set2 {
  font-size: 2.5rem;
  font-weight: 100;
}

.content_layout6 div {
  max-width: 870px;
  margin: 0 auto;
  /* margin-right: 0; */
  margin-top: 52px;
  margin-bottom: 100px;
}

.content_layout6 div p {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 20px;
}

footer {
  margin: 0 auto;
  /* padding: 30px 0; */
  text-align: center;
  background-color: #fff;
  color: #fff;
  font-size: 2.1rem;
}


@media screen and (max-width:1500px) {
  section.content_layout1-1 {
    width: 80%;
    padding: 50px 0;
    gap: 20px;
  }

  .content_layout4 section {
    width: 80%;
  }

  section.content_layout5-1 .privilege {
    padding: 30px 20px;
  }

  section.content_layout1-1 section h3 {
    margin-bottom: 10px;
  }

  .content_layout6 {
    /* width: 90%; */
  }
}

@media screen and (max-width:1450px) {

  /* content_layout1 */
  section.content_layout1-1 {
    /* position: absolute; */
    width: 80%;
    /* max-width: 910px; */
    gap: 25px;
    padding: 20px 0;
  }

  section.content_layout1-1 h2 {
    font-size: 1.7rem;
    font-weight: 600;
  }

  section.content_layout1-1 p {
    font-size: 1.6rem;
    font-weight: 300;
  }

  /* content_layout2 */
  .content_layout2 {
    width: 100%;
    max-width: 910px;
    margin: 70px auto;
    gap: 50px;
  }

  .content_layout2 section h2 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }

  .content_layout2 section ul li {
    margin-bottom: 35px;
  }

  /* content_layout3 */
  .content_layout3 .content_layout3-0 .content_layout3-1 {
    padding: 20px 180px;
    max-width: 910px;
  }

  .content_layout3 .content_layout3-0 .content_layout3-1 ul li dl dt {
    font-size: 1.8rem;
  }

  .content_layout3 .content_layout3-0 .content_layout3-1 ul li dl dd {
    font-size: 1.6rem;
  }

  section.content_layout5-1 div p.bag_img {
    margin-bottom: 20px;
  }

  /* section.content_layout1-1 section h3 {
    font-size: 1.8rem;
    padding: 20px 0;
  } */
}


@media screen and (max-width: 1230px) {
  /* .content_layout6 {
    flex-direction: column;
  }

  .content_layout6 h2 {
    width: 100%;
    margin: 50px;
    aspect-ratio: unset;
  }

  .content_layout6 div {
    width: 90%;
    margin-bottom: 80px;
    margin: 30px auto;
  }

  section.content_layout5-1 .privilege div p {
    font-size: 1.6rem;
  } */
}


@media screen and (max-width:870px) {

  header {
    margin-bottom: 60px;
  }
  .content_layout6 {
    padding: 0 26px;
  }
  .content_layout6 h2 {
    width: 100%;
  }
}


/* 基本レイアウト */
.inquiry {
  padding: 48px 20px 72px;
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.inquiry__inner {
  max-width: 980px;
  margin: 0 auto;
}

.inquiry__title {
  font-size: 20px;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  font-weight: 600;
}

.inquiry__divider {
  height: 1px;
  background: #9aa6b2; /* 薄めの線 */
  width: 100%;
  margin-bottom: 32px;
}

/* ブロック */
.inquiry__grid {
  display: grid;
  gap: 48px;
}

.inquiry__block {
  text-align: center;
}

.inquiry__jp {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}

.inquiry__en {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #364152;
  margin: 0 0 16px;
}

/* ボタン */
.inquiry__btn {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 4px;
  background: #1460A0;        /* 指定色 */
  color: #fff;
  border: 1px solid #1460A0;
  transition: filter .2s ease, transform .02s ease;
}

.inquiry__btn:hover { filter: brightness(1.05); }
.inquiry__btn:active { transform: translateY(1px); }

/* PCレイアウト */
@media (min-width: 871px) {
  .inquiry__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0; /* 画像の印象に合わせて広めの余白は上下で調整 */
  }
  .inquiry__block {
    padding: 12px 0 0;
  }
  /* .inquiry__block:first-child { padding-right: 80px; } */
  /* .inquiry__block:last-child  { padding-left: 80px; } */
}

/* スマホの余白感（画像に寄せる） */
@media (max-width: 860px) {
  .inquiry { padding-bottom: 56px; }
  .inquiry__btn { margin-top: 6px; }
}