@charset "UTF-8";
/* ==========================================================================
  Foundation
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type="text"],
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* base */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #212121;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.6;
}

@media (max-width: 999px) {
  body {
    line-height: 1.6 !important;
  }
}

a {
  -webkit-transition: .3s ease-out;
  color: inherit;
  text-decoration: none;
  transition: .3s ease-out;
}

img {
  vertical-align: bottom;
  width: 100%;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
}

a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

@media (min-width: 1000px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/* components */
.inner {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 5%;
  position: relative;
  width: 100%;
}

@media (max-width: 999px) {
  .inner {
    max-width: 500px !important;
    padding: 0 16px;
  }
}

@media (max-width: 355px) {
  .inner {
    padding: 0 12px;
  }
}

.block {
  display: inline-block;
}

.show--sp {
  display: none !important;
}

@media (max-width: 999px) {
  .show--sp {
    display: block !important;
  }
}

.show--pc {
  display: block !important;
}

@media (max-width: 999px) {
  .show--pc {
    display: none !important;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 999px) {
  .ttl {
    font-size: 2.8rem;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 355px) {
  .ttl {
    font-size: 2.6rem;
  }
}

.txt {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 999px) {
  .txt {
    font-size: 1.8rem;
  }
}

@media (max-width: 355px) {
  .txt {
    font-size: 1.6rem;
  }
}

.btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  -webkit-justify-content: center;
  align-items: center;
  background: #fcee21;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 472px;
  width: 100%;
}

.btn:hover {
  background: #e7d803;
}

.block {
  display: inline-block;
}

/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  color: #fff;
}

.footer__inner {
  max-width: 1369px;
}

.footer__wrap {
  background-color: #1a4262;
  padding: 79px 0;
}

@media (max-width: 999px) {
  .footer__wrap {
    padding: 60px 0 40px;
  }
}

.footer__list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.footer__item {
  margin-bottom: 83px;
  text-align: center;
  width: 50%;
}

@media (max-width: 999px) {
  .footer__item {
    margin-bottom: 40px;
    width: 100%;
  }
}

.footer__item:hover .footer__btn {
  color: #2f78b3;
}

@media (max-width: 999px) {
  .footer__item:hover .footer__btn::before {
    border-color: transparent transparent transparent #2f78b3;
  }
}

.footer__item:hover .footer__btn span::before {
  border-color: transparent transparent transparent #2f78b3;
}

.footer__subTtl {
  font-size: 2.5rem;
  margin-bottom: 27px;
}

@media (max-width: 999px) {
  .footer__subTtl {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}

.footer__btn {
  background: #fff;
  border-radius: 3px;
  color: #1a4262;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 34px;
  position: relative;
}

@media (max-width: 999px) {
  .footer__btn {
    padding: 8px 16px;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .footer__btn::before {
    -webkit-transform: translateY(-50%);
    -webkit-transition: .3s;
    border-color: transparent transparent transparent #1a4262;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 0;
  }
}

.footer__btn .letter {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@media (max-width: 999px) {
  .footer__btn .letter {
    font-size: 1.5rem;
  }
}

@media (max-width: 355px) {
  .footer__btn .letter {
    font-size: 1.4rem;
  }
}

@media (min-width: 1101px) {
  .footer__btn .letter::before {
    -webkit-transform: translateY(-50%);
    -webkit-transition: .3s;
    border-color: transparent transparent transparent #1a4262;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    content: "";
    height: 0;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 0;
  }
}

.footer__ttl {
  font-size: 2.5rem;
  margin-bottom: 40px;
  margin-top: 19px;
  text-align: center;
}

@media (max-width: 999px) {
  .footer__ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 355px) {
  .footer__ttl {
    font-size: 2rem;
  }
}

.footer__sns {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (max-width: 999px) {
  .footer__sns {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .sns {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .footer .sns:not(:last-child) {
    margin-right: 37px;
  }
}

@media (max-width: 999px) {
  .footer .sns {
    margin-bottom: 20px;
    width: calc(50% - 40px / 2);
  }
  .footer .sns:not(:nth-child(2n)) {
    margin-right: 40px;
  }
  .footer .sns--insta .sns__item::before {
    top: 9px;
  }
}

@media (max-width: 1100px) {
  .footer .sns:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}

.footer .sns__icon {
  margin-right: 19px;
  width: 50px;
}

@media (max-width: 999px) {
  .footer .sns__icon {
    margin-right: 23px;
    min-width: 35px;
    width: 35px;
  }
}

.footer .sns__item {
  font-size: 1.4rem;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 355px) {
  .footer .sns__item {
    font-size: 1.2rem;
  }
}

@media (max-width: 999px) {
  .footer .sns__item a {
    white-space: nowrap;
  }
}

.footer .sns__item a:hover {
  opacity: .7;
}

.footer .sns__item::before {
  -webkit-transform: translateY(-50%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.footer__bottom {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 40px 0;
}

@media (max-width: 999px) {
  .footer__bottom {
    font-size: 1.2rem;
    padding: 30px 0;
  }
}

.footer__bottom .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .footer__bottom .inner {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 999px) {
  .footer__bottom .inner {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    flex-direction: column;
  }
}

.footer__links {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 999px) {
  .footer__links {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
}

.footer__link:not(:last-child) {
  margin-right: 20px;
}

.footer__link a:hover {
  opacity: .7;
}

/* ==========================================================================
  header
  ========================================================================== */
.header {
  -webkit-box-shadow: 0 3px 3px 0 rgba(17, 51, 72, 0.08);
  background: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(17, 51, 72, 0.08);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 26px;
}

@media (min-width: 601px) {
  .header__logo {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 136px;
  }
}

@media (max-width: 600px) {
  .header__logo {
    height: 94px;
    top: 17px;
  }
}

@media (max-width: 355px) {
  .header__logo {
    height: 85px;
    top: 11px;
  }
}

.header__logoImg {
  background-color: #007dbc;
  display: block;
}

@media (min-width: 601px) {
  .header__logoImg {
    padding: 10px;
    width: 90px;
  }
}

@media (max-width: 600px) {
  .header__logoImg {
    padding: 5px;
    width: 60px;
  }
}

@media (max-width: 355px) {
  .header__logoImg {
    width: 50px;
  }
}

.header__slogan {
  color: #007dbc;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.18;
  margin-left: 11px;
  margin-top: -43px;
}

@media (max-width: 600px) {
  .header__slogan {
    font-size: 1rem;
    line-height: 1.3;
    margin-left: 7px;
    margin-top: 19px;
    white-space: nowrap;
  }
}

.header__inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  justify-content: space-between;
  max-width: 1344px;
}

@media (max-width: 999px) {
  .header__inner {
    max-width: 800px !important;
  }
}

@media (max-width: 600px) {
  .header__inner {
    height: 60px;
    padding: 0 10px 0 0;
  }
}

.header__link {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 600px) {
  .header__link {
    font-size: 1rem;
  }
}

.header__link:hover {
  opacity: .7;
}

.header__contents {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__btn {
  background: #ef404c;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin-left: 40px;
  padding: 2px 18px;
}

.header__btn:hover {
  background: #981323;
}

@media (max-width: 600px) {
  .header__btn {
    font-size: 1.2rem;
    margin-left: 15px;
    padding: 4px 7px;
  }
}

@media (max-width: 355px) {
  .header__btn {
    font-size: 1rem;
    margin-left: 10px;
    padding: 4px;
  }
}

/* ==========================================================================
  highlight
  ========================================================================== */
.highlight {
  padding: 43px 0 103px;
  text-align: center;
}

@media (max-width: 999px) {
  .highlight {
    padding: 60px 0;
  }
}

.highlight__txt {
  margin-bottom: 108px;
}

@media (max-width: 999px) {
  .highlight__txt {
    margin-bottom: 50px;
  }
}

.highlight__list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.highlight__item {
  color: #007dbc;
  margin-bottom: 20px;
  outline: 1px solid #e8e8e8;
  text-align: left;
}

@media (max-width: 999px) {
  .highlight__item {
    margin-bottom: 30px;
  }
}

.highlight__item a.highlight__box {
  display: block;
}

.highlight__item a.highlight__box:hover .highlight__img img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (min-width: 1000px) {
  .highlight__item {
    width: calc(100% / 3 - 2.5% * 2 / 3);
  }
  .highlight__item:not(:nth-child(3n)) {
    margin-right: 2.5%;
  }
}

.highlight__tag {
  font-size: 1.6rem;
}

.highlight__info {
  font-size: 1.6rem;
}

.highlight__subTtl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 26px;
  padding-top: 14px;
}

@media (min-width: 1000px) {
  .highlight__subTtl {
    min-height: 104px;
  }
}

@media (max-width: 999px) {
  .highlight__subTtl {
    font-size: 2.2rem;
  }
}

@media (max-width: 355px) {
  .highlight__subTtl {
    font-size: 2rem;
  }
}

.highlight__img {
  overflow: hidden;
}

.highlight__img img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.highlight__body {
  padding: 17px 5%;
}

@media (max-width: 999px) {
  .highlight__body {
    padding: 16px 16px;
  }
}

.highlight__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .highlight__wrap {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
}

@media (max-width: 999px) {
  .highlight__wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.highlight .topic {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1000px) {
  .highlight .topic {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.highlight .topic:hover .topic__contents {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.highlight .topic__contents {
  -webkit-transition: -webkit-transform .3s;
  background: url(../images/topic.jpg) no-repeat top center/cover;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1000px) {
  .highlight .topic__contents {
    height: 100%;
  }
}

@media (max-width: 999px) {
  .highlight .topic__contents {
    height: 400px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .highlight .topic__contents {
    height: 290px;
  }
}

@media (max-width: 355px) {
  .highlight .topic__contents {
    height: 260px;
  }
}

.highlight .topic__box {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 13px 6.5%;
  position: absolute;
  text-align: left;
  width: 100%;
}

@media (max-width: 999px) {
  .highlight .topic__box {
    padding: 16px 16px;
  }
}

.highlight .topic__tag {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.highlight .topic__subTtl {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

@media (max-width: 999px) {
  .highlight .topic__subTtl {
    font-size: 2.2rem;
  }
}

@media (max-width: 355px) {
  .highlight .topic__subTtl {
    font-size: 2rem;
  }
}

.highlight .topic__info {
  font-size: 1.6rem;
}

.highlight .donate {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7ebddc), color-stop(1%, #80bfde), color-stop(1%, #7fbfdb), color-stop(12%, #7fc1db), color-stop(24%, #80c5d5), color-stop(53%, #7eccd0), color-stop(54%, #7fcdcd), color-stop(57%, #7fcdcf), color-stop(64%, #7fd0ca), color-stop(71%, #80d1cb), color-stop(73%, #7fd2c8), color-stop(99%, #80d9c3), to(#7dd9c2));
  background: -webkit-linear-gradient(top, #7ebddc 0%, #80bfde 1%, #7fbfdb 1%, #7fc1db 12%, #80c5d5 24%, #7eccd0 53%, #7fcdcd 54%, #7fcdcf 57%, #7fd0ca 64%, #80d1cb 71%, #7fd2c8 73%, #80d9c3 99%, #7dd9c2 100%);
  background: linear-gradient(to bottom, #7ebddc 0%, #80bfde 1%, #7fbfdb 1%, #7fc1db 12%, #80c5d5 24%, #7eccd0 53%, #7fcdcd 54%, #7fcdcf 57%, #7fd0ca 64%, #80d1cb 71%, #7fd2c8 73%, #80d9c3 99%, #7dd9c2 100%);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  padding: 33px 3%;
  position: relative;
}

@media (max-width: 999px) {
  .highlight .donate {
    margin-top: 40px;
    width: 100%;
  }
}

.highlight .donate::before {
  -webkit-transition: .3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#56a8d1), color-stop(1%, #58abd3), color-stop(1%, #57abd0), color-stop(12%, #57aed0), color-stop(24%, #5ab3c8), color-stop(53%, #59bdc2), color-stop(54%, #5abfbf), color-stop(57%, #5abfc1), color-stop(64%, #5ac2bb), color-stop(71%, #5bc3bc), color-stop(73%, #59c5b8), color-stop(99%, #59cdb0), to(#56cdaf));
  background: -webkit-linear-gradient(top, #56a8d1 0%, #58abd3 1%, #57abd0 1%, #57aed0 12%, #5ab3c8 24%, #59bdc2 53%, #5abfbf 54%, #5abfc1 57%, #5ac2bb 64%, #5bc3bc 71%, #59c5b8 73%, #59cdb0 99%, #56cdaf 100%);
  background: linear-gradient(to bottom, #56a8d1 0%, #58abd3 1%, #57abd0 1%, #57aed0 12%, #5ab3c8 24%, #59bdc2 53%, #5abfbf 54%, #5abfc1 57%, #5ac2bb 64%, #5bc3bc 71%, #59c5b8 73%, #59cdb0 99%, #56cdaf 100%);
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  visibility: hidden;
  z-index: 1;
}

@media (min-width: 1000px) {
  .highlight .donate {
    height: 100%;
    margin-left: 2%;
    width: 32%;
  }
}

.highlight .donate__contents {
  position: relative;
  z-index: 2;
}

.highlight .donate__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
}

@media (max-width: 1100px) {
  .highlight .donate__ttl {
    font-size: 2.2rem;
  }
}

.highlight .donate__img {
  margin-bottom: 29px;
}

@media (max-width: 999px) {
  .highlight .donate__img {
    padding: 0 25px;
  }
}

.highlight .donate__btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  color: #007dbc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  height: 40px;
  justify-content: center;
  margin: 0 auto;
  max-width: 244px;
  text-decoration: underline;
  width: 100%;
}

.highlight .donate:hover .donate__btn {
  color: #004a70;
}

.highlight .donate:hover::before {
  opacity: 1;
  visibility: visible;
}

.highlight__btn {
  margin-top: 94px;
}

@media (max-width: 999px) {
  .highlight__btn {
    margin-top: 50px;
  }
}

/* ==========================================================================
  mv
  ========================================================================== */
.mv {
  background: url(../images/mv.jpg) no-repeat top center/cover;
  height: 670px;
  margin-top: 84px;
  position: relative;
  width: 100%;
}
.mv:before {
  content:"© WFP/Lorena Peña"; 
  background-color: rgba(0,0,0,0.5); 
  padding:5px 15px;    
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
}

@media (max-width: 999px) {
  .mv {
    height: 360px;
    margin-top: 60px;
  }
  .mv:before {
    padding:5px 7px;    
    font-size: 8px;
  }
}

.mv__box {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 29px 20px;
  position: absolute;
  width: 100%;
}

@media (max-width: 999px) {
  .mv__box {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.mv__ttl {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1180px) {
  .mv__ttl {
    font-size: 4rem;
  }
}

@media (max-width: 999px) {
  .mv__ttl {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 500px) {
  .mv__ttl {
    font-size: 2.2rem;
  }
}

.mv__btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #fcee21;
  border-radius: 5px;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  width: 280px;
}

@media (min-width: 1000px) {
  .mv__btn {
    margin-left: 50px;
  }
}

@media (max-width: 999px) {
  .mv__btn {
    font-size: 1.4rem;
    height: 36px;
    margin-top: 10px;
    width: 220px;
  }
}

.mv__btn:hover {
  background: #cec103;
}

/* ==========================================================================
  result
  ========================================================================== */
.result {
  background: #f7f7f7;
  padding: 84px 0 97px;
}

@media (max-width: 999px) {
  .result {
    padding: 60px 0;
  }
}

.result__ttl {
  font-weight: bold;
  margin-bottom: 23px;
  text-align: center;
}

.result__txt {
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 999px) {
  .result__txt {
    margin-bottom: 50px;
  }
}

.result__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 999px) {
  .result__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}

@media (min-width: 1000px) {
  .result__item {
    width: calc(100% / 2 - 4% * 1 / 2);
  }
  .result__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

@media (max-width: 999px) {
  .result__item {
    width: 100%;
  }
  .result__item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .result__item:first-child .result__subImg {
    padding: 85px 10% 0;
  }
  .result__item:last-child .result__subImg {
    padding: 36px 9% 0;
    padding-top: 36px;
  }
}

.result__img {
  margin: 0 auto 56px;
  max-width: 850px;
  width: 100%;
}

@media (max-width: 999px) {
  .result__img {
    margin-bottom: 20px;
  }
}

.result__subImg {
  height: 452px;
}

@media (max-width: 1100px) {
  .result__subImg {
    height: 360px;
  }
}

@media (max-width: 999px) {
  .result__subImg {
    height: auto;
    margin-bottom: 30px;
    padding: 0 5%;
  }
}

@media (max-width: 500px) {
  .result__subImg {
    padding: 0;
  }
}

.result__subTtl {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .result__subTtl {
    font-size: 2rem;
  }
}

@media (max-width: 999px) {
  .result__subTtl {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
  }
}

.result__desc {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 999px) {
  .result__desc {
    font-size: 1.6rem;
  }
}

.result__btn {
  margin-top: 82px;
}

@media (max-width: 999px) {
  .result__btn {
    margin-top: 50px;
  }
}
