@charset "UTF-8";

/* ============================================================
   ja.css
   日本語版だけの値・専用パーツ。
   common.css の後に読み込むこと。
   <link rel="stylesheet" href="common.css">
   <link rel="stylesheet" href="ja.css">
   ============================================================ */

/* body: 日本語フォント・行間
   ---------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "\6E38\30B4\30B7\30C3\30AF", "YuGothic", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", "Osaka", sans-serif !important;
  line-height: 2.1;
}

/* loading: 日本語版はシンプルなフェードのみ
   ---------------------------------------------------------- */
.ywf__loading {
  transition-duration: .001s;
}

/* nav__header: トランジション
   ---------------------------------------------------------- */
.nav__header {
  transition: all .01s ease;
}

.nav__header #drawer #FollowBox > div {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer #FollowBox #pagetop {
    right: 100.0vw;
  }
}


/* ============================================================
   btn（日本語版レイアウト：line-height可変の丸ボタン）
   ============================================================ */
.btn-wrap {
  flex-direction: column;
}

.btn-wrap.mt-half {
  margin-top: .5rem !important;
}

@media only screen and (max-width: 768px) {
  .btn-wrap.mt-half {
    margin-top: 2.5vw !important;
  }
}

.btn-wrap .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  min-width: 350px;
  background-color: rgba(0, 91, 196, 0.85);
  border-radius: 30px;
  backdrop-filter: blur(3px);
  transition: all .3s ease-in;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .btn-wrap .btn {
    padding: 0;
    min-width: 80.0vw;
    font-size: 3.8vw;
    line-height: 12.0vw;
    border-radius: 100.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .btn-wrap .btn.line-two {
    line-height: 1.6;
    padding: 3.25vw 0;
  }
}

.btn-wrap .btn:hover {
  background-color: #fff;
  color: rgba(0, 91, 196, 0.85);
  opacity: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 91, 196, 0.15);
}

@media only screen and (max-width: 768px) {
  .btn-wrap .btn i {
    right: 5.0vw;
  }
}

/* btn-wrap-application（日本語版のみ存在する2列固定ボタン群）
   ---------------------------------------------------------- */
.btn-wrap-application {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1.0rem;
  box-sizing: border-box;
}

.btn-wrap-application.center {
  justify-content: center;
}

.btn-wrap-application.mt-half {
  margin: .5rem 0 !important;
}

@media only screen and (max-width: 768px) {
  .btn-wrap-application.mt-half {
    margin-top: 2.5vw !important;
  }
}

.btn-wrap-application .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  min-width: 350px;
  background-color: rgba(0, 91, 196, 0.85);
  border-radius: 30px;
  backdrop-filter: blur(3px);
  transition: all .3s ease-in;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  width: calc(50% - 0.375rem) !important;
  min-width: 0 !important;
  max-width: calc(50% - 0.375rem) !important;
}

@media only screen and (max-width: 768px) {
  .btn-wrap-application .btn {
    padding: 0;
    min-width: 80.0vw;
    font-size: 3.8vw;
    line-height: 12.0vw;
    border-radius: 100.0vw;
  }
}

.btn-wrap-application .btn i {
  position: absolute;
  right: .5rem;
}

@media only screen and (max-width: 768px) {
  .btn-wrap-application .btn i {
    right: 5.0vw;
  }
}

.btn-wrap-application .btn:hover {
  background-color: #fff;
  color: rgba(0, 91, 196, 0.85);
  opacity: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 91, 196, 0.15);
}

@media only screen and (max-width: 768px) {
  .btn-wrap-application .btn.line-two {
    line-height: 1.6;
    padding: 3.25vw 0;
  }
}

.btn-wrap-application .notes {
  font-size: .34rem;
}

@media only screen and (max-width: 768px) {
  .btn-wrap-application .notes {
    font-size: 2.65vw;
  }
}

.btn-wrap-application.disabled {
  pointer-events: none;
}


/* ============================================================
   footer: 日本語版の文字色・strong装飾
   ============================================================ */
footer {
  color: #333;
}

footer p strong {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  footer p strong {
    font-size: 3.25vw;
  }
}


/* ============================================================
   box-mainvisual（背景画像・タイトルレイアウト：日本語版）
   ============================================================ */
.box-mainvisual .container {
  height: 100vh;
  background-image: url(/ywf/images/mainvisual.jpg);
  transition: all .1s ease-out;
}

.box-mainvisual .ttl-main {
  position: relative;
  z-index: 1;
  width: 520px;
  margin-left: 16.0vw;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .ttl-main {
    margin: 0 auto;
    width: 80.0vw;
  }
}

.box-mainvisual .ttl-main h1 {
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .ttl-main h1 {
    margin-bottom: 8.0vw;
    font-size: 3.65vw;
  }
}

.box-mainvisual .ttl-main .outline {
  margin-top: 35px;
  padding: 0 15px;
  width: 520px;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .ttl-main .outline {
    margin: 8.0vw auto 0;
    padding: 0 3.0vw;
    width: auto;
  }
}

