@charset "utf-8";

/*
w375px換算
10px = 2.66667vw
14px = 3.73333vw
16px = 4.26666vw
17px = 4.53333vw
18px = 4.8vw
20px = 5.33333vw
22px = 5.86666vw
24px = 6.4vw
26px = 6.93333vw
30px = 8vw
*/

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", sans-serif;
}

img,
embed,
object,
iframe {
  vertical-align: baseline;
}

a:hover {
  color: inherit;
}

/* ヘッダー */
.l-header__inner {
  font-size: 3vw;
  line-height: 1.6;
  padding: 4vw;
  margin: 0 auto;
}

.l-header__lead {
  text-align: center;
  font-size: 4.53333vw;
  font-weight: bold;
  margin: 4vw 0 0;
}

/* ナビゲーション */
.p-nav {
  display: flex;
  flex-flow: row nowrap;
}

.p-nav__linkWrap {
  display: flex;
  flex-flow: row nowrap;
}

.p-nav__link {
  font-size: 4vw;
  white-space: nowrap;
  text-decoration: underline;
  margin: auto 0 auto 2vw;
  transition-duration: .5s;
}

.p-nav__link:hover {
  text-decoration: none;
}

.p-nav__link:first-child {
  margin: auto 0;
}

/* イントロ */
/* .p-intro {
  margin-top: 4.26666vw;
} */

.p-intro__inner {
  padding: 5.33333vw 4.26666vw;
  margin: 0 auto;
}

.p-intro__titleLittle {
  text-align: center;
  font-weight: bold;
  font-size: 4.53333vw;
  margin-top: 4.53333vw;
}

.p-intro__title {
  text-align: center;
  font-weight: bold;
  font-size: 5vw;
}

.p-intro__text {
  margin-top: 4.53333vw;
}

.p-intro__text2 {
  margin-top: 6px;
  font-size: 14px;
}

/* コンテンツ */
.p-contents {
  width: 100%;
  padding: 8vw 4.26666vw 5.33333vw;
}

.p-contents__inner {
  position: relative;
  border-radius: 20px;
  padding: 5.33333vw 4.26666vw;
  margin: 8vw auto 0;
  background-color: #fff;
}

.p-contents__inner:first-child {
  margin: 0 auto;
}

.p-contents--10ch .p-contents__inner {
  border: solid 4px #f5a21b;
}

.p-contents--11ch .p-contents__inner {
  border: solid 4px #009944;
}

.p-contents__logo {
  position: absolute;
  top: -50px;
  right: -20px;
  width: 100px;
  z-index: 1000;
}

.p-contents__titleArea {
  display: block;
}

.p-contents__title {
  display: inline-block;
  font-weight: bold;
}

.p-contents__titleLittle {
  font-size: 4.8vw;
}

.p-contents__titleBig {
  display: inline-block;
  font-size: 5.86666vw;
}

.p-contents__titleCap {
  font-size: 4.26666vw;
}

.p-contents__titleSub {
  font-weight: bold;
  font-size: 4.26666vw;
  margin-top: 2.66667vw;
}

.p-contents__titleSub span {
  font-size: 3.73333vw;
}

.p-contents--10ch .p-contents__title {
  border-bottom: solid 2px #f5a21b;
}

.p-contents--11ch .p-contents__title {
  border-bottom: solid 2px #009944;
}

.p-contents__caption {
  font-size: 5.86666vw;
  font-weight: bold;
  color: #d50000;
  margin-top: 2.66667vw;
}

.p-contents__textArea {
  margin-top: 5.33333vw;
}

.p-contents__text {
  font-size: 3.73333vw;
  line-height: 1.6;
  margin-top: 5.33333vw;
}


.p-contents__text--small {
  font-size: 2.66667vw;
  margin-top: 2.66667vw;
}

.p-contents__imgArea {
  position: relative;
}

.p-contents__imgLogo {
  position: absolute;
  top: 50vw;
  right: -4vw;
  width: 30vw;
}

.p-contents__button {
  margin: 14vw 0 0;
}


/* コンバージョン */
.p-conversion__inner {
  padding: 5.33333vw 4.26666vw;
  margin: 0 auto;
}

.p-conversion__link {
  text-align: center;
  margin: 0 auto;
}

.p-conversion__link a {
  text-align: center;
  text-decoration: underline;
  transition-duration: .5s;
}

.p-conversion__link a:hover {
  text-decoration: none;
}

/* コンポーネント */
.c-balloon {
  padding-bottom: 9.6vw;
}

.c-balloon__contents {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 5.86666vw;
  background: #c65681;
  color: #fff;
  padding: 2.66667vw;
}

.c-balloon__contents::before {
  position: absolute;
  bottom: -8vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 4vw;
  height: 8vw;
  border: solid 2vw transparent;
  border-top: solid 4vw #c65681;
}

.c-balloon--green .c-balloon__contents {
  background: #006c7b;
}

.c-balloon--green .c-balloon__contents::before {
  border-top: solid 4vw #006c7b;
}

.c-feature {
  background-color: #f4ecf1;
  border-radius: 20px;
  padding: 5.33333vw;
  margin-top: 5.33333vw;
}

.c-feature__titleArea {
  display: flex;
  flex-direction: column;
}

.c-feature__date {
  display: inline-block;
  background-color: #c65681;
  color: #fff;
  border-radius: 100px;
  font-size: 4.26666vw;
  font-weight: bold;
  text-align: center;
  padding: 2.66667vw 5.33333vw;
  margin-right: auto;
}

