/* reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #0a0a0a;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  body {
    font-size: 15px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
main {
  position: relative;
  display: block;
  overflow: hidden;
}

.inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1195px;
}

.c-ttl01 {
  position: relative;
  padding: 1em;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #ee7933;
}
@media screen and (max-width: 960px) {
  .c-ttl01 {
    font-size: 24px;
  }
}

.c-ttl02 {
  display: block;
  padding: 0.5em 1em;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.12em;
  color: #fff;
  background-image: linear-gradient(0deg, #ee7933 0%, #ee7933 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 960px) {
  .c-ttl02 {
    font-size: 24px;
  }
}

.c-ttl02.title-profile {
  text-align: center;
}
.c-ttl02.title-profile img {
  max-width: 500px;
}
@media screen and (max-width: 960px) {
  .c-ttl02.title-profile img {
    max-width: 85%;
  }
}

.c-ttl03 {
  text-align: center;
}
.c-ttl03 span {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 0.5em 1.5em;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #ee7933;
  border-radius: 40px;
}
@media screen and (max-width: 960px) {
  .c-ttl03 span {
    font-size: 24px;
  }
}

.c-text01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .c-text01 {
    font-size: 17px;
  }
}

.u-color {
  color: #ee7933;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-mt60 {
  margin-top: 60px;
}

.u-underline {
  background: linear-gradient(transparent 90%, #ee7933 10%);
}

.u-underline02 {
  text-decoration: underline;
}

.u-red {
  color: #ed3232;
}

.l-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .l-flex-column-sp {
    flex-direction: column;
  }
}
.footer {
  width: 100%;
  padding: 60px 0 60px;
  background-color: #ee7933;
  color: #fff;
  z-index: 1;
}

.footer-logo {
  font-weight: 900;
  font-size: 36px;
}

.footer-info {
  margin-top: 1em;
  margin-right: 190px;
  font-size: 18px;
  font-style: normal;
}
.footer-info span {
  display: inline-block;
}
.footer-info span + span {
  margin-left: 2em;
}

.footer-menu li {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
}
.footer-menu li::before {
  content: "-";
  position: absolute;
  font-size: 0.875em;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 30px 0 30px;
  }

  .footer-logo {
    text-align: center;
    font-size: 24px;
  }

  .footer-info {
    margin-top: 1em;
    margin-right: 0;
    font-size: 12px;
    text-align: center;
  }

  .btn {
    margin: 4% auto 0;
    padding: 1em 2em;
    width: 80%;
    max-width: 290px;
    font-size: 16px;
  }
}
.c-copy {
  margin-top: 1em;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .c-copy {
    margin-top: 1em;
    text-align: center;
  }
}
.mv {
  position: relative;
  top: 0;
  overflow-x: hidden;
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .mv {
    top: 0;
  }
}
.mv::before {
  content: "";
  display: block;
  padding-top: calc(1080 / 1920 * 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .mv::before {
    padding-top: calc(1334 / 750 * 100%);
  }
}
.mv::after {
  content: "";
  display: block;
  padding-top: calc(1080 / 1920 * 100%);
  width: 100%;
  height: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .mv::after {
    padding-top: calc(1334 / 750 * 100%);
  }
}

.mv-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-sec {
  padding: 180px 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-sec {
    padding: 100px 0;
  }
}

.sec-first {
  background-color: #ee7933;
}
@media screen and (max-width: 960px) {
  .sec-first {
    padding: 60px 0 80px;
  }
}

.title-first {
  margin-top: 60px;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
}
.title-first span {
  font-size: 70%;
}
@media screen and (max-width: 960px) {
  .title-first {
    margin-top: 0;
    font-size: min(6.4vw, 24px);
  }
}

.sec-message {
  position: relative;
  padding-bottom: 450px;
  background: url(../img/bg_mv.jpg) no-repeat top left/cover;
}
.sec-message::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-150deg, rgba(255, 255, 255, 0), white);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .sec-message {
    padding-bottom: 100px;
    background: url(../img/bg_mv_sp.jpg) no-repeat top left/cover;
  }
}

.img-message {
  display: block;
  margin: 0 auto;
}

.message01 {
  width: 70%;
  max-width: 500px;
}
@media screen and (max-width: 960px) {
  .message01 {
    max-width: 300px;
  }
}

.message02 {
  width: 70%;
  max-width: 500px;
}
@media screen and (max-width: 960px) {
  .message02 {
    max-width: 300px;
  }
}

.message03 {
  width: 85%;
  max-width: 1000px;
}
@media screen and (max-width: 960px) {
  .message03 {
    max-width: 500px;
  }
}

.sec-ongaeshi {
  position: relative;
  padding-bottom: 0;
  background-color: #fdf1ea;
  overflow: hidden;
}
.sec-ongaeshi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 100vw 0 0;
  border-color: #ee7933 transparent transparent transparent;
  z-index: 1;
}
.sec-ongaeshi::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 100vw 0 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.title-ongaeshi {
  position: relative;
  z-index: 2;
  padding: 1em 0;
  text-align: center;
}
.title-ongaeshi img {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
}

.box-title {
  position: relative;
  margin-bottom: 0.5em;
  padding-right: 0.5em;
  align-self: center;
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  width: 40%;
}
@media screen and (max-width: 960px) {
  .box-title {
    font-size: 30px;
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column;
  }
}
.box-title .num {
  position: absolute;
  top: -1em;
  left: -0.5em;
  padding-right: 0;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 250%;
  font-weight: 900;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .box-title .num {
    position: static;
  }
}
@media screen and (max-width: 960px) {
  .box-title > span {
    text-align: center;
  }
}
.box-title .small {
  font-size: 80%;
}

.text-ongaeshi {
  margin-top: 60px;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #ee7933;
  width: 90%;
}
@media screen and (max-width: 960px) {
  .text-ongaeshi {
    width: 100%;
    text-align: center;
  }
}
.text-ongaeshi span {
  font-size: 70%;
}
@media screen and (max-width: 960px) {
  .text-ongaeshi {
    font-size: max(6.0vw, 30px);
  }
}

.box-ongaeshi {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-ongaeshi .text01 {
  padding: 1.5em 1em 1.5em;
  font-size: 18px;
  line-height: 2;
  width: 60%;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  .box-ongaeshi .text01 {
    margin: 20px auto 0;
    font-size: 17px;
    width: 90%;
  }
}

.box-child {
  display: flex;
}
@media screen and (max-width: 960px) {
  .box-child {
    flex-direction: column;
  }
}
.box-child:nth-child(n+2) {
  margin-top: 40px;
}

.thumb-ongaeshi {
  position: relative;
  right: 10%;
  margin-top: 40px;
  align-self: flex-end;
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 960px) {
  .thumb-ongaeshi {
    right: 0;
    width: 70%;
  }
}

.sec-info {
  position: relative;
  padding-bottom: 24vw;
  background-color: #fff;
  overflow: hidden;
}
.sec-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 100vw 0 0;
  border-color: transparent #fdf1ea transparent transparent;
  z-index: 1;
}

.fb-wrap {
  margin: 60px auto 0;
  max-width: 500px;
}
.fb-wrap iframe {
  width: 100%;
}

.sns-wrap {
  margin: 60px auto 0;
}

.sns-link {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .sns-link {
    flex-direction: column;
    align-items: stretch;
  }
}

.swiper-ig .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-ig .swiper-slide {
  border-radius: 2px;
  overflow: hidden;
}
.swiper-ig .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-ig {
  margin-top: 60px;
}

.link-btn {
  display: block;
  margin-right: 10px;
  padding: 0.5em 2em;
  min-width: 110px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
  border-radius: 2px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-property: background, color, box-shadow, -webkit-transform;
  transition-property: transform, background, color, box-shadow;
  transition-property: transform, background, color, box-shadow, -webkit-transform;
}
@media screen and (max-width: 960px) {
  .link-btn {
    margin: 0 auto;
    font-size: 24px;
    width: 100%;
    max-width: 400px;
  }
}
.link-btn span {
  position: relative;
  padding-right: 1.5em;
}
.link-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/arrow.svg) no-repeat center/contain;
}
.link-btn:hover, .link-btn:active, .link-btn:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  .link-btn:hover, .link-btn:active, .link-btn:focus {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.link-ig {
  position: relative;
  color: #fff;
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #ff3019 50%, #c90477 100%);
}
.link-tw {
  color: #FFF;
  background-color: #00acee;
}
@media screen and (max-width: 960px) {
  .link-tw {
    margin: 0 auto 0;
  }
}
.link-fb {
  margin-left: 30px;
  color: #FFF;
  background-color: #286ED6;
}
@media screen and (max-width: 960px) {
  .link-fb {
    margin: 30px auto 0;
  }
}
.sec-profile {
  position: relative;
  padding-top: 0;
  padding-bottom: 24vw;
  background-color: #fdf1ea;
}
.sec-profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 100vw 0 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.title-activity {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .title-activity {
    margin-top: 60px;
  }
}

.text-activity {
  margin-top: 80px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .text-activity {
    font-size: 17px;
  }
}

.list-activity {
  margin: 60px auto 0;
  width: 92%;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .list-activity {
    margin: 40px auto 0;
    font-size: 17px;
    width: 100%;
  }
}
.list-activity li {
  padding: 0.5em;
}
.list-activity li:nth-child(even) {
  background-color: #fff;
}

.text-motto {
  margin: 60px auto 0;
  width: 100%;
  max-width: 600px;
}

.sec-contact {
  padding-top: 0;
}

.contact-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contact-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.contact-wrap .btn-contact {
  margin-top: 60px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .contact-wrap .btn-contact {
    width: 100%;
  }
}
.contact-wrap .btn-contact a {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 1em 1em;
  width: 100%;
  max-width: 460px;
  text-align: center;
  line-height: 1.2;
  font-size: min(3.11vw, 30px);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #373B3F;
  border-radius: 2px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-property: background, color, box-shadow, -webkit-transform;
  transition-property: transform, background, color, box-shadow;
  transition-property: transform, background, color, box-shadow, -webkit-transform;
}
@media screen and (max-width: 960px) {
  .contact-wrap .btn-contact a {
    font-size: 20px;
    width: 100%;
    max-width: 460px;
  }
}
.contact-wrap .btn-contact a:hover, .contact-wrap .btn-contact a:active, .contact-wrap .btn-contact a:focus {
  color: #fff;
  background-color: #373B3F;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  .contact-wrap .btn-contact a:hover, .contact-wrap .btn-contact a:active, .contact-wrap .btn-contact a:focus {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.contact-wrap .btn-contact a span:not([class]) {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
.contact-wrap .btn-contact a span:not([class])::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/arrow.svg) no-repeat center/contain;
}
.contact-wrap .btn-membership {
  margin-top: 60px;
  margin-left: 40px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .contact-wrap .btn-membership {
    margin-left: 0;
    width: 100%;
  }
}
.contact-wrap .btn-membership a {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 1em 1em;
  width: 100%;
  max-width: 460px;
  text-align: center;
  line-height: 1.2;
  font-size: min(3.11vw, 30px);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #ee7933;
  border-radius: 2px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-property: background, color, box-shadow, -webkit-transform;
  transition-property: transform, background, color, box-shadow;
  transition-property: transform, background, color, box-shadow, -webkit-transform;
}
@media screen and (max-width: 960px) {
  .contact-wrap .btn-membership a {
    font-size: 20px;
    width: 100%;
    max-width: 460px;
  }
}
.contact-wrap .btn-membership a span:not([class]) {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
.contact-wrap .btn-membership a span:not([class])::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/arrow.svg) no-repeat center/contain;
}
.contact-wrap .btn-membership a:hover, .contact-wrap .btn-membership a:active, .contact-wrap .btn-membership a:focus {
  color: #fff;
  background-color: #ee7933;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  .contact-wrap .btn-membership a:hover, .contact-wrap .btn-membership a:active, .contact-wrap .btn-membership a:focus {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.contact-wrap .btn-membership span.subtitle {
  position: absolute;
  top: -1em;
  left: 50%;
  width: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 50%;
  line-height: 1.2;
  border: 2px solid #ee7933;
  border-radius: 4px;
  color: #ee7933;
  background: #fff;
}

.footer-contact-wrap {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .footer-contact-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.footer-contact-wrap .btn-contact a {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 1em 1em;
  width: 100%;
  max-width: 460px;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ee7933;
  background-color: #fff;
  border-radius: 2px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-property: background, color, box-shadow, -webkit-transform;
  transition-property: transform, background, color, box-shadow;
  transition-property: transform, background, color, box-shadow, -webkit-transform;
}
@media screen and (max-width: 960px) {
  .footer-contact-wrap .btn-contact a {
    font-size: 16px;
    width: 100%;
    max-width: 300px;
  }
}
.footer-contact-wrap .btn-contact a:hover, .footer-contact-wrap .btn-contact a:active, .footer-contact-wrap .btn-contact a:focus {
  background-color: #cecece;
}
.footer-contact-wrap .btn-contact a span:not([class]) {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
.footer-contact-wrap .btn-contact a span:not([class])::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/arrow_red.svg) no-repeat center/contain;
}
.footer-contact-wrap .btn-membership {
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .footer-contact-wrap .btn-membership {
    margin-top: 30px;
    margin-left: 0;
  }
}
.footer-contact-wrap .btn-membership a {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 1em 1em;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ee7933;
  background-color: #ffff;
  border-radius: 2px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-property: background, color, box-shadow, -webkit-transform;
  transition-property: transform, background, color, box-shadow;
  transition-property: transform, background, color, box-shadow, -webkit-transform;
}
@media screen and (max-width: 960px) {
  .footer-contact-wrap .btn-membership a {
    font-size: 16px;
    width: 100%;
    max-width: 300px;
  }
}
.footer-contact-wrap .btn-membership a span:not([class]) {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
.footer-contact-wrap .btn-membership a span:not([class])::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/arrow_red.svg) no-repeat center/contain;
}
.footer-contact-wrap .btn-membership a:hover, .footer-contact-wrap .btn-membership a:active, .footer-contact-wrap .btn-membership a:focus {
  background-color: #cecece;
}
.footer-contact-wrap .btn-membership span.subtitle {
  position: absolute;
  top: -1em;
  left: 50%;
  width: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 50%;
  line-height: 1.2;
  border: 2px solid #ee7933;
  border-radius: 4px;
  color: #ee7933;
  background: #fff;
}

.thumb-02 {
  margin: 40px 0 0 auto;
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 960px) {
  .thumb-02 {
    width: 70%;
  }
}

.link-list {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .link-list {
    margin-top: 50px;
  }
}
.link-list li {
  width: 25%;
  max-width: 200px;
  border-radius: 2px;
  overflow: hidden;
}
.link-list li:nth-child(n+2) {
  margin-left: 20px;
}
.link-list li a {
  display: block;
  background-color: #2F3A3D;
}
.link-list li a:hover img, .link-list li a:active img, .link-list li a:focus img {
  opacity: 0.8;
}

.js-animated[data-type=fadeIn] {
  visibility: hidden;
  opacity: 0;
  transition: 1s ease-out;
  transition-property: opacity, visibility;
}

.js-animated[data-type=fadeIn].is-show {
  visibility: visible;
  opacity: 1;
}

.js-animated[data-type=slideUp] {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  transition: 1s ease-out;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
}

.js-animated[data-type=slideUp].is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.js-animated[data-type=slideIn] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  visibility: hidden;
  opacity: 0;
  transition: 1s ease-out;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
}

.js-animated[data-type=slideIn].is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}