@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  text-align: justify;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    font-size: 3.8461538462vw;
  }
}

p, h2 {
  line-height: 2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  p, h2 {
    line-height: 1.8;
  }
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .flexbox {
    flex-direction: column;
  }
}

.inner {
  width: 72.9166666667vw;
  margin: auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .inner {
    width: 82.0512820513vw;
  }
}

.clear {
  clear: both;
}

.mb40 {
  margin-bottom: 2.0833333333vw;
}

.mb80 {
  margin-bottom: 4.1666666667vw;
}

.super {
  font-size: 0.625vw;
  vertical-align: top;
}

.nopc {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
/* common */
header {
  color: #fff;
  background: linear-gradient(to bottom, RGBa(0, 0, 0, 0.16), RGBa(0, 0, 0, 0));
  width: 100vw;
  height: 4.1666666667vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s;
}
header.bg_w {
  color: #000;
  background: #fff;
}
header.bg_w .logo img:first-child {
  display: none;
}
header.bg_w .logo img:last-child {
  display: block;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  header {
    height: 10.2564102564vw;
  }
  header .flexbox {
    flex-direction: row;
  }
}
header .inner {
  height: 3.90625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  header .inner {
    height: 9.6153846154vw;
  }
}
header .line {
  width: 100%;
  height: 0.2604166667vw;
  background: linear-gradient(to right, #d50010 0%, #eb0404 0%, #ee6a00 16.32%, #ffed21 31.37%, #88bb23 51.88%, #52bdf5 67.77%, #2a9ee5 84.07%, #005dbb 100%);
  display: block;
}
header .logo {
  width: 4.84375vw;
  height: auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  header .logo {
    width: 11.9230769231vw;
  }
}
header .logo img:last-child {
  display: none;
}
header nav {
  width: 23.1770833333vw;
  font-size: 1.0416666667vw;
  font-weight: 500;
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  header nav.flexbox {
    width: 100%;
    height: 0;
    background-color: #000000;
    background-image: url(../img/common/sp_nav_bg.png);
    background-position: 8.9743589744vw 6.4102564103vw;
    background-size: 7.6923076923vw;
    background-repeat: no-repeat;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  header nav a {
    color: #fff;
    font-size: 7.6923076923vw;
    text-align: center;
    background-color: #3B3B3B;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37.1794871795vw;
    height: 37.1794871795vw;
    margin: 5.1282051282vw 0;
  }
  header nav.flexbox.open {
    height: 100vh;
  }
  header #hamburger,
  header #hamburger div {
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
  header #hamburger {
    width: 8.9743589744vw;
    height: 3.8461538462vw;
    display: inline-block;
    top: 2.8205128205vw;
    position: absolute;
    right: 0;
    z-index: 1001;
  }
  header #hamburger div {
    width: 100%;
    height: 0.641025641vw;
    position: absolute;
    left: 0;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
  }
  header #hamburger div:nth-of-type(1) {
    top: 0.5128205128vw;
    left: 0;
  }
  header #hamburger div:nth-of-type(2) {
    bottom: 0.5128205128vw;
    left: 0;
  }
  header #hamburger.active div {
    background-color: #fff;
  }
  header #hamburger.active div:nth-of-type(1) {
    transform: translateY(5.1282051282vw) rotate(-340deg);
  }
  header #hamburger.active div:nth-of-type(2) {
    transform: translateY(2.9487179487vw) rotate(340deg);
  }
  header.bg_w #hamburger div {
    background-color: #000;
  }
  header.bg_w #hamburger.active div {
    background-color: #fff;
  }
}

footer {
  color: #fff;
  background-color: #000;
  padding-top: 14.0625vw;
  padding-bottom: 3.125vw;
}
footer .snslinkwrap {
  margin-bottom: 2.0833333333vw;
  justify-content: flex-start;
}
footer .snslinkwrap a {
  width: 3.125vw;
  margin-right: 1.0416666667vw;
}
footer .footerlink {
  font-size: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}
