@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

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

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

.inner {
  width: 28%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  filter: drop-shadow(1px 1px 8px rgba(0, 35, 85, 0.8));
  margin-left: 50%;
}
@media (min-width: 768px) and (max-width:1124px) {
  .inner {
    width: 400px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}

.pc-bg-l {
  /* 既存のスタイル */
  width: 51%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  left: 0;
  /* corner5に到達した時のスタイル */
}
@media (min-width: 768px) and (max-width:1124px) {
  .pc-bg-l {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-bg-l {
    display: none;
  }
}
.pc-bg-l img {
  position: absolute; /* 重ねる */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s; /* ふわっと切り替える */
}
.pc-bg-l .bg-corner5 {
  opacity: 0; /* 最初は隠しておく */
}
.pc-bg-l.change-bg .bg-default {
  opacity: 0;
}
.pc-bg-l.change-bg .bg-corner5 {
  opacity: 1;
}

.pc-bg-r {
  width: 22%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  right: 0;
}
@media (min-width: 768px) and (max-width:1124px) {
  .pc-bg-r {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .pc-bg-r {
    display: none;
  }
}
.pc-bg-r img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.pc-right-content {
  position: fixed;
  right: 2.5%;
  top: 5%;
  height: 100%;
  width: 17%;
}
@media (min-width: 768px) and (max-width:1124px) {
  .pc-right-content {
    right: 20%;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .pc-right-content {
    display: none;
  }
}
.pc-right-content .official-sns {
  margin-bottom: 15px;
  margin-top: 30px;
}
.pc-right-content .sns-item {
  width: 15%;
}

.pc-logo {
  width: 30%;
  margin: 0 auto 20px auto;
}

.pc-nav-list {
  margin-bottom: 10px;
  transition: all 0.5s;
}
.pc-nav-list:hover {
  opacity: 0.5;
}

.fv {
  background-color: #f8E6E5;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 20px;
  }
}

.fv-nav-item {
  width: 90%;
  margin: 0 auto 20px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv-nav-item {
    margin-bottom: 10px;
  }
}

.section-wrap {
  padding-bottom: 60px;
  background: url(../img/green-bg.jpg) no-repeat center center/cover;
}

.corner1,
.corner2,
.corner5 {
  position: relative;
}

.corner1 .corner1-bg {
  width: 100%;
  margin-left: 1%;
}
.corner1 .corner1-content {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.contact-btn {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  width: 80%;
  transition: all 0.5s;
}
.contact-btn:hover {
  opacity: 0.5;
}

.section3-btn {
  bottom: 4%;
}

.corner1 {
  width: 98%;
  margin: 0 auto;
}

.corner1-note {
  position: absolute;
  bottom: 0.5%;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.corner2 {
  width: 95%;
  margin: 20px auto;
}

.present {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.present-title {
  padding-bottom: 10px;
}

.present-only {
  font-weight: 700;
  text-align: center;
  color: #2c71d9;
  padding-bottom: 10px;
  font-size: 20px;
}

.present-text {
  color: #2c71d9;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  padding-top: 20px;
  text-align: left;
}

.present-note {
  text-align: center;
  color: #2c71d9;
  font-weight: 700;
  padding-top: 20px;
  font-size: 14px;
}

.present-w {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center;
  color: #2c71d9;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
}

.section-wrap--p {
  background-color: #f8E6E5;
  padding-bottom: 40px;
  padding-top: 40px;
}

.corner3 {
  width: 96%;
  position: relative;
  margin: 0 auto;
}

.corner3-note {
  position: absolute;
  width: 65%;
  right: 5%;
  top: 40%;
  font-size: clamp(8px, 5vw, 12px);
  line-height: 1.4;
}
.corner3-note a {
  text-decoration: underline;
}
.corner3-note a:hover {
  opacity: 0.5;
}

.corner3-present {
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}

.corner4 {
  width: 95%;
  margin: 0 auto;
}

.section-wrap-b {
  background: url(../img/blue-bg.png) no-repeat center center/cover;
  padding: 7% 0;
}

.corner5 {
  width: 92%;
  margin: 0 auto;
}

.corner5-info {
  position: absolute;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #000;
  bottom: 3%;
  padding-bottom: 20px;
}

.corner5-title {
  width: 80%;
  padding: 0 5px;
  margin: -10px auto 0 auto;
  background-color: #FFF8A7;
}

.corner5-content {
  width: 90%;
  margin: 0 auto;
}

.contact-btn--5 {
  position: absolute;
  left: 50%;
  bottom: 23%;
  transform: translateX(-50%);
  width: 80%;
  transition: all 0.5s;
}
.contact-btn--5:hover {
  opacity: 0.5;
}

.contact {
  padding-bottom: 40px;
  background-color: #fff;
}
.contact p {
  line-height: 1.6;
  padding-left: 20px;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact p {
    padding-left: 20px;
    font-size: 12px;
  }
}

.footer-btn {
  width: 80%;
  margin: 0 auto;
  transition: all 0.5s;
}
.footer-btn:hover {
  opacity: 0.5;
}

.official-sns {
  width: 30%;
  margin: 60px auto 30px auto;
}
@media screen and (max-width: 767px) {
  .official-sns {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.sns-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sns-item {
  transition: all 0.4s;
  width: 15%;
}
.sns-item:hover {
  transform: scale(1.1);
}

footer {
  background-color: #231815;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-bottom: 40px;
  }
}
.footer-nav li a {
  transition: all 0.4s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-nav li a {
    font-size: 12px;
  }
}
.footer-nav li a:hover {
  opacity: 0.6;
}

.footer-text {
  width: 90%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .footer-text {
    padding-left: 30px;
  }
}/*# sourceMappingURL=main.css.map */