@charset "UTF-8";
/***********************************/
/* foundation
/***********************************/
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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: local("Raleway Light"), local("Raleway-Light"), url(../font/8KhZd3VQBtXTAznvKjw-k73hpw3pgy2gAi-Ip7WPMi0.woff) format("woff");
}
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  color: #333;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.5;
  background: #f5f5f5;
}

a {
  color: #333;
  text-decoration: none;
}

/***********************************/
/* layout
/***********************************/
#container {
  min-height: 100%;
  margin-bottom: -50px;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  #container {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}

#main {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 210px;
  background: #f5f5f5;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 90px;
  }
}

#main_visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("../img/image_yokohama.jpg") no-repeat center bottom -80px;
  background-size: 100% auto;
  overflow: hidden;
}
#main_visual:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  content: "";
  background: inherit;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
#main_visual h1, #main_visual p {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
}
#main_visual + main {
  padding-top: 80px;
}
#main_visual.bouldering {
  background: url("../img/contents_bouldering.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.survival {
  background: url("../img/contents_survival.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.darts {
  background: url("../img/contents_darts.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.interior {
  background: url("../img/contents_interior.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.music {
  background: url("../img/contents_music.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.movie {
  background: url("../img/contents_movie.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.comic {
  background: url("../img/contents_comic.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.game {
  background: url("../img/contents_game.jpg") no-repeat center;
  background-size: cover;
}
#main_visual.error {
  background: url("../img/contents_error.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #main_visual {
    height: 150px;
    background: url("../img/image_yokohama.jpg") no-repeat center;
    background-size: cover;
  }
  #main_visual:before {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  #main_visual h1, #main_visual p {
    width: 100%;
    top: 55%;
    font-size: 1.7rem;
    text-align: center;
  }
  #main_visual + main {
    padding-top: 50px;
  }
}

section, aside {
  width: 100%;
  text-align: center;
}
section + section, section + aside, aside + section, aside + aside {
  margin-top: 120px;
}

.l-contents {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.l-contents + .l-contents {
  margin-top: 24px;
}
.l-contents + .c-subtitle {
  margin-top: 64px;
}
.l-contents + .c-heading {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .l-contents {
    width: 100%;
    padding: 0 16px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #FFF;
  z-index: 9;
}
header #site_title {
  padding-top: 4px;
  font-size: 1.2rem;
}
header #site_title a {
  display: inline-block;
  color: #FFF;
  font-family: "Raleway", sans-serif;
}
header #site_title img {
  height: 24px;
  -webkit-filter: invert(100%) sepia(11%) saturate(21%) hue-rotate(105deg) brightness(100%) contrast(109%);
          filter: invert(100%) sepia(11%) saturate(21%) hue-rotate(105deg) brightness(100%) contrast(109%);
}
header.top_head #site_title {
  position: relative;
  top: 80px;
  font-size: 2.5rem;
  text-align: center;
}
header.top_head #site_title a {
  display: inline-block;
  color: #FFF;
  font-family: "Raleway", sans-serif;
}
header nav {
  position: absolute;
  top: 21px;
  right: 16px;
}
header nav li {
  display: inline-block;
  margin-left: 24px;
}
header nav li a {
  position: relative;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header nav li a:hover {
  color: #E7686D !important;
}
header nav li a:before {
  content: "";
  border-bottom: solid 2px #E7686D;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header nav li a:hover:before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header nav {
    display: none;
  }
}
header.solid {
  color: #22889C;
  background: #FFF;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
header.solid #site_title {
  position: relative;
  top: 0;
  font-size: 1.2rem;
  text-align: left;
}
header.solid #site_title a {
  color: #22889C;
}
header.solid #site_title img {
  -webkit-filter: invert(67%) sepia(12%) saturate(1375%) hue-rotate(143deg) brightness(88%) contrast(87%) !important;
          filter: invert(67%) sepia(12%) saturate(1375%) hue-rotate(143deg) brightness(88%) contrast(87%) !important;
}
header.solid li a {
  color: #333;
}
@media screen and (max-width: 767px) {
  header {
    padding: 8px;
  }
  header #site_title {
    position: relative;
    top: 3px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  header.top_head #site_title {
    top: 40px;
    font-size: 2rem;
  }
  header.solid {
    height: 48px;
  }
}

footer {
  position: relative;
  height: 50px;
  padding-top: 20px;
  color: #FFF;
  text-align: center;
  background: #22889C;
  z-index: 9;
}
footer small {
  display: block;
  font-size: 0.9rem;
  font-family: "Raleway", sans-serif;
}

/***********************************/
/* object
/***********************************/
.fadeIn {
  opacity: 0;
}

.fadeIn.js-active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}

.fadeInUp.js-scr-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(3em);
          transform: translateX(3em);
}