.c-feature__title {
  color: #cd7ea6;
  font-size: 5.33333vw;
  font-weight: bold;
  margin-top: 2.66667vw;
}

.c-feature__text {
  font-size: 3.73333vw;
  line-height: 1.6;
  margin-top: 5.33333vw;
}

.c-information {
  display: block;
  text-align: center;
  font-size: 12px;
}

.c-video {
  max-width: 600px;
  margin: 0 auto;
  padding: 5.33333vw 4.26666vw;
}

.c-video__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-tab {
  font-size: 3.73333vw;
  font-weight: bold;
  color: #d82533;
  border: solid 2px #d82533;
  border-radius: 10px;
  padding: 1vw 2vw;
}

.c-button--blue {
  max-width: 100%;
  padding: 14px;
}


/* ユーティリティ */
.u-clr-f5a21b {
  color: #f5a21b;
}

.u-clr-009944 {
  color: #009944;
}

.u-clr-023886 {
  color: #023886;
}

/* 豆知識 部分*/
/* .text02{ */
      /* margin: 10px 0; */
  /* border:solid 1px #000; */
  /* padding: 20px; */
/* } */
.p-contents__text--small01 {
  font-size: 2.66667vw;
  padding: 10px 20px;
    border:solid 1px #000;
}




  /* YouTube */
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 .archive{
       text-align: center;
     padding-bottom: 20px;
}

.l-footer{
  padding: 0px;
}

@media screen and (min-width: 768px) {

  /* ヘッダー */
  .l-header__inner {
    max-width: 1080px;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 60px;
  }

  .l-header__lead {
    font-size: 34px;
    margin: 32px 0 0;
  }

  /* ナビゲーション */
  .p-nav__link {
    font-size: 28px;
    white-space: nowrap;
    margin: auto 0 auto 24px;
  }

  /* MV */
  .p-hero {
    position: relative;
  }

  /* .p-hero::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(/lp/koukouyakyu/img/2023/mv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    filter: blur(5px);
  } */

  .p-hero__inner {
    max-width: 800px;
    margin: 0 auto;
    position: sticky;
    z-index: 100;
  }

  .p-hero__inner_yoko {
    max-width: 1080px;
    margin: 0 auto;
    position: sticky;
    z-index: 100;
  }


  /* イントロ */
  .p-intro__inner {
    max-width: 1080px;
    padding: 40px 20px;
  }

  .p-intro__titleLittle {
    font-size: 34px;
    margin-top: 20px;
  }

  .p-intro__title {
    font-size: 40px;
  }

  .p-intro__text {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
  }

  .p-intro__text2 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
  }

  /* コンテンツ */
  .p-contents {
    width: 100%;
    padding: 40px;
  }

  .p-contents__inner {
    max-width: 1080px;
    padding: 40px;
    margin: 80px auto 0;
  }

  .p-contents__titleLittle {
    font-size: 26px;
  }

  .p-contents__titleBig {
    font-size: 34px;
  }

  .p-contents__titleCap {
    font-size: 24px;
  }

  .p-contents__titleSub {
    font-size: 24px;
    margin-top: 10px;
  }

  .p-contents__titleSub span {
    font-size: 20px;
  }

  .p-contents__caption {
    font-size: 22px;
  }

  .p-contents__logo {
    position: static;
    top: 0;
    right: 0;
    width: 160px;
    margin-left: auto;
  }

  .p-contents__textArea {
    margin-top: 10px;
  }

  .p-contents__text {
    font-size: 18px;
    margin-top: 16px;
  }


  .p-contents__text--small {
    font-size: 14px;
    margin-top: 4px;
  }



  .p-contents__imgLogo {
    top: 240px;
    right: -30px;
    width: 140px;
  }

  .p-contents__button {
    margin: 20px 0 0;
  }

  .p-conversion__inner {
    max-width: 1080px;
    padding: 60px 40px;
  }

  .p-conversion__link {
    font-size: 24px;
    text-align: center;
    margin: 24px auto 0;
  }


  /* コンポーネント */
  .c-balloon {
    padding-bottom: 86px;
  }

  .c-balloon__contents {
    font-size: 40px;
    padding: 28px;
  }

  .c-balloon__contents::before {
    bottom: -48px;
    width: 36px;
    height: 30px;
    border: solid 18px transparent;
    border-top: solid 30px #c65681;
  }

  .c-balloon--green .c-balloon__contents::before {
    border-top: solid 30px #006c7b;
  }

  .c-feature {
    background-color: #f4ecf1;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 40px;
  }

  .c-feature__titleArea {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .c-feature__date {
    font-size: 20px;
    padding: 10px 14px;
    margin-right: 0;
  }

  .c-feature__title {
    font-size: 24px;
    margin-top: 0;
    margin-left: 14px;
  }

  .c-feature__text {
    font-size: 18px;
    margin-top: 30px;
  }

  .c-information {
    font-size: 14px;
  }

  .c-video {
    padding: 0;
  }

  .c-tab {
    font-size: 16px;
    padding: 4px 8px;
  }

  /* .c-button--little {
    font-size: 20px;
    padding: 14px 32px;
  } */

  .c-button--blue {
    max-width: 100%;
    padding: 20px;
  }


  /* 豆知識 部分*/
  /* .text02{ */
    /* margin: 20px 0; */
  /* border:solid 1px #000; */
  /* padding: 20px; */
/* } */
  .p-contents__text--small01 {
    font-size: 14px;
      border:solid 1px #000;
      padding: 20px;
  }

  .video01{
    padding: 40px 100px;
  }

  .bnr2025{
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .archive{
       text-align: center;
         padding-bottom: 20px
}

}
