@charset "UTF-8";
/**************************************************
	COMMON
**************************************************/
/**************************************************
	normalize
**************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, table, tr, th, td, hr, input, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, h2, h3, h4 {
  font-size: 2rem;
  margin: 0;
  line-height: 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

.is-super {
  vertical-align: super;
  font-size: 10px;
  font-size: 1rem;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: top;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**************************************************
	BASE
**************************************************/
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.00em;
  font-weight: 400;
  color: #333333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  background-color: #FFFFFF;
  word-wrap: break-word;
  min-width: 1024px;
  outline: none;
  overflow-x: hidden;
  font-feature-settings: "palt";
  touch-action: manipulation;
}

img.flex-img {
  width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

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

a:hover {
  text-decoration: none;
}

a.rollover {
  transition-duration: 0.6s;
  opacity: 1;
}
a.rollover:hover {
  transition-duration: 0.3s;
  opacity: 0.8;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

_::-webkit-full-page-media, _:future, :root .font-for-safari {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.5px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 834px) {
  body {
    min-width: 0;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
* {
  box-sizing: border-box;
}

.font-mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.font-mplus-bold {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
}

html, body {
  width: 100%;
  min-width: 1024px;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  html, body {
    min-width: 0;
  }
}

body {
  padding-top: 100px;
}
@media screen and (max-width: 834px) {
  body {
    padding-top: 43.73333vw;
  }
}

@media screen and (min-width: 835px) {
  .brightness-btn {
    transition-duration: 0.3s;
  }
  .brightness-btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}

p.date {
  text-align: right;
}

/**************************************************
	IMG
**************************************************/
div.video-container,
div.img-container {
  width: 500px;
  margin: 40px auto 40px;
}
div.video-container > div.img,
div.img-container > div.img {
  margin-bottom: 10px;
}
div.video-container > div.img.border,
div.img-container > div.img.border {
  box-sizing: border-box;
  border: 1px solid #000;
}
div.video-container > p.midashi,
div.img-container > p.midashi {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FF7F00;
  margin-bottom: 10px;
}
div.video-container > p.midashi:before,
div.img-container > p.midashi:before {
  content: "■";
  padding-right: 4px;
}
div.video-container > p.click,
div.img-container > p.click {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #FF7F00;
  padding: 0;
  text-align: right;
  margin-bottom: 10px;
}
div.video-container > p.cap,
div.img-container > p.cap {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #519152;
  padding: 0;
}
div.video-container > p.cap > a,
div.img-container > p.cap > a {
  color: #FFA54A;
  text-decoration: underline;
}
div.video-container > p.cap span.red,
div.img-container > p.cap span.red {
  color: red;
}
div.video-container > p.cap:before,
div.img-container > p.cap:before {
  color: #FF7F00;
  content: "▲";
  padding-right: 4px;
  vertical-align: top;
}
div.video-container > p.note,
div.img-container > p.note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #FF4C4C;
  padding: 0;
}
div.video-container > p.note > a,
div.img-container > p.note > a {
  color: #FFA54A;
  text-decoration: underline;
}
div.video-container > p.small,
div.img-container > p.small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0em;
  color: #519152;
  padding: 0;
  text-align: right;
}
div.video-container.left,
div.img-container.left {
  float: left;
  margin: 0 20px 20px 0;
}
div.video-container.right,
div.img-container.right {
  float: right;
  margin: 0 0 20px 20px;
}
div.video-container.width100per,
div.img-container.width100per {
  width: 100%;
}
div.video-container.width600,
div.img-container.width600 {
  width: 600px;
}
div.video-container.width550,
div.img-container.width550 {
  width: 550px;
}
div.video-container.width500,
div.img-container.width500 {
  width: 500px;
}
div.video-container.width480,
div.img-container.width480 {
  width: 480px;
}
div.video-container.width450,
div.img-container.width450 {
  width: 450px;
}
div.video-container.width400,
div.img-container.width400 {
  width: 400px;
}
div.video-container.width375,
div.img-container.width375 {
  width: 375px;
}
div.video-container.width350,
div.img-container.width350 {
  width: 350px;
}
div.video-container.width300,
div.img-container.width300 {
  width: 300px;
}
div.video-container.width325,
div.img-container.width325 {
  width: 325px;
}
div.video-container.width275,
div.img-container.width275 {
  width: 275px;
}
div.video-container.width270,
div.img-container.width270 {
  width: 270px;
}
div.video-container.width250,
div.img-container.width250 {
  width: 250px;
}
div.video-container.width240,
div.img-container.width240 {
  width: 240px;
}
div.video-container.width235,
div.img-container.width235 {
  width: 235px;
}
div.video-container.width225,
div.img-container.width225 {
  width: 225px;
}
div.video-container.width200,
div.img-container.width200 {
  width: 200px;
}
div.video-container.width175,
div.img-container.width175 {
  width: 175px;
}
div.video-container.width150,
div.img-container.width150 {
  width: 150px;
}
div.video-container.width140,
div.img-container.width140 {
  width: 140px;
}

div.video-container div.youtube {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
div.video-container div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.img-wrapper {
  position: relative;
  *zoom: 1;
  width: 500px;
  margin: 0 auto;
}
div.img-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
div.img-wrapper div.img-container:first-child {
  float: left;
}
div.img-wrapper div.img-container:last-child {
  float: right;
}
div.img-wrapper.width820 {
  width: 820px;
}
div.img-wrapper.width740 {
  width: 740px;
}
div.img-wrapper.width550 {
  width: 550px;
}
div.img-wrapper.width520 {
  width: 520px;
}
div.img-wrapper.width475 {
  width: 475px;
}
div.img-wrapper.width450 {
  width: 450px;
}
div.img-wrapper.width425 {
  width: 425px;
}
div.img-wrapper.width400 {
  width: 400px;
}
div.img-wrapper.withcap {
  margin-bottom: 40px;
}
div.img-wrapper.withcap > div.group {
  width: 100%;
  position: relative;
  *zoom: 1;
}
div.img-wrapper.withcap > div.group:after {
  content: "";
  display: table;
  clear: both;
}
div.img-wrapper.withcap > div.group div.img-container {
  margin-bottom: 0px;
}
div.img-wrapper p.cap {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #519152;
  padding: 0;
}
div.img-wrapper p.cap > a {
  color: #FFA54A;
  text-decoration: underline;
}
div.img-wrapper p.cap span.red {
  color: red;
}
div.img-wrapper p.cap:before {
  color: #FF7F00;
  content: "▲";
  padding-right: 4px;
  vertical-align: top;
}

div.img-wrapper-flex {
  width: 520px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.img-wrapper-flex div.img-container {
  margin: 10px 0px;
}
div.img-wrapper-flex div.img-container > div.img {
  margin: 0;
}

@media screen and (max-width: 834px) {
  div.video-container,
  div.img-container {
    width: 100%;
  }
  div.video-container.width600, div.video-container.width550, div.video-container.width500, div.video-container.width480, div.video-container.width450, div.video-container.width400, div.video-container.width375, div.video-container.width350,
  div.img-container.width600,
  div.img-container.width550,
  div.img-container.width500,
  div.img-container.width480,
  div.img-container.width450,
  div.img-container.width400,
  div.img-container.width375,
  div.img-container.width350 {
    width: 100%;
  }

  div.img-wrapper {
    width: 100%;
  }
  div.img-wrapper div.img-container:first-child {
    float: none;
  }
  div.img-wrapper div.img-container:last-child {
    float: none;
  }
  div.img-wrapper.width820, div.img-wrapper.width740, div.img-wrapper.width550, div.img-wrapper.width520, div.img-wrapper.width475, div.img-wrapper.width450, div.img-wrapper.width425, div.img-wrapper.width400 {
    width: 100%;
  }

  div.img-wrapper-flex {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    display: block;
  }
  div.img-wrapper-flex div.img-container {
    width: 100%;
  }
}
/**************************************************
	HEADER&FOOTER
**************************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
}
header.fix {
  position: fixed;
  top: -30px;
}
@media screen and (max-width: 834px) {
  header.fix {
    top: -24.66667vw;
  }
}
header .zaidan-header {
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 834px) {
  header .zaidan-header {
    height: 8vw;
    padding: 0 5.33333vw;
  }
}
header .zaidan-header-name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #9B9B9B;
  font-weight: 600;
  white-space: nowrap;
  width: 300px;
}
@media screen and (max-width: 834px) {
  header .zaidan-header-name {
    width: auto;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }
}
header .zaidan-header-link {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #9B9B9B;
  font-weight: 600;
  padding-right: 10px;
  background: url(../images/arrow.svg) no-repeat right center;
  background-size: 6px 10px;
  width: 300px;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  header .zaidan-header-link {
    width: auto;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }
}
header .labo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 40px 0 36px;
}
@media screen and (max-width: 834px) {
  header .labo-header {
    display: block;
    height: auto;
    padding: 0;
    padding-top: 2.66667vw;
  }
}
header .labo-header-logo {
  margin: 0;
  width: 324px;
  height: 55px;
  line-height: 0;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo_top.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  header .labo-header-logo {
    width: 66.66667vw;
    height: 11.33333vw;
    margin-left: 4.8vw;
    margin-bottom: 2.66667vw;
  }
}
header .labo-header-ui {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  header .labo-header-ui {
    width: 100%;
    justify-content: space-between;
    padding: 2.66667vw 5.33333vw;
    border-top: 1px solid rgba(67, 180, 91, 0.25);
  }
}
header .labo-header-search {
  width: 266px;
}
@media screen and (max-width: 834px) {
  header .labo-header-search {
    width: 64vw;
  }
}
header .labo-header-menu {
  position: relative;
  width: 80px;
  height: 50px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid rgba(204, 204, 204, 0.4);
}
@media screen and (max-width: 834px) {
  header .labo-header-menu {
    width: 16vw;
    height: 13.33333vw;
    padding-left: 5.33333vw;
    margin-left: 0;
  }
}
header .labo-header-menu .btn-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
header .labo-header-menu .btn-menu:after, header .labo-header-menu .btn-menu:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #43B45B;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu:after, header .labo-header-menu .btn-menu:before {
    width: 16vw;
    margin-left: -8vw;
    font-size: 2.93333vw;
    line-height: 2.93333vw;
  }
}
header .labo-header-menu .btn-menu:before {
  content: "メニュー";
}
header .labo-header-menu .btn-menu:after {
  content: "閉じる";
  display: none;
}
header .labo-header-menu .btn-menu > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
header .labo-header-menu .btn-menu > a > span, header .labo-header-menu .btn-menu > a:before, header .labo-header-menu .btn-menu > a:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #43B45B;
  transition-duration: 0.2s;
}
header .labo-header-menu .btn-menu > a > span {
  top: 17px;
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu > a > span {
    top: 4.53333vw;
  }
}
header .labo-header-menu .btn-menu > a:before {
  top: 5px;
  content: "";
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu > a:before {
    top: 1.33333vw;
  }
}
header .labo-header-menu .btn-menu > a:after {
  top: 29px;
  content: "";
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu > a:after {
    top: 7.73333vw;
  }
}
header .labo-header-menu .btn-menu.close:before {
  display: none;
}
header .labo-header-menu .btn-menu.close:after {
  display: block;
}
header .labo-header-menu .btn-menu.close a > span {
  opacity: 0;
}
header .labo-header-menu .btn-menu.close a:before {
  top: 16px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu.close a:before {
    top: 4.26667vw;
  }
}
header .labo-header-menu .btn-menu.close a:after {
  top: 16px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
  header .labo-header-menu .btn-menu.close a:after {
    top: 4.26667vw;
  }
}

.labo-header-search .cse .gsc-control-cse,
.labo-header-search .gsc-control-cse {
  padding: 0;
  width: auto;
}
.labo-header-search form.gsc-search-box {
  margin-bottom: 0;
}
.labo-header-search table.gsc-search-box {
  margin-bottom: 0;
}
.labo-header-search input.gsc-input, .labo-header-search .gsc-input-box, .labo-header-search .gsc-input-box-hover, .labo-header-search .gsc-input-box-focus {
  border-color: #00FF00;
}
.labo-header-search .gsc-input-box {
  border: none;
}
.labo-header-search .gsib_a {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  width: 200px;
  height: 36px;
  padding: 0 20px;
  border: 2px solid #43B45B;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsib_a {
    width: 45.33333vw;
    height: 9.6vw;
    padding: 0 4vw;
    -moz-border-radius: 5.33333vw;
    -webkit-border-radius: 5.33333vw;
    border-radius: 5.33333vw;
  }
}
.labo-header-search .cse .gsc-control-cse, .labo-header-search .gsc-control-cse {
  border: none;
}
.labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  color: #43B45B;
  height: 36px !important;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: 3.73333vw;
    line-height: 9.6vw;
    padding-right: 3.2vw;
  }
}
.labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input::placeholder {
  color: #43B45B;
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-box-tools .gsc-search-box .gsc-input::placeholder {
    font-size: 3.73333vw;
    line-height: 9.6vw;
  }
}
.labo-header-search .gsib_b {
  display: none;
}
.labo-header-search .gsc-search-button {
  margin-left: 0;
}
.labo-header-search .gsc-search-button-v2, .labo-header-search .gsc-search-button-v2:hover, .labo-header-search .gsc-search-button-v2:focus {
  width: 54px;
  height: 40px;
  border: none;
  background-color: #43B45B;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-button-v2, .labo-header-search .gsc-search-button-v2:hover, .labo-header-search .gsc-search-button-v2:focus {
    width: 14.4vw;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
    -webkit-border-radius: 5.33333vw;
    border-radius: 5.33333vw;
  }
}
.labo-header-search .gsc-search-button-v2 svg {
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 834px) {
  .labo-header-search .gsc-search-button-v2 svg {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.breadcrumbs {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs {
    margin-bottom: 5.33333vw;
  }
}
.breadcrumbs__list {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  padding: 10px 20px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs__list {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding: 2.66667vw 5.33333vw;
  }
}
.breadcrumbs__list > a {
  color: #6ABC6D;
}
.breadcrumbs__list > a:hover {
  color: #FFA54A;
}
.breadcrumbs__list .separator {
  padding: 0 5px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs__list .separator {
    padding: 0 1.33333vw;
  }
}

footer {
  background-color: #43B45B;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  footer {
    padding: 5.33333vw 0;
  }
}
footer .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  footer .footer-nav {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 5.33333vw;
  }
}
footer .footer-nav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (min-width: 835px) {
  footer .footer-nav > li > a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 834px) {
  footer .footer-nav > li > a {
    font-size: 3.2vw;
    line-height: 3.2vw;
    padding: 2.66667vw 1.33333vw;
  }
}
footer > p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 834px) {
  footer > p {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }
}
footer:before, footer:after {
  display: none;
}
footer .pagetop-btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
  z-index: 3;
  transition-duration: 0.3s;
  transition-property: right;
}
footer .pagetop-btn.hide {
  right: -160px;
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn.hide {
    right: -32vw;
  }
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn {
    bottom: 16vw;
    right: 8vw;
    width: 16vw;
    height: 16vw;
  }
}
footer .pagetop-btn:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../images/shadow_dot.png);
  background-size: 4px 4px;
  content: "";
}
footer .pagetop-btn > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: black;
  background-image: url(../images/arrow_up.svg);
  background-size: 30px 18px;
  background-repeat: no-repeat;
  background-position: center 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn > a {
    background-size: 8vw 4.8vw;
    background-position: center 2.66667vw;
  }
}
@media screen and (min-width: 835px) {
  footer .pagetop-btn > a {
    transition-duration: 0.3s;
  }
  footer .pagetop-btn > a:hover {
    background-color: #4A4A4A;
  }
}
footer .pagetop-btn > a > span {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  color: #FFF;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  footer .pagetop-btn > a > span {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 5.33333vw;
  }
}

/**************************************************
	NAV
**************************************************/
/**************************************************
	NAV
**************************************************/
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 120px;
  display: none;
}
@media screen and (min-width: 835px) {
  nav {
    transition-duration: 0.3s;
    transition-property: padding-top;
  }
  nav.top {
    padding-top: 70px;
  }
}
nav div.nav-wrapper {
  *zoom: 1;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
}
nav div.nav-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
nav div.nav-wrapper ul {
  float: right;
  display: block;
  width: 300px;
}
@media screen and (min-width: 835px) {
  nav div.nav-wrapper ul {
    transform-origin: right top;
  }
}
nav div.nav-wrapper ul li {
  width: 300px;
  height: 67px;
}
nav div.nav-wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../images/menu.png");
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
}
@media screen and (min-width: 835px) {
  nav div.nav-wrapper ul li a {
    transition-duration: 0.3s;
  }
  nav div.nav-wrapper ul li a:hover {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
nav div.nav-wrapper ul li#gnavi_category a {
  background-position-y: 0;
}
nav div.nav-wrapper ul li#gnavi_class_s1 a {
  background-position-y: -67px;
}
nav div.nav-wrapper ul li#gnavi_class_s2 a {
  background-position-y: -134px;
}
nav div.nav-wrapper ul li#gnavi_interview a {
  background-position-y: -201px;
}
nav div.nav-wrapper ul li#gnavi_future a {
  background-position-y: -268px;
}
nav div.nav-wrapper ul li#gnavi_technology a {
  background-position-y: -335px;
}
nav div.nav-wrapper ul li#gnavi_twitter a {
  background-position-y: -402px;
}
nav div.nav-wrapper ul li#gnavi_quiz a {
  background-position-y: -469px;
}
nav div.nav-wrapper ul li#gnavi_present a {
  background-position-y: -536px;
}

@media screen and (max-width: 834px) {
  nav {
    padding-top: 0;
    overflow-y: scroll;
  }
  nav div.nav-wrapper {
    padding-top: 48vw;
    padding-bottom: 10.66667vw;
  }
  nav div.nav-wrapper ul {
    float: none;
    margin: 0 auto;
  }
}
/**************************************************
	SHARE&PAGING
**************************************************/
/**************************************************
	SHARE UI
**************************************************/
.share-ui {
  margin: 20px 0;
}
.share-ui p {
  text-align: center;
  font-weight: bold;
  color: #7CB46D;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.share-ui ul {
  *zoom: 1;
  text-align: center;
}
.share-ui ul:after {
  content: "";
  display: table;
  clear: both;
}
.share-ui ul li {
  display: inline-block;
}
.share-ui ul li a {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
  padding: 10px;
  color: #7CB46D;
  transition-duration: 0.6s;
}
.share-ui ul li a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

/**************************************************
	PAGING
**************************************************/
#paging {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 40px 0;
}
#paging ul {
  width: 100%;
  text-align: center;
}
#paging ul li {
  display: inline-block;
}
#paging ul li > a {
  display: block;
  padding: 10px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFF;
  background-color: #FFB569;
  border: 2px solid #FFA54A;
}
#paging ul li > a:hover {
  color: #6ABC6D;
  background-color: #FFF;
  border: 2px solid #6ABC6D;
}
#paging ul li.on > a {
  pointer-events: none;
  color: #6ABC6D;
  background-color: #FFF;
  border: 2px solid #6ABC6D;
}
#paging ul li.off {
  display: none;
}
#paging a.large-link {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  text-align: left;
  background-color: #6ABC6D;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
  border: 2px solid #FFFFFF;
}
#paging a.large-link > span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
}
#paging a.large-link:hover {
  color: #6ABC6D;
  background-color: #FFF;
  border: 2px solid #6ABC6D;
}

@media screen and (max-width: 834px) {
  #paging ul li > a {
    display: block;
    padding: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
  }
}
/**************************************************
	CONTENTS
**************************************************/
#content {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #content {
    padding: 0px 15px 0;
  }
}

#main {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/**************************************************
	PARTS
**************************************************/
body#technology div.block div.kenta-container {
  box-sizing: border-box;
  width: 500px;
  min-height: 79px;
  margin: 40px auto;
  padding-right: 80px;
  text-align: right;
  background: url(../technology/images/kenta01.png) no-repeat right bottom;
  background-size: 61px 79px;
}
body#technology div.block div.kenta-container.kenta02 {
  background: url(../technology/images/kenta02.png) no-repeat right bottom;
  background-size: 61px 79px;
}
body#technology div.block div.kenta-container.kenta03 {
  background: url(../technology/images/kenta03.png) no-repeat right bottom;
  background-size: 61px 79px;
}
body#technology div.block div.kenta-container > p {
  position: relative;
  text-align: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  padding: 12px !important;
  background-color: #99CC00;
}
body#technology div.block div.kenta-container > p:after {
  position: absolute;
  bottom: 15px;
  right: -15px;
  width: 15px;
  height: 15px;
  content: " ";
  background: url(../technology/images/kenta_fuki_parts.png) no-repeat right bottom;
  background-size: 15px 15px;
}
body#technology div.block div.kenta-container > p a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  body#technology div.block div.kenta-container {
    width: 100%;
  }
}
a.detail-banner {
  display: block;
  *zoom: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background-color: #EAF1DE;
  transition-duration: 0.6s;
}
a.detail-banner:after {
  content: "";
  display: table;
  clear: both;
}
a.detail-banner > div.photo {
  width: 60px;
  margin-left: 10px;
  float: right;
  border: 2px solid #FFF;
}
a.detail-banner > div.text {
  color: #67803C;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
}
a.detail-banner > div.text span.title {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0em;
  font-weight: bold;
  padding: 2px 8px;
  color: #FFF;
  background-color: #67803C;
  margin-bottom: 10px;
}
a.detail-banner > div.text span.copy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
}
a.detail-banner:hover {
  background-color: #F1F3B6;
  transition-duration: 0.3s;
}

@media screen and (max-width: 834px) {
  a.detail-banner > div.text {
    text-align: center;
  }
  a.detail-banner > div.photo {
    width: 60px;
    margin: 20px auto 0;
    float: none;
    border: 2px solid #FFF;
  }
}
/**************************************************
	CONTENTS HEAD
**************************************************/
body#technology h3 {
  width: 100%;
  margin-bottom: 20px;
}
body#technology h3 > img {
  width: 100%;
  height: auto;
}
body#technology div.lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #666;
  margin-bottom: 40px;
}
body#technology div.profile {
  *zoom: 1;
  box-sizing: border-box;
  position: relative;
  padding: 15px;
  border: 2px solid #64B167;
  margin-bottom: 40px;
}
body#technology div.profile:after {
  content: "";
  display: table;
  clear: both;
}
body#technology div.profile div.left {
  float: left;
  box-sizing: border-box;
  width: 150px;
  height: auto;
  padding: 4px 4px 8px;
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
}
body#technology div.profile div.right {
  width: 350px;
  float: right;
  text-align: left;
}
body#technology div.profile div.right div.name-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #999;
}
body#technology div.profile div.right div.name-box p.name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}
body#technology div.profile div.right div.name-box p.name > span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
body#technology div.profile div.right div.name-box p.job {
  font-weight: bold;
  color: #4A854D;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
}
body#technology div.profile div.right p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #333;
}
body#technology div.profile div.right p > span.name {
  font-weight: bold;
}
body#technology div.profile div.right p > a {
  color: #FFA54A;
  text-decoration: underline;
}
body#technology div.block {
  *zoom: 1;
  margin-bottom: 40px;
}
body#technology div.block:after {
  content: "";
  display: table;
  clear: both;
}
body#technology div.block h5 {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhYmM2ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxOTA1MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6abc6d), color-stop(100%, #519053));
  background: -moz-linear-gradient(#6abc6d, #519053);
  background: -webkit-linear-gradient(#6abc6d, #519053);
  background: linear-gradient(#6abc6d, #519053);
  padding: 4px;
  overflow: hidden;
}
body#technology div.block h5 > span {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 2px 6px #519053;
  padding: 5px 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
body#technology div.block h5:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: url(../technology/images/h5_bg.png) repeat 0 0;
  background-size: 5px 5px;
  opacity: 0.2;
}
body#technology div.block > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #666;
}
body#technology div.block > p.lead {
  color: #519152;
  font-style: italic;
  margin-bottom: 30px;
}
body#technology div.block > p.question {
  box-sizing: border-box;
  min-height: 40px;
  color: #519152;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 50px;
  background: url(../interview/images/question_icon.gif) no-repeat 10px top;
  background-size: 30px 40px;
}
body#technology div.block > p > span.caution, body#technology div.block > p.caution {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #FF4D4D;
}
body#technology div.block > p a {
  color: #FFA54A;
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  body#technology div.profile {
    padding: 15px;
    margin-bottom: 40px;
  }
  body#technology div.profile div.left {
    float: none;
    width: 150px;
    height: auto;
    padding: 4px 4px 8px;
    -moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;
    margin: 0 auto 20px;
  }
  body#technology div.profile div.right {
    width: 100%;
    float: none;
  }
  body#technology div.profile div.right div.name-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #999;
  }
  body#technology div.profile div.right div.name-box p.name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  body#technology div.profile div.right div.name-box p.name > span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  body#technology div.profile div.right div.name-box p.job {
    font-weight: bold;
    color: #4A854D;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
  body#technology div.profile div.right p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
    color: #333;
  }
  body#technology div.profile div.right p > span.name {
    font-weight: bold;
  }
}
/**************************************************
	COLUMN
**************************************************/
body#technology .column {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #6ABC6D;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
body#technology .column h3 {
  box-sizing: border-box;
  padding: 10px 20px 10px;
  margin-bottom: 0;
  background-color: #6ABC6D;
  text-align: center;
}
body#technology .column h3 > span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
body#technology .column h3 > span.small {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  padding: 4px 8px;
  background-color: #FFF;
  color: #6ABC6D;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
body#technology .column .column-container {
  padding: 40px 20px;
}
body#technology .column .column-container div.block {
  margin-bottom: 20px;
}
body#technology .column .table-container {
  padding: 0px 10px;
}
body#technology .column .table-container table {
  border: solid 1px black;
  border-collapse: collapse;
}
body#technology .column .table-container table tr {
  border: solid 1px #A2A9B1;
}
body#technology .column .table-container table tr th,
body#technology .column .table-container table tr td {
  border: solid 1px #A2A9B1;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  background-color: #f3f6f0;
}
body#technology .column .table-container table tr th:first-child,
body#technology .column .table-container table tr td:first-child {
  background-color: #e3eadb;
}
body#technology .column .table-container table tr th.col1,
body#technology .column .table-container table tr td.col1 {
  width: 20%;
}
body#technology .column .table-container table tr th.col2, body#technology .column .table-container table tr th.col3,
body#technology .column .table-container table tr td.col2,
body#technology .column .table-container table tr td.col3 {
  width: 40%;
}
body#technology .column .table-container table tr th {
  text-align: center;
  background-color: #e3eadb;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  body#technology .column h3 > span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  body#technology .column h3 > span.small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    letter-spacing: 0em;
    padding: 3px 6px;
  }
  body#technology .column .column-container {
    padding: 20px 0px;
  }
}