.fadeInLeft.js-scr-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-title {
  margin-bottom: 40px;
  color: #22889C;
  font-size: 2.8rem;
  font-family: "Raleway", sans-serif;
}
.c-title span {
  display: block;
  position: relative;
  color: gray;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2rem;
    font-weight: bold;
  }
  .c-title span {
    font-weight: normal;
  }
}

.c-subtitle {
  margin-bottom: 40px;
  color: #22889C;
  font-size: 2.3rem;
  font-family: "Raleway", sans-serif;
}
.c-subtitle span {
  display: block;
  color: gray;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-subtitle {
    font-size: 2rem;
  }
}

.c-heading {
  margin-bottom: 12px;
  color: #22889C;
  font-size: 1.2rem;
}

.breadcrumbs {
  position: relative;
  top: -75px;
  left: -16px;
  width: 960px;
  margin: 0 auto;
  font-size: 0.8rem;
}
.breadcrumbs a {
  display: inline-block;
  margin: 0 16px;
}
@media screen and (max-width: 960px) {
  .breadcrumbs {
    width: 100%;
    top: -70px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none !important;
  }
}

.c-button__link__back {
  text-align: center;
}
.c-button__link__back a {
  position: relative;
  display: inline-block;
  margin-top: 80px;
  padding-left: 16px;
  color: #999;
  font-size: 1.1rem;
  font-family: "Raleway", sans-serif;
}
.c-button__link__back a:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-button__link__back a:hover {
  color: #22889C;
  font-weight: bold;
}
.c-button__link__back a:hover::after {
  border-color: #22889C;
}
@media screen and (max-width: 767px) {
  .c-button__link__back a {
    margin-top: 32px;
  }
}

.flex-center, .p-navigation__menu > div > div, .p-navigation__menu > div, .p-navigation__menu, .p-navigation__hamburger > div, .p-navigation__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: 48px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-navigation {
    display: inherit;
  }
}
.p-navigation__toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 48px;
  height: 48px;
  opacity: 0;
}
.p-navigation__toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-navigation__toggle:checked + .hamburger > div:before, .p-navigation__toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-navigation__toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.p-navigation__toggle:checked ~ .p-navigation__menu {
  pointer-events: auto;
  visibility: visible;
}
.p-navigation__toggle:checked ~ .p-navigation__menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.p-navigation__toggle:checked ~ .p-navigation__menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.p-navigation__toggle:hover + .hamburger {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.p-navigation__toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-navigation__hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
  padding: 0.5em 1em;
  background: rgba(34, 136, 156, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-navigation__hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-navigation__hamburger > div:before, .p-navigation__hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-navigation__hamburger > div:after {
  top: 8px;
}
.p-navigation__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
}
.p-navigation__menu > div {
  width: 240vw;
  height: 240vw;
  color: #FEFEFE;
  background: rgba(34, 136, 156, 0.97);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.p-navigation__menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.p-navigation__menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.p-navigation__menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 1.2rem;
  display: block;
}
.p-navigation__menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-profile {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.p-profile__icon {
  position: relative;
  top: -60px;
  left: 0;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 100px;
  background: url("../img/icon_profile.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-profile__icon {
    top: -20px;
    width: 150px;
    height: 150px;
  }
}
.p-profile__text {
  width: 600px;
  margin: 0 auto 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile__text {
    width: 100%;
  }
}
.p-profile__data {
  text-align: center;
}
.p-profile__data dl {
  display: inline-block;
  width: 30%;
  margin: 0 1% 24px;
  text-align: center;
}
.p-profile__data dl dt, .p-profile__data dl dd {
  font-family: "Raleway", sans-serif;
}
.p-profile__data dl dt {
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #22889C;
  border-bottom: 1px dotted #22889C;
}
@media screen and (max-width: 767px) {
  .p-profile__data dl {
    width: 47%;
    font-size: 0.9rem;
    font-weight: bold;
  }
}

.p-skill__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 20px;
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.p-skill__list li {
  width: 32%;
  margin-bottom: 16px;
  padding: 16px 24px;
  text-align: center;
}
.p-skill__list li h3 {
  margin: 8px 0;
  color: #22889C;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
}
.p-skill__list li p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-skill__list {
    width: 96%;
    padding: 16px;
  }
  .p-skill__list li {
    position: relative;
    display: grid;
    gap: 0 16px;
    grid-template-columns: 80px 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
  }
  .p-skill__list li h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
  }
  .p-skill__list li img {
    grid-column: 1;
    grid-row: 1/-1;
    margin: 0 auto;
  }
  .p-skill li + li {
    padding-top: 15px;
    border-top: 1px dotted #999;
  }
}