footer small {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer small {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer {
    height: 105.1282051282vw;
    padding-top: 23.0769230769vw;
    padding-bottom: 7.6923076923vw;
    background-image: url(../img/common/sp_footer_bg.png);
    background-position: 8.9743589744vw 6.1538461538vw;
    background-size: 44.358974359vw;
    background-repeat: no-repeat;
  }
  footer .snslinkwrap {
    margin-bottom: 28.2051282051vw;
  }
  footer .snslinkwrap a {
    width: 7.6923076923vw;
    margin-right: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  footer .snslinkwrap.flexbox {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer .footerlink {
    font-size: 3.5897435897vw;
    margin-bottom: 7.6923076923vw;
  }
  footer .footerlink a {
    display: block;
    margin-bottom: 2.5641025641vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  main {
    overflow-x: hidden;
  }
}

#v_line {
  width: 0.2083333333vw;
  display: block;
  position: absolute;
  height: 0;
  top: 0;
  right: 8.3333333333vw;
  z-index: 999;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #v_line {
    display: none;
  }
}

#v_line span {
  width: 0.2083333333vw;
  display: block;
  background: linear-gradient(to bottom, #d50010 0%, #eb0404 0%, #ee6a00 16.32%, #ffed21 31.37%, #88bb23 51.88%, #52bdf5 67.77%, #2a9ee5 84.07%, #005dbb 100%);
  height: 100%;
}

#v_line.animate span {
  position: absolute;
}

#fv {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fv {
    height: 216.4102564103vw;
    background-size: contain;
  }
}
#fv .scrollimgwrap {
  width: 1.5104166667vw;
  display: block;
  position: absolute;
  bottom: 1.8229166667vw;
  right: 9.375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fv .scrollimgwrap {
    width: 3.0769230769vw;
    top: 150.8974358974vw;
    right: 9.2307692308vw;
  }
}
#fv .scrollimgwrap:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: "";
  overflow: visible;
}
#fv .scrollimgwrap.anime:after {
  animation: pulseMotion 3s linear infinite;
}
@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
#fv .scrollimg {
  width: 100%;
}
#fv .titleimg {
  position: absolute;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fv .titleimg {
    width: 44.358974359vw;
    top: 150.8974358974vw;
    left: 8.9743589744vw;
  }
}

.totop {
  width: 1.25vw;
  position: fixed;
  right: 3.6458333333vw;
  bottom: 3.125vw;
  display: none;
}
.totop.visible {
  display: block;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .totop {
    width: 3.0769230769vw;
    right: 3.2051282051vw;
    bottom: 7.6923076923vw;
    z-index: 10;
  }
}
.totop img {
  width: 100%;
}
.totop img:first-child {
  display: none;
}
.totop.wh img:first-child {
  display: block;
}
.totop.wh img:last-child {
  display: none;
}

/* office */
#office #fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office #fv video {
    height: 143.5897435897vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#office .linkbtnwrap a {
  width: 100%;
  display: block;
}
#office .linkbtnwrap a .text {
  color: RGBa(0, 0, 0, 0.7);
  font-size: 3.125vw;
  line-height: 1.6;
  position: absolute;
  top: 1.40625vw;
  right: 1.0416666667vw;
  z-index: 2;
}
#office .linkbtnwrap a .text:after {
  content: " →";
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .linkbtnwrap a .text {
    font-size: 7.6923076923vw;
    top: 6.4102564103vw;
    right: 8.9743589744vw;
  }
  #office .linkbtnwrap a .text:after {
    font-size: 5.1282051282vw;
  }
}
#office .linkbtnwrap .flexbox div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #office .linkbtnwrap .flexbox div:last-child {
    flex-direction: column-reverse;
  }
}
#office .conceptwrap {
  height: 48.9583333333vw;
  display: flex;
  align-items: center;
  background-image: url(../img/office/concept_bg.png);
  background-position: center bottom;
  background-size: 68.6979166667vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .conceptwrap {
    height: auto;
    padding: 15.3846153846vw 0;
    background-image: url(../img/office/concept_sp.png);
    background-position: -5.1282051282vw 15.3846153846vw;
    background-size: 19.6153846154vw;
  }
  #office .conceptwrap .inner {
    width: 100%;
  }
}
#office .conceptwrap p {
  margin-top: 3em;
}
#office h2 {
  font-size: 2.0833333333vw;
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office h2 {
    font-size: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}
