/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.l-container {
  max-width: 860px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0;
  }
}

.p-intro {
  padding: 120px 0 100px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-intro {
    padding: 50px 0;
  }
}
.p-intro h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 39px;
  color: #0b4549;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-intro h2 {
    font-size: 17px;
  }
}
.p-intro p {
  font-family: "Zen Old Mincho", serif;
  font-size: 19px;
  color: #666666;
  letter-spacing: 0.16em;
  margin-top: 30px;
  line-height: 2.26315789;
}
@media only screen and (max-width: 767px) {
  .p-intro p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 2.07142857;
  }
}
.p-intro h3 {
  font-family: "Cormorant", serif;
  letter-spacing: 0.06em;
  margin-top: 50px;
  color: #666666;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .p-intro h3 {
    font-size: 17px;
    margin-top: 30px;
  }
}

.p-style01 {
  padding: 150px 0 220px 0;
  background: url(../img/bg_style01.png) no-repeat top center/cover;
  position: relative;
}
@media screen and (min-width: 1649px) {
  .p-style01 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1549px) {
  .p-style01 {
    padding-bottom: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .p-style01 {
    padding: 100px 0 70px 0;
    background: url(../img/bg_style01_sp.png) no-repeat top center/100%;
  }
}
.p-style01 .l-container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-style01 .img {
    padding-right: 5px;
  }
}
.p-style01 .txt {
  width: 50%;
  margin-left: auto;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -100px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-style01 .txt {
    width: 100%;
    padding-left: 25px;
    margin-top: 30px;
  }
}
.p-style01 .txt p {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.76;
}
@media only screen and (max-width: 767px) {
  .p-style01 .txt p {
    font-size: 13px;
    line-height: 1.69230769;
  }
}
.p-style01 .txt p span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.p-style01 .txt p span::before, .p-style01 .txt p span::after {
  position: absolute;
  content: "";
  display: block;
  top: 45%;
  width: 5px;
  height: 14px;
  background: url(../img/kakko.png) no-repeat center/contain;
}
.p-style01 .txt p span::before {
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.p-style01 .txt p span::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.p-style01 .txt p a {
  position: relative;
  display: inline-block;
}
.p-style01 .txt p a::after {
  position: absolute;
  left: calc(100% + 14px);
  width: 6px;
  height: 10px;
  background: url(../img/link.png) no-repeat center/contain;
  content: "";
  display: block;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-style01 h2 {
  max-width: 306px;
  margin-left: auto;
  right: 0;
  position: absolute;
  top: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .p-style01 h2 {
    max-width: 150px;
    margin-left: 0;
    padding-left: 20px;
    margin-top: 20px;
    position: static;
  }
}
.p-style01 hr {
  border: none;
  border-top: 2px solid #808080;
  max-width: 400px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -375px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-style01 hr {
    max-width: 200px;
    position: static;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-style02 {
  margin-top: 275px;
  padding: 150px 0 45px 0;
  background: url(../img/bg_style02.png) no-repeat top center/cover;
}
@media screen and (min-width: 1649px) {
  .p-style02 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 1549px) {
  .p-style02 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .p-style02 {
    padding: 100px 0 90px 0;
    margin-top: 5px;
    background: url(../img/bg_style02_sp.png) no-repeat top center/100%;
  }
}
.p-style02 .l-container {
  max-width: 830px;
}
.p-style02 .img01 {
  max-width: 592px;
}
@media only screen and (max-width: 767px) {
  .p-style02 .img01 {
    max-width: 313px;
    margin: 0 auto;
  }
}
.p-style02 .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .p-style02 .flex-wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-style02 .flex-wrap .img02 {
  width: 58.3%;
}
@media only screen and (max-width: 767px) {
  .p-style02 .flex-wrap .img02 {
    width: 100%;
  }
}
.p-style02 .flex-wrap .txt {
  width: 41.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-style02 .flex-wrap .txt {
    width: 100%;
    padding-left: 25px;
    margin-top: 25px;
    padding-top: 0;
  }
}
.p-style02 .flex-wrap .txt p {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.76;
}
@media only screen and (max-width: 767px) {
  .p-style02 .flex-wrap .txt p {
    font-size: 13px;
    line-height: 1.69230769;
  }
}
.p-style02 .flex-wrap .txt p span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.p-style02 .flex-wrap .txt p span::before, .p-style02 .flex-wrap .txt p span::after {
  position: absolute;
  content: "";
  display: block;
  top: 45%;
  width: 5px;
  height: 14px;
  background: url(../img/kakko.png) no-repeat center/contain;
}
.p-style02 .flex-wrap .txt p span::before {
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.p-style02 .flex-wrap .txt p span::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.p-style02 .flex-wrap .txt p a {
  position: relative;
  display: inline-block;
}
.p-style02 .flex-wrap .txt p a::after {
  position: absolute;
  left: calc(100% + 14px);
  width: 6px;
  height: 10px;
  background: url(../img/link.png) no-repeat center/contain;
  content: "";
  display: block;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-style02 h2 {
  max-width: 280px;
  margin-top: -115px;
}
@media only screen and (max-width: 767px) {
  .p-style02 h2 {
    max-width: 172px;
    margin-left: auto;
    margin-top: 15px;
    padding-right: 30px;
  }
}

.p-style03 .box {
  max-width: 453px;
  height: 357px;
  margin-top: 80px;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/bg_sns.png) no-repeat center/cover;
  border: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-style03 .box {
    max-width: 200px;
    height: 226px;
    margin-top: -10px;
  }
}
.p-style03 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .p-style03 .box ul {
    gap: 25px;
  }
}
.p-style03 .box ul li a {
  display: block;
  width: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-style03 .box ul li a {
    width: 27px;
  }
}
.p-style03 .box .btn-bk {
  display: block;
  width: 260px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .p-style03 .box .btn-bk {
    width: 138px;
    margin-top: 25px;
  }
}
.p-style03 .img03 {
  margin-left: auto;
  margin-top: -250px;
  max-width: 375px;
}
@media only screen and (max-width: 767px) {
  .p-style03 .img03 {
    max-width: 197px;
    margin-top: -180px;
  }
}/*# sourceMappingURL=style.css.map */