@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}



body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

.fixedBody {
  height: 100vh;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    background-image: url(/-/Media/com/youjun/20250814/assets/img/fix.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}

main {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
  color: #000;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media screen and (min-width: 768px) {
  main .main-wrapper {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1.6);
    transform-origin: top;
  }
}
@media screen and (min-width: 768px) {
  main .main-wrapper-outer {
    width: 600px;
    height: 10550px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .main-fixtxt {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  main .main-fixtxt {
    display: none;
  }
}
main .main-fixtxt img.fixlogo {
  margin-left: auto;
}
main .main-fixtxt img.fixname {
  margin-left: auto;
}
main .main-fix {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 600px) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  padding: 40px 0;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  main .main-fix {
    display: none;
  }
}
main .main-fix.left {
  left: 0;
  justify-content: flex-end;
}
main .main-fix.left img {
  max-width: 388px;
}
main .main-fix.right {
  right: 0;
}
main .main-fix.right img {
  max-width: 284px;
  margin-top: 37%;
}
main strong {
  font-weight: 600;
}
main * {
  line-height: 1;
  box-sizing: border-box;
}
main a {
  text-decoration: none;
  color: inherit;
}
main picture,
main img {
  display: block;
  max-width: 100%;
}
main strong {
  font-weight: 600;
}
main .anchorTargetWrapper {
  position: relative;
}
main .anchorTargetWrapper .anchorTarget {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  main .anchorTargetWrapper .anchorTarget {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  main .anchorTargetWrapper .anchorTarget {
    margin-top: -13.3333333333vw;
  }
}
main #fs-kv .fs-kv-img picture,
main #fs-kv .fs-kv-img img {
  width: 100%;
}
main #section01 {
  position: relative;
}
main #section02 {
  background-image: url(/-/Media/com/youjun/20250814/assets/img/bg-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main #section02 {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 {
    margin-top: -32vw;
  }
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper {
    padding-top: 167.5px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper {
    padding-top: 44.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel {
  position: relative;
}
main #section02 .section02-wrapper .section02-content .section02-content-panel .img {
  pointer-events: none;
}
main #section02 .section02-wrapper .section02-content .section02-content-panel ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul {
    margin-top: 388px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul {
    margin-top: 103.4666666667vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel ul li {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(1) {
    margin-right: 82px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(1) {
    margin-right: 21.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(2) {
    margin-top: 93px;
    margin-left: 96px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(2) {
    margin-top: 24.8vw;
    margin-left: 25.6vw;
  }
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(3) {
    margin-top: 72px;
    margin-right: 95px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(3) {
    margin-top: 19.2vw;
    margin-right: 25.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(4) {
    margin-top: 80px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li:nth-of-type(4) {
    margin-top: 21.3333333333vw;
    margin-left: 26.6666666667vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel ul li h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4117647059;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li h3 {
    font-size: 4.5333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel ul li p {
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li p {
    font-size: 3.4666666667vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel ul li p > span {
  display: block;
  font-size: 80%;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel ul li p > span {
    margin-top: 1.3333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel a {
    width: 341px;
    margin-left: -170.5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel a {
    width: 90.9333333333vw;
    margin-left: -45.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel a:hover img {
    filter: brightness(1.15);
  }
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel a img {
    transition: all 0.3s ease-out;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt {
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt {
    margin-bottom: 18.1333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt h3 {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt h3 {
    font-size: 5.6vw;
    margin-bottom: 1.3333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt p {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel .blocktxt p {
    font-size: 3.7333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel dl {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl {
    margin-top: 210px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl {
    margin-top: 56vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel dl dt,
main #section02 .section02-wrapper .section02-content .section02-content-panel dl dd {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
main #section02 .section02-wrapper .section02-content .section02-content-panel dl dt {
  border: 1px solid #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl dt {
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl dt {
    font-size: 4.2666666667vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 29.3333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel dl dt > sup {
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl dt > sup {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl dt > sup {
    font-size: 2.1333333333vw;
  }
}
main #section02 .section02-wrapper .section02-content .section02-content-panel dl dd {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl dd {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  main #section02 .section02-wrapper .section02-content .section02-content-panel dl dd {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
main #section03 {
  background-color: #e6ecf5;
  overflow: hidden;
}
main #section03 .section03-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  main #section03 .section03-wrapper {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
main #section03 .section03-slide {
  width: 264px;
  /* the slides */
  /* the parent */
}
@media screen and (max-width: 767px) {
  main #section03 .section03-slide {
    width: 70.4vw;
  }
}
main #section03 .section03-slide .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  main #section03 .section03-slide .slick-slide {
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
main #section03 .section03-slide .slick-slide > div {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(9, 74, 177, 0.1);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  main #section03 .section03-slide .slick-slide > div {
    padding-top: 6.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
main #section03 .section03-slide .slick-list {
  margin: 0 -10px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  main #section03 .section03-slide .slick-list {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
main #section03 .section03-slide ul li h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  main #section03 .section03-slide ul li h3 {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
main #section03 .section03-slide ul li h3 > span {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  main #section03 .section03-slide ul li h3 > span {
    margin-left: 1.3333333333vw;
  }
}
main #section03 .section03-slide ul li .img img {
  width: 100%;
}
main #section04 {
  position: relative;
  background-color: #fff;
}
main #section04:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #BF9A72;
  background: linear-gradient(270deg, rgb(191, 154, 114) 0%, rgb(248, 231, 197) 50%, rgb(191, 154, 114) 100%);
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main #section04:before {
    height: 0.8vw;
  }
}
main #section04 .section04-wrapper {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper {
    padding-top: 16vw;
    padding-bottom: 13.3333333333vw;
  }
}
main #section04 .section04-wrapper .section04-content h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #06154a;
  font-size: 27px;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-content h2 {
    font-size: 7.2vw;
    margin-bottom: 8vw;
  }
}
main #section04 .section04-wrapper .section04-content .img {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-content .img {
    width: 48vw;
  }
}
main #section04 .section04-wrapper .section04-content .img img {
  width: 100%;
}
main #section04 .section04-wrapper .section04-content h3 {
  margin-top: -50px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #06154a;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-content h3 {
    margin-top: -13.3333333333vw;
  }
}
main #section04 .section04-wrapper .section04-content h3 > span {
  display: block;
}
main #section04 .section04-wrapper .section04-content h3 > span.size {
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-content h3 > span.size {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
main #section04 .section04-wrapper .section04-content h3 > span.name {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-content h3 > span.name {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
main #section04 .section04-wrapper .section04-content h3 > span.note {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-content h3 > span.note {
    font-size: 3.2vw;
  }
}
main #section04 .section04-wrapper .section04-content h3 > span.note > .tag {
  border: 1px solid #06154a;
  padding: 3px 5px;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-content h3 > span.note > .tag {
    margin-right: 2.6666666667vw;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
    padding-right: 1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
main #section04 .section04-wrapper .section04-btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-btn {
    margin-top: 8vw;
  }
}
main #section04 .section04-wrapper .section04-btn a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 304px;
}
@media screen and (min-width: 768px) {
  main #section04 .section04-wrapper .section04-btn a {
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  main #section04 .section04-wrapper .section04-btn a {
    width: 81.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #section04 .section04-wrapper .section04-btn a:hover {
    opacity: 0.7;
  }
}
main #section04 .section04-wrapper .section04-btn a img {
  width: 100%;
}
main #section05 {
  background-color: #e6ecf5;
}
main #section05 .section05-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  main #section05 .section05-wrapper {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 16vw;
    padding-top: 16vw;
  }
}