@charset "UTF-8";
/***********************************/
/* foundation
/***********************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: local("Raleway Light"), local("Raleway-Light"), url(../font/8KhZd3VQBtXTAznvKjw-k73hpw3pgy2gAi-Ip7WPMi0.woff) format("woff");
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

html, body {
  height: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p, dt, dd {
  margin: 0;
}

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

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  color: #FFF;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 45px;
    padding: 8px;
  }
}
.l-header__title {
  font-size: 1.1875rem;
}
.l-header__title a {
  display: inline-block;
  color: #FFF;
}
.l-header__nav li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__nav li {
    display: none;
  }
}
.l-header__nav li + li {
  margin-left: 24px;
}
.l-header__nav li a {
  position: relative;
  color: #FFF;
}
.l-header__nav li a::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__nav li a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header__nav li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header.is-solid {
  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);
}
.l-header.is-solid .l-header__title {
  position: relative;
  top: 0;
  text-align: left;
}
.l-header.is-solid .l-header__title a {
  color: #22889C;
}
.l-header.is-solid .l-header__nav li a {
  color: #333;
}
.l-header.is-solid .l-header__nav li a::after {
  background: #22889C;
}
.l-header.is-solid .l-header__nav li a:hover {
  color: #22889C;
}

.l-kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("../img/image_yokohama.jpg") no-repeat center -80px;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-kv {
    height: 150px;
    background: url("../img/image_yokohama.jpg") no-repeat center;
    background-size: cover;
  }
}
.l-kv:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  content: "";
  background: inherit;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media screen and (max-width: 767px) {
  .l-kv:before {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}
.l-kv__title {
  padding-top: 40px;
  color: #FFF;
  font-size: 2.125rem;
  font-family: "Raleway", sans-serif;
}
.l-kv + main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-kv + main {
    padding-top: 50px;
  }
}
.l-kv.is-bouldering {
  background: url("../img/contents_bouldering.jpg") no-repeat center;
  background-size: cover;
}
.l-kv.is-survival {
  background: url("../img/contents_survival.jpg") no-repeat center;
  background-size: cover;
}
.l-kv.is-comic {
  background: url("../img/contents_comic.jpg") no-repeat center;
  background-size: cover;
}
.l-kv.is-game {
  background: url("../img/contents_game.jpg") no-repeat center;
  background-size: cover;
}
.l-kv.is-error {
  background: url("../img/contents_error.jpg") no-repeat center;
  background-size: cover;
}

.l-main {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 170px;
  background: #fff;
  z-index: 5;
}

.l-section {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
}
.l-section + .l-section {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-bottom: 40px;
  }
  .l-section + .l-section {
    padding-top: 40px;
  }
}

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

footer {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #FFF;
  text-align: center;
  background: rgb(24.8736842105, 99.4947368421, 114.1263157895);
  z-index: 8;
}
footer::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("/assets/img/image_footer.svg") no-repeat center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  footer::before {
    top: -90px;
    height: 100px;
    background-size: cover;
  }
}
footer small {
  display: block;
  padding-top: 10px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

/***********************************/
/* object
/***********************************/
.c-btn {
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  /***********************************/
  /* size
  /***********************************/
  /***********************************/
  /* type
  /***********************************/
  /***********************************/
  /* decoration
  /***********************************/
}
@media (any-hover: hover) {
  .c-btn:hover {
    --_darken: 20%;
  }
}
.c-btn__back {
  display: inline-block;
  margin: 16px;
  border-radius: 4px;
}
.c-btn__area {
  text-align: center;
}
.c-btn.is-s {
  padding: 3px 8px;
  font-size: 0.75rem;
}
.c-btn.is-m {
  padding: 8px 16px;
}
.c-btn.is-l {
  padding: 8px 16px;
  font-size: 1rem;
}
.c-btn.is-primary {
  color: #fff;
  border: 1px solid #22889C;
  background-color: color-mix(in sRGB, #22889C, #000 var(--_darken, 0%));
}
.c-btn.is-secondary {
  color: #22889C;
  border: 1px solid #22889C;
  background-color: color-mix(in sRGB, #fff, #22889C var(--_darken, 0%));
}
.c-btn.is-normal {
  color: #333;
  border: 1px solid #666;
  background-color: color-mix(in sRGB, #fff, #666 var(--_darken, 0%));
}
.c-btn.is-s.is-radius {
  border-radius: 4px;
}
.c-btn.is-m.is-radius {
  border-radius: 8px;
}
.c-btn.is-shadow {
  -webkit-box-shadow: 1px 1px 2px #ccc;
          box-shadow: 1px 1px 2px #ccc;
}

.c-input {
  border: 1px solid #999;
  border-radius: 4px;
}
.c-input.is-full {
  width: 100%;
}

.c-textarea {
  border: 1px solid #999;
  border-radius: 4px;
}

/***********************************/
/* selectbox
/***********************************/
.c-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.c-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.c-select__full {
  width: 100%;
}
.c-select__full select {
  width: 100%;
}

/***********************************/
/* checkbox
/***********************************/
.c-chk {
  text-align: center;
  border-radius: 100vmax;
  background: #ccc;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  /*input {
    //display: contents;
    appearance: none;
    opacity: 0;
  }*/
}
@media (any-hover: hover) {
  .c-chk:hover {
    background: rgb(178.5, 178.5, 178.5);
  }
}
.c-chk.is-active {
  color: #fff;
  background: #22889C;
}

.c-title {
  margin-bottom: 40px;
  color: #22889C;
  font-size: 2.75rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}
.c-title__sub {
  display: block;
  position: relative;
  color: #666;
  font-size: 0.875rem;
}

.c-subtitle {
  margin-bottom: 16px;
  color: #22889C;
  font-size: 1.5rem;
}
.c-subtitle a {
  display: inline-block;
  padding-right: 20px;
  color: #22889C;
  background: url(../img/icon_window.svg) no-repeat right center;
  background-size: 13px auto;
}

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

.c-text-link {
  position: relative;
}
.c-text-link::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #22889C;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-text-link:hover {
  color: #22889C;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-text-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-profile {
  position: relative;
}
.p-profile__icon {
  position: absolute;
  top: -220px;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  background: url("../img/icon_profile.jpg") no-repeat center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-profile__icon {
    top: -130px;
    width: 120px;
    height: 120px;
  }
}
.p-profile__text {
  width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile__text {
    width: 100%;
    text-align: left;
  }
}
.p-profile__info {
  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;
  gap: 16px;
}
.p-profile dl {
  display: inline-block;
  width: calc((100% - 32px) / 3);
  font-family: "Raleway", sans-serif;
  text-align: center;
}
.p-profile dl dt {
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: rgb(24.8736842105, 99.4947368421, 114.1263157895);
  font-weight: bold;
  border-bottom: 1px dotted #22889C;
}

.p-skill {
  scroll-margin-top: 40px;
  background: #F0F1F4;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-skill {
    scroll-margin-top: 60px;
  }
}
.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;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-skill__list {
    gap: 8px;
  }
}
.p-skill__list li {
  width: calc((100% - 32px) / 3);
  padding: 16px 24px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-skill__list li {
    width: 100%;
  }
}
.p-skill__icon {
  height: 50px;
}
.p-skill__name {
  margin: 8px 0;
  color: #22889C;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.p-skill__text {
  text-align: left;
}

.p-portfolio {
  scroll-margin-top: 40px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-portfolio {
    scroll-margin-top: 60px;
  }
}
.p-portfolio__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;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-portfolio__list {
    padding: 0 5px;
    gap: 16px;
  }
}
.p-portfolio__list li {
  position: relative;
  width: calc((100% - 32px) / 3);
  -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);
}
@media screen and (max-width: 767px) {
  .p-portfolio__list li {
    width: calc((100% - 16px) / 2);
  }
}
.p-portfolio__list a {
  display: block;
}
.p-portfolio__thumbnail {
  width: 100%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.p-portfolio__hover-text {
  width: 90%;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-portfolio__hover-text {
    display: none;
  }
}
.p-portfolio__list a:hover .p-portfolio__thumbnail {
  -webkit-filter: grayscale(90%) brightness(50%);
          filter: grayscale(90%) brightness(50%);
}
@media screen and (max-width: 960px) {
  .p-portfolio__list a:hover .p-portfolio__thumbnail {
    -webkit-filter: none;
            filter: none;
  }
}
.p-portfolio__list a:hover .p-portfolio__hover-text {
  opacity: 1;
}
.p-portfolio__capture {
  border: 1px solid #CCC;
}
.p-portfolio__capture + .p-portfolio__capture {
  margin-top: 24px;
}
.p-portfolio__capture + .c-subtitle {
  margin-top: 40px;
}
.p-portfolio__part {
  text-align: center;
  border-top: 1px dotted #CCC;
}
.p-portfolio__part-title {
  margin-top: 24px;
  color: #22889C;
}
.p-portfolio__part-title span {
  display: block;
  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;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-portfolio__charge {
    gap: 4px;
  }
}
.p-portfolio__charge li {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  padding: 8px 0;
  font-size: 0.875rem;
  color: #22889C;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.p-portfolio__charge li.is-active {
  color: #FFF;
  background: #22889C;
  border: 1px solid #22889C;
}
.p-portfolio__features {
  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;
  gap: 8px;
  margin-top: 8px;
}
.p-portfolio__features li {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 24px;
  color: #FFF;
  font-size: 0.875rem;
  background: #22889C;
  border-radius: 20px;
}
.p-portfolio .is-sp {
  display: grid;
  grid-template-columns: 384px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  text-align: center;
}
.p-portfolio .is-sp .p-portfolio__capture {
  border: none;
}
.p-portfolio .is-sp .c-subtitle {
  margin-top: 40px;
}
.p-portfolio .is-sp .p-portfolio__part {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-portfolio .is-sp {
    grid-template-columns: 1fr;
  }
  .p-portfolio .is-sp .c-subtitle {
    margin-top: 0;
  }
}

.p-biography {
  scroll-margin-top: 40px;
  background: #F0F1F4;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-biography {
    scroll-margin-top: 60px;
  }
}
.p-biography .l-contents {
  position: relative;
}
.p-biography .l-contents:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 23px;
  bottom: 0;
  display: block;
  width: 12px;
  background: #E7686D;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-biography .l-contents:before {
    left: 19px;
  }
}
.p-biography__wrapper {
  position: relative;
}
.p-biography__wrapper + .p-biography__wrapper {
  margin-top: 40px;
}
.p-biography__term {
  position: absolute;
  top: 8px;
  left: 70px;
  width: calc(100% - 70px);
  padding: 0 0 5px 10px;
  color: #22889C;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  border-bottom: 1px solid #22889C;
}
@media screen and (max-width: 960px) {
  .p-biography__term {
    left: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-biography__term {
    left: 30px;
    width: calc(100% - 30px);
    padding-left: 0;
  }
}
.p-biography__term:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -50px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 5px solid #E7686D;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-biography__term:after {
    left: -30px;
  }
}
.p-biography__info {
  position: relative;
  top: 0;
  left: 180px;
  width: 780px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-biography__info {
    left: 150px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .p-biography__info {
    left: 30px;
    width: calc(100% - 40px);
  }
}
.p-biography__title {
  color: #22889C;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-biography__title {
    padding-top: 40px;
  }
}
.p-biography__subtitle {
  display: block;
  padding-top: 5px;
  color: #666;
  font-size: 0.875rem;
  font-weight: normal;
}
.p-biography__text {
  padding-top: 16px;
}
.p-biography__text li {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-biography__text li + li {
  margin-top: 8px;
}

.p-interest {
  text-align: center;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-interest {
    width: 100%;
  }
}
.p-interest__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;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-interest__list {
    gap: 8px;
  }
}
.p-interest__list li {
  width: 120px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-interest__list li {
    margin: 0 2px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-interest__list li {
    width: 30%;
    font-size: 0.75rem;
  }
}
.p-interest__list a {
  background: #22889C;
}
.p-interest__list a:hover {
  opacity: 0.8;
}
.p-interest__icon {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 100% 0 0;
  background: #999;
  border-radius: 100vmax;
}
.p-interest__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  margin: -20px 0 0 -20px;
}
.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: 1.125rem;
}
.p-interest__subtitle {
  display: inline-block;
  margin-bottom: 16px;
  color: #22889C;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-interest__subtitle {
    font-size: 1.375rem;
  }
}
.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: 1.125rem;
}
.p-survival__data-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  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;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #22889C;
  border-radius: 4px;
}
.p-survival__data-type li.is-active {
  color: #fff;
  background: #22889C;
}
@media screen and (max-width: 767px) {
  .p-survival__data-type {
    gap: 4px;
  }
  .p-survival__data-type li {
    width: calc((100% - 8px) / 3);
  }
}
.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.is-active {
  background: #22889C;
}
.p-survival__data-slide__left {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
  font-size: 0.75rem;
}
.p-survival__data-slide__right {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666;
  font-size: 0.75rem;
}
.p-survival__data-type + .p-survival__data-slide {
  margin-top: 8px;
}

.p-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 48px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-menu {
    display: inherit;
  }
}
.p-menu__hamburger, .p-menu__hamburger-line, .p-menu__body, .p-menu__body-inner, .p-menu__body-contents {
  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-menu__toggle {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.p-menu__toggle:checked + .p-menu__hamburger .p-menu__hamburger-line {
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-menu__toggle:checked + .p-menu__hamburger .p-menu__hamburger-line:before, .p-menu__toggle:checked + .p-menu__hamburger .p-menu__hamburger-line:after {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-menu__toggle:checked + .p-menu__hamburger .p-menu__hamburger-line:after {
  opacity: 0;
}
.p-menu__toggle:checked ~ .p-menu__body {
  pointer-events: auto;
  visibility: visible;
}
.p-menu__toggle:checked ~ .p-menu__body .p-menu__body-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.p-menu__toggle:checked ~ .p-menu__body .p-menu__contents {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.p-menu__toggle:checked:hover + .p-menu__hamburger .p-menu__hamburger-line {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-menu__hamburger {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  background: rgb(24.8736842105, 99.4947368421, 114.1263157895);
  border-radius: 100vmax;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  z-index: 1;
}
.p-menu__hamburger div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-menu__hamburger div:before, .p-menu__hamburger div:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.p-menu__hamburger div:after {
  top: 8px;
}
.p-menu__body {
  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-menu__body-inner {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.p-menu__contents {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 90vw;
  max-height: 100vh;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  opacity: 0;
}
.p-menu__links {
  display: block;
  width: 80vw;
  max-height: 100vh;
  margin: 0;
  padding: 0 1em;
}
.p-menu__links li {
  border-top: 1px dotted rgba(255, 255, 255, 0.7);
}
.p-menu__links li:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
.p-menu__links li a {
  position: relative;
  display: block;
  padding: 12px 8px;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-menu__links li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

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

.u-show__pc {
  display: inherit;
}
@media screen and (max-width: 960px) {
  .u-show__pc {
    display: none;
  }
}

.u-show__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-show__sp {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .u-hide__sp {
    display: none;
  }
}

.u-center__xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-text__left {
  text-align: left;
}/*# sourceMappingURL=style.css.map */