@charset "UTF-8";

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

/* body: 英字フォント・行間
   ---------------------------------------------------------- */
body {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.65;
}

/* loading: 英語版は水滴アニメーション付き
   ---------------------------------------------------------- */
.ywf__loading {
  transition-duration: 0.03s;
}

.ywf__loading .drop {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -30px;
  margin: 0 auto;
  background-color: #3498DB;
  border-radius: 20px;
  animation-name: drip;
  animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.ywf__loading .drop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #3498DB;
  top: -13px;
}

.ywf__loading .ripples {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ywf__loading .ripples .ripple-layer {
  position: absolute;
  left: 50%;
  opacity: 0;
  width: 0px;
  height: 0px;
  border: 0.0085rem solid #fff;
  border-radius: 100%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform: translate(-50%, 0) perspective(50vw) rotateX(65deg);
  transform-origin: bottom center;
}

.ywf__loading .ripples .ripple-layer.ripple-01 {
  animation-name: ripple;
  animation-delay: 0.01s;
}

@media only screen and (max-width: 768px) {
  .ywf__loading .ripples .ripple-layer.ripple-01 {
    animation-name: rippleSP;
  }
}

.ywf__loading .ripples .ripple-layer.ripple-02 {
  animation-name: ripple;
  animation-delay: 2.75s;
}

@media only screen and (max-width: 768px) {
  .ywf__loading .ripples .ripple-layer.ripple-02 {
    animation-name: rippleSP;
  }
}

.ywf__loading .ripples .ripple-layer.ripple-03 {
  animation-name: ripple;
  animation-delay: 3.0s;
}

@media only screen and (max-width: 768px) {
  .ywf__loading .ripples .ripple-layer.ripple-03 {
    animation-name: rippleSP;
  }
}

.ywf__loading.complete {
  opacity: 0;
}

@keyframes drip {
  to {
    top: 50.0%;
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    top: 50%;
  }
  90% {
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-width: .36rem;
    opacity: 0;
    top: -36%;
  }
}

@keyframes rippleSP {
  0% {
    opacity: 1;
    top: 50%;
  }
  90% {
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-width: .36rem;
    opacity: 0;
    top: -40%;
  }
}


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

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


/* ============================================================
   btn（英語版レイアウト：固定2列グリッド）
   ============================================================ */
.btn-wrap {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}

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

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

@media only screen and (max-width: 768px) {
  .btn-wrap .btn {
    padding: 0;
    min-width: 90.0vw;
    font-size: 4.5vw;
    border-radius: 100.0vw;
    flex: 0 0 100%;
    width: 100% !important;
  }
  .btn-wrap {
    gap: 0.5rem;
  }
  .btn-wrap .btn i {
    right: 5.0vw;
  }
  .btn-wrap .btn.line-two {
    line-height: 1.2;
    padding: 2.8vw 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);
}


/* ============================================================
   footer: 英語版のMontserrat見出し
   ============================================================ */
footer p strong {
  display: inline-block;
  margin-bottom: .35rem;
  font-family: "Montserrat", sans-serif;
  font-size: .42rem;
  line-height: 1.0;
  font-weight: 700;
}

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


/* ============================================================
   box-mainvisual（英語版：背景画像・キャッチコピー・ロゴ画像）
   ============================================================ */
.box-mainvisual .container {
  height: 100%;
  min-height: 900px;
  background-image: url(/ywf/en/images/mainvisual.jpg);
  transition: all .3s ease-out;
}

.box-mainvisual .ttl-main {
  position: relative;
  z-index: 1;
  width: 520px;
  margin-left: 20.0vw;
  margin-bottom: 10.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 {
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  color: #007bc2;
  font-size: 1.20rem;
  text-align: left;
  line-height: 1.15;
  font-weight: 700;
}

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

.box-mainvisual .ttl-main h1 img {
  display: block;
  margin-bottom: 0.45rem;
  width: 185px;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .ttl-main h1 img {
    margin-bottom: 4.0vw;
    width: 40.0vw;
  }
}

.box-mainvisual .ttl-main p {
  font-size: .34rem;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .ttl-main p {
    font-size: 3.25vw;
    text-align: left;
  }
}

.box-mainvisual .ttl-main p.catchcopy {
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  color: #007bc2;
  font-size: 1.20rem;
  text-align: left;
  line-height: 1.15;
  font-weight: 700;
}

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

.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-spread .box-header h2（英語版：Montserrat＋下線装飾）
   ============================================================ */
.box-spread .inner-content .box-header h2 {
  position: relative;
  margin: 0 auto;
  color: #007bc2;
  font-family: "Montserrat", sans-serif;
  font-size: .85rem;
  line-height: 1.0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header h2 {
    font-size: 7.0vw;
    line-height: 1.35;
  }
}

.box-spread .inner-content .box-header h2:after {
  display: block;
  content: '';
  margin: .45rem auto 0;
  width: 1.2rem;
  height: .1rem;
  background-color: #007bc2;
  border-radius: .05rem;
}


/* ============================================================
   box-spread#about（英語版：背景装飾・本文幅・フォント）
   ============================================================ */
.box-spread#about .inner-content::before {
  position: absolute;
  top: 0;
  left: -9.5%;
  pointer-events: none;
  display: block;
  content: '';
  width: 410px;
  height: 410px;
  background-image: url(/ywf/en/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 {
  max-width: 650px;
  margin: 0 auto;
}

.box-spread#about .box-body h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: .6rem;
  font-size: .6rem;
  line-height: 1.45;
  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: .40rem;
}

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

.box-spread#about .box-body p small {
  display: block;
  max-width: 80.0%;
  margin: 0 auto;
  padding-top: .65rem;
}

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

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

@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/en/images/bgr_diagonal.png), linear-gradient(to bottom left, #F8F3F6, #EBFBFA);
}

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

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

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

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

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

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

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

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

.box-spread#application .box-header .outline li:nth-child(2) {
  margin: 0 3.5%;
}

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

.box-spread#application .box-header .outline p {
  padding-bottom: .25rem;
  color: #fff;
  font-size: .525rem;
  line-height: 1.15;
}

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

.box-spread#application .box-header .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 .outline p strong {
    margin-bottom: 2.0vw;
    font-size: 3.25vw;
  }
}


/* ============================================================
   box-spread#entry（英語版：フォント）
   ============================================================ */
.box-spread#entry canvas {
  position: relative;
  bottom: -2px;
}

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

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

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


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

.box-spread #es-header {
  text-align: center;
}


/* ============================================================
   grey-box / notify-text（英語版専用パーツ）
   ============================================================ */
.grey-box {
  background-color: #E8F5FC;
  width: 100%;
  padding: 30px 30px 50px 30px;
  margin-top: 1rem;
}

.notify-text {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}


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

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

.sponsor-banner-small {
  width: 250px;
  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;
}

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

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

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


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

.image-kikin {
  width: 150px;
}

@media (max-width: 767px) {
  .content-kikin {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .image-kikin {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
  }

  .text {
    width: 100%;
  }
}


/* ============================================================
   flyer（英語版専用：日本語版の image-chirashi / chirashi-link に相当）
   ============================================================ */
.flyer-img {
  max-width: 100%;
  height: auto !important;
}

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