/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Roboto:100,300,400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Dancing+Script");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! ======================================== */
/*! ======================================== */
* {
  box-sizing: border-box;
  outline: 0;
  word-break: break-word;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans Japanese', 'Noto Sans', 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese', 'Noto Sans', 'Roboto', sans-serif;
  font-weight: 200;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.sp-menu-show {
  overflow: hidden;
}

section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section {
    max-width: 100%;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

p {
  margin: 0;
}

a[target="_blank"] {
  display: flex;
  align-items: flex-start;
}
a[target="_blank"]:after {
  margin: 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
  color: #808080;
  text-decoration-color: #808080;
}
a[target="_blank"]:after:link, a[target="_blank"]:after:visited, a[target="_blank"]:after:hover, a[target="_blank"]:after:focus, a[target="_blank"]:after:active {
  color: #808080;
  text-decoration-color: #808080;
}
a[target="_blank"].no-ext-link-display:after {
  display: none;
}

.footer {
  background-image: url("../img/pages/en/bg_content_green.jpg");
  background-repeat: repeat;
}
.footer > .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 48px 0;
  width: 960px;
}
@media screen and (max-width: 767px) {
  .footer > .container {
    width: 100%;
  }
}
.footer > .container .anidone-magazine {
  margin: 0 auto 40px;
  padding: 0 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer > .container .anidone-magazine {
    padding: 0 40px;
  }
}
.footer > .container .anidone-magazine .img {
  width: 100%;
}
.footer > .container .brand {
  margin: 0 auto;
  width: 200px;
}
.footer > .container .brand .img {
  width: 100%;
}

#main {
  margin: 0 auto;
  /* IE */
}
@media all and (-ms-high-contrast: none) {
  #main {
    overflow: hidden;
  }
}

.main > .container {
  padding-bottom: 120px;
}

.mce-content blockquote {
  font-size: 1.4rem;
}
.mce-content p {
  line-height: 1.6;
  margin-bottom: 12px;
}

.d-none {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.c-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-list__item__link {
    width: 100%;
  }
}
.c-list__item__link__text {
  font-size: 1.4rem;
}

.c-list--row .c-list {
  flex-direction: row;
}

.c-list--col .c-list {
  flex-direction: column;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.anim-slideup {
  opacity: 0;
}
.anim-slideup.on {
  opacity: 1;
  animation: anim-slideup 2s cubic-bezier(0.08, 1, 0.08, 1);
}

@keyframes anim-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.0rem;
  width: calc(100% + 4px + 4px);
  margin: 0 -4px;
}

.pagination span, .pagination a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  padding: 6px 10px;
  text-decoration: none;
  width: auto;
  color: #FFFFFF;
  background: #F14F25;
  border: 1px solid #F14F25;
}

.pagination a:hover {
  color: #F14F25;
  background: #FFFFFF;
}

.pagination .current {
  color: #F14F25;
  background: #FFFFFF;
}

.notfound {
  display: flex;
  flex-direction: column;
}
.notfound__content {
  margin-bottom: 60px;
}
.notfound__content__text {
  font-size: 1.4rem;
}
.notfound__actions {
  display: flex;
  justify-content: center;
}
.notfound__actions__item {
  cursor: pointer;
}

.overlay {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: .5s;
  opacity: 0;
}
.overlay.on {
  opacity: 1;
}

.fixed-link {
  position: fixed;
  top: 100px;
  right: -48px;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.fixed-link.is-show {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.fixed-link .wrapper {
  display: flex;
  flex-direction: column;
}
.fixed-link .wrapper .list .item {
  box-shadow: -1px 1px 8px #808080;
  width: 48px;
}
.fixed-link .wrapper .list .item + .item {
  margin-top: 16px;
}
.fixed-link .link {
  display: inline-block;
}
.fixed-link .link .img {
  width: 100%;
}

.page-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.page-to-top__link {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #90B023;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.page-to-top__link.is-show {
  visibility: visible;
  opacity: 1;
}
.page-to-top__link:hover {
  text-decoration: none;
}

.h1, .h2, h3 {
  border: none;
  margin-top: 48px;
  margin-bottom: 24px;
  color: #90B023;
}

.h1 {
  border: none;
  display: flex;
  align-items: center;
  font-size: 3.0rem;
  position: relative;
  color: #333;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2.4rem;
  }
}
.h1:before {
  content: "";
  display: inline-block;
  height: 42px;
  width: 72px;
  min-width: 72px;
  background-image: url("../img/pages/en/icon_pets.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .h1:before {
    margin-right: 12px;
  }
}
.h1 .wrapper {
  padding-bottom: 12px;
}
.h1:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(72px + 24px);
  display: inline-block;
  width: 120px;
  height: 2px;
  background-color: #90B023;
}
@media screen and (max-width: 767px) {
  .h1:after {
    left: calc(72px + 12px);
  }
}

.h2 {
  font-size: 2.6rem;
  border-left: 6px solid #90B023;
  position: relative;
  padding: 4px 8px 12px 36px;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 2.4rem;
  }
}
.h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 60%;
  height: 2px;
  background-color: #90B023;
}

.h3 {
  font-size: 2.4rem;
  margin-top: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 2.0rem;
  }
}

.list {
  list-style: none;
  padding: 0;
}
.list.width-number {
  counter-reset: my-counter;
}
.list .item {
  position: relative;
}
.list .item .headline {
  display: flex;
  align-items: center;
}
.list .item .headline:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #90B023;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  min-width: 42px;
  border-radius: 8px;
  margin-right: 24px;
}

.bold {
  font-weight: bold;
}

.highlight {
  color: #FFA317;
}

section > .container {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 960px;
}
@media screen and (max-width: 767px) {
  section > .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.firstview > .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.firstview > .container .imageview {
  position: relative;
  overflow: hidden;
  padding-top: calc(100vw / 16 * 9);
}
@media screen and (min-width: 1200px) {
  .firstview > .container .imageview {
    padding-top: calc(1280px / 16 * 9);
  }
}
.firstview > .container .imageview > .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.firstview > .container .imageview > .frame .img {
  width: 100%;
}
.firstview > .container .imageview .panel {
  position: absolute;
  bottom: 40px;
  right: 140px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .firstview > .container .imageview .panel {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 8px 12px;
    background-color: #333;
    opacity: 0.75;
  }
}
.firstview > .container .imageview .panel .sentence {
  font-family: Times, Helvetica, Arial;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .firstview > .container .imageview .panel .sentence {
    font-size: 1.6rem;
  }
}

.about {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 60px 0;
  }
}
.about .h1 {
  margin-top: 0;
}
.about .contents .sentence {
  font-weight: bold;
  line-height: 1.75;
  color: #9C8137;
}

.situation-in-japan {
  padding: 80px 0;
  background-image: url("../img/pages/en/bg_content_green.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .situation-in-japan {
    padding: 60px 0;
  }
}
.situation-in-japan .h1 {
  border: none;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .situation-in-japan .h1 {
    margin: 0 auto 24px;
  }
}
.situation-in-japan .h1:before {
  content: none;
}
.situation-in-japan .h1 > .wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 500px;
}
.situation-in-japan .h1 > .wrapper .text {
  word-break: break-word;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .situation-in-japan .h1 > .wrapper .text {
    font-size: 2.8rem;
  }
}
.situation-in-japan .list .item:last-child .article {
  padding-bottom: 0;
}
.situation-in-japan .article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 0 48px;
}
.situation-in-japan .h2 {
  position: relative;
  display: inline-block;
  border: none;
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  margin: 0 auto 24px;
  padding: 24px 48px;
  text-align: center;
}
.situation-in-japan .h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 16px solid transparent;
  transform: rotate(-90deg);
  bottom: -40px;
  left: calc(50% - 34px);
  border-right: 42px solid #fff;
  background-color: transparent;
  width: auto;
}
.situation-in-japan .h2 > .wrapper .text {
  font-weight: bold;
  font-size: 1.8rem;
  word-break: break-word;
}
.situation-in-japan .contents {
  display: flex;
  flex-direction: column;
}
.situation-in-japan .contents .overview {
  margin: 0 auto;
  margin-bottom: 12px;
}
.situation-in-japan .contents .overview .number {
  font-weight: bold;
  font-size: 9.0rem;
  color: #FF8731;
}
@media screen and (max-width: 767px) {
  .situation-in-japan .contents .overview .number {
    font-size: 6.4rem;
  }
}
.situation-in-japan .contents .overview .unit {
  font-weight: bold;
  font-size: 2.8rem;
}
.situation-in-japan .contents .sentence {
  font-weight: bold;
  line-height: 1.75;
}

.stance {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .stance {
    padding: 60px 0;
  }
}
.stance .h1 {
  margin-top: 0;
}
.stance .list {
  margin-top: 48px;
}

.rescued-example {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .rescued-example {
    padding: 40px 0 60px;
  }
}
.rescued-example .list .item {
  margin-top: 104px;
}
.rescued-example .h1 {
  margin-top: 0;
}
.rescued-example .episode-view {
  position: relative;
  margin-top: 24px;
}
.rescued-example .episode-view > .wrapper .img {
  width: 100%;
}
.rescued-example .episode-view .panel {
  position: absolute;
  top: -24px;
  left: 24px;
  background-image: url("../img/pages/en/bg_episode_title.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rescued-example .episode-view .panel > .wrapper {
  width: 154px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rescued-example .episode-view .panel > .wrapper .text {
  font-weight: bold;
  fomt-size: 1.8rem;
  color: #4D4D4D;
}
.rescued-example .h2 {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #000;
  text-align: center;
}
.rescued-example .h2:after {
  content: none;
}
.rescued-example .h3 {
  color: #000;
}

.recruitment .h1 {
  margin-top: 0;
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: .5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.contents {
  position: relative;
}
.contents .sentence.more {
  height: 120px;
  overflow: hidden;
}
.contents .sentence.more.is-show {
  height: auto;
  transition: all 1.5s linear;
}
.contents .read-more {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, #fff 60%, #fff);
}
.contents .read-more .btn-read-more {
  display: flex;
  margin: 24px auto 0;
  border: none;
  background-color: #c5aa87;
  box-shadow: 0px 1px 1px #4E4436;
  padding: 8px 80px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
