@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
}

figure {
  margin-bottom: 0;
}

a.c-undeline {
  text-decoration: underline;
}

/*-------------------------------
  anker
-------------------------------*/
.anker {
  padding-top: 30px;
  display: block;
  height: 1px;
  margin-top: -30px;
}

/*-------------------------------
  midashi
-------------------------------*/
.c-midashi1 {
  font-size: clamp(8rem, 5.181rem + 4.96vw, 12rem);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 70px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.c-midashi1.small {
  font-size: clamp(6rem, 3.161rem + 3.56vw, 8rem);
}
.c-midashi1 span {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-top: 15px;
  text-align: left;
  font-size: clamp(1.6rem, 0.171rem + 2.86vw, 1.8rem);
  margin-bottom: 12px;
}

.c-midashi2 {
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 4px solid #26221e;
}

/*-------------------------------
  p-topback トップに戻るボタン
-------------------------------*/
.p-topback {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #26221e;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-topback:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  display: block;
}
.p-topback.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-topback:hover {
  background: #000000;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 1024px) {
  .p-topback {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  .p-topback:before {
    border-width: 0 6px 10px 6px;
  }
  .c-midashi2 {
    font-size: 2.4rem;
  }
}
.c-midashi3 {
  text-align: center;
  font-size: clamp(12rem, 6.181rem + 8.96vw, 20rem);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 70px;
  margin-inline: auto;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.c-midashi3.medium {
  font-size: clamp(9rem, 5.181rem + 7.96vw, 12rem);
}
.c-midashi3 span {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-top: 15px;
  font-size: clamp(1.6rem, 0.171rem + 2.86vw, 1.8rem);
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .c-midashi3 {
    font-size: clamp(6rem, 3.181rem + 4.96vw, 8rem);
    margin-bottom: 40px;
  }
  .c-midashi3.medium {
    font-size: clamp(4rem, 3.181rem + 3.96vw, 6rem);
  }
  .c-midashi3 span {
    font-size: clamp(1.4rem, 0.171rem + 2.06vw, 1.6rem);
  }
}
.c-midashi4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c-midashi4 {
    font-size: clamp(1.6rem, 0.961rem + 1.86vw, 2rem);
  }

}
/*-------------------------------
  c-list
-------------------------------*/
.c-list__1 ul {
  display: block;
  padding-left: 10px;
}
.c-list__1 ul li {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 20px;
}
.c-list__1 ul li:before {
  position: absolute;
  top: 8px;
  left: 5px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: #26221e;
  margin-top: 0.4em;
}
.c-list__1:has(.black) li:before {
  background: #000000;
}
.c-list__1:has(.kome) li:before {
  background: none;
  content: "※";
  margin-top: 0;
}

.c-list__2 ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c-list__2 ul li span:nth-of-type(1) {
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2em;
}

@media screen and (max-width: 1024px) {
  .c-list__2 ul li {
    font-size: clamp(1.2rem, 0.761rem + 1.26vw, 1.4rem);
  }
  .c-list__2 ul li span:nth-of-type(1) {
    font-size: clamp(1.2rem, 0.761rem + 1.26vw, 1.4rem);
    width: 1.5em;
  }
}

/*-------------------------------
  c-table
-------------------------------*/
.c-table__1 table {
  width: 100%;
}
.c-table__1 table th {
  border-bottom: 1px solid #dde3e8;
  padding: 20px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  width: 180px;
  color: #043d78;
}
.c-table__1 table td {
  border-bottom: 1px solid #dde3e8;
  padding: 20px;
  width: calc(100% - 180px);
}

.c-table__2 {
  margin-bottom: 50px;
  width: 100%;
}
.c-table__2 dl {
  padding: 20px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #26221e;
  font-size: clamp(1.6rem, 0.961rem + 1.86vw, 1.8rem);
}
.c-table__2 dt {
  font-weight: 700;
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-table__2 dd {
  padding-left: 80px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .c-table__2 dl {
    display: block;
    padding: 10px 0;
    font-size: clamp(1.2rem, 0.761rem + 1.26vw, 1.4rem);
  }
  .c-table__2 dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 0.761rem + 1.86vw, 1.6rem);
  }
  .c-table__2 dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

/*-------------------------------
  1-home
-------------------------------*/
#main {
  position: relative;
}

.p-hero {
  aspect-ratio: 16/7.5;
}
.p-hero img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-hero {
    padding-top: 50px;
    aspect-ratio: 16/7.5;
  }
}
.p-concept {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  padding-bottom: 200px;
  height: 1000px;
}
.p-concept__img {
  margin-bottom: 60px;
  position: relative;
  width: 700px;
  max-width: 60%;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  position: relative;
  z-index: 2;
}
.p-concept__img img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.p-concept__img:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  height: 300px;
  background: #ebc8a4;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 0;
}
.p-concept__img:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  height: 700px;
  background: #26221e;
  position: absolute;
  top: 300px;
  right: 100px;
  z-index: 0;
}
.p-concept__txt {
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .p-concept {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    padding-bottom: 60px;
    height: auto;
  }
  .p-concept__img {
    margin-bottom: 50px;
    max-width: 100%;
  }
  .p-concept__img:before {
    height: 100%;
    height: 15%;
    right: 20px;
  }
  .p-concept__img:after {
    height: 95%;
    top: 15%;
    right: 20px;
  }
  .p-concept__txt {
    padding-top: 0px;
  }
}
.p-collection__title {
  font-size: clamp(32rem, 12.161rem + 4.56vw, 45rem);
  line-height: 1;
  font-weight: 500;
  color: #1d1813;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 70px;
  text-align: center;
}
.p-collection__title img {
  max-width: 100%;
  height: auto;
}
.p-collection__txt {
  padding-bottom: 120px;
  width: 350px;
}
.p-collection__txt p:nth-of-type(1) {
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .p-collection__title {
    font-size: clamp(10rem, 8.161rem + 3.56vw, 15rem);
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .p-collection__txt {
    padding-bottom: 70px;
    width: 100%;
  }
  .p-collection__txt p:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
.p-classiccar {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.p-classiccar img {
  max-width: 100%;
  height: auto;
}
.p-classiccar figcaption {
  width: 1200px;
  max-width: calc(100% - 80px);
  margin: auto;
}
.p-classiccar figcaption h3 {
  font-size: clamp(8rem, 4.161rem + 6.86vw, 15rem);
  line-height: 1;
  margin-top: -60px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 40px;
  font-weight: 500;
}
.p-classiccar figcaption p {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}
.p-classiccar__inner {
  padding: 0 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-bottom: 80px;
}
.p-classiccar__list {
  width: 100%;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 20px;
    }
.p-classiccar__list ul li {
  font-size: 1.6rem;
}
.p-classiccar__list ul li p {
  font-size: 1.0rem;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 400;
}
.p-classiccar__right {
  width: 520px;
}

.p-classiccar__text{
  width: 400px;
  max-width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-classiccar__text h4 {
  font-size: clamp(2rem, 0.961rem + 2.86vw, 3rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
}
.p-classiccar__text p {
  font-size: 1.6rem;
}
.p-classiccar__gallery {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  padding-bottom: 210px;
}
.p-classiccar__gallery__left {
  width: 700px;
  max-width: 65%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-classiccar__gallery__left img {
  max-width: 100%;
  height: auto;
}
.p-classiccar__gallery__right {
  width: 420px;
  max-width: 35%;
}
.p-classiccar__gallery__right img {
  max-width: 100%;
  height: auto;
}
.p-classiccar__gallery__right picture:nth-of-type(1) {
  display: block;
  margin-bottom: 40px;
}
.p-classiccar__gallery__right picture:nth-of-type(2) {
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-classiccar figcaption {
    max-width: calc(100% - 40px);
  }
  .p-classiccar figcaption h3 {
    font-size: clamp(6rem, 3.161rem + 5.86vw, 9rem);
    margin-top: -0.5em;
    margin-bottom: 40px;
  }
  .p-classiccar figcaption p {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .p-classiccar__inner {
    padding: 0 0px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
  }
  .p-classiccar__inner img {
    max-width: 100%;
    height: auto;
  }
  .p-classiccar__list {
    width: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-classiccar__list ul li {
    font-size: 1.4rem;
  }
  .p-classiccar__list ul li p {
    font-size: 1.15rem;
    margin-bottom: 5px;
  }
  .p-classiccar__right {
    width: 100%;
  }
  .p-classiccar__text{
    width: 100%;
    max-width: 100%;
  }
  .p-classiccar__text h4 {
    font-size: clamp(1.6rem, 0.961rem + 1.86vw, 2rem);
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .p-classiccar__text p {
    font-size: 1.4rem;
  }
  .p-classiccar__gallery {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding-bottom: 80px;
  }
  .p-classiccar__gallery__left {
    width: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-classiccar__gallery__right {
    width: 100%;
    max-width: 100%;
  }
  .p-classiccar__gallery__right picture:nth-of-type(1) {
    display: block;
    margin-bottom: 20px;
  }
  .p-classiccar__gallery__right picture:nth-of-type(2) {
    display: block;
  }
}
.p-guide {
  background: #bdb6af;
  padding-top: 120px;
  padding-bottom: 150px;
}
.p-guide__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
  padding-bottom: 80px;
}
.p-guide__inner img {
  max-width: 100%;
  height: auto;
}
.p-guide__txt {
  max-width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-guide__table {
  margin-bottom: 50px;
  width: calc(100% - 160px);
  margin-inline: auto;
}
.p-guide__table dl {
  padding: 20px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #26221e;
  font-size: clamp(2rem, 0.961rem + 2.86vw, 2.4rem);
}
.p-guide__table dt {
  font-weight: 700;
  width: 240px;
  margin-right: 50px;
}
.p-guide__table dd {
  font-weight: 400;
}
.p-guide__table p {
  margin-top: 20px;
}

.p-guide__notice{
  margin-bottom: 50px;
}
.p-guide__notice h4 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.p-guide__notice p {
  font-size: 1.6rem;
}
.p-guide__notice ul {
  margin-top: 20px;
}
.p-guide__notice ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .p-guide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-guide__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
  }
  .p-guide__txt {
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-guide__table {
    margin-bottom: 40px;
    width: 100%;
  }
  .p-guide__table dl {
    padding: 15px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #26221e;
    font-size: clamp(1.4rem, 0.961rem + 1.06vw, 1.8rem);
  }
  .p-guide__table dt {
    width: 12em;
    margin-right: 20px;
  }
  .p-guide__table dd {
    font-size: 1.2rem;
  }
  .p-guide__table p {
    font-size: 1.2rem;
  }
  .p-guide__notice{
    margin-bottom: 40px;
  }
  .p-guide__notice h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .p-guide__notice p {
    font-size: 1.2rem;
  }
  .p-guide__notice ul {
    margin-top: 15px;
  }
  .p-guide__notice ul li {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.p-flow {
  background: #cbc6c1;
}
.p-flow__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  padding-right: 80px;
  padding-top: 120px;
  gap: 40px;
}
.p-flow__txt {
  width: 650px;
  max-width: 60%;
}
.p-flow__list {
  padding-bottom: 200px;
}
.p-flow__list ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.p-flow__list ul li {
  width: calc(25% - 15px);
  font-size: 1.6rem;
  background: #e0ddda;
  padding: 20px clamp(20px, 2.5vw, 30px) 20px clamp(20px, 2.5vw, 30px);
}
.p-flow__list ul li h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
.p-flow__list ul li p {
  margin-bottom: 20px;
}
.p-flow__list ul li a {
  background: #f0e163;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  border-bottom: 5px solid #cfccc9;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 10px 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-flow__list ul li a:after {
  background: url("../images/ico_maru.png") no-repeat center center/contain;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  width: 25px;
  height: 25px;
  display: block;
  content: "";
}
.p-flow__list ul li a:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-flow__list ul li > span {
  text-align: center;
  border-radius: 50vw;
  width: 60px;
  height: 60px;
  background: #000000;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-inline: auto;
}

@media screen and (max-width: 1024px) {
  .p-flow__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 60px;
    gap: 20px;
  }
  .p-flow__txt {
    width: 100%;
    max-width: 100%;
  }
  .p-flow__list {
    padding-bottom: 60px;
  }
  .p-flow__list ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
  .p-flow__list ul li {
    width: 100%;
    font-size: 1.4rem;
    padding: 20px clamp(20px, 2.5vw, 30px) 20px clamp(20px, 2.5vw, 30px);
  }
  .p-flow__list ul li h3 {
    font-size: 2rem;
  }
  .p-flow__list ul li p {
    margin-bottom: 20px;
  }
}
.p-qa__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0px;
  padding-right: 80px;
  padding-top: 120px;
  gap: 40px;
}
.p-qa__txt {
  width: 650px;
  max-width: 60%;
}
.p-qa__list {
  width: 1040px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 180px;
}
.p-qa__list dl {
  border-bottom: 1px solid #dde3e8;
  padding: 20px 40px;
  font-size: 1.6rem;
}
.p-qa__list dl dt {
  font-weight: 700;
  background: #cbc6c1;
  position: relative;
  padding: 25px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-qa__list dl dt:before {
  content: "Q";
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #000000;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 50vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-qa__list dd {
  display: none;
}
.p-qa__list dd > div {
  font-weight: 700;
  position: relative;
  padding: 30px 40px 50px 140px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-qa__list dd > div:before {
  content: "A";
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #cbc6c1;
  color: #000000;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 50vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-qa__list.is-open dd {
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-qa__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0px;
    padding-right: 0;
    padding-top: 60px;
    gap: 20px;
  }
  .p-qa__txt {
    width: 100%;
    max-width: 100%;
  }
  .p-qa__list {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 60px;
  }
  .p-qa__list dl {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .p-qa__list dl dt {
    padding: 10px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    gap: 20px;
    cursor: pointer;
  }
  .p-qa__list dl dt:before {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    margin-right: 0;
  }
  .p-qa__list dd > div {
    padding: 15px 10px 10px 20px;
  }
  .p-qa__list dd > div:before {
    content: "A";
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
    margin-right: 0;
  }
  .p-qa__list.is-open dd {
    display: block;
  }
}
.p-access {
  background: #cbc6c1;
  padding-top: 120px;
  padding-bottom: 200px;
}
.p-access__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
}
.p-access__inner img {
  max-width: 100%;
  height: auto;
}
.p-access__txt {
  max-width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__bottom {
  padding-left: 80px;
}
.p-access__table {
  margin-bottom: 50px;
  width: 100%;
}
.p-access__table dl {
  padding: 20px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #26221e;
  font-size: clamp(2rem, 0.961rem + 2.86vw, 2.4rem);
}
.p-access__table dt {
  font-weight: 700;
  width: 240px;
  margin-right: 50px;
}
.p-access__table dd {
  font-weight: 400;
}
.p-access__table p {
  margin-top: 20px;
}
.p-access img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-access {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-access__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-access__inner h2 {
    margin-bottom: 20px;
  }
  .p-access__txt {
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-access__bottom {
    padding-top: 30px;
    padding-left: 0;
  }
  .p-access__table {
    margin-bottom: 50px;
    width: 100%;
  }
  .p-access__table dl {
    padding: 15px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #26221e;
    font-size: clamp(1.4rem, 0.961rem + 1.06vw, 1.8rem);
  }
  .p-access__table dt {
    width: 6em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .p-access__table dd {
    font-size: 1.2rem;
  }
  .p-access__table p {
    font-size: 1.2rem;
  }
}
.p-access__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-about {
  padding-top: 120px;
  padding-bottom: 200px;
}
.p-about__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
}
.p-about__inner img {
  max-width: 100%;
  height: auto;
}
.p-about__bottom {
  padding-left: 80px;
}
.p-about__table {
  margin-bottom: 50px;
  width: 100%;
}
.p-about__table dl {
  padding: 20px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #26221e;
  font-size: clamp(2rem, 0.961rem + 2.86vw, 2.4rem);
}
.p-about__table dt {
  font-weight: 700;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
.p-about__table dd {
  font-weight: 400;
}
.p-about__table dd ul li {
  font-size: clamp(1.5rem, 0.861rem + 1.56vw, 1.7rem);
  margin-bottom: 5px;
  display: flex;
  gap:5px;
}
.p-about__table dd ul li:before {
  content: "・";
  font-size: 1.4rem;
}
.p-about__table p {
  margin-top: 20px;
}
.p-about__img {
  width: 100%;
}
.p-about__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-about__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-about__inner h2 {
    margin-bottom: 20px;
  }
  .p-about__bottom {
    padding-left: 0;
  }
  .p-about__table {
    margin-bottom: 50px;
    width: 100%;
  }
  .p-about__table dl {
    padding: 10px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #26221e;
    font-size: clamp(1.4rem, 0.961rem + 1.06vw, 1.8rem);
  }
  .p-about__table dt {
    width: 5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0px;
    font-size: 1.4rem;
  }
  .p-about__table dd {
    font-size: 1.2rem;
  }
  .p-about__table p {
    margin-top: 20px;
  }
  .p-about__table dd ul li {
    font-size: clamp(1.1rem, 0.761rem + 1.06vw, 1.4rem);
    margin-bottom: 5px;
    display: flex;
    gap:3px;
  }
}
.p-contact {
  background: #ebc8a4;
  padding-top: 120px;
  padding-bottom: 200px;
}
.p-contact__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1040px;
  max-width: 100%;
  margin: auto;
  gap: 80px;
}
.p-contact__inner img {
  max-width: 100%;
  height: auto;
}
.p-contact__border {
  display: block;
  width: 1px;
  min-height: 600px;
  height: 100%;
  background: #26221e;
}
.p-contact__item {
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 100px;
  width: calc(50% - 40px);
}
.p-contact__item h3 {
  font-size: clamp(2.4rem, 1.461rem + 2.86vw, 3.6rem);
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 4px solid #26221e;
}
.p-contact__item picture {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.p-contact__item p {
  font-size: 1.8rem;
  padding-bottom: 60px;
}
.p-contact__bottom {
  padding-left: 80px;
}

@media screen and (max-width: 1024px) {
  .p-contact {
    background: #ebc8a4;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .p-contact__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .p-contact__inner h2 {
    margin-bottom: 20px;
  }
  .p-contact__border {
    display: none;
  }
  .p-contact__item {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 60px;
  }
  .p-contact__item h3 {
    font-size: clamp(2rem, 1.461rem + 2.86vw, 2.6rem);
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 4px solid #26221e;
  }
  .p-contact__item picture {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .p-contact__item p {
    font-size: 1.4rem;
    padding-bottom: 60px;
  }
  .p-contact__bottom {
    padding-left: 80px;
  }
}
/*-------------------------------
  privacy
-------------------------------*/
.p-privacy {
  padding-top: 40px;
  padding-bottom: 140px;
}
.p-privacy__inner {
  padding-left: 40px;
  margin-bottom: 50px;
}
.p-privacy__inner h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-privacy {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .p-privacy__inner {
    padding-left: 0;
    margin-bottom: 30px;
  }


}
/*-------------------------------
  entry
-------------------------------*/
.p-entry {
  padding-top: 145px;
  padding-bottom: 140px;
}
.p-entry__flow {
  width: 560px;
  max-width: 100%;
  margin: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  height: 80px;
}
.p-entry__flow__num {
  width: 160px;
  max-width: 30%;
  text-align: center;
  background: #f0f4f8;
  height: 100%;
  padding-top: 15px;
  line-height: 1;
  position: relative;
}
.p-entry__flow__num.active {
  background-color: #d6e1ed;
}
.p-entry__flow__num span {
  display: block;
}
.p-entry__flow__num span:nth-of-type(1) {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.p-entry__flow__num:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: calc(50% - 6px);
  right: -26px;
}
.p-entry__flow__num3:after {
  display: none;
}

.p-form {
  max-width: 100%;
  margin: auto;
  padding-top: 80px;
  position: relative;
  color: #000000;
}
.p-form__table {
  width: 100%;
}
.p-form__table th {
  border-bottom: 1px solid #26221e;
  padding: 20px 0 20px 40px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  width: 320px;
}
.p-form__table th div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
}
.p-form__table th span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 25px;
}
.p-form__table th span.hissu {
  background-color: #974848;
  font-size: 1.4rem;
}
.p-form__table th span.ninni {
  background-color: #bdb6af;
}
.p-form__table td {
  border-bottom: 1px solid #26221e;
  padding: 20px 40px 20px 0;
  width: calc(100% - 220px);
}
.p-form__table td input[type=text], .p-form__table td input[type=email], .p-form__table td input[type=submit], .p-form__table td input[type=button], .p-form__table td textarea, .p-form__table td select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 15px 10px;
  background: #cfcbc8;
  box-sizing: border-box;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.p-form__table td input[type=text]#zip, .p-form__table td input[type=email]#zip, .p-form__table td input[type=submit]#zip, .p-form__table td input[type=button]#zip, .p-form__table td textarea#zip, .p-form__table td select#zip {
  width: 8em;
  margin-bottom: 15px;
}
.p-form__table td .width-5em {
  width: 5em !important;
  margin-right: 10px;
  display: inline-block;
}
.p-form__table td .width-4em {
  width: 4em !important;
  display: inline-block;
  margin-right: 10px;
}
.p-form__table td .width-3em {
  width: 3em !important;
  display: inline-block;
  margin-right: 10px;
}
.p-form__table td .width-2em {
  width: 2em !important;
  display: inline-block;
  margin-right: 10px;
}
.p-form__table td .width-1em {
  width: 1em !important;
  display: inline-block;
  margin-right: 10px;
}
.p-form__table td ::-webkit-input-placeholder {
  color: #000000;
}
.p-form__table td ::-moz-placeholder {
  color: #000000;
}
.p-form__table td :-ms-input-placeholder {
  color: #000000;
}
.p-form__table td ::-ms-input-placeholder {
  color: #000000;
}
.p-form__table td ::placeholder {
  color: #000000;
}
.p-form__radio {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-form__radio label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.p-form__radio label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
}
.p-form__radio label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #043d78;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form__radio input[type=radio] {
  display: none;
}
.p-form__radio input[type=radio]:checked + label:before {
  opacity: 1;
}
.p-form__radio p {
  font-size: 1.1rem;
}
.p-form__hogo {
  padding: 60px 0 0 0;
  text-align: center;
  color: #000000;
}
.p-form__hogo p:nth-of-type(1) {
  display: block;
  margin-bottom: 20px;
}
.p-form__hogo p:nth-of-type(1) a {
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
}
.p-form__hogo p:nth-of-type(2) {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 30px;
}
.p-form__check {
  margin-bottom: 60px;
  width: 330px;
  height: 65px;
  background: #cfcbc8;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  color: #000000;
  font-weight: 500;
  font-size: 1.6rem;
}
.p-form__check label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.p-form__check label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #fff;
}
.p-form__check label:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #043d78;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form__check input[type=checkbox] {
  display: none;
}
.p-form__check input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.p-form .form__send {
  width: 440px;
  max-width: 100%;
  margin: 60px auto 200px auto;
  height: 120px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-box-shadow: 0 12px 20px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 12px 20px 2px rgba(0, 0, 0, 0.11);
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form .form__send input[type=submit] {
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 0.171rem + 2.46vw, 3rem);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form .form__send:after {
  background: url("../images/ico_maru2.png") no-repeat center center/contain;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  width: 50px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form .form__send:hover {
  -webkit-box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.25);
}
.p-form .form__send:hover:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-form .c-btn_back {
  margin-top: 60px;
  border-color: #043d78;
  background: none;
  color: #043d78;
}
.p-form .c-btn_back .u-linkbtn3__border {
  background-color: #043d78;
}
.p-form .c-btn_back input[type=button] {
  width: 100%;
  height: 100%;
  height: 100%;
  color: #043d78;
}

@media screen and (max-width: 1024px) {
  .p-form {
    padding-top: 60px;
  }
  .p-form__table {
    display: block;
    width: 100%;
  }
  .p-form__table tr {
    display: block;
  }
  .p-form__table th {
    padding: 15px 0 15px 15px;
    display: block;
    width: 100%;
  }
  .p-form__table th div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 600;
  }
  .p-form__table th span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3em;
    height: 25px;
  }
  .p-form__table td {
    display: block;
    border-bottom: 1px solid #26221e;
    padding: 15px 0;
    width: 100%;
  }
  .p-form__table td input[type=text], .p-form__table td input[type=email], .p-form__table td input[type=submit], .p-form__table td input[type=button], .p-form__table td textarea, .p-form__table td select {
    padding: 10px 5px;
    font-size: 1em;
  }
  .p-form__table td .width-5em {
    width: 4.3em !important;
    margin-right: 5px;
    display: inline-block;
  }
  .p-form__table td .width-4em {
    width: 3.3em !important;
    display: inline-block;
    margin-right: 5px;
  }
  .p-form__table td .width-3em {
    width: 2.3em !important;
    display: inline-block;
    margin-right: 5px;
  }
  .p-form__table td .width-2em {
    width: 1.5em !important;
    display: inline-block;
    margin-right: 5px;
  }
  .p-form__table td .width-1em {
    width: 1em !important;
    display: inline-block;
    margin-right: 5px;
  }
  .p-form__table td ::-webkit-input-placeholder {
    color: #000000;
  }
  .p-form__table td ::-moz-placeholder {
    color: #000000;
  }
  .p-form__table td :-ms-input-placeholder {
    color: #000000;
  }
  .p-form__table td ::-ms-input-placeholder {
    color: #000000;
  }
  .p-form__table td ::placeholder {
    color: #000000;
  }
  .p-form__radio {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .p-form__radio label {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  .p-form__radio label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
  }
  .p-form__radio label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #043d78;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  }
  .p-form__radio input[type=radio] {
    display: none;
  }
  .p-form__radio input[type=radio]:checked + label:before {
    opacity: 1;
  }
  .p-form__radio p {
    font-size: 1.1rem;
  }
  .p-form__hogo {
    padding: 40px 0 0 0;
    text-align: center;
    color: #000000;
  }
  .p-form__hogo p:nth-of-type(1) {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 20px;
  }
  .p-form__hogo p:nth-of-type(2) {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 30px;
  }
  .p-form__check {
    margin-bottom: 50px;
    width: 330px;
    max-width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .p-form__check label {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  .p-form__check label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: #fff;
  }
  .p-form__check label:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: #043d78;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  }
  .p-form__check input[type=checkbox] {
    display: none;
  }
  .p-form__check input[type=checkbox]:checked + label:before {
    opacity: 1;
  }
  .p-form .form__send {
    max-width: 100%;
    margin: 40px auto 50px auto;
    height: 80px;
  }
  .p-form .form__send input[type=submit] {
    width: 100%;
    height: 100%;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: #000;
    font-style: normal;
    font-size: clamp(1.8rem, 0.171rem + 2.06vw, 2.4rem);
  }
  .p-form .form__send:after {
    background: url("../images/ico_maru2@2x.png") no-repeat center center/contain;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-form .form__send:hover {
    -webkit-box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.25);
  }
  .p-form .form__send:hover:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .p-form .c-btn_back {
    margin-top: 60px;
    border-color: #043d78;
    background: none;
    color: #043d78;
  }
  .p-form .c-btn_back .u-linkbtn3__border {
    background-color: #043d78;
  }
  .p-form .c-btn_back input[type=button] {
    width: 100%;
    height: 100%;
    height: 100%;
    color: #043d78;
  }
}
/*-------------------------------
  c-bread
-------------------------------*/
.c-bread {
  display: block;
  margin-bottom: 40px;
}
.c-bread ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.c-bread ul li a, .c-bread ul li span {
  color: #000000;
  font-size: 1.2rem;
  padding-bottom: 5px;
}
.c-bread ul li a {
  border-bottom: 1px solid #000000;
  position: relative;
}
.c-bread ul li a:after {
  content: ">";
  width: 1em;
  height: 1em;
  position: absolute;
  top: -2px;
  right: -20px;
}

/*-------------------------------
  footer
-------------------------------*/
.p-footer {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #1d1813;
  padding-top: 120px;
  padding-bottom: 320px;
  color: #e7c098;
}
.p-footer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  padding-bottom: 80px;
  margin: auto;
}
.p-footer__menu {
  padding: 0 20px 60px 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-footer__menu ul {
  min-width: 170px;
  max-width: 50%;
}
.p-footer__menu ul li a {
  color: #e7c098;
}
.p-footer__logo {
  color: #e7c098;
}
.p-footer__logo img {
  max-width: 100%;
  height: auto;
}
.p-footer__logo figcaption {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 60px;
}
.p-footer__logo figcaption span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 20px;
}
.p-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.8;
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 120px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .p-footer {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .p-footer__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    padding-bottom: 40px;
  }
  .p-footer__menu {
    padding: 0 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .p-footer__menu ul {
    min-width: 100%;
    max-width: 100%;
  }
  .p-footer__logo img {
    max-width: 60%;
  }
  .p-footer__logo figcaption {
    display: block;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .p-footer__logo figcaption span {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .p-footer__copyright {
    font-size: 1rem;
    line-height: 1.4;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.p-footer__menu {
  width: 100%;
}