.box-mainvisual .logo {
  width: 100%;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .logo {
    margin: 15.0vw auto;
    max-width: 90vw;
  }
}


/* ============================================================
   box-spread .box-header h2（日本語版：装飾なしのシンプル見出し）
   ============================================================ */
.box-spread .inner-content .box-header h2 {
  margin: 0 auto;
  max-width: 660px;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header h2 {
    max-width: 90.0vw;
  }
}

.box-spread .inner-content .box-body .text-wrap dl dt,
.box-spread .inner-content .box-body .text-wrap dl dd,
.box-spread .inner-content .box-body .text-wrap p,
.box-spread .inner-content .box-body small,
.box-spread .inner-content .box-body small.notes,
.box-spread .inner-content .box-body .text-wrap dl dd ul li,
.box-spread .inner-content .box-body .text-wrap h3 {
  line-height: 1.85;
}


/* ============================================================
   box-spread#about（日本語版の背景装飾・h3/pの文字回り）
   ============================================================ */
.box-spread#about .inner-content::before {
  position: absolute;
  top: 6.5%;
  left: -9.5%;
  display: block;
  content: '';
  width: 410px;
  height: 410px;
  background-image: url(/ywf/images/bgr_about.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .box-spread#about .inner-content::before {
    top: 10.0vw;
    left: -15.0vw;
    width: 80.0vw;
    height: 80.0vw;
  }
}

.box-spread#about .box-body h3 {
  margin-bottom: .6rem;
  font-size: .6rem;
  line-height: 1.65;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-body h3 {
    margin-bottom: 4.6vw;
    font-size: 4.6vw;
  }
}

.box-spread#about .box-body p {
  font-size: .34rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-body p {
    font-size: 3.25vw;
    text-align: justify;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-body p small {
    padding-top: 2.5vw;
    font-size: 2.85vw;
  }
}

.box-spread#about .box-body figure {
  position: absolute;
  bottom: -10.0%;
  right: -10.0%;
  margin: 0;
  padding: 0;
  width: 400px;
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-body figure {
    position: relative;
    bottom: -6.5vw;
    right: unset;
    margin-top: 6.5vw;
    width: auto;
  }
}


/* ============================================================
   box-spread#application（日本語版：背景画像・寸法）
   ============================================================ */
.box-spread#application {
  background-image: url(/ywf/images/bgr_diagonal.png), linear-gradient(to bottom left, #F8F3F6, #EBFBFA);
}

.box-spread#application:after {
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(/ywf/images/bgr_gradation.png);
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .box-spread#application:after {
    height: 10.0vw;
  }
}

.box-spread#application .inner-content {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .inner-content {
    padding-bottom: 5vw;
  }
}

.box-spread#application .box-header {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header {
    margin: 0 auto;
  }
}

.box-spread#application .box-header ul.outline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 0;
  padding: 0;
  width: 100%;
  max-width: 580px;
  height: 215px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header ul.outline {
    margin: 8.0vw auto 0;
    padding: 0 8.0vw;
    width: auto;
    height: 40.0vw;
  }
}

.box-spread#application .box-header ul.outline li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  background-image: url(/ywf/images/bgr_outline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 48.0%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header ul.outline li {
    max-width: 40.0vw;
  }
}

.box-spread#application .box-header ul.outline li:nth-child(1) {
  right: -.5rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header ul.outline li:nth-child(1) {
    right: unset;
  }
}

.box-spread#application .box-header ul.outline li:nth-child(2) {
  top: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header ul.outline li:nth-child(2) {
    top: unset;
  }
}

.box-spread#application .box-header ul.outline li:nth-child(3) {
  left: -.5rem;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header ul.outline li:nth-child(3) {
    position: absolute;
    top: 52.0vw;
    left: 30.0vw;
  }
}

.box-spread#application .box-header ul.outline p {
  padding-bottom: .2rem;
  color: #fff;
  font-size: .565rem;
  line-height: 1.15;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header ul.outline p {
    width: auto;
    font-size: 4.6vw;
  }
}

.box-spread#application .box-header ul.outline p strong {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding-bottom: 0.12rem;
  font-size: .38rem;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .box-spread#application .box-header ul.outline p strong {
    margin-bottom: 1.25vw;
    font-size: 3.85vw;
  }
}


/* ============================================================
   box-spread#entry（日本語版：フォント・行間）
   ============================================================ */
.box-spread#entry canvas {
  position: relative;
  bottom: -1px;
}

.box-spread#entry .inner-content {
  background-image: url(/ywf/images/bgr_entry.png), linear-gradient(to bottom, #87ECFC, #89D6F4);
}

.box-spread#entry .box-body .text-wrap dl dt {
  font-family: "Noto Serif JP", serif;
  color: #F85257;
}

.box-spread#entry .box-body .text-wrap dl dd {
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .box-spread#entry .box-body .text-wrap dl dd {
    line-height: 2.1;
  }
}

.box-spread#entry .box-body .box-wrap dl dd {
  line-height: 1.8;
}

.box-spread#entry .sns-facebook {
  padding-top: 1.25rem;
}


/* ============================================================
   box-spread#waterforum（日本語版：背景画像）
   ============================================================ */