#office p {
  text-align: center;
}
#office .aboutwrap {
  height: 48.9583333333vw;
  background-image: url(../img/office/office_aboutbg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .aboutwrap {
    padding: 15.3846153846vw 0;
    background-image: url(../img/office/office_aboutbg_sp.jpg);
  }
}
#office .aboutwrap .inner {
  height: 48.9583333333vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .aboutwrap .inner {
    height: auto;
    align-items: stretch;
    justify-content: flex-start;
  }
}
#office .aboutwrap .flexbox div {
  width: 50%;
}
#office .aboutwrap .flexbox div:last-child {
  width: 31.5104166667vw;
}
#office .aboutwrap .flexbox div:last-child h2, #office .aboutwrap .flexbox div:last-child p {
  text-align: left;
}
#office .aboutwrap .flexbox div:last-child h2 {
  margin-bottom: 1.5625vw;
}
#office .aboutwrap .flexbox div:last-child p {
  margin-bottom: 2.34375vw;
}
#office .aboutwrap .flexbox div:last-child .small {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .aboutwrap .flexbox div:last-child {
    width: 82.0512820513vw;
  }
  #office .aboutwrap .flexbox div:last-child h2, #office .aboutwrap .flexbox div:last-child p {
    text-align: center;
  }
  #office .aboutwrap .flexbox div:last-child h2 {
    margin-bottom: 7.6923076923vw;
  }
  #office .aboutwrap .flexbox div:last-child .small {
    text-align: justify;
    font-size: 3.5897435897vw;
    margin-top: 106.4102564103vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .aboutwrap {
    height: auto;
    padding: 15.3846153846vw 0;
  }
}
#office .areawrap > div {
  height: 48.9583333333vw;
  padding-top: 6.25vw;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap > div {
    height: auto;
    padding: 0 0 15.3846153846vw;
  }
}
#office .areawrap > div > div {
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap > div > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .imgwrap {
    margin-bottom: 3.8461538462vw;
  }
}
#office .areawrap .imgwrap > img {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .imgwrap > img {
    margin-bottom: 5.1282051282vw;
  }
}
#office .areawrap .imgwrap .subimgwrap {
  text-align: right;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .imgwrap .subimgwrap {
    text-align: center;
  }
}
#office .areawrap .imgwrap .subimgwrap img {
  width: 14.5833333333vw;
  margin-left: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .imgwrap .subimgwrap img {
    width: 38.4615384615vw;
    margin: 0 2.5641025641vw;
  }
}
#office .areawrap .textwrap {
  width: 36.4583333333vw;
  padding-left: 4.3229166667vw;
  padding-right: 6.25vw;
  background-position: right top;
  background-size: 3.125vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .textwrap {
    width: 82.0512820513vw;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    background-size: 7.6923076923vw;
  }
}
#office .areawrap .textwrap p {
  text-align: justify;
}
#office .areawrap .textwrap .catch {
  line-height: 1;
  margin-bottom: 0;
}
#office .areawrap .textwrap .name {
  font-size: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
