@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

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;
}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*common css start-----------------------------------
---------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ StdN W4", 'Hiragino Kaku Gothic StdN W4' ,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
}

p, li {
  list-style: none;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

@media (min-width: 720px) {
  p, li {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
}

@media (min-width: 720px) {
  h2 {
    font-size: 5.0rem;
    line-height: 1.8rem;
  }
}

h3 {
  font-size: 2.5rem;
}

@media (min-width: 720px) {
  h3 {
    font-size: 4.5rem;
  }
}

h4 {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

@media (min-width: 720px) {
  h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

/*btn css
-------------------------------------------------- */
.btn {
  display: block;
  background-color: #000;
  color: #FFF;
  -webkit-box-shadow: 3px 3px #999;
  box-shadow: 3px 3px #999;
  font-size: 1.1rem;
  font-weight: bold;
}

@media (min-width: 720px) {
  .btn {
    font-size: 1.6rem;
  }
}

.btn:hover {
  background-color: #808080;
}

.btn:active {
  -webkit-transform: translate3d(3px, 3px, 0px);
  transform: translate3d(3px, 3px, 0px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-small {
  width: 100%;
  max-width: 150px;
  padding: 15px 15px;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-transition: 0.1s all ease 0s;
  -o-transition: 0.1s all ease 0s;
  transition: 0.1s all ease 0s;
}

@media (min-width: 720px) {
  .btn.btn-small {
    max-width: 280px;
    padding: 20px 20px;
  }
}

.btn.btn-wide {
  width: 100%;
  max-width: 280px;
  padding: 20px 0;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-transition: 0.1s all ease 0s;
  -o-transition: 0.1s all ease 0s;
  transition: 0.1s all ease 0s;
}

@media (min-width: 720px) {
  .btn.btn-wide {
    max-width: 420px;
    padding: 30px 0;
  }
}

/*-------------------------------------------------- */
/*header css
-------------------------------------------------- */
/* humberger menu css
-------------------------------------------------- */
header {
  background-color: #eee;
  position: fixed;
  width: 100%;
  height: 58px;
  top: 0;
  z-index: 99;
}

.global-nav {
  position: relative;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(0.75deg);
    transform: rotate(0.75deg);
  }
  98% {
    -webkit-transform: rotate(-0.4deg);
    transform: rotate(-0.4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(0.75deg);
    transform: rotate(0.75deg);
  }
  98% {
    -webkit-transform: rotate(-0.4deg);
    transform: rotate(-0.4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.site-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 1.0;
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  7% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  16% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  24% {
    -webkit-transform: rotate(0.75deg);
    transform: rotate(0.75deg);
  }
  32% {
    -webkit-transform: rotate(-0.4deg);
    transform: rotate(-0.4deg);
  }
  38% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing:hover {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 2.8s;
  animation-duration: 2.8s;
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center middle;
  -ms-transform-origin: center middle;
  transform-origin: center middle;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.site-title.active {
  opacity: 0;
}

@media (max-width: 480px) {
  .site-title.active {
    opacity: 1.0;
  }
}

@media (max-height: 540px) {
  .site-title.active {
    opacity: 1.0;
  }
}

/* humberger menu css
-------------------------------------------------- */
.hamburger-menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: auto 20px;
  right: 0;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 26px;
  cursor: pointer;
}

.menu-line {
  display: block;
  position: absolute;
  width: 30px;
  right: 0;
  border-bottom: solid 6px #006937;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.menu-line-top {
  top: 0px;
}

.menu-line-middle {
  top: 10px;
}

.menu-line-bottom {
  top: 20px;
}

.menu-icon.active .menu-line-top {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-icon.active .menu-line-middle, .menu-icon.active .menu-line-bottom {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger-menu-contents {
  background-color: #eee;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
  text-align: center;
}

@media (max-width: 480px) {
  .hamburger-menu-contents {
    text-align: left;
  }
}

.hamburger-menu-contents.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.dummy-space {
  display: block;
  content: " ";
  height: 58px;
}

/* humberger menu css
-------------------------------------------------- */
@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  30% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  90% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  30% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  90% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.menu-site-title {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 58px;
  max-width: 420px;
  width: 90%;
  opacity: 0.0;
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  7% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  16% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  24% {
    -webkit-transform: rotate(0.75deg);
    transform: rotate(0.75deg);
  }
  32% {
    -webkit-transform: rotate(-0.4deg);
    transform: rotate(-0.4deg);
  }
  38% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing:hover {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 2.8s;
  animation-duration: 2.8s;
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center middle;
  -ms-transform-origin: center middle;
  transform-origin: center middle;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.menu-site-title img {
  width: 100%;
}

@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  30% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  90% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.menu-site-title.active {
  -webkit-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  opacity: 1.0;
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media (max-width: 480px) {
  .menu-site-title.active {
    opacity: 0.0;
  }
}

@media (max-height: 540px) {
  .menu-site-title.active {
    opacity: 0.0;
  }
}

.menu-list-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 0 20px;
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  opacity: 0.0;
}

@media (max-width: 480px) {
  .menu-list-wrapper {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.menu-list-wrapper.active {
  opacity: 1.0;
}

.menu-contents-list {
  margin: 0 auto;
  text-align: left;
}

.menu-item-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 1.3rem 0;
}

.menu-item-link {
  display: inline-block;
  vertical-align: text-bottom;
  height: 2rem;
  padding: 1.1rem 0;
  letter-spacing: 0.1rem;
  color: #000;
}

.menu-item {
  vertical-align: middle;
  padding-right: 40px;
}

.item-text {
  display: inline-block;
  position: relative;
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  font-size: 1.3rem;
}

@media (min-width: 720px) {
  .item-text {
    font-size: 1.5rem;
  }
}

.item-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.menu-item:hover .item-text {
  opacity: 0.4;
}

.menu-item:hover .item-icon {
  right: -45px;
}

.menu-item-member .item-text {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}

.menu-item-member .item-icon {
  width: 12px;
}

/*-------------------------------------------------- */
/*-------------------------------------------------*/
/*common css end-----------------------------------
---------------------------------------------------*/
/*TOP Page css
-------------------------------------------------- */
.main-visual {
  width: 100%;
  position: relative;
}

.main-visual-inner {
  width: 100%;
  max-width: 660px;
  position: relative;
  margin: 0 auto;
}

.main-visual-inner::before {
  content: "";
  display: block;
}

@media (min-width: 720px) {
  .main-visual-inner::before {
    padding-top: 86.36%;
    margin-top: 50px;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .main-visual-inner::before {
    padding-top: 86.36%;
    margin-top: 50px;
  }
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.3, 0.39);
    transform: scale(0.3, 0.39);
  }
  80% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  96% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.3, 0.39);
    transform: scale(0.3, 0.39);
  }
  80% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  96% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.main-visual-animation.is-in {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation: scaleIn 350ms;
  animation: scaleIn 350ms;
}

.main-visual-animation {
  width: 100%;
  max-width: 660px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/orooro-pct-main.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-animation: flip 1000ms steps(4) infinite;
  animation: flip 1000ms steps(4) infinite;
  display: none;
  padding-top: 88px;
}

@media (min-width: 480px) and (max-width: 720px) {
  .main-visual-animation {
    display: block;
  }
}

@media (min-width: 720px) {
  .main-visual-animation {
    display: block;
  }
}

.main-visual-animation::beofre {
  content: "";
  display: block;
  padding-top: 75%;
}

@-webkit-keyframes flip {
  from {
    background-position: 0 top;
  }
  to {
    background-position: 0 bottom;
  }
}

@keyframes flip {
  from {
    background-position: 0 top;
  }
  to {
    background-position: 0 bottom;
  }
}

@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  30% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  90% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.main-visual-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .main-visual-img {
    max-width: 660px;
  }
}

.main-visual-sp {
  display: block;
  padding-top: 20px;
}

@media (min-width: 720px) {
  .main-visual-sp {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .main-visual-sp {
    display: none;
  }
}

.main-visual-sp.is-in {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation: scaleIn 350ms;
  animation: scaleIn 350ms;
}

.main-visual-about {
  width: 100%;
  max-width: 960px;
  height: auto;
  background-color: #f5f5f5;
  margin: 0 auto;
}

.about-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 56px;
  margin: 0 20px;
  text-align: center;
  z-index: 10;
}

.sub-title {
  line-height: 1.1rem;
  padding: 0 10px;
  font-family: "Work Sans", "ヒラギノ角ゴ StdN W4", "Hiragino Kaku Gothic StdN W4", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

@media (min-width: 720px) {
  .sub-title {
    font-size: 2.0rem;
    line-height: 1.8rem;
  }
}

.main-title {
  line-height: 3.2rem;
  margin-bottom: 30px;
  font-family: "Work Sans", "ヒラギノ角ゴ StdN W4", "Hiragino Kaku Gothic StdN W4", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0 10px;
}

@media (min-width: 720px) {
  .main-title {
    padding-top: 20px;
    font-size: 5.0rem;
  }
}

.text-about {
  font-weight: 400;
  line-height: 2.2rem;
  display: block;
  padding: 10px 10px;
}

@media (min-width: 720px) {
  .text-about {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}

@media (min-width: 720px) {
  .text-about .br-sp {
    display: none;
  }
}

.main-visual-img {
  width: 100%;
}

.report {
  text-align: center;
  width: 100%;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(#e8e8e8 1px, transparent 0), -webkit-linear-gradient(left, #e8e8e8 1px, transparent 0);
  background-image: -o-linear-gradient(#e8e8e8 1px, transparent 0), -o-linear-gradient(left, #e8e8e8 1px, transparent 0);
  background-image: linear-gradient(#e8e8e8 1px, transparent 0), linear-gradient(90deg, #e8e8e8 1px, transparent 0);
  background-image: -ms-linear-gradient(90deg, #e8e8e8 1px, transparent 0), -ms-linear-gradient(180deg, #e8e8e8 1px, transparent 0);
  background-size: 20px 20px;
  padding-top: 50px;
  padding-bottom: 35px;
}

@media (min-width: 720px) {
  .report {
    padding-bottom: 130px;
  }
}

.report .report-title {
  font-family: "Work Sans", "ヒラギノ角ゴ StdN W4", "Hiragino Kaku Gothic StdN W4", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 8px;
  text-indent: 8px;
  display: inline-block;
  margin: 0px auto;
  padding-bottom: 3px;
  border-bottom: 4px solid #000;
  margin-top: 52px;
}

@media (min-width: 720px) {
  .report .report-title {
    margin-top: 110px;
  }
}

/*-------------------------------------------------- */
/* member page css
-------------------------------------------------- */
.member-page-title {
  text-align: center;
  background-color: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 20px;
}

@media (min-width: 720px) {
  .member-page-title {
    padding-top: 158px;
    padding-bottom: 70px;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .member-page-title {
    padding-top: 128px;
    padding-bottom: 35px;
  }
}

.member-ttl {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 3px;
  border-bottom: solid 2.5px #000;
  font-size: 2.1rem;
}

@media (min-width: 720px) {
  .member-ttl {
    font-size: 3.5rem;
    padding-bottom: 15px;
    border-bottom: solid 4px #000;
  }
}

.profile-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f5f5f5;
}

.member-list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .member-list {
    padding-bottom: 50px;
  }
}

.member-list .member-prof {
  margin-bottom: 80px;
  display: inline-block;
}

@media (min-width: 720px) {
  .member-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: ". upLeft upLeft upRight upRight ." "middleLeft middleLeft middleCenter middleCenter middleRight middleRight" ". bottomLeft bottomLeft bottomRight bottomRight .";
  }
  .member-list #member-egashira {
    grid-area: upLeft;
  }
  .member-list #member-ota {
    grid-area: upRight;
  }
  .member-list #member-okada {
    grid-area: middleLeft;
  }
  .member-list #member-heo {
    grid-area: middleCenter;
  }
  .member-list #member-matsumoto {
    grid-area: middleRight;
  }
  .member-list #member-miyazaki {
    grid-area: bottomLeft;
  }
  .member-list #member-yamashita {
    grid-area: bottomRight;
  }
}

@media (min-width: 720px){
  .member-list #member-egashira {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .member-list #member-ota {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }
  .member-list #member-okada {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .member-list #member-heo {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .member-list #member-matsumoto {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  .member-list #member-miyazaki {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .member-list #member-yamashita {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }
}

.each-member {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #F5F5F5;
}

@media (min-width: 720px) {
  .each-member {
    padding: 0 10px;
  }
}

.mem-img-wrp {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.member-pct {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px #999;
  box-shadow: 3px 3px #999;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

@media (min-width: 720px) {
  .member-pct {
    max-width: 450px;
    max-height: 100%;
  }
}

.member-heading {
  position: absolute;
  top: 30%;
  left: 10%;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

@media (min-width: 720px) and (max-width: 980px) {
  .member-heading {
    top: 5%;
    left: 5%;
  }
  .member-heading .position {
    font-size: 1.2rem;
  }
  .member-heading .member-name {
    font-size: 1.5rem;
  }
}

.member-heading:hover .modal-open {
  -webkit-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}

.mem-img-wrp:hover .member-pct {
  opacity: 0.75;
}

.mem-img-wrp:hover .member-heading {
  opacity: 0.4;
}

.mem-img-wrp:hover .member-heading .modal-open {
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}

.mem-img-wrp:active .member-pct {
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.member-name {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 720px) {
  .member-name {
    font-size: 2.2rem;
  }
}

.member-name .modal-open {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 11px;
  margin-left: 11px;
  z-index: 20;
}

@media (min-width: 720px) {
  .member-name .modal-open {
    height: 16px;
  }
}

.btn.link-mem-repo {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -38px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 2px 15px;
  font-size: 1.2rem;
}

@media (min-width: 720px) {
  .btn.link-mem-repo {
    bottom: -15px;
    left: 10%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 30px;
  }
}

.btn.link-mem-repo .link-mem-img {
  margin-left: 7px;
  width: 7px;
  height: 10px;
}

.btn:active.link-mem-repo {
  -webkit-transform: translate3d(calc(-50% + 3px), 3px, 0px);
  transform: translate3d(calc(-50% + 3px), 3px, 0px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 720px) {
  .btn:active.link-mem-repo {
    -webkit-transform: translate3d(3px, 3px, 0px);
    transform: translate3d(3px, 3px, 0px);
  }
}

@media (min-width: 720px) {
  .member-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .member-list01 .member-prof {
    max-width: 33%;
  }
}

@media (min-width: 720px) {
  .member-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (min-width: 720px) {
  .member-list03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 130px;
  }
  .member-list03 .member-prof {
    max-width: 33%;
  }
}

@media (min-width: 720px) {
  .member-list03 .member-prof {
    padding-bottom: 0px;
  }
}

@media (min-width: 720px) {
  .section-border::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 50px;
    background-color: #F5F5F5;
  }
}

/*-------------------------------------------------- */
/* modal css
-------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: visibility 0.5s ease-out;
  -o-transition: visibility 0.5s ease-out;
  transition: visibility 0.5s ease-out;
}

.modal-wrapper.open {
  visibility: visible;
}

.modal {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 41;
}

.modal-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 520px;
  max-height: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 41;
  background-color: #fff;
  padding: 20px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

@media (min-width: 720px) {
  .modal-wrap {
    padding: 25px 80px 70px 80px;
  }
}

@media screen and (max-width: 813px) and (orientation: landscape) {
  .modal-wrap {
    max-width: none;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding: 0;
  }
}

.modal-wrap.open {
  opacity: 1;
  visibility: visible;
}

.btn-close {
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 42;
}

.icon-btn-close {
  width: 54px;
  height: auto;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (min-width: 720px) {
  .icon-btn-close {
    width: 44px;
  }
}

.icon-btn-close.open {
  display: block;
}

.icon-btn-close:hover {
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.modal-contents {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 720px) {
  .modal-contents {
    padding-top: 26px;
  }
}

@media screen and (max-width: 813px) and (orientation: landscape) {
  .modal-contents {
    display: -ms-grid;
    display: grid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.modal-heading {
  width: 100%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 813px) and (orientation: landscape) {
  .modal-heading {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    margin: auto;
  }
}

.fullname {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  padding: 0 4px;
  margin: 4px auto;
}

@media (min-width: 720px) {
  .fullname {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}

.enname, .position {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 720px) {
  .enname, .position {
    font-size: 1.5rem;
  }
}

.enname {
  color: #D75A3C;
}

.pro-img-container {
  display: block;
  max-width: 100%;
  max-height: 100%;
  table-layout: fixed;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  margin-top: 13px;
}

@media (min-width: 720px) {
  .pro-img-container {
    margin-top: 25px;
  }
}

@media screen and (max-width: 813px) and (orientation: landscape) {
  .pro-img-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    margin: auto;
  }
}

.pro-img-container .pro-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.profile-data {
  text-align: center;
  margin-top: 18px;
}

@media (min-width: 720px) {
  .profile-data {
    text-align: left;
    margin-top: 25px;
  }
}

@media screen and (max-width: 813px) and (orientation: landscape) {
  .profile-data {
    margin-top: 0;
    display: inline-block;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    padding: 0 10px;
  }
}

.profile-data-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-bottom: 10px;
  text-align: left;
}

.sm-hdg {
  font-size: 1.1rem;
  width: 25%;
}

@media (min-width: 720px) {
  .sm-hdg {
    font-size: 1.3rem;
  }
}

.sm-content {
  width: 75%;
  font-size: 1.3rem;
  color: #000;
}

@media (min-width: 720px) {
  .sm-content {
    font-size: 1.6rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(232, 237, 242, 0.7);
  width: 100%;
  height: 100vh;
  z-index: 40;
  display: none;
}

.overlay.open {
  display: block;
}

html.open, body.open {
  overflow: hidden;
}

.rotate180 {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#modal-ehashira .sm-hdg, #modal-ehashira .enname {
  color: #5A3CA5;
}

#modal-ota .sm-hdg, #modal-ota .enname {
  color: #5082F0;
}

#modal-okada .sm-hdg, #modal-okada .enname {
  color: #F0B437;
}

#modal-heo .sm-hdg, #modal-heo .enname {
  color: #F091BE;
}

#modal-matsumoto .sm-hdg, #modal-matsumoto .enname {
  color: #006937;
}

#modal-miyazaki .sm-hdg, #modal-miyazaki .enname {
  color: #11AFB4;
}

#modal-yamashita .sm-hdg, #modal-yamashita .enname {
  color: #D75A3C;
}

/*-------------------------------------------------- */
/* main visual css
-------------------------------------------------- */
.article-visual {
  width: 100%;
  padding-top: 58px;
  background-color: #F5F5F5;
}

@media (min-width: 720px) {
  .article-visual {
    padding-top: calc(58px + 3%);
  }
}

.article-visual .__wrp {
  margin: 0 auto;
  max-height: 540px;
  max-width: 1100px;
}

.article-visual-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: none;
}

@media (min-width: 720px) {
  .article-visual-img {
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
  }
}

/* article post css
-------------------------------------------------- */
.article-post {
  display: block;
  padding-top: 0;
  background-image: none;
  background-color: #f5f5f5;
}

.article-inner-wrp {
  width: 100%;
  max-width: 960px;
  height: auto;
  background-color: #f5f5f5;
  margin: 0 auto;
}

.article-inner {
  position: relative;
  top: -100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 56px;
  margin: 0 20px;
  text-align: center;
  z-index: 10;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flex-row.article-info {
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 2px #DCDCDC;
}

.flex-row.article-info:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -4.5px;
  width: 100%;
  border-bottom: solid 1px #DCDCDC;
}

.flex-row.article-writer {
  margin-top: 10px;
  width: 47%;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.flex-row.article-writer:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

@media (min-width: 720px) {
  .flex-row.article-writer {
    margin-top: 16px;
    width: 170px;
  }
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column.writer-info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  height: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (min-width: 720px) {
  .flex-column.writer-info {
    padding-left: 18px;
    height: 60px;
  }
}

.post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: -100px;
  max-width: 680px;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .post-wrapper {
    padding: 0 20px;
  }
}

.article-ttl-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.post-category {
  font-size: 1.2rem;
  font-weight: 600;
}

.post-category.category-study {
  color: #d75a3c;
}

.post-category.category-work {
  color: #11AFB4;
}

.post-category.category-enjoy {
  color: #F0B437;
}

@media (min-width: 720px) {
  .post-category {
    font-size: 1.8rem;
  }
}

.article-date {
  margin: 0 0 0 auto;
  font-size: 1.1rem;
  color: #888;
}

p.article-ttl {
  padding: 15px 0;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  border-bottom: solid 0.5px #DCDCDC;
}

@media (min-width: 720px) {
  p.article-ttl {
    font-size: 2.8rem;
    line-height: 4rem;
    border-bottom: solid 2px #DCDCDC;
  }
}

.writer-icon {
  width: 40px;
  height: 40px;
}

@media (min-width: 720px) {
  .writer-icon {
    width: 60px;
    height: 60px;
  }
}

.post-position {
  font-size: 0.9rem;
  line-height: 1;
}

@media (min-width: 720px) {
  .post-position {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.post-fullname {
  font-size: 1.2rem;
  line-height: 2.0rem;
  font-weight: 500;
}

@media (min-width: 720px) {
  .post-fullname {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
}

/* article contents css
-------------------------------------------------- */
.article-contents {
  display: block;
  height: 100%;
}

.article-hdg {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px 0 15px;
  padding: 7px 10px 7px 25px;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  line-height: 27px;
  color: #000;
  background-color: #F5F5F5;
  border-left: solid 5px #D75A3C;
}

.article-hdg:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #999 #fff;
}

@media (min-width: 720px) {
  .article-hdg {
    padding: 14px 0 14px 25px;
    font-size: 2.4rem;
    border-left: solid 7px #D75A3C;
  }
}

.article-sub-hdg {
  margin: 35px 0 27px;
  padding: 0 0 8px;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  border-bottom: solid 1px #DCDCDC;
}

@media (min-width: 720px) {
  .article-sub-hdg {
    font-size: 2.2rem;
  }
}

.article-sentence {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 720px) {
  .article-sentence {
    font-size: 1.7rem;
  }
}

.article-img {
  margin: 25px 0;
}

/* relation post  css
-------------------------------------------------- */
.relation-post {
  margin: 65px 0 0;
  text-align: left;
}

.relation-post-hdg {
  margin-bottom: 9px;
  padding-bottom: 9px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  border-bottom: dashed 1px #DCDCDC;
}

@media (min-width: 720px) {
  .relation-post-hdg {
    font-size: 1.5rem;
  }
}

.link-relation-post {
  margin: 18px 0 0;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1;
  color: #3372D1;
}

.link-relation-post:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.link-relation-post.is-me {
  color: #000;
}

.link-relation-post.is-me:hover {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: default;
}

@media (min-width: 720px) {
  .link-relation-post {
    font-size: 1.5rem;
  }
}

/* near post  css
-------------------------------------------------- */
.near-post {
  display: block;
  text-align: center;
  margin-top: -100px;
  padding: 0 20px;
  padding-top: 45px;
  padding-bottom: 30px;
}

@media (min-width: 720px) {
  .near-post {
    padding-bottom: 130px;
  }
}

.near-post .near-post-ttl {
  margin: auto;
  padding-bottom: 2px;
  border-bottom: solid 2.5px #000;
  width: 160px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 720px) {
  .near-post .near-post-ttl {
    margin-top: 94px;
    margin-bottom: 35px;
    padding-bottom: 2px;
    width: 250px;
    font-size: 2.4rem;
  }
}

.near-post-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 680px;
}

@media (min-width: 720px) {
  .near-post-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.btn.btn-wide.only-article {
  margin-bottom: 17px;
}

@media (min-width: 720px) {
  .btn.btn-wide.only-article {
    margin-top: 98px;
    letter-spacing: 0.2rem;
  }
}

.link-repo-wrp {
  display: relative;
  margin: 30px auto 0;
  width: 130px;
  height: 25px;
  text-align: center;
  vertical-align: bottom;
}

.link-repo-wrp:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media (min-width: 720px) {
  .link-repo-wrp {
    width: 200px;
  }
}

.link-all-repo {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #999;
}

@media (min-width: 720px) {
  .link-all-repo {
    font-size: 1.5rem;
  }
}

.link-repo-img {
  height: 9px;
  margin-left: 5px;
}

@media (min-width: 720px) {
  .link-repo-img {
    height: 12px;
    margin-left: 10px;
  }
}

/*-------------------------------------------------- */
/*Tab  css
-------------------------------------------------- */
.tab-wrapper {
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .tab-wrapper {
    max-width: 960px;
  }
}

.tab-report {
  width: 100%;
}

.tab-item {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  text-align: center;
  cursor: poiter;
  width: 25%;
  height: 55px;
  background-color: #dcdcdc;
  cursor: pointer;
}

@media (min-width: 720px) {
  .tab-item {
    height: 60px;
  }
}

.category-img .category-img-item {
  display: none;
  width: 100%;
  max-width: 600px;
}

.category-img .category-img-item.is-show {
  display: block;
  margin: 0 auto;
}

.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -3px;
  -webkit-box-shadow: 3px 3px #999;
  box-shadow: 3px 3px #999;
}

.tab-text {
  color: #979797;
  display: inline-block;
}

@media (min-width: 720px) {
  .tab-item br {
    display: none;
  }
}

.tab-item:hover .tab-text {
  color: #FFF;
}

.tab-item.is-active .tab-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
}

@media (min-width: 720px) {
  .tab-item.is-active .tab-text {
    font-size: 1.7rem;
  }
}

.tab-item:active {
  -webkit-transform: translate3D(0px, 3px, 0px);
  -ms-transform: translate3D(0px, 3px, 0px);
  transform: translate3D(0px, 3px, 0px);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 3px 0px #999 inset;
  box-shadow: 3px 0px #999 inset;
}

.tab-item.report-all:hover {
  background-color: #779CEF;
}

.tab-item.report-study:hover {
  background-color: #DC7E68;
}

.tab-item.report-work:hover {
  background-color: #4ABFC2;
}

.tab-item.report-enjoy:hover {
  background-color: #EFC264;
}

.tab-item.report-all.is-active {
  background-color: #5082F0;
}

.tab-item.report-study.is-active {
  background-color: #D75A3C;
}

.tab-item.report-work.is-active {
  background-color: #11AFB4;
}

.tab-item.report-enjoy.is-active {
  background-color: #F0B437;
}

.tab-content-item {
  display: none;
}

@-webkit-keyframes scaleIn-article {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  80% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  96% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scaleIn-article {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  80% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  96% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.tab-content-item.is-show {
  display: block;
}

.tab-content-item.is-show .article-card {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation: scaleIn-article 250ms;
  animation: scaleIn-article 250ms;
}

.item-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*-------------------------------------------------- */
/* member page css
-------------------------------------------------- */
.article-card {
  color: #000;
  position: relative;
  display: block;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-box-shadow: 3px 3px #999;
  box-shadow: 3px 3px #999;
  width: 100%;
}

@media (max-width: 480px) {
  .article-card {
    padding: 10px 10px;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .article-card {
    width: 48%;
    min-width: 100px;
    padding: 10px 10px;
  }
}

@media (min-width: 720px) {
  .article-card {
    width: 48%;
    max-width: 290px;
    min-width: 180px;
    padding: 10px 10px;
  }
}

.article-card:hover {
  -webkit-transition: 0.1s all ease 0s;
  -o-transition: 0.1s all ease 0s;
  transition: 0.1s all ease 0s;
  opacity: 0.75;
}

.article-card:active {
  -webkit-transition: 0.1s all ease 0s;
  -o-transition: 0.1s all ease 0s;
  transition: 0.1s all ease 0s;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.article-card-new.article-card-frag {
  width: 32px;
  background-color: #f091be;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

@media (min-width: 720px) {
  .article-card-new.article-card-frag {
    width: 38px;
  }
}

.article-card-new.article-card-frag .frag-inner {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-card-new.article-card-frag .frag-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.article-card-new.article-card-frag .frag-content {
  color: #FFF;
  font-size: 0.9rem;
}

@media (min-width: 720px) {
  .article-card-new.article-card-frag .frag-content {
    font-size: 1.1rem;
  }
}

.article-card-thumbnail {
  width: 100%;
  position: relative;
}

.article-card-thumbnail .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.article-card-thumbnail .img-container:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}

.article-card-thumbnail .article-card-img {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.article-card-thumbnail .article-card-frag.article-card-category {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50px;
  padding: 2px 15px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.article-card-thumbnail .article-card-frag.article-card-category .frag-inner {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-card-thumbnail .article-card-frag.article-card-category .frag-inner:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.article-card-thumbnail .article-card-frag.article-card-category .frag-content {
  font-weight: 600;
}

.article-card-thumbnail .article-card-frag.article-card-category .frag-content.category-study {
  color: #d75a3c;
}

.article-card-thumbnail .article-card-frag.article-card-category .frag-content.category-work {
  color: #11AFB4;
}

.article-card-thumbnail .article-card-frag.article-card-category .frag-content.category-enjoy {
  color: #F0B437;
}

.article-detail-block {
  width: 100%;
  text-align: left;
}

.article-detail-block .article-card-title {
  margin: 10px auto;
}

.article-detail-block .article-card-day {
  float: left;
  color: #888;
}

.article-detail-block .article-card-writername {
  float: right;
  color: #888;
}

.article-detail-block .cb {
  clear: both;
}

.article-card.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*-------------------------------------------------- */
/* category page css
-------------------------------------------------- */
.tab-wrapper.tab-category-page .tab-inner {
  position: relative;
  padding-bottom: 30px;
}

.tab-wrapper.tab-category-page .tab-report {
  position: absolute;
  bottom: -30px;
  z-index: 20;
}

.category-title-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 88px;
}

@media (min-width: 720px) {
  .category-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 105px;
    padding-bottom: 40px;
  }
}

.category-title-wrapper.include-author-img {
  padding-top: 58px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 0;
}

.category-title-logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding-bottom: 12px;
}

@media (min-width: 720px) {
  .category-title-logo {
    padding-bottom: 46px;
  }
}

.category-subtitle {
  font-size: 1.2rem;
}

@media (min-width: 480px) and (max-width: 720px) {
  .category-subtitle {
    font-size: 1.6rem;
  }
}

@media (min-width: 720px) {
  .category-subtitle {
    font-size: 1.6rem;
  }
}

.category-title {
  display: inline-block;
  margin: auto auto;
}

.category-title {
  padding-bottom: 10px;
}

@media (min-width: 480px) and (max-width: 720px) {
  .category-title {
    padding-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .category-title {
    padding-bottom: 5px;
  }
}

.category-title-wrapper .category-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 10px 10px;
  width: 100%;
  padding-bottom: 5px;
}

@media (min-width: 480px) and (max-width: 720px) {
  .category-title-wrapper .category-img {
    padding-bottom: 5px;
  }
}

@media (min-width: 720px) {
  .category-title-wrapper .category-img {
    width: 100%;
    max-width: 310px;
  }
}

.category-title-wrapper .author-img {
  width: 50%;
}

@media (min-width: 720px) {
  .category-title-wrapper .author-img {
    width: 100%;
  }
}

.category-title-wrapper .member-img {
  padding-left: 0;
  margin-left: 0;
}

@media (min-width: 720px) {
  .category-title-wrapper .member-img {
    padding-left: 60px;
    max-width: 310px;
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .category-title-wrapper .member-img {
    padding-left: 40px;
    max-width: 310px;
    width: 100%;
  }
}

.category-img-item.category-img-item-sp {
  display: block;
}

@media (min-width: 720px) {
  .category-img-item.category-img-item-sp {
    display: none;
  }
}

.category-img-item.category-img-item-pc {
  display: none;
}

@media (min-width: 720px) {
  .category-img-item.category-img-item-pc {
    display: block;
  }
}

.author-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name-wrapper .wave-img {
  display: inline-block;
  padding: 0 10px;
  display: none;
}

@media (min-width: 720px) {
  .author-name-wrapper .wave-img {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .author-name-wrapper .wave-img {
    display: block;
  }
}

.author-name-wrapper .category-author-name {
  display: inline-block;
  font-weight: bold;
  font-size: 2.0rem;
}

@media (min-width: 720px) {
  .author-name-wrapper .category-author-name {
    font-size: 3.0rem;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .author-name-wrapper .category-author-name {
    font-size: 3.0rem;
  }
}

.author-name-wrapper .category-author-name .br-author-name {
  display: block;
}

@media (min-width: 720px) {
  .author-name-wrapper .category-author-name .br-author-name {
    display: none;
  }
}

.author-name-wrapper .category-author-name .category-author-small {
  font-size: 1.2rem;
}

@media (min-width: 720px) {
  .author-name-wrapper .category-author-name .category-author-small {
    font-size: 2.4rem;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .author-name-wrapper .category-author-name .category-author-small {
    font-size: 2.4rem;
  }
}

.report.report-category-page {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}

.report.report-category-page .tab-contents {
  margin: 0 auto;
  max-width: 1280px;
}

@media (max-width: 480px) {
  .report.report-category-page .article-card {
    width: 48%;
    padding: 5px 5px;
  }
}

@media (min-width: 480px) and (max-width: 720px) {
  .report.report-category-page .article-card {
    width: 32%;
    min-width: 100px;
    padding: 10px 10px;
  }
}

@media (min-width: 720px) {
  .report.report-category-page .article-card {
    width: 24%;
    max-width: 290px;
    min-width: 200px;
    padding: 10px 10px;
  }
}

.report.report-category-page .article-card.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.report.report-category-page .img-container:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.report.report-category-page.member-page {
  padding-top: 0px;
}

@media (min-width: 720px) {
  .report.report-category-page.member-page {
    padding-top: 50px;
  }
}

.category-page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------------------------------------------------- */
/*Footer css
-------------------------------------------------- */
.footer-nav {
  padding: 10px 20px;
  background-color: #006937;
}

.footer-nav .gototop {
  display: block;
  position: relative;
  height: 50px;
  text-align: right;
}

@media (min-width: 720px) {
  .footer-nav .gototop {
    padding-left: calc((100% - 880px)/2);
    padding-right: calc((100% - 880px)/2);
  }
}

.footer-nav .link-top {
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  top: 0;
  right: 0;
  width: 22px;
  height: 40px;
}

.footer-nav .link-top:hover .fas.fa-arrow-up {
  opacity: 0.75;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer-nav .fas.fa-arrow-up {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #FFF;
  font-size: 23px;
  width: 100%;
  text-align: right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.footer-nav-wrapper {
  text-align: center;
}

@media (max-width: 480px) {
  .footer-nav-wrapper {
    text-align: left;
  }
}

.footer-nav-list {
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
}

.footer-nav-item {
  padding-top: 10px;
}

.footer-nav-item .nav-item-link {
  display: inline-block;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  vertical-align: middle;
  color: #FFF;
}

@media (min-width: 720px) {
  .footer-nav-item .nav-item-link {
    font-size: 1.6rem;
  }
}

.footer-nav-item .nav-item-link:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

.footer-nav-item .nav-item-text-hdg {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 2.8rem;
}

@media (min-width: 720px) {
  .footer-nav-item .nav-item-text-hdg {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}

.footer-nav-item .nav-item-img {
  display: inline-block;
  margin-left: 7px;
  height: 10px;
}

@media (min-width: 720px) {
  .footer-nav-item .nav-item-img {
    margin-left: 10px;
    height: 12px;
  }
}

.recruit-banner {
  width: 100%;
  display: block;
  max-width: 460px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
}

.recruit-banner:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.copy-right-wrapper {
  background-color: #FFF;
  text-align: center;
}

.copy-right-wrapper:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.company-logo {
  width: 150px;
  padding: 15px 0;
  display: inline-block;
}

.copy-right {
  display: block;
  padding-bottom: 15px;
}

/*-------------------------------------------------- */