.box-spread#waterforum {
  background-image: url(/ywf/images/bgr_waterforum.jpg);
}

.box-spread#waterforum .box-body dl {
  line-height: 1.85;
}


/* ============================================================
   box-activity（日本語版専用パーツ）
   ============================================================ */
.box-activity {
  margin: 4vw 0;
  padding-left: 8.0vw;
  padding-right: 8.0vw;
  flex-direction: column;
  text-align: center !important;
}

.box-activity h2 {
  margin-bottom: .6rem;
  font-size: .6rem;
  line-height: 1.65;
  font-weight: bold;
}

.box-activity h3 {
  font-size: .56rem;
  line-height: 1.65;
  font-weight: bold;
}

p.activity {
  font-size: .34rem;
  margin-bottom: 0.5rem;
}

li.activity {
  list-style: none;
  font-size: 0.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  text-decoration: underline !important;
}

li.activity-inactive {
  list-style: none;
  font-size: 0.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  color: #000;
}

@media only screen and (max-width: 768px) {
  ul.activity {
    margin-bottom: 0.3rem;
  }
  li.activity, li.activity-inactive {
    font-size: 0.25rem;
    margin-right: 0.2rem;
    pointer-events: inherit !important;
  }
  li.activity:last-child {
    margin-right: 0;
  }
  .box-activity {
    margin: 7vw 0;
  }
  .box-activity h2, .box-activity h3 {
    margin-bottom: 15px;
    font-size: 4.4vw;
  }
}

.image-chirashi {
  max-width: 100%;
  height: auto;
}

.chirashi-link {
  border-bottom: none !important;
}

.font-bold {
  font-weight: bold;
}

.ttl-application-detail {
  margin-bottom: 0.6rem;
}

.application-detail-txt {
  margin-bottom: 0.5rem;
}


/* ============================================================
   box3t#tips（日本語版のみ存在）
   ============================================================ */
.box3t#tips {
  text-align: center;
  padding: 20px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
  min-width: 900px;
  max-width: 900px;
  border: 20px solid #dff5ff;
  color: #1A85CD;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .box3t#tips {
    min-width: 100%;
  }
}


/* ============================================================
   sponsor banner（日本語版サイズ）
   ============================================================ */
.sponsor-banner {
  width: 220px;
  height: auto;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .sponsor-banner {
    max-width: 100%;
  }
}

.sponsor-banner-small {
  width: 230px;
  height: auto;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .sponsor-banner-small {
    max-width: 80%;
  }
}


/* ============================================================
   closed message（日本語版：margin-bottom指定あり）
   ============================================================ */
.closed-message {
  color: #FF0000;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .closed-message {
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}

.closed-detail {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .closed-detail {
    margin-bottom: 30px;
  }
}


/* ============================================================
   container-kikin（日本語版：画像幅・gap）
   ============================================================ */
.content-kikin {
  gap: 40px;
}

.image-kikin {
  width: 150px;
}


/* ============================================================
   video-tips（日本語版専用パーツ）
   ============================================================ */
.video-tips {
  padding: 20px;
  box-sizing: border-box;
}

.video-tips .content-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.video-tips .image-box img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

.video-tips .text-box {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}

.video-tips .text-box h2 {
  font-size: 26px;
  color: #2673CD;
  font-weight: bold;
  margin-bottom: 20px;
}

.video-tips .text-box p {
  font-size: 16px;
  color: #000;
  line-height: 2;
  text-align: left;
  margin-bottom: 30px;
}

.video-tips .btn-wrap {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .video-tips .content-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .video-tips .image-box,
  .video-tips .text-box {
    width: 100%;
  }

  .video-tips .image-box {
    text-align: center;
  }

  .video-tips .image-box img {
    display: inline-block;
  }

  .video-tips .text-box h2 {
    font-size: 4.25vw;
  }

  .video-tips .text-box p {
    font-size: 3.25vw;
  }

  .video-tips .btn-wrap {
    text-align: center;
  }
}


/* ============================================================
   box-report（日本語版専用パーツ）
   ============================================================ */
.box-report {
  text-align: center;
  padding: 60px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 900px;
  color: #1A85CD;
  background-color: #eef9ff;
}

.box-report img {
  max-width: 600px;
  margin-bottom: 20px;
  padding: 10px;
}

.activity {
  margin-bottom: 10px;
}

.activity-txt {
  margin-bottom: 40px;
  font-size: .4rem;
}

@media screen and (max-width: 768px) {
  .box-report img {
    width: 100%;
    margin-bottom: 0;
  }
  .activity-txt {
    font-size: .25rem;
  }
}


/* ============================================================
   mymap（日本語版専用：Googleマップ埋め込み）
   ============================================================ */
.mymap-wrap {
  margin: 24px auto;
  max-width: 650px;
  padding: 0 16px;
  box-sizing: border-box;
}

.mymap-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
}

.mymap-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 600px) {
  .mymap-wrap {
    margin: 16px auto;
    padding: 0 8px;
  }
  .mymap-frame {
    border-radius: 0;
  }
}