#office .areawrap .textwrap .name .cap {
  font-size: 2.6041666667vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .textwrap .name {
    font-size: 3.8461538462vw;
    margin-bottom: 6.4102564103vw;
  }
  #office .areawrap .textwrap .name .cap {
    font-size: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .textwrap .text {
    width: 64.1025641026vw;
  }
}
#office .areawrap .reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .reverse {
    flex-direction: column;
  }
}
#office .areawrap .reverse .subimgwrap {
  text-align: left;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .reverse .subimgwrap {
    text-align: center;
  }
}
#office .areawrap .reverse .subimgwrap img {
  margin-left: 0;
  margin-right: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .reverse .subimgwrap img {
    margin-right: 1.0416666667vw;
  }
}
#office .areawrap .reverse .textwrap {
  background-position: left top;
  padding-left: 6.25vw;
  padding-right: 4.3229166667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .reverse .textwrap {
    background-position: right top;
    padding-left: 0;
    padding-right: 0;
  }
}
#office .areawrap .creation .textwrap {
  background-image: url(../img/office/creation_bg.png);
}
#office .areawrap .creation .catch, #office .areawrap .creation .cap {
  color: #88BB23;
}
#office .areawrap .transmission .textwrap {
  background-image: url(../img/office/transmission_bg.png);
}
#office .areawrap .transmission .catch, #office .areawrap .transmission .cap {
  color: #2A9EE5;
}
#office .areawrap .information .textwrap {
  background-image: url(../img/office/information_bg.png);
}
#office .areawrap .information .catch, #office .areawrap .information .cap {
  color: #EB0404;
}
#office .areawrap .information p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .areawrap .information p {
    line-height: 2;
  }
}
#office .ytwrap {
  background-color: #000000;
}
#office .ytwrap .inner {
  width: 76.5625vw;
  transform: translateX(-3.6458333333vw);
  background-image: url(../img/office/yt_bg.png);
  background-position: left 6.25vw;
  background-size: 3.125vw auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .ytwrap .inner {
    width: 100%;
    transform: none;
    background-image: none;
  }
}
#office .ytwrap iframe {
  display: block;
  width: 72.9166666667vw;
  height: 48.9583333333vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #office .ytwrap iframe {
    width: 100%;
    height: 164.1025641026vw;
  }
}

/* people */
#people #fv {
  background-image: url(../img/people/fv_bg.jpg);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people #fv {
    background-image: url(../img/people/fv_bg_sp.jpg);
  }
  #people #fv .titleimg {
    width: 22.8205128205vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .inner {
    width: 100%;
  }
}
#people section {
  padding: 6.25vw 0;
}
#people .memberswrap {
  padding-left: 7.2916666667vw;
  background-image: url(../img/people/members_bg.png);
  background-position: left 6.25vw;
  background-size: 3.125vw;
  background-repeat: no-repeat;
}
#people .memberswrap h1 {
  font-size: 2.6041666667vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap {
    padding-left: 8.9743589744vw;
    padding-right: 8.9743589744vw;
    background-size: 13.7179487179vw;
  }
  #people .memberswrap h1 {
    font-size: 6.4102564103vw;
    margin-bottom: 6.4102564103vw;
    text-align: center;
  }
  #people .memberswrap p {
    text-align: center;
  }
}
#people .memberswrap .member {
  padding-top: 2.0833333333vw;
  align-items: strecth;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap .member {
    padding-top: 2.5641025641vw;
    flex-direction: column-reverse;
  }
}
#people .memberswrap .member .textwrap {
  padding-top: 5.7291666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap .member .textwrap {
    padding-top: 3.2051282051vw;
  }
}
#people .memberswrap .member .position {
  font-size: 1.1458333333vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap .member .position {
    font-size: 2.8205128205vw;
  }
}
#people .memberswrap .member .name {
  font-size: 2.0833333333vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap .member .name {
    font-size: 5.1282051282vw;
  }
}
#people .memberswrap .member.kusachi .textwrap {
  padding-left: 6.25vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap .member.kusachi .textwrap {
    padding-left: 0;
  }
}
#people .memberswrap .member .line {
  width: 48.9583333333vw;
  height: 0.0520833333vw;
  background: linear-gradient(to right, #d50010 0%, #eb0404 0%, #ee6a00 16.32%, #ffed21 31.37%, #88bb23 51.88%, #52bdf5 67.77%, #2a9ee5 84.07%, #005dbb 100%);
  position: absolute;
  right: 2.0833333333vw;
  bottom: 2.8645833333vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap .member .line {
    display: none;
  }
}
#people .memberswrap .member.kusachi .line {
  width: 43.3854166667vw;
}
#people .memberswrap .member .picwrap {
  width: 15.625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .memberswrap .member .picwrap {
    width: 38.4615384615vw;
    padding-top: 10.2564102564vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap {
    padding-left: 8.9743589744vw;
    padding-right: 8.9743589744vw;
  }
  #people .interviewwrap.case01 {
    background-image: url(../img/people/case01_bg_sp.png);
    background-size: 14.7435897436vw;
    background-position: left 8.9743589744vw;
    background-repeat: no-repeat;
  }
}
#people .interviewwrap h1 {
  font-size: 2.0833333333vw;
  line-height: 1.6;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 2.8645833333vw;
  padding-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap h1 {
    font-size: 5.1282051282vw;
  }
}
#people .interviewwrap.case01 h1 {
  background-image: url(../img/people/case01_bg.png);
  background-size: 40.15625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap.case01 h1 {
    background-image: none;
  }
}
#people .interviewwrap.case02 h1 {
  font-size: 1.5625vw;
  background-image: url(../img/people/case02_bg.png);
  background-size: 40.9895833333vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap.case02 h1 {
    font-size: 5.1282051282vw;
    background-image: none;
  }
}
#people .interviewwrap .position {
  font-size: 1.1458333333vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap .position {
    font-size: 2.8205128205vw;
  }
}
#people .interviewwrap .name {
  font-size: 2.0833333333vw;
  line-height: 1.6;
  margin-bottom: 2.34375vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap .name {
    font-size: 5.1282051282vw;
  }
}
#people .interviewwrap .interview img {
  width: 32.2916666667vw;
  float: left;
  margin-right: 3.3854166667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap .interview img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
}
#people .interviewwrap .interview img.fright {
  float: right;
  margin-right: 0;
  margin-left: 3.3854166667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap .interview img.fright {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#people .interviewwrap.case01 h2 {
  font-size: 1.6666666667vw;
  padding-top: 2.6041666667vw;
  padding-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap.case01 h2 {
    font-size: 4.1025641026vw;
    padding-top: 6.4102564103vw;
    padding-bottom: 3.8461538462vw;
  }
}
#people .interviewwrap.case02 h2, #people .interviewwrap.favorite h2 {
  font-size: 1.5625vw;
  padding-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #people .interviewwrap.case02 h2, #people .interviewwrap.favorite h2 {
    font-size: 4.1025641026vw;
    padding-bottom: 3.8461538462vw;
  }
}
#people .interviewwrap.favorite {
  padding-top: 0;
}

/* access */
#access #fv {
  background-image: url(../img/access/fv_bg.jpg);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access #fv {
    background-image: url(../img/access/fv_bg_sp.jpg);
  }
  #access #fv .titleimg {
    width: 48.9743589744vw;
  }
}
#access section {
  padding: 6.25vw 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access .location {
    padding-top: 0;
  }
}
#access .location .inner {
  padding: 0 3.6458333333vw;
  background-image: url(../img/access/location_bg.png);
  background-size: 3.125vw;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access .location .inner {
    width: 100%;
    padding: 0;
    background-image: none;
  }
}
#access .maplink {
  text-align: right;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access .maplink {
    font-size: 5.1282051282vw;
    text-align: justify;
    padding-left: 8.9743589744vw;
  }
}
#access .maplink a {
  color: #005DBB;
  text-decoration: underline;
}
#access .flexbox {
  align-items: stretch;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access .flexbox {
    padding-right: 8.9743589744vw;
    padding-left: 8.9743589744vw;
  }
}
#access .flexbox div {
  padding-bottom: 4.6875vw;
}
#access .flexbox .address {
  width: 29.1666666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access .flexbox .address {
    width: 100%;
    margin-top: 10.2564102564vw;
  }
}
#access .flexbox .access {
  width: 33.5416666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access .flexbox .access {
    width: 100%;
    margin-top: 7.6923076923vw;
    margin-bottom: 15.3846153846vw;
  }
}
#access h2 {
  font-size: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access h2 {
    font-size: 6.4102564103vw;
    margin-bottom: 3.8461538462vw;
  }
}
#access .btn {
  color: #fff;
  width: 29.1666666667vw;
  height: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 1.5625vw;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#access .btn:hover {
  background-color: #0463BF;
  opacity: 1;
}
#access .btn.nopc {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #access .btn.nopc {
    width: 82.0512820513vw;
    height: 12.8205128205vw;
    border-radius: 6.4102564103vw;
    margin-bottom: 6.4102564103vw;
    position: relative;
    display: flex;
  }
  #access .btn.nosp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */