@charset "UTF-8";
body {
  background: url(../img/bg-body.png) repeat center center;
  background-attachment: fixed;
  background-size: 400px 400px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
body p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  font-feature-settings: "palt";
  text-align: justify;
}

/*共通*/
.main {
  max-width: 1024px;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-btn {
  transition: all 0.2s ease;
}
.cta-btn:hover {
  opacity: 0.8;
}

/*共通*/
.pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
}

.inner {
  width: 70.703125vw;
  max-width: 724px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    padding: 0 3.75%;
    box-sizing: border-box;
  }
}

.wide {
  width: 1024px;
  margin: 0 auto;
}

.narrow {
  display: block;
  width: 92.1875vw;
  max-width: 944px;
  margin: 0 auto;
}

/*header*/
.header {
  width: 100%;
}
.header h1 {
  height: inherit;
}

/*sec01*/
.sec01 {
  padding: 50px 0 50px;
  background: url(../img/sec01-bg-pc.webp) no-repeat top center/cover;
  background-size: 100% 42.3%;
  background-color: #fffff4;
}
@media screen and (max-width: 640px) {
  .sec01 {
    padding-bottom: 70px;
  }
}

.sec01-ttl {
  width: 58.59375vw;
  max-width: 600px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 640px) {
  .sec01-ttl {
    width: 97.96875vw;
    max-width: 627px;
    margin-bottom: 20px;
  }
}

.sec01-box {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.sec01-item {
  gap: 17px;
  display: flex;
  position: relative;
}
.sec01-item::before {
  content: "";
  position: absolute;
  background: url(../img/sec01-arrow-pc.webp) no-repeat center center/contain;
  width: 7.7%;
  height: auto;
  aspect-ratio: 56/77;
  left: 47.5%;
  top: 35%;
  z-index: 1;
}

.sec01-img:first-of-type {
  position: relative;
}
.sec01-img:first-of-type::before {
  content: "";
  position: absolute;
  background: url(../img/sec01-before-pc.webp) no-repeat center center/contain;
  width: 38.52%;
  height: auto;
  aspect-ratio: 136/42;
  bottom: 2%;
  right: 2%;
}
.sec01-img:last-of-type {
  position: relative;
}
.sec01-img:last-of-type::before {
  content: "";
  position: absolute;
  background: url(../img/sec01-after-pc.webp) no-repeat center center/contain;
  width: 38.52%;
  height: auto;
  aspect-ratio: 136/42;
  bottom: 2%;
  right: 0;
}

/*sec02*/
/*cta*/
.cta {
  background-color: #e7edf0;
}
@media screen and (max-width: 640px) {
  .cta {
    padding: 40px 0;
  }
}

.cta-box {
  position: relative;
}

.cta-img {
  position: absolute;
  width: 35%;
  top: 25%;
  left: 11.4%;
}
@media screen and (max-width: 640px) {
  .cta-img {
    width: 41.25vw;
    top: 20%;
    left: 7%;
  }
}
@media screen and (max-width: 640px) {
  .cta-img.img02 {
    top: 25.5%;
  }
}
.cta-img.img03 {
  top: 23%;
}
@media screen and (max-width: 640px) {
  .cta-img.img03 {
    width: 62.5vw;
    left: 50%;
    transform: translateX(-50%);
    top: 20.5%;
  }
}

.cta-btn {
  position: absolute;
  width: 71%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
	filter: drop-shadow(3px 3px 4px #999);
}
@media screen and (max-width: 640px) {
  .cta-btn {
    width: 86%;
    bottom: 14%;
    left: 49.5%;
  }
}

.btn01 {
  bottom: 10.5%;
}
@media screen and (max-width: 640px) {
  .btn01 {
    bottom: 5%;
  }
}

.btn02 {
  bottom: 11.5%;
}
@media screen and (max-width: 640px) {
  .btn02 {
    bottom: 5.5%;
  }
}

/*sec06*/
.sec06 {
  background: url(../img/sec06-bg01-pc.webp) no-repeat center center/cover;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .sec06 {
    padding: 0;
  }
}

.sec06-ttl {
  width: 44.921875vw;
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec06-ttl {
    width: 100%;
    max-width: 100%;
  }
}

.sec06-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .sec06-box {
    margin-bottom: 30px;
  }
}

.sec06-item {
  position: relative;
}
.sec06-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(../img/sec06-number01-pc.webp) no-repeat center center/contain;
  width: 7.421875vw;
  max-width: 76px;
  aspect-ratio: 1/1;
  z-index: 1;
  top: -2%;
  left: -1%;
}
@media screen and (max-width: 640px) {
  .sec06-item:nth-of-type(1)::before {
    display: none;
  }
}
.sec06-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(../img/sec06-number02-pc.webp) no-repeat center center/contain;
  width: 7.421875vw;
  max-width: 76px;
  aspect-ratio: 1/1;
  z-index: 1;
  top: -2%;
  left: -1%;
}
@media screen and (max-width: 640px) {
  .sec06-item:nth-of-type(2)::before {
    display: none;
  }
}
.sec06-item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(../img/sec06-number03-pc.webp) no-repeat center center/contain;
  width: 7.421875vw;
  max-width: 76px;
  aspect-ratio: 1/1;
  z-index: 1;
  top: -2%;
  left: -1%;
}
@media screen and (max-width: 640px) {
  .sec06-item:nth-of-type(3)::before {
    display: none;
  }
}
.sec06-item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  background: url(../img/sec06-number04-pc.webp) no-repeat center center/contain;
  width: 7.421875vw;
  max-width: 76px;
  aspect-ratio: 1/1;
  z-index: 1;
  top: -2%;
  left: -1%;
}
@media screen and (max-width: 640px) {
  .sec06-item:nth-of-type(4)::before {
    display: none;
  }
}
.sec06-item:nth-of-type(5)::before {
  content: "";
  position: absolute;
  background: url(../img/sec06-number05-pc.webp) no-repeat center center/contain;
  width: 7.421875vw;
  max-width: 76px;
  aspect-ratio: 1/1;
  z-index: 1;
  top: -2%;
  left: -1%;
}
@media screen and (max-width: 640px) {
  .sec06-item:nth-of-type(5)::before {
    display: none;
  }
}
.sec06-item:nth-of-type(6)::before {
  content: "";
  position: absolute;
  background: url(../img/sec06-number06-pc.webp) no-repeat center center/contain;
  width: 7.421875vw;
  max-width: 76px;
  aspect-ratio: 1/1;
  z-index: 1;
  top: -2%;
  left: -1%;
}
@media screen and (max-width: 640px) {
  .sec06-item:nth-of-type(6)::before {
    display: none;
  }
}

.sec06-img {
  position: absolute;
  width: 38.4%;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8%;
}
@media screen and (max-width: 640px) {
  .sec06-img {
    width: 45.6%;
    top: 65%;
    left: 3%;
  }
}

/*sec07*/
.sec07 {
  background: url(../img/sec07-bg-pc.webp) no-repeat center center/cover;
  padding: 0 0 50px;
}
@media screen and (max-width: 640px) {
  .sec07 {
    background: url(../img/sec07-bg-sp.webp) no-repeat center center/cover;
  }
}

.sec07-ttl {
  width: 100%;
  margin-bottom: 50px;
}

.sec07-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec07-box {
    width: 86.25vw;
    margin: 0 auto 30px;
  }
}

.sec07-item {
  background-color: #fff;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 5.5%;
  padding-left: 4.14%;
}
@media screen and (max-width: 640px) {
  .sec07-item {
    padding-left: 0;
    gap: 3.62%;
  }
}

.sec07-name {
  width: 52.34%;
}
@media screen and (max-width: 640px) {
  .sec07-name {
    width: 57.42%;
  }
}

.sec07-img {
  width: 30.8%;
}
@media screen and (max-width: 640px) {
  .sec07-img {
    width: 34.96%;
  }
}

.sec07-gallery {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .sec07-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .sec07-gallery picture:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .sec07-gallery picture:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .sec07-gallery picture:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

/*sec09*/
.sec09 {
  background-color: #e7edf0;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .sec09 {
    padding-bottom: 50px;
  }
  .sec09 .cta {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec09-txt {
    margin-top: 20px;
  }
}

/*sec10*/
.sec10 {
  background-color: #e6e5e0;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .sec10 {
    padding-bottom: 40px;
  }
}

.sec10-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec10-ttl {
    margin-bottom: 0;
  }
}

.sec10-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sec10-item {
  box-shadow: 0px 0px 14px 5px #dddacc;
}

.sec10-txt {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  font-size: 16px;
  margin-top: 5px;
}

/*sec11*/
.sec11 {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .sec11 {
    padding-bottom: 50px;
  }
}

.sec11-gallery {
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .sec11-gallery {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

.sec11-item:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 640px) {
  .sec11-item:nth-of-type(1) {
    grid-row: 1/3;
    grid-column: 1/3;
  }
}
.sec11-item:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 640px) {
  .sec11-item:nth-of-type(2) {
    grid-row: 5/6;
    grid-column: 1/2;
  }
}
.sec11-item:nth-of-type(3) {
  grid-row: 1/3;
  grid-column: 3/4;
}
@media screen and (max-width: 640px) {
  .sec11-item:nth-of-type(3) {
    grid-row: 3/5;
    grid-column: 2/3;
  }
}
.sec11-item:nth-of-type(4) {
  grid-row: 2/4;
  grid-column: 1/2;
}
@media screen and (max-width: 640px) {
  .sec11-item:nth-of-type(4) {
    grid-row: 3/5;
    grid-column: 1/2;
  }
}
.sec11-item:nth-of-type(5) {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 640px) {
  .sec11-item:nth-of-type(5) {
    grid-row: 5/6;
    grid-column: 2/3;
  }
}
.sec11-item:nth-of-type(6) {
  grid-row: 3/4;
  grid-column: 2/3;
}
@media screen and (max-width: 640px) {
  .sec11-item:nth-of-type(6) {
    grid-row: 6/7;
    grid-column: 1/2;
  }
}
.sec11-item:nth-of-type(7) {
  grid-row: 3/4;
  grid-column: 3/4;
}
@media screen and (max-width: 640px) {
  .sec11-item:nth-of-type(7) {
    grid-row: 6/7;
    grid-column: 2/3;
  }
}

/*sec12*/
.sec12 {
  background-color: #fffff4;
  padding-bottom: 60px;
}

.sec12-ttl {
  width: 29.296875vw;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec12-ttl {
    width: 47.8125vw;
  }
}

.sec12-ttl__wrap {
  background-color: #d4b55f;
  padding: 60px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .sec12-ttl__wrap {
    margin-bottom: 30px;
  }
}

.sec12-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 724px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .sec12-box {
    width: 100%;
    padding: 0 3.75%;
    box-sizing: border-box;
  }
}

.sec12-question {
  background-color: #f4f4f4;
  padding: 24px 30px 24px 24px;
  font-size: 21px;
  position: relative;
}
.sec12-question::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 33%;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .sec12-question::after {
    width: 3.125vw;
  }
}
.sec12-question.is-open::after {
  top: 43%;
  transform: rotate(-135deg);
}
@media screen and (max-width: 640px) {
  .sec12-question.is-open::after {
    top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .sec12-question {
    font-size: 4.375vw;
    padding: 4.6875vw 13.125vw 4.6875vw 3.75vw;
  }
}

.sec12-answer {
  background-color: #fff;
  padding: 30px;
  display: none;
}
.sec12-answer span {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .sec12-answer {
    font-size: 4.375vw;
    padding: 4.6875vw 3.75vw;
  }
}

/*sec14*/
.sec14 {
  padding-bottom: 50px;
}

.sec14-ttl__wrap {
  background-color: #333;
  padding: 50px 0;
  margin-bottom: 40px;
}

.sec14-ttl {
  width: 17.578125vw;
  max-width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec14-ttl {
    width: 28.125vw;
  }
}

.sec14-name {
  width: 45.8984375vw;
  max-width: 470px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .sec14-name {
    width: 86vw;
    margin-bottom: 50px;
  }
}

.sec14-table__wrap {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec14-table__wrap {
    width: 100%;
    padding: 0 3.75%;
    box-sizing: border-box;
  }
}

.sec14-table {
  max-width: 662px;
  margin: 0 auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.sec14-table dl {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #cccccc;
}
.sec14-table dl:first-of-type {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 640px) {
  .sec14-table dl {
    flex-direction: column;
  }
}
.sec14-table dt {
  flex: 0 0 240px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 640px) {
  .sec14-table dt {
    border-right: none;
    border-bottom: 1px solid #ccc;
    flex: auto;
    padding: 36px 0;
    font-size: 4.21875vw;
    font-weight: 700;
  }
}
.sec14-table dd {
  padding: 24px 30px;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .sec14-table dd {
    font-size: 4.21875vw;
    padding: 4.6875vw 3.75vw;
  }
  .sec14-table dd.sp-center {
    text-align: center;
  }
}

.sec14-map {
  padding: 0 10px;
  max-width: 662px;
  margin: 0 auto 40px;
  aspect-ratio: 662/328;
}
.sec14-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sec14-map {
    padding: 0;
    aspect-ratio: 640/528;
  }
}

.sec14-gallery {
  max-width: 662px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .sec14-gallery {
    width: 100%;
    padding: 0 3.75%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .sec14-gallery picture:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .sec14-gallery picture:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .sec14-gallery picture:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

/*footer*/
.footer {
  font-size: 14px;
  padding: 28px 0;
  background-color: #333;
}
.footer small {
  text-align: center;
  display: block;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer {
    font-size: 3.5vw;
    padding: 34px 5px 40px;
  }
}/*# sourceMappingURL=style.css.map */