@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(17, 17, 17, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

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

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #111;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 1.6rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

@media screen and (max-width: 999px) {
  sup {
    top: -0.1 0.5em;
    font-size: 1.3rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- animation --*/
/* reset
-------------------------------------------------------*/
/*
*{
outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
  background: #111;
}

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  }
}
/* layout
-------------------------------------------------------*/
div.contents {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.minbr {
  display: none;
}

/* header */
header {
  position: relative;
  width: 100%;
}
header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1320px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
}
header .header-inner h1 a {
  display: block;
  transition: 0.3s;
}
header .header-inner h1 a:hover {
  opacity: 0.8;
}
header .header-inner h1 a img {
  height: 25px;
}
header .global-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .global-nav ul li a {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}

/* footer */
footer {
  max-width: 1280px;
  width: 100%;
  padding-bottom: 40px;
  text-align: right;
}
footer em {
  color: #ccc;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
}
footer span {
  color: #ccc;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
}

/* page-title */
.page-title-contents {
  position: relative;
  width: 100%;
}
.page-title-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #ccc;
}
.page-title-contents h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* section-title */
.item-head-title {
  position: relative;
  padding: 0 0 15px 15px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.item-head-title::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.item-head-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #444;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  br.tabbr,
br.spbr,
br.stbr {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  html #wpadminbar {
    position: fixed !important;
  }

  br.pcbr,
br.ptbr,
.pc-text {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
  }

  div.pageWrap {
    width: 100%;
  }

  div.container {
    width: 100%;
  }

  div.contents {
    width: 680px;
    padding: 0 25px;
  }

  /* header */
  header .header-inner {
    padding: 0 25px;
  }

  /* footer */
  footer {
    padding: 0 25px 25px;
  }
  footer em {
    margin-bottom: 10px;
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
  footer span {
    font-size: 1rem;
    letter-spacing: 0.025em;
  }

  /* page-title */
  .page-title-contents h2 {
    height: 40px;
    font-size: 2.7rem;
  }

  /* section-title */
  .item-head-title {
    font-size: 1.8rem;
  }
  .item-head-title::after {
    height: 1px;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
  br.pspbr {
    display: none;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .trigger {
    display: none;
  }

  header .global-nav ul li {
    width: 120px;
  }
  header .global-nav ul li:not(:last-child) {
    margin-right: 40px;
  }
  header .global-nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    border: solid 1px transparent;
    border-radius: 10px;
    transition: 0.3s;
  }
  header .global-nav ul li:nth-child(1) a:hover {
    color: #ff2241;
    border-color: #ff2241;
  }
  header .global-nav ul li:nth-child(2) a:hover {
    color: #ff9b00;
    border-color: #ff9b00;
  }
  header .global-nav ul li:nth-child(3) a:hover {
    color: #13ffd0;
    border-color: #13ffd0;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  br.tabbr,
br.ptbr {
    display: none;
  }

  div.contents {
    width: 100%;
  }

  /* トグルメニュー */
  .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    transition: 0.5s;
    z-index: 100;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 30px;
    height: 21px;
  }
  .trigger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ccc;
  }
  .trigger span:nth-child(1) {
    top: 0px;
  }
  .trigger span:nth-child(2) {
    top: 9px;
  }
  .trigger span:nth-child(3) {
    top: 18px;
  }

  .open .trigger span:nth-child(1) {
    -webkit-transform: translate(0, 9px) rotate(135deg);
    transform: translate(0, 9px) rotate(135deg);
  }
  .open .trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .trigger span:nth-child(3) {
    -webkit-transform: translate(0, -9px) rotate(-135deg);
    transform: translate(0, -9px) rotate(-135deg);
  }

  /* header */
  header .header-inner {
    height: 60px;
  }
  header .header-inner h1 a img {
    height: 18px;
  }
  header .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(17, 17, 17, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 100;
  }
  header .global-nav.sp-fixed {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  header .global-nav ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding-top: 70px;
    transition: 0.5s;
  }
  header .global-nav ul li {
    font-size: 1.5rem;
  }
  header .global-nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .global-nav ul li a {
    padding: 20px;
  }
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  br.minbr {
    display: block;
  }
}
/* layout
------------------------------------------------------*/
.scroll-fade .js-fade {
  opacity: 1;
  transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}

.about-group-section {
  position: relative;
  width: 100%;
  padding: 65px 0 100px;
}
.about-group-section .stack-each-group:not(:last-child) {
  margin-bottom: 100px;
}
.about-group-section .stack-each-group.biography .item-head-title {
  margin-bottom: 40px;
}
.about-group-section .stack-each-group.biography .item-body-contents figure img {
  width: 100%;
  height: auto;
}
.about-group-section .stack-each-group.biography .item-body-contents dl dt {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.about-group-section .stack-each-group.biography .item-body-contents dl dd {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
.about-group-section .stack-each-group.biography .item-body-contents dl dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * .5em);
}
.about-group-section .stack-each-group.biography .item-body-contents dl dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * .5em);
}
.about-group-section .stack-each-group.summary .item-head-title {
  margin-bottom: 35px;
}
.about-group-section .stack-each-group.summary .item-body-contents ul li:not(:last-child) {
  margin-bottom: 20px;
}
.about-group-section .stack-each-group.summary .item-body-contents ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-group-section .stack-each-group.summary .item-body-contents ul li dl dt {
  width: 135px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.about-group-section .stack-each-group.summary .item-body-contents ul li dl dd {
  position: relative;
  -webkit-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.about-group-section .stack-each-group.skills .item-head-title {
  margin-bottom: 45px;
}
.about-group-section .stack-each-group.skills .item-body-contents dl:not(:last-child) {
  margin-bottom: 5px;
}
.about-group-section .stack-each-group.skills .item-body-contents dl dt {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.about-group-section .stack-each-group.skills .item-body-contents dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-group-section .stack-each-group.skills .item-body-contents dl dd ul li {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: solid #fff 1px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.about-group-section .stack-each-group.skills .item-body-contents dl dd ul li:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  .about-group-section .stack-each-group.biography .item-body-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    padding: 0 30px 0 55px;
  }
  .about-group-section .stack-each-group.biography .item-body-contents figure {
    margin-right: 55px;
  }
  .about-group-section .stack-each-group.biography .item-body-contents dl {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
  }
  .about-group-section .stack-each-group.summary .item-body-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 55px;
  }
  .about-group-section .stack-each-group.summary .item-body-contents ul {
    width: 47%;
  }
  .about-group-section .stack-each-group.skills .item-body-contents {
    padding: 0 55px;
  }
  .about-group-section .stack-each-group.skills .item-body-contents dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-group-section .stack-each-group.skills .item-body-contents dl dt {
    width: 180px;
    padding-top: 10px;
  }
  .about-group-section .stack-each-group.skills .item-body-contents dl dd {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  .about-group-section {
    padding: 30px 0 50px;
  }
  .about-group-section .stack-each-group:not(:last-child) {
    margin-bottom: 50px;
  }
  .about-group-section .stack-each-group.biography .item-head-title {
    margin-bottom: 20px;
  }
  .about-group-section .stack-each-group.biography .item-body-contents figure {
    width: 210px;
    margin: 0 auto 20px;
  }
  .about-group-section .stack-each-group.biography .item-body-contents dl dt {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .about-group-section .stack-each-group.biography .item-body-contents dl dd {
    font-size: 1.3rem;
  }
  .about-group-section .stack-each-group.summary .item-head-title {
    margin-bottom: 20px;
  }
  .about-group-section .stack-each-group.summary .item-body-contents ul:not(:last-child) {
    margin-bottom: 10px;
  }
  .about-group-section .stack-each-group.summary .item-body-contents ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-group-section .stack-each-group.summary .item-body-contents ul li dl dt {
    width: 105px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
  .about-group-section .stack-each-group.summary .item-body-contents ul li dl dd {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  .about-group-section .stack-each-group.skills .item-head-title {
    margin-bottom: 20px;
  }
  .about-group-section .stack-each-group.skills .item-body-contents dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .about-group-section .stack-each-group.skills .item-body-contents dl dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .about-group-section .stack-each-group.skills .item-body-contents dl dd ul li {
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 2.5px;
    border-width: 0.5px;
    font-size: 1.4rem;
  }
  .about-group-section .stack-each-group.skills .item-body-contents dl dd ul li:not(:last-child) {
    margin-right: 10px;
  }
}

/*# sourceMappingURL=about.css.map */
