a {
  text-decoration: none;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

header {
  background-color: #fff;
}
header .header-inner {
  height: 150px;
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0px 10px;
    height: 80px;
  }
}
header .header-inner a {
  display: flex;
  justify-content: center;
}
header .header-inner img {
  max-width: 100%;
  width: 300px;
}
@media screen and (max-width: 767px) {
  header .header-inner img {
    max-width: 70%;
  }
}
header .header-inner .logo {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  header .header-inner .logo {
    top: 4px;
    justify-content: left;
  }
}
header .header-inner .link {
  background: #00AAEB;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .header-inner .link {
    padding: 7px 15px;
    font-size: 10px;
    width: 65%;
  }
}

#mv .mv-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mv .mv-inner img {
    width: 100%;
    height: 392px;
    -o-object-position: 88%;
       object-position: 88%;
  }
}

.bg {
  position: relative;
  padding-top: 300px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bg {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/content-bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: translateY(-90px);
  background-position: top;
}
.bg:before {
  content: "";
  width: 100%;
  height: 560px;
  position: absolute;
  bottom: 0;
  background: #FAF8F4;
  z-index: -1;
}

#readtext {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #readtext {
    margin-bottom: 0px;
  }
}
#readtext .section-inner p {
  position: relative;
  font-size: 27px;
  letter-spacing: 2.7px;
  line-height: 97px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #readtext .section-inner p {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 56px;
  }
}
#readtext .section-inner p::after {
  content: "";
  position: absolute;
  background-image: url(../images/content-text.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 170px;
  height: 20px;
  width: 100%;
  transform: translate(-295px, 65px);
}
@media screen and (max-width: 767px) {
  #readtext .section-inner p::after {
    max-width: 100px;
    transform: translate(-170px, 45px);
  }
}

#main-content {
  position: relative;
}
#main-content .section-inner {
  padding: 80px 0;
  text-align: center;
}
#main-content .section-inner h2 {
  background: transparent linear-gradient(90deg, #3ECEC9 0%, #FEDF47 100%) 0% 0% no-repeat padding-box;
  border-radius: 27px;
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner h2 {
    font-size: 12px;
    padding: 13px 30px;
  }
}
#main-content .section-inner h3 {
  position: relative;
  font-size: 52px;
  letter-spacing: 5.2px;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner h3 {
    font-size: 21px;
    margin-bottom: 150px;
  }
}
#main-content .section-inner h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: -130px;
  top: 120%;
  margin: auto;
  background-image: url(../images/content01.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1000px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner h3::after {
    right: 0;
    max-width: 320px;
  }
}
#main-content .section-inner h3 span {
  color: #3ECEC9;
}
#main-content .section-inner .date-flex {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner .date-flex {
    gap: 20px;
  }
}
#main-content .section-inner .date-flex .flex-item {
  background-color: #FFFFFF;
  border-radius: 50%;
  max-width: 560px;
  max-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 28vw;
  height: 28vw;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner .date-flex .flex-item {
    width: 170px;
    height: 170px;
  }
}
#main-content .section-inner .date-flex .flex-item .date {
  font-size: min(78px, 3vw);
  letter-spacing: 0px;
  margin-bottom: 1vw;
  line-height: unset;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner .date-flex .flex-item .date {
    font-size: 26px;
  }
}
#main-content .section-inner .date-flex .flex-item .date span {
  position: relative;
  font-size: min(146px, 5vw);
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner .date-flex .flex-item .date span {
    font-size: 40px;
  }
}
#main-content .section-inner .date-flex .flex-item .date span::after {
  content: "";
  position: absolute;
  left: -1.5vw;
  top: 2vw;
  background-image: url(../images/year.svg);
  width: 3vw;
  height: 4vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner .date-flex .flex-item .date span::after {
    left: -11px;
    top: 14px;
    width: 10px;
    height: 33px;
  }
}
#main-content .section-inner .date-flex .flex-item .place {
  background: #3ECEC9 0% 0% no-repeat padding-box;
  border-radius: 33px;
  color: #3ECEC9;
  font-size: min(30px, 2vw);
  letter-spacing: 6px;
  color: #FFFFFF;
  max-width: 260px;
  width: 18vw;
  line-height: unset;
  margin-bottom: 1vw;
}
#main-content .section-inner .date-flex .flex-item .time {
  font-size: min(30px, 1.5vw);
  letter-spacing: 6px;
  line-height: unset;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner .date-flex .flex-item .time {
    font-size: 9px;
    letter-spacing: 2px;
  }
}
#main-content .section-inner p {
  letter-spacing: 1.76px;
  font-size: 22px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner p {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 40px;
  }
}
#main-content .section-inner .asterisk {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main-content .section-inner .asterisk {
    font-size: 10px;
  }
}

#article-content {
  position: relative;
  padding-bottom: 100px;
  background-color: #FAF8F4;
  overflow: hidden;
}
#article-content::after {
  content: "";
  width: 100%;
  height: 52vw;
  position: absolute;
  top: 10%;
  left: -697px;
  z-index: 0;
  background-image: url(../images/article-bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#article-content::before {
  content: "";
  width: 100%;
  height: 65vw;
  position: absolute;
  bottom: 5%;
  z-index: 0;
  right: -36%;
  background-image: url(../images/article-bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#article-content .section-inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  z-index: 1;
}
#article-content .section-inner .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
#article-content .section-inner .article-list article {
  width: 48%;
  padding: 40px;
  box-shadow: 0px 0px 30px rgba(183, 169, 142, 0.1607843137);
  border-radius: 18px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article {
    width: 90%;
    margin: 0 auto;
    padding: 25px;
  }
}
#article-content .section-inner .article-list article:first-child .tag span:nth-child(2) {
  background-color: #B7A98E;
}
#article-content .section-inner .article-list article .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article .tag {
    gap: 10px;
  }
}
#article-content .section-inner .article-list article .tag span {
  font-size: 17px;
  letter-spacing: 3.4px;
  border-radius: 8px;
  font-weight: bold;
  background-color: #B7A98E;
  padding: 8px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article .tag span {
    font-size: 10px;
  }
}
#article-content .section-inner .article-list article .tag span:nth-child(2) {
  background-color: #3ECEC9;
}
#article-content .section-inner .article-list article h3 {
  font-size: 30px;
  letter-spacing: 3px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article h3 {
    font-size: 18px;
  }
}
#article-content .section-inner .article-list article img {
  max-width: 100%;
  margin-bottom: 30px;
}
#article-content .section-inner .article-list article .article-text {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1.08px;
  margin-bottom: 100px;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article .article-text {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 20px;
    min-height: unset;
  }
}
#article-content .section-inner .article-list article .link-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article .link-list {
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}
#article-content .section-inner .article-list article .link-list a {
  background: #00AAEB;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 3.6px;
  color: #FFFFFF;
  padding: 14px 22px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article .link-list a {
    font-size: 16px;
  }
}
#article-content .section-inner .article-list article .link-list a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../images/exlink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(10px, 1px);
}
@media screen and (max-width: 767px) {
  #article-content .section-inner .article-list article .link-list a::after {
    width: 15px;
    height: 15px;
  }
}
#article-content .section-inner .article-list article .link-list a:nth-child(2) {
  background-color: #565E6C;
}

footer {
  background-color: #B7A98E;
  color: #fff;
  text-align: center;
  height: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 12px;
  }
}

.after-content .section-inner .article-list article {
  margin: 0 auto;
}
.after-content .bg {
  padding-bottom: 0;
}
.after-content .bg::after {
  background-image: url(../images/after-bg.png);
  height: 83vw;
  background-position: 0px -25vw;
}
@media screen and (max-width: 767px) {
  .after-content .bg::after {
    height: 150vw;
  }
}
.after-content .bg::before {
  height: 510px;
  position: absolute;
  top: 16%;
}
@media screen and (max-width: 767px) {
  .after-content .bg::before {
    top: 0%;
  }
}
.after-content #article-content .section-inner .article-list article .tag span:nth-child(2) {
  background-color: #B7A98E;
}
.after-content #article-content:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .after-content #article-content {
    padding-top: 100px;
  }
}
.after-content .bubble {
  position: absolute;
  top: 26%;
  left: -4%;
  width: 200px;
  height: 200px;
  background-image: url(../images/bubble.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .after-content .bubble {
    width: 100px;
    height: 100px;
    top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .after-content .bubble:nth-of-type(2) {
    top: 0%;
    right: 1%;
    left: auto;
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=style.css.map */