.p-portfolio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.p-portfolio__list li {
  position: relative;
  width: 300px;
  height: 185px;
  margin-top: 24px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.p-portfolio__list li img {
  width: 100%;
}
.p-portfolio__list li a {
  display: block;
}
.p-portfolio__list li a img {
  -webkit-filter: grayscale(90%) brightness(50%);
          filter: grayscale(90%) brightness(50%);
}
.p-portfolio__list li a:hover img {
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
}
.p-portfolio__list li span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 8px;
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.p-portfolio__list li:hover span {
  -webkit-animation: SlideIn 0.5s forwards;
          animation: SlideIn 0.5s forwards;
}
@media screen and (max-width: 960px) {
  .p-portfolio__list {
    padding: 0 16px;
  }
  .p-portfolio__list li {
    width: 31% !important;
  }
  .p-portfolio__list li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-portfolio__list {
    padding: 0 5px;
  }
  .p-portfolio__list li {
    width: 46% !important;
    height: auto;
    margin: 8px 2%;
  }
  .p-portfolio__list li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-portfolio__list li a img {
    -webkit-filter: none;
            filter: none;
  }
}
.p-portfolio__capture {
  margin: 24px 0 40px;
  border: 1px solid #CCC;
}
.p-portfolio__capture + .caption {
  position: relative;
  top: -40px;
  color: #999;
  font-size: 0.9rem;
  text-align: right;
}
.p-portfolio__part {
  padding-top: 24px;
  text-align: center;
  border-top: 1px dotted #CCC;
}
.p-portfolio__title {
  margin-bottom: 16px;
  color: #22889C;
  font-size: 1.5rem;
}
.p-portfolio__title a {
  display: inline-block;
  padding-right: 20px;
  color: #22889C;
  background: url(../img/icon_window.svg) no-repeat right center;
  background-size: 13px auto;
}
@media screen and (max-width: 767px) {
  .p-portfolio__title {
    text-align: center;
  }
}
.p-portfolio__subtitle {
  color: #22889C;
}
.p-portfolio__year {
  margin-bottom: 24px;
  color: #22889C;
  font-size: 1.5rem;
}
.p-portfolio__charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-portfolio__charge {
    gap: 5px;
  }
}
.p-portfolio__charge li {
  width: 120px;
  margin: 0 3px;
  padding: 8px 0 5px;
  font-size: 0.8rem;
  color: #FFF;
  background: #22889C;
  border-radius: 3px;
}
.p-portfolio__charge li.dis {
  color: #22889C;
  background: #FFF;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-portfolio__charge li {
    height: inherit;
    margin: 0;
  }
}
.p-portfolio__features {
  margin-top: 8px;
  margin-bottom: 24px;
}
.p-portfolio__features li {
  display: inline-block;
  width: inherit;
  padding: 4px 24px 2px;
  color: #FFF;
  font-size: 0.8rem;
  background: #22889C;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-portfolio__features li {
    height: inherit;
    margin: 2px 0;
  }
}
.p-portfolio__sp {
  position: relative;
  overflow: hidden;
}
.p-portfolio__sp .p-portfolio__capture {
  float: left;
  margin-right: 40px;
  border: none;
}
.p-portfolio__sp .p-portfolio__title {
  margin-top: 50px;
}
.p-portfolio__sp .p-portfolio__part {
  float: right;
  width: 535px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-portfolio__sp .p-portfolio__capture {
    width: 100%;
    height: auto;
  }
  .p-portfolio__sp .p-portfolio__part {
    float: none;
    width: 100%;
  }
}

.p-biography__contents {
  overflow: hidden;
}
.p-biography__contents:before {
  position: absolute;
  top: 35px;
  left: 23px;
  bottom: 15px;
  content: "";
  display: block;
  width: 12px;
  background: #E7686D;
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .p-biography__contents:before {
    left: 39px;
  }
}
.p-biography__contents > div {
  position: relative;
}
.p-biography__term {
  position: absolute;
  top: 32px;
  left: 70px;
  width: calc(100% - 70px);
  margin-bottom: 12px;
  padding: 0 0 5px 10px;
  color: #22889C;
  font-size: 1.3rem;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  border-bottom: 1px solid #22889C;
}
.p-biography__term:after {
  position: absolute;
  top: 0px;
  left: -50px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  border: 5px solid #E7686D;
  background: #f5f5f5;
}
.p-biography__info {
  position: relative;
  left: 180px;
  width: 780px;
  margin-bottom: 16px;
  padding: 24px;
  text-align: left;
}
.p-biography__info.slide-in {
  -webkit-animation: RightToLeft 1s forwards;
          animation: RightToLeft 1s forwards;
}
.p-biography__info h3 {
  color: #22889C;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
}
.p-biography__info h3 span {
  display: block;
  padding-top: 5px;
  color: #999;
  font-size: 0.9rem;
}
.p-biography__text {
  padding-top: 16px;
}
@media screen and (max-width: 960px) {
  .p-biography__info {
    width: 550px;
    padding: 24px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-biography__contents:before {
    left: 19px;
    bottom: 0;
  }
  .p-biography__term {
    left: 30px;
    width: calc(100% - 30px);
    font-weight: bold;
  }
  .p-biography__term:after {
    left: -30px;
  }
  .p-biography__info {
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .p-biography__info h3 {
    padding-top: 40px;
    font-weight: bold;
    line-height: 1.2;
  }
  .p-biography__info h3 span {
    font-weight: normal;
  }
}

.p-interest {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interest {
    width: 100%;
  }
}
.p-interest__category li {
  display: inline-block;
  width: 100px;
  margin: 0 4px 4px;
  font-size: 0.7rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-interest__category li {
    margin: 0 2px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-interest__category li {
    width: 30%;
  }
}
.p-interest__category li a, .p-interest__category li span {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding: 100% 0 0;
  border-radius: 100%;
}
.p-interest__category li a img, .p-interest__category li span img {
  width: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-interest__category li a, .p-interest__category li span {
  background: #22889C;
}
.p-interest__category li a:hover, .p-interest__category li span:hover {
  opacity: 0.8;
}
.p-interest__category li span {
  background: #999;
}
.p-interest__detail {
  padding-top: 40px;
}
.p-interest__profile.is-2column {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-interest__profile.is-2column {
    display: block;
  }
}
.p-interest__profile + .p-interest__profile {
  margin-top: 80px;
}
.p-interest__profile-img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .p-interest__profile-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-interest__title {
  margin-bottom: 16px;
  color: #22889C;
  font-size: 18px;
}
.p-interest__subtitle {
  display: inline-block;
  margin-bottom: 16px;
  color: #22889C;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-interest__subtitle {
    font-size: 22px;
  }
}
.p-interest__text {
  position: relative;
  overflow: hidden;
}
.p-interest__text + .p-interest__text {
  margin-top: 40px;
}
.p-interest__text + .p-interest__title {
  margin-top: 40px;
}
.p-interest__text .p-interest__profile-img {
  float: right;
  margin-left: 24px;
}

.p-survival__data {
  width: 100%;
}
.p-survival__data + .p-survival__data {
  margin-top: 32px;
}
.p-survival__data-title {
  color: #22889C;
  font-size: 18px;
}
.p-survival__data-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 12px;
}
.p-survival__data-type li {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 30px;
  color: #22889C;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #22889C;
  border-radius: 4px;
}
.p-survival__data-type li.active {
  color: #fff;
  background: #22889C;
}
@media screen and (max-width: 767px) {
  .p-survival__data-type {
    gap: 2%;
  }
  .p-survival__data-type li {
    width: 32%;
  }
}
.p-survival__data-slide {
  position: relative;
  width: 410px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-survival__data-slide {
    width: 100%;
  }
}
.p-survival__data-slide ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-survival__data-slide ul::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #22889C;
}
.p-survival__data-slide li {
  position: relative;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100vmax;
  border: 1px solid #22889C;
  z-index: 2;
}
.p-survival__data-slide li.active {
  background: #22889C;
}
.p-survival__data-slide__left {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
  font-size: 12px;
}
.p-survival__data-slide__right {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666;
  font-size: 12px;
}
.p-survival__data-type + .p-survival__data-slide {
  margin-top: 8px;
}

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 12px;
  color: #CCC;
}

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(../img/shadowbox/close.png);
}

#sb-nav-next {
  background-image: url(../img/shadowbox/next.png);
}

#sb-nav-previous {
  background-image: url(../img/shadowbox/previous.png);
}

#sb-nav-play {
  background-image: url(../img/shadowbox/play.png);
}

#sb-nav-pause {
  background-image: url(../img/shadowbox/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

.u-mt1 {
  margin-top: 8px !important;
}

.u-mt2 {
  margin-top: 16px !important;
}

.u-mt3 {
  margin-top: 24px !important;
}

.u-mt4 {
  margin-top: 32px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1 {
  margin-bottom: 8px !important;
}

.u-mb2 {
  margin-bottom: 16px !important;
}

.u-mb3 {
  margin-bottom: 24px !important;
}

.u-mb4 {
  margin-bottom: 32px !important;
}

.u-mb5 {
  margin-bottom: 40px !important;
}

.u-pt4 {
  padding-top: 32px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb1 {
  padding-bottom: 8px !important;
}

.u-pb2 {
  padding-bottom: 16px !important;
}

.u-pb3 {
  padding-bottom: 24px !important;
}

.u-text__center {
  text-align: center !important;
}

.u-text__link {
  color: #22889C;
  text-decoration: underline;
}
.u-text__link:hover {
  text-decoration: none;
}

.u-text__english {
  font-family: "Raleway", sans-serif;
}

.works_web_text {
  color: #666;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */