  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

ul, ol {
  margin: 0;
  padding: 0;
}

/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    Line height auto
*/
/*
    Navi Button
*/
a.navi {
  display: block;
  width: 100%;
  min-width: 230px;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #ededed;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}
@media (max-width: 750px) {
  a.navi {
    border-radius: 6vw;
    padding: 4vw 5.333vw;
    font-size: 32px;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
a.navi:hover {
  background-color: #ededed;
}
a.navi.active {
  background-color: #ededed;
}
@media (max-width: 750px) {
  a.navi > span {
    display: block;
    position: relative;
    padding: 0 2.667vw 0 0;
  }
}
@media (max-width: 750px) {
  a.navi > span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.3333vw 0 1.3333vw 2.1333vw;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
a.navi.arrow > span {
  display: block;
  position: relative;
  padding: 0 20px 0 0;
}
a.navi.arrow > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  a.navi.arrow > span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.3333vw 0 1.3333vw 2.1333vw;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
a.btn {
  display: block;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 15px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 750px) {
  a.btn {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
a.btn > span {
  display: block;
  position: relative;
  padding: 0 20px 0 0;
}
a.btn > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
a.btn[target=_blank] > span:after {
  content: "";
  display: block;
  border: none;
  width: 15px;
  height: 15px;
  background-image: url("/green/assets/images/common/icon_target.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
a.btn.disabled {
  pointer-events: none;
}

/*
    mordalbtn
*/
.board {
  width: 64px;
  max-width: 330px;
  height: 64px;
  display: flex;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0px 0px 24px 0px rgba(0, 30, 128, 0.4);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: width 1.2s linear;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  z-index: 1;
}
@media (max-width: 1000px) {
  .board {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media (max-width: 750px) {
  .board {
    max-width: 53.333vw;
    width: 11.2vw;
    height: 11.2vw;
  }
}
.board > span {
  width: 100%;
  max-width: 64px;
  text-align: center;
  display: block;
}
@media (max-width: 1000px) {
  .board > span {
    max-width: 6.4vw;
  }
}
@media (max-width: 750px) {
  .board > span {
    max-width: 11.2vw;
  }
}
.board > span:before {
  content: "";
  display: block;
  margin: auto;
  width: 34px;
  height: 35px;
  background-image: url("/green/assets/images/common/loader.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 1000px) {
  .board > span:before {
    width: 3.4vw;
    height: 3.5vw;
  }
}
@media (max-width: 750px) {
  .board > span:before {
    width: 5.4667vw;
    height: 5.4667vw;
  }
}
.board > div {
  width: 0;
  text-align: left;
  overflow: hidden;
  transition: width 1.2s ease-in-out;
}
.board > div > span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1;
  padding: 0.2em;
}
@media (max-width: 750px) {
  .board > div > span {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.board > div.data {
  display: none !important;
}
.board:hover {
  width: 100%;
}
.board:hover > div {
  width: calc(100% - 65px);
  display: block;
}
@media (max-width: 1000px) {
  .board:hover > div {
    width: calc(100% - 6.4vw);
  }
}
.board.active {
  width: 100%;
}
.board.active > div {
  width: calc(100% - 65px);
  display: block;
}
@media (max-width: 1000px) {
  .board.active > div {
    width: calc(100% - 6.4vw);
  }
}
.board.active.close {
  width: 64px;
}
.board.no_1 {
  position: absolute;
  bottom: 75px;
  left: calc(50% - 32px);
}
@media (max-width: 1000px) {
  .board.no_1 {
    left: calc(50% - 3.2vw);
    bottom: 5.474%;
  }
}
@media (max-width: 750px) {
  .board.no_1 {
    bottom: calc(4% - 5.6vw);
    left: calc(39% - 5.6vw);
  }
}
.board.no_2 {
  position: absolute;
  top: 172px;
  left: calc(71% - 32px);
}
@media (max-width: 1000px) {
  .board.no_2 {
    top: 12.554%;
    left: calc(71% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_2 {
    top: calc(18% - 5.6vw);
    left: calc(66% - 5.6vw);
  }
}
.board.no_3 {
  position: absolute;
  top: 332px;
  left: calc(39% - 32px);
}
@media (max-width: 1000px) {
  .board.no_3 {
    top: 24.2%;
    left: calc(39% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_3 {
    top: calc(31% - 5.6vw);
    left: calc(33% - 5.6vw);
  }
}
.board.no_4 {
  position: absolute;
  top: 605px;
  left: calc(73% - 32px);
}
@media (max-width: 1000px) {
  .board.no_4 {
    top: 44.2%;
    left: calc(73% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_4 {
    top: calc(47% - 5.6vw);
    left: calc(59% - 5.6vw);
  }
}
.board.no_5 {
  position: absolute;
  top: 1145px;
  left: calc(59% - 32px);
}
@media (max-width: 1000px) {
  .board.no_5 {
    top: 83.576%;
    left: calc(59% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_5 {
    top: calc(87.576% - 5.6vw);
    left: calc(59% - 5.6vw);
  }
}
.board.no_6 {
  position: absolute;
  top: 361px;
  left: calc(36.3% - 32px);
}
@media (max-width: 1000px) {
  .board.no_6 {
    top: 26.54%;
    left: calc(36.3% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_6 {
    top: calc(28.54% - 5.6vw);
    left: calc(38.8% - 5.6vw);
  }
}
.board.no_7 {
  position: absolute;
  top: 712px;
  left: calc(69.5% - 32px);
}
@media (max-width: 1000px) {
  .board.no_7 {
    top: 52.35%;
    left: calc(69.8% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_7 {
    top: calc(52.35% - 5.6vw);
    left: calc(62.5% - 5.6vw);
  }
}
.board.no_8 {
  position: absolute;
  top: 1079px;
  left: calc(19.4% - 32px);
}
@media (max-width: 1000px) {
  .board.no_8 {
    top: 79.34%;
    left: calc(19.1% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_8 {
    top: calc(79.34% - 5.6vw);
    left: calc(22.9% - 5.6vw);
  }
}
.board.no_9 {
  position: absolute;
  top: 271px;
  left: calc(63.95% - 32px);
}
@media (max-width: 1000px) {
  .board.no_9 {
    top: 13.213%;
    left: calc(64.1% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_9 {
    top: calc(15.8% - 5.6vw);
    left: calc(59.1% - 5.6vw);
  }
}
.board.no_10 {
  position: absolute;
  top: 581px;
  left: calc(74.95% - 32px);
}
@media (max-width: 1000px) {
  .board.no_10 {
    top: 28.166%;
    left: calc(62.95% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_10 {
    top: calc(30.866% - 5.6vw);
    left: calc(52.95% - 5.6vw);
  }
}
.board.no_11 {
  position: absolute;
  top: 1145px;
  left: calc(37% - 32px);
}
@media (max-width: 1000px) {
  .board.no_11 {
    top: 55.826%;
    left: calc(37% - 3.2vw);
  }
}
@media (max-width: 750px) {
  .board.no_11 {
    top: calc(56.826% - 5.6vw);
    left: calc(42% - 5.6vw);
  }
}

/*
    Loader Animation
*/
#loader > .inner img {
  animation: fadeInOut 1s ease 0s infinite;
}

/*
    SCROLL
*/
#first .inner > ul > li span {
  display: inline-block;
  animation: fuwafuwa 2s linear 0s infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleXwidth {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInLoop {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  60% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInCenter {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%);
  }
  to {
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInroll {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rotateDownLeft {
  0% {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -20deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: none;
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes shadowSlide {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-15px, -15px);
  }
  20% {
    opacity: 1;
    transform: translate(-15px, -15px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes shadowSlide_sp {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-7px, -7px);
  }
  20% {
    opacity: 1;
    transform: translate(-7px, -7px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes blurInTitle {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes Turnboard {
  from {
    transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  40% {
    transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }
  80% {
    transform: perspective(300px) rotate3d(0, 1, 0, -2deg);
  }
  to {
    opacity: 1;
    transform: perspective(300px);
  }
}
@keyframes fuwafuwa {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fadeOutAnime {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes fadeOutAnimeBtn {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-100%, -80%) scale(1, 1);
  }
  60% {
    transform: translate(-100%, -80%) scale(1.2, 1.2);
  }
  100% {
    transform: translate(-50%, -40%) scale(0, 0);
  }
}
@keyframes bounceInDown {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate(0, -40px);
  }
  20% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.1, 0.9, 1) translate(0, 5px);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.95, 1.05, 1) translate(0, -2px);
  }
  80% {
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(1, 1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes bounceOutUp {
  from, to {
    animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(0, 0, 1) translate(0, 120px);
    opacity: 0;
  }
}
/*
    PageTop
*/
#pagetop {
  position: fixed;
  bottom: 60px;
  right: 50px;
}
@media (max-width: 750px) {
  #pagetop {
    bottom: 14.667vw;
    right: 6.667vw;
  }
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #33434f;
  background-color: #fff;
  opacity: 0.8;
}
@media (max-width: 750px) {
  #pagetop a {
    width: 10.6667vw;
    height: 10.6667vw;
  }
}
#pagetop a > span {
  display: inline-block;
}
#pagetop a > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #32434f transparent;
}
@media (max-width: 750px) {
  #pagetop a > span:before {
    border-width: 0 1.333vw 1.8667vw 1.333vw;
  }
}

/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "BIZ UDPGothic", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  color: #333;
}
html.open,
body.open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.util_sp {
  display: none !important;
}
@media (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
    loader
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader > .inner > p {
  padding: 10px 10px 0;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

/*
    header
*/
header#header {
  background-color: #fff;
  box-shadow: 0px 0px 34px 0px rgba(0, 30, 128, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 750px) {
  header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header#header > .inner {
  margin: auto;
  padding: 10px 15px 10px 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  header#header > .inner {
    padding: 2vw 5.333vw;
  }
}
header#header > .inner > h1 {
  line-height: 0;
  font-size: 0;
  display: flex;
  align-items: center;
}
header#header > .inner > h1 > span {
  display: inline-block;
  line-height: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header#header > .inner > h1 > span.corp {
  width: 55px;
  padding: 0 15px 0 0;
  border-right: 1px solid #8e8e8e;
}
@media (max-width: 1000px) {
  header#header > .inner > h1 > span.corp {
    padding: 0 1.5vw 0 0;
  }
}
@media (max-width: 750px) {
  header#header > .inner > h1 > span.corp {
    width: 9.333vw;
    min-width: 9.333vw;
    padding: 0 2.667vw 0 0;
  }
}
header#header > .inner > h1 > span.site {
  padding: 0 10px 0 22px;
  max-width: 318px;
  text-align: left;
}
@media (max-width: 1000px) {
  header#header > .inner > h1 > span.site {
    padding: 0 1vw 0 2.2vw;
  }
}
@media (max-width: 750px) {
  header#header > .inner > h1 > span.site {
    padding: 0 0 0 4.667vw;
    width: 34.8vw;
  }
}
header#header > .inner > h1 > span img {
  max-width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  vertical-align: middle;
}
header#header > .inner > h1 > span img.util_normal {
  width: 152px;
  min-width: 152px;
}
header#header > .inner > h1 > span img.util_smart {
  display: none;
}
@media (max-width: 750px) {
  header#header > .inner > h1 > span img.util_smart {
    display: none;
  }
}
header#header.smart > .inner > h1 {
  display: flex;
  align-items: center;
}
header#header.smart > .inner > h1 > span.corp {
  width: 44px;
  min-width: 44px;
}
header#header.smart > .inner > h1 > span img.util_smart {
  display: block;
}
header#header.smart > .inner > h1 > span img.util_normal {
  display: none;
}

/*
    footer
*/
footer#footer {
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
footer#footer > .inner {
  padding: 15px;
}
@media (max-width: 750px) {
  footer#footer > .inner {
    padding: 7.333vw 2.667vw 2.667vw;
  }
}
footer#footer > .inner > p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  footer#footer > .inner > p {
    font-size: 14px;
    font-size: 1.8666666667vw;
  }
}

/*
    Navi
*/
@media (max-width: 750px) {
  .navigation {
    position: absolute;
    top: 12.5333vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 6.6667vw);
    background-color: #fff;
    background-image: url(/green/assets/images/common/bg_nav_sp_top.png), url(/green/assets/images/common/bg_nav_sp_bottom.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navigation > ul {
  display: flex;
}
@media (max-width: 750px) {
  .navigation > ul {
    display: block;
    width: 100%;
    padding: 8.667vw;
  }
}
.navigation > ul > li {
  padding: 0 0 0 10px;
  min-width: 230px;
}
@media (max-width: 750px) {
  .navigation > ul > li {
    padding: 4vw 0;
    width: 100%;
  }
}
.navigation.util_smart {
  display: none;
}
.navigation.util_smart.active {
  display: block;
}
@media (max-width: 750px) {
  .navigation.util_global {
    display: none;
  }
}
.navigation.util_global > ul {
  flex-wrap: wrap;
}
.navigation.util_global > ul > li {
  min-width: 10px;
  font-size: 14px;
  padding: 5px 40px;
  border-left: 1px solid #33434f;
  border-right: 1px solid #33434f;
  margin-left: -1px;
}
@media screen and (max-width: 1500px) {
  .navigation.util_global > ul > li {
    padding: 5px 25px;
  }
}
@media (max-width: 1400px) {
  .navigation.util_global > ul > li {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1350px) {
  .navigation.util_global > ul > li {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1280px) {
  .navigation.util_global > ul > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1220px) {
  .navigation.util_global > ul > li {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1160px) {
  .navigation.util_global > ul > li {
    padding: 5px 5px;
  }
}
@media (max-width: 1000px) {
  .navigation.util_global > ul > li {
    font-size: 12px;
  }
}
.navigation.util_global.hidden {
  display: none;
}

@media (max-width: 750px) {
  .rollover .opennavi {
    border-radius: 6vw;
    border: 1px solid #ededed;
    background-color: #fff;
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .rollover .opennavi > a {
    border-radius: 0;
    border: none;
  }
}
.rollover .opennavi .subnavi {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100vw;
  text-align: center;
  display: none;
  padding-top: 23px;
  opacity: 0;
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    padding-top: 0;
    opacity: 1;
  }
}
.rollover .opennavi .subnavi > .inner {
  background-color: #f5f5f5;
  background-image: url(/green/assets/images/common/bg_nav_pc_left.png), url(/green/assets/images/common/bg_nav_pc_right.png);
  background-position: right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%, auto 100%;
  padding: 20px;
  box-shadow: 0px 10px 16px -5px rgba(0, 30, 128, 0.35);
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi > .inner {
    background: none;
    box-shadow: none;
    padding: 0;
  }
}
.rollover .opennavi .subnavi ul {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi ul {
    display: block;
    padding: 0 2.667vw;
  }
}
.rollover .opennavi .subnavi ul > li {
  border-right: 1px solid #333;
  min-width: 178px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi ul > li {
    border: none;
  }
}
.rollover .opennavi .subnavi ul > li.ttl {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi ul > li.ttl {
    display: none;
  }
}
.rollover .opennavi .subnavi ul > li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi ul > li a {
    padding: 4vw 2.667vw 4vw 4vw;
    border-top: 1px solid #e2e2e2;
    font-size: 26px;
    font-size: 3.4666666667vw;
    font-weight: 400;
    text-align: left;
  }
}
.rollover .opennavi .subnavi ul > li a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 30px;
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi ul > li a > span {
    justify-content: flex-start;
  }
}
.rollover .opennavi .subnavi ul > li a > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 140%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi ul > li a > span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.3333vw 0 1.3333vw 2.1333vw;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}
.rollover .opennavi .subnavi ul > li a:hover > span:after {
  transform: translate(-50%, 250%);
}
@media (max-width: 750px) {
  .rollover .opennavi .subnavi ul > li a:hover > span:after {
    transform: translate(0, -50%);
  }
}
.rollover.hover .subnavi {
  display: block;
  animation: fadeIn 1s ease 0.2s forwards;
}

.smart .opennavi .subnavi {
  top: 34px;
}
.smart .navigation {
  display: none;
}
.smart .navigation.util_global > ul > li {
  padding: 5px 20px;
  font-size: 13px;
}

.humberger {
  display: none;
}
@media (max-width: 750px) {
  .humberger {
    display: block;
    width: 10.6667vw;
    height: 6vw;
    position: relative;
  }
}
.humberger > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: 50% 50%;
  transform: translate(0, -50%) rotate(0);
  display: block;
  width: 100%;
  height: 0.6667vw;
  background-color: #209ec7;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.humberger > span:first-child {
  top: calc(50% + 2.4vw);
}
.humberger > span:last-child {
  top: calc(50% - 2.4vw);
}

.open .humberger > span {
  opacity: 0;
}
.open .humberger > span:first-child {
  top: 50%;
  opacity: 1;
  transform: translate(0, -50%) rotate(45deg);
}
.open .humberger > span:last-child {
  top: 50%;
  opacity: 1;
  transform: translate(0, -50%) rotate(135deg);
}

/*
    Style
*/
main#main {
  margin: auto;
  width: 100%;
  max-width: 2000px;
  overflow: hidden;
}
@media (max-width: 750px) {
  main#main {
    padding-top: 12.5333vw;
  }
}
main#main .section {
  position: relative;
}
main#main .section > .backimg {
  display: none;
  line-height: 0;
}
@media (max-width: 750px) {
  main#main .section > .backimg {
    display: block;
  }
}
main#main .section > .inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  position: relative;
}
@media (max-width: 750px) {
  main#main .section > .inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.section#first {
  margin-top: 70px;
  background-image: url("/green/assets/images/index/bg_01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px auto;
  height: 1370px;
}
@media (max-width: 1000px) {
  .section#first {
    height: 137vw;
    background-size: auto 100%;
  }
}
@media (max-width: 750px) {
  .section#first {
    margin-top: 0;
    height: auto;
    background: none;
  }
}
.section#first > .inner > h2 {
  padding-top: 100px;
}
@media (max-width: 1000px) {
  .section#first > .inner > h2 {
    padding-top: 10vw;
  }
}
@media (max-width: 750px) {
  .section#first > .inner > h2 {
    padding: 13.333vw 0 0;
  }
}
@media (max-width: 750px) {
  .section#first > .inner > h2 img {
    margin: auto;
    width: 39.4667vw;
  }
}
.section#first > .inner > h3 {
  padding: 25px 0 55px;
}
@media (max-width: 750px) {
  .section#first > .inner > h3 {
    padding: 6vw 0 13vw;
  }
}
.section#first > .inner > h3 img {
  max-width: 205px;
}
@media (max-width: 750px) {
  .section#first > .inner > h3 img {
    max-width: 50.533vw;
  }
}
.section#first > .inner > p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  .section#first > .inner > p {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.section#first > .inner ul {
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .section#first > .inner ul {
    padding-top: 6vw;
  }
}
@media (max-width: 750px) {
  .section#first > .inner ul {
    padding-top: 10vw;
  }
}
.section#first > .inner ul > li span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 750px) {
  .section#first > .inner ul > li span {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
.section#first > .inner ul > li span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.section#first > .inner .animation {
  position: absolute;
  top: 0;
  left: 0;
}
.section#first > .inner .animation#gif_22 {
  top: 916.25px;
  left: 702.25px;
  width: 275.5px;
}
@media (max-width: 1000px) {
  .section#first > .inner .animation#gif_22 {
    top: calc(71.533% - 6.375vw);
    left: calc(84% - 13.775vw);
    width: 27.55vw;
  }
}
@media (max-width: 750px) {
  .section#first > .inner .animation#gif_22 {
    top: calc(82.533% - 6.375vw);
    left: calc(86% - 13.775vw);
    width: 27.55vw;
  }
}
.section#first > .inner .animation#gif_18 {
  top: 1066px;
  left: 177px;
  width: 482px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .section#first > .inner .animation#gif_18 {
    top: calc(101.313% - 32.2vw);
    left: calc(41.8% - 24.1vw);
    width: 48.2vw;
  }
}
@media (max-width: 750px) {
  .section#first > .inner .animation#gif_18 {
    top: calc(100.7% - 32.2vw);
    left: calc(41.7% - 24.1vw);
    width: 48.2vw;
  }
}
.section#second {
  background-image: url("/green/assets/images/index/bg_02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px auto;
  height: 1370px;
}
@media (max-width: 1000px) {
  .section#second {
    height: 137vw;
    background-size: auto 100%;
  }
}
@media (max-width: 750px) {
  .section#second {
    height: auto;
    background: none;
  }
}
.section#second > .inner .animation {
  position: absolute;
  top: 0;
  left: 0;
}
.section#second > .inner .animation#gif_1 {
  top: 463px;
  left: 413.75px;
  width: 132.5px;
}
@media (max-width: 1000px) {
  .section#second > .inner .animation#gif_1 {
    top: calc(36.496% - 3.7vw);
    left: calc(48% - 6.65vw);
    width: 13.3vw;
  }
}
@media (max-width: 750px) {
  .section#second > .inner .animation#gif_1 {
    top: calc(38% - 5.333vw);
    left: calc(49% - 5.333vw);
    width: 10.667vw;
  }
}
.section#second > .inner .animation#gif_10 {
  top: 54.5px;
  left: 271.75px;
  width: 24.5px;
}
@media (max-width: 1000px) {
  .section#second > .inner .animation#gif_10 {
    top: calc(6.277% - 3.15vw);
    left: calc(28.4% - 1.225vw);
    width: 2.45vw;
  }
}
@media (max-width: 750px) {
  .section#second > .inner .animation#gif_10 {
    top: calc(6.277% - 3.15vw);
    left: calc(28.4% - 1.225vw);
    width: 2.45vw;
  }
}
.section#second > .inner .animation#gif_11 {
  top: 432.75px;
  left: 147px;
  width: 56px;
}
@media (max-width: 1000px) {
  .section#second > .inner .animation#gif_11 {
    top: calc(32.846% - 1.725vw);
    left: calc(17.5% - 2.8vw);
    width: 5.6vw;
  }
}
@media (max-width: 750px) {
  .section#second > .inner .animation#gif_11 {
    top: calc(32.8% - 1.725vw);
    left: calc(17.4% - 2.8vw);
    width: 5.6vw;
  }
}
.section#second > .inner .animation#gif_14 {
  top: 846px;
  left: 565.5px;
  width: 49px;
}
@media (max-width: 1000px) {
  .section#second > .inner .animation#gif_14 {
    top: calc(63.795% - 2.8vw);
    left: calc(59% - 2.45vw);
    width: 4.9vw;
  }
}
@media (max-width: 750px) {
  .section#second > .inner .animation#gif_14 {
    top: calc(63.8% - 2.8vw);
    left: calc(60.8% - 2.45vw);
    width: 4.9vw;
  }
}
.section#second > .inner .animation#gif_9 {
  top: 1100.5px;
  left: 158px;
  width: 72px;
}
@media (max-width: 1000px) {
  .section#second > .inner .animation#gif_9 {
    top: calc(85.912% - 7.65vw);
    left: calc(19.4% - 3.6vw);
    width: 7.2vw;
  }
}
@media (max-width: 750px) {
  .section#second > .inner .animation#gif_9 {
    top: calc(85.9% - 7.65vw);
    left: calc(19.3% - 3.6vw);
    width: 7.2vw;
  }
}
.section#third {
  background-image: url("/green/assets/images/index/bg_03.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px auto;
  height: 1360px;
}
@media (max-width: 1000px) {
  .section#third {
    margin-top: -1px;
    height: 136vw;
    background-size: auto 100%;
  }
}
@media (max-width: 750px) {
  .section#third {
    height: auto;
    background: none;
  }
}
.section#third > .inner .animation {
  position: absolute;
  top: 0;
  left: 0;
}
.section#third > .inner .animation canvas {
  width: 100%;
}
.section#third > .inner .animation#gif_12 {
  top: 111.75px;
  left: 174.75px;
  width: 34.5px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_12 {
    top: calc(9.558% - 1.825vw);
    left: calc(19.2% - 1.725vw);
    width: 3.45vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_12 {
    top: calc(9.7% - 1.825vw);
    left: calc(19% - 1.725vw);
    width: 3.45vw;
  }
}
.section#third > .inner .animation#gif_3 {
  top: 693.75px;
  left: -138.5px;
  width: 21px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_3 {
    top: calc(52.647% - 2.225vw);
    left: calc(-12.8% - 1.05vw);
    width: 2.1vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_3 {
    display: none;
    width: 2.1vw;
  }
}
.section#third > .inner .animation#gif_13 {
  top: 560px;
  left: 774px;
  width: 104px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_13 {
    top: calc(50.5147% - 12.512vw);
    left: calc(82.6% - 5.333vw);
    width: 10.6667vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_13 {
    top: calc(50.3% - 12.512vw);
    left: calc(82.8% - 5.333vw);
    width: 10.6667vw;
  }
}
.section#third > .inner .animation#gif_15 {
  top: 559px;
  left: 584px;
  width: 514px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_15 {
    top: calc(60% - 25.7vw);
    left: calc(84.1% - 25.7vw);
    width: 51.4vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_15 {
    top: calc(60.35% - 25.7vw);
    left: calc(84.1% - 25.7vw);
    width: 51.4vw;
  }
}
.section#third > .inner .animation#gif_21 {
  top: 823.25px;
  left: 712.5px;
  width: 85px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_21 {
    top: calc(62.058% - 2.075vw);
    left: calc(75.5% - 4.25vw);
    width: 8.5vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_21 {
    top: calc(62.2% - 2.075vw);
    left: calc(75.2% - 4.25vw);
    width: 8.5vw;
  }
}
.section#third > .inner .animation#gif_19 {
  top: 857.5px;
  left: 534.25px;
  width: 147.5px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_19 {
    top: calc(67.132% - 5.55vw);
    left: calc(60.8% - 7.375vw);
    width: 14.75vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_19 {
    top: calc(67.35% - 5.55vw);
    left: calc(60.5% - 7.375vw);
    width: 14.75vw;
  }
}
.section#third > .inner .animation#gif_4 {
  top: 968.5px;
  left: 388px;
  width: 68px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_4 {
    top: calc(73.455% - 3.05vw);
    left: calc(42.2% - 3.4vw);
    width: 6.8vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_4 {
    top: calc(73.9% - 3.05vw);
    left: calc(42.2% - 3.4vw);
    width: 6.8vw;
  }
}
.section#third > .inner .animation#gif_16 {
  top: 968.5px;
  left: 388px;
  width: 68px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_16 {
    top: calc(73.455% - 3.05vw);
    left: calc(42.2% - 3.4vw);
    width: 6.8vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_16 {
    top: calc(73.9% - 3.05vw);
    left: calc(42.2% - 3.4vw);
    width: 6.8vw;
  }
}
.section#third > .inner .animation#gif_2 {
  top: 152.5px;
  left: 843.75px;
  width: 194.5px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_2 {
    top: calc(16.617% - 7.35vw);
    left: calc(94.7% - 9.725vw);
    width: 19.45vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_2 {
    top: calc(16.5% - 7.35vw);
    left: calc(94.1% - 9.725vw);
    width: 19.45vw;
  }
}
.section#third > .inner .animation#gif_8 {
  top: -122.5px;
  left: -221.5px;
  width: 549px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_8 {
    top: calc(11.176% - 27.45vw);
    left: calc(-3.6% - 18.55vw);
    width: 54.9vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_8 {
    top: calc(11.4% - 27.45vw);
    left: calc(-3.525% - 18.55vw);
    width: 54.9vw;
  }
}
.section#third > .inner .animation#gif_5 {
  top: 960px;
  left: 838.25px;
  width: 73.5px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_5 {
    top: calc(74% - 4.6vw);
    left: calc(88.1% - 3.675vw);
    width: 7.35vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_5 {
    top: calc(74.2% - 4.6vw);
    left: calc(87.39% - 3.675vw);
    width: 7.35vw;
  }
}
.section#third > .inner .animation#gif_23 {
  top: 1001.25px;
  left: 797.25px;
  width: 52.5px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_23 {
    top: calc(76.86% - 4.6vw);
    left: calc(82.5% - 2.667vw);
    width: 5.3333vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_23 {
    top: calc(77.2% - 4.6vw);
    left: calc(82.39% - 2.667vw);
    width: 5.3333vw;
  }
}
.section#third > .inner .animation#gif_16 {
  top: 1186.5px;
  left: 263.5px;
  width: 139px;
}
@media (max-width: 1000px) {
  .section#third > .inner .animation#gif_16 {
    top: calc(92.86% - 7.45vw);
    left: calc(33.1% - 6.95vw);
    width: 13.9vw;
  }
}
@media (max-width: 750px) {
  .section#third > .inner .animation#gif_16 {
    top: calc(93.2% - 7.45vw);
    left: calc(33.3% - 6.95vw);
    width: 13.9vw;
  }
}
.section#forth {
  background-image: url("/green/assets/images/index/bg_04.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px auto;
  height: 2051px;
}
@media (max-width: 1000px) {
  .section#forth {
    margin-top: -1px;
    height: 205.1vw;
    background-size: auto 100%;
  }
}
@media (max-width: 750px) {
  .section#forth {
    margin-top: -1px;
    height: auto;
    background: none;
  }
}
.section#forth > .inner .animation {
  position: absolute;
  top: 0;
  left: 0;
}
.section#forth > .inner .animation canvas {
  width: 100%;
}
.section#forth > .inner .animation#gif_20 {
  top: 502px;
  left: 693px;
  width: 240px;
}
@media (max-width: 1000px) {
  .section#forth > .inner .animation#gif_20 {
    top: calc(28.474% - 8.2vw);
    left: calc(81.3% - 12vw);
    width: 24vw;
  }
}
@media (max-width: 750px) {
  .section#forth > .inner .animation#gif_20 {
    top: calc(28.7% - 8.2vw);
    left: calc(81.3% - 12vw);
    width: 24vw;
  }
}
.section#forth > .inner .animation#gif_6 {
  top: 709.5px;
  left: 1035.75px;
  width: 308.5px;
}
@media (max-width: 1000px) {
  .section#forth > .inner .animation#gif_6 {
    top: calc(40.663% - 12.45vw);
    left: calc(119% - 15.425vw);
    width: 30.85vw;
  }
}
@media (max-width: 750px) {
  .section#forth > .inner .animation#gif_6 {
    top: calc(28.474% - 12.45vw);
    left: calc(119% - 15.425vw);
    width: 30.85vw;
  }
}
.section#forth > .inner .animation#gif_7_1 {
  top: 1233.5px;
  left: 277.5px;
  width: 273px;
}
@media (max-width: 1000px) {
  .section#forth > .inner .animation#gif_7_1 {
    top: calc(61.384% - 2.55vw);
    left: calc(41.4% - 13.65vw);
    width: 27.3vw;
  }
}
@media (max-width: 750px) {
  .section#forth > .inner .animation#gif_7_1 {
    top: calc(61.49% - 2.55vw);
    left: calc(41.8% - 13.65vw);
    width: 27.3vw;
  }
}
.section#forth > .inner .animation#gif_7_2 {
  top: 1016.75px;
  left: 548px;
  width: 196px;
}
@media (max-width: 1000px) {
  .section#forth > .inner .animation#gif_7_2 {
    top: calc(51.048% - 3.025vw);
    left: calc(64.6% - 9.8vw);
    width: 19.6vw;
  }
}
@media (max-width: 750px) {
  .section#forth > .inner .animation#gif_7_2 {
    top: calc(51.49% - 3.025vw);
    left: calc(64.6% - 9.8vw);
    width: 19.6vw;
  }
}
.section#forth > .inner .animation#gif_17 {
  top: 1669px;
  left: 103.25px;
  width: 67.5px;
}
@media (max-width: 1000px) {
  .section#forth > .inner .animation#gif_17 {
    top: calc(82.691% - 2.7vw);
    left: calc(13.7% - 3.375vw);
    width: 6.75vw;
  }
}
@media (max-width: 750px) {
  .section#forth > .inner .animation#gif_17 {
    top: calc(82.691% - 2.7vw);
    left: calc(13.7% - 3.375vw);
    width: 6.75vw;
  }
}

/*
    Modal
*/
#filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.box_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 982px;
  z-index: 10;
  background-color: #fff;
  display: none;
}
.box_modal > .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding-bottom: 62px;
}
@media (max-width: 750px) {
  .box_modal > .inner {
    display: block;
    padding-bottom: 9.8667vw;
  }
}
.box_modal > .inner > div {
  width: 51.5%;
  max-height: 100%;
}
@media (max-width: 750px) {
  .box_modal > .inner > div {
    width: 100%;
  }
}
.box_modal > .inner > div.img {
  width: 48.5%;
  height: 100%;
  max-height: 920px;
  /*overflow: auto;*/
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 750px) {
  .box_modal > .inner > div.img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .box_modal > .inner > div.data {
    height: calc(100vh - 60vw);
    overflow: auto;
  }
}
.box_modal > .inner > div.data .thumbnail {
  position: relative;
}
.box_modal > .inner > div.data .thumbnail.loupe img {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.box_modal > .inner > div.data .thumbnail.loupe img:hover {
  opacity: 0.7;
}
.box_modal > .inner > div.data .thumbnail.loupe:after {
  margin-top: 0.5em;
  content: "画像をクリックして拡大できます";
  display: block;
  text-align: center;
  font-size: 11px;
}
@media (max-width: 750px) {
  .box_modal > .inner > div.data .thumbnail.loupe:after {
    content: none;
  }
}
.box_modal > .inner > div#closebtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .box_modal > .inner > div#closebtn {
    width: 8vw;
    height: 8vw;
    top: 2.667vw;
    right: 3.333vw;
  }
}
.box_modal > .inner > div#closebtn > div {
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 750px) {
  .box_modal > .inner > div#closebtn > div {
    width: 8vw;
    height: 8vw;
  }
}
.box_modal > .inner > div#closebtn > div > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}
.box_modal > .inner > div#closebtn > div > span:last-child {
  transform: rotate(-45deg);
}
.box_modal > .inner > div.scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px solid #333;
}
@media (max-width: 750px) {
  .box_modal > .inner > div.scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-size: 1.3333333333vw;
    padding: 2vw 0;
  }
}
.box_modal > .inner > div.scroll > span {
  display: block;
  text-align: center;
}
.box_modal > .inner > div.scroll > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #333 transparent transparent transparent;
  margin: 10px auto 0;
}
@media (max-width: 750px) {
  .box_modal > .inner > div.scroll > span:after {
    border-width: 2.1333vw 1.3334vw 0 1.3334vw;
    margin: 1vw auto 0;
  }
}
.box_modal > .inner > div .text {
  padding: 30px;
  height: 100%;
  max-height: 920px;
  overflow: auto;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text {
    padding: 3.333vw 6.667vw 20.667vw;
    max-height: 100%;
  }
}
.box_modal > .inner > div .text .exp {
  text-align: left;
  max-height: 100%;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp {
    max-height: 10000px;
  }
}
.box_modal > .inner > div .text .exp > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #209ec7;
  padding: 10px 0 20px;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp > h3 {
    font-size: 30px;
    font-size: 4vw;
    padding: 1.333vw 0 2.6667vw;
  }
}
.box_modal > .inner > div .text .exp > p {
  font-size: 14px;
  line-height: 1.857;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp > p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.box_modal > .inner > div .text .exp > p.leadcopy {
  padding-bottom: 2em;
}
.box_modal > .inner > div .text .exp .content {
  border-top: 1px solid #e2e2e2;
  padding: 25px 0 10px;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content {
    padding: 4vw 0 2vw;
  }
}
.box_modal > .inner > div .text .exp .content > h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > h4 {
    font-size: 30px;
    font-size: 4vw;
  }
}
.box_modal > .inner > div .text .exp .content > h4 > ul {
  display: flex;
}
.box_modal > .inner > div .text .exp .content > h4 > ul > li {
  max-width: 46px;
  padding: 0 3px;
}
.box_modal > .inner > div .text .exp .content > h4 > ul > li img {
  width: 100%;
}
.box_modal > .inner > div .text .exp .content > h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > h5 {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.box_modal > .inner > div .text .exp .content > p {
  margin-top: 0.7em;
  font-size: 14px;
  line-height: 1.857;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.box_modal > .inner > div .text .exp .content > p.attend_txt {
  padding-top: 0.5em;
  font-size: 12px;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > p.attend_txt {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.box_modal > .inner > div .text .exp .content > .thumbnail {
  padding: 20px 0 10px;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > .thumbnail {
    padding: 1.333vw 0;
  }
}
.box_modal > .inner > div .text .exp .content > ul {
  padding: 10px 30px;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > ul {
    padding: 1.333vw 4.667vw;
  }
}
.box_modal > .inner > div .text .exp .content > ul > li {
  padding: 10px 0;
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > ul > li {
    padding: 1.333vw 0;
  }
}
@media (max-width: 750px) {
  .box_modal > .inner > div .text .exp .content > ul > li a.btn {
    padding: 3.333vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}

.image_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.image_modal > .image_modal_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.image_modal > .image_modal_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 900px;
}
.image_modal > .image_modal_body > .inner {
  width: 100%;
}
.image_modal #closebtn2 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .image_modal #closebtn2 {
    width: 8vw;
    height: 8vw;
    top: 2.667vw;
    right: 3.333vw;
  }
}
.image_modal #closebtn2 > div {
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 750px) {
  .image_modal #closebtn2 > div {
    width: 8vw;
    height: 8vw;
  }
}
.image_modal #closebtn2 > div > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}
.image_modal #closebtn2 > div > span:last-child {
  transform: rotate(-45deg);
}

/*
    WhatGI
*/
.whatgi #main {
  display: block;
  overflow: hidden;
  background-image: url("/green/assets/images/whatgi/bg_img01_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media (max-width: 1000px) {
  .whatgi #main {
    background-size: 200% auto;
  }
}
@media (max-width: 750px) {
  .whatgi #main {
    background-image: url("/green/assets/images/whatgi/bg_img-1_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
.whatgi #main #mainview {
  margin-top: 70px;
  height: 195px;
  background-image: url("/green/assets/images/whatgi/mainview.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media (max-width: 750px) {
  .whatgi #main #mainview {
    margin-top: 0;
    height: 18.667vw;
    background-image: url("/green/assets/images/whatgi/mainview_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
.whatgi #main .container_whatgi.middle {
  background-image: url("/green/assets/images/whatgi/bg_img02_pc.png");
  background-repeat: no-repeat;
  background-position: center 64%;
  background-size: auto auto;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi.middle {
    background-size: 200% auto;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi.middle {
    background-image: url("/green/assets/images/whatgi/bg_img02_sp.png");
    background-repeat: no-repeat;
    background-position: center 36%;
    background-size: 100% auto;
  }
}
.whatgi #main .container_whatgi.lower {
  background-image: url("/green/assets/images/whatgi/bg_img03_pc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi.lower {
    background-size: 200% auto;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi.lower {
    background-image: url("/green/assets/images/whatgi/bg_img03_sp.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.whatgi #main .container_whatgi .section > .inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
.whatgi #main .container_whatgi .section#about {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.whatgi #main .container_whatgi .section#about > .inner {
  padding: 40px 20px 270px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about > .inner {
    padding: 0 0 48vw;
  }
}
.whatgi #main .container_whatgi .section#about > .inner > h2 {
  margin: 0 -20px 60px;
  text-align: center;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about > .inner > h2 {
    margin: 0 0 5.333vw;
  }
}
.whatgi #main .container_whatgi .section#about > .inner .container_about {
  display: flex;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about > .inner .container_about {
    display: block;
    padding: 0 6.667vw;
  }
}
.whatgi #main .container_whatgi .section#about > .inner .container_about > div.copy {
  width: calc(100% - 480px);
  padding: 0 20px 0 0;
  text-align: left;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about > .inner .container_about > div.copy {
    width: 100%;
    padding: 0;
  }
}
.whatgi #main .container_whatgi .section#about > .inner .container_about > div.copy > h3 {
  line-height: 1.778;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about > .inner .container_about > div.copy > h3 {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.whatgi #main .container_whatgi .section#about > .inner .container_about > div.copy > p {
  line-height: 1.928;
  font-size: 14px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about > .inner .container_about > div.copy > p {
    font-size: 24px;
    font-size: 3.2vw;
    padding-bottom: 1em;
  }
}
.whatgi #main .container_whatgi .section#about > .inner .container_about > div.image {
  width: 480px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about > .inner .container_about > div.image {
    width: 100%;
  }
}
.whatgi #main .container_whatgi .section#about .content_link {
  font-size: 18px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about .content_link {
    margin-top: 8vw;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.whatgi #main .container_whatgi .section#about .content_link a {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  border: 1px solid #8e8e8e;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#about .content_link a {
    width: auto;
  }
}
.whatgi #main .container_whatgi .section#about .content_link a:hover {
  text-decoration: none;
}
.whatgi #main .container_whatgi .section#philosophy {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  counter-reset: number 0;
  padding: 0 0 450px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy {
    padding: 0;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner {
  max-width: 840px;
  padding: 30px 20px 100px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner {
    padding: 9.333vw 0 94.667vw;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .container_philosophy {
  display: flex;
}
.whatgi #main .container_whatgi .section#philosophy > .inner .container_philosophy > div {
  width: calc(100% - 95px);
  padding: 0 0 0 90px;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .container_philosophy > div {
    width: calc(100% - 21.3334vw);
    padding: 0 6.667vw;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .container_philosophy > div.ttl {
  width: 95px;
  padding: 0;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .container_philosophy > div.ttl {
    width: 21.3334vw;
    padding-left: 6.667vw;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy {
  max-width: 510px;
  margin: 50px 0 20px 0;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy {
    margin: 6.667vw 0;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy > div {
  text-align: left;
  line-height: 1.857;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy > div {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.919;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy > div.ttl {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6153;
  position: relative;
  padding: 10px 0 10px 50px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy > div.ttl {
    font-size: 34px;
    font-size: 4.5333333333vw;
    padding: 2.667vw 0 2.667vw 7.333vw;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy > div.ttl:before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) " "; /* 表示形式を指定 */
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy > div.ttl:before {
    font-size: 60px;
    font-size: 8vw;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy.no2 {
  margin-left: 220px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy.no2 {
    margin-left: 0;
  }
}
.whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy.no3 {
  margin-left: 90px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#philosophy > .inner .box_philosophy.no3 {
    margin-left: 0;
  }
}
.whatgi #main .container_whatgi .section#casestudy {
  margin-top: -450px;
  margin-bottom: 130px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner {
    padding: 0 0 40.667vw;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .container_casestudy {
  margin: -10px auto 0;
  overflow: hidden;
  max-width: 970px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .container_casestudy {
    margin: -4.667vw auto 0;
    padding: 0 4vw;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .container_casestudy > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .container_casestudy > ul {
    margin: 0;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .container_casestudy > ul > li {
  width: 33.333%;
  padding: 5px 10px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .container_casestudy > ul > li {
    width: 50%;
    padding: 2.667vw;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div {
  padding: 10px 0;
  font-size: 14px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div {
    padding: 2vw 0;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div.thumbnail {
  padding: 0;
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div.thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div.thumbnail a {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div.thumbnail a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 54.8387%;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div.thumbnail a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div.thumbnail p.creditarea {
  margin-top: 0.3em;
  font-size: 11px;
  text-align: right;
  height: 1em;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div.thumbnail p.creditarea {
    font-size: 14px;
    font-size: 1.8666666667vw;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div > h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 48px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div > h3 {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div > h3 a {
  text-decoration: underline;
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div > h3 a:hover {
  text-decoration: none;
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div > h3 a:after {
  content: "";
  display: inline-block;
  border: none;
  width: 15px;
  height: 15px;
  background-image: url("/green/assets/images/common/icon_target.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div .body {
  text-align: left;
  line-height: 1.857;
  padding: 10px 0 20px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div .body {
    padding: 2vw 0;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div .body p {
  min-height: 107px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div .body p {
    min-height: 1px;
  }
}
.whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div .body p.landscape {
  margin-top: 0.5em;
  border: 1px solid #8e8e8e;
  padding: 0.5em;
  font-size: 13px;
  min-height: 88px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#casestudy > .inner .box_article_case > div .body p.landscape {
    font-size: 20px;
    font-size: 2.6666666667vw;
    min-height: 1px;
  }
}
.whatgi #main .container_whatgi .section#technology {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.whatgi #main .container_whatgi .section#technology > .inner {
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#technology > .inner {
    padding: 0 2vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner {
    padding: 0;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner > h2 {
  text-align: left;
  padding: 0 0 0 20px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#technology > .inner > h2 {
    adding: 0 0 0 2vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner > h2 {
    padding: 0;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .container_tech {
  margin: auto;
  max-width: 950px;
  padding: 40px 0 0;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#technology > .inner .container_tech {
    padding: 4vw 0 0;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0 35px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech {
    padding: 1.5vw 0 3.5vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech {
    display: block;
    padding: 5.333vw 6.667vw;
    border: none;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div {
  width: calc(100% - 140px);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div {
    width: calc(100% - 14vw);
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div {
    display: block;
    width: 100%;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div.icon {
  width: 140px;
  padding: 0 40px 0 0;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div.icon {
    width: 14vw;
    padding: 0 4vw 0 0;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div.icon {
    width: 100%;
    padding: 0 0;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div.icon img {
    margin: auto;
    width: 29.0667vw;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div {
    max-width: 100%;
    padding: 4.667vw 0;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div.list_tech {
  max-width: 480px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div.list_tech {
    max-width: 100%;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > h3 {
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > h3 {
    margin-bottom: 2vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > h3 {
    font-size: 30px;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > h3 > span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > h3 > span:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: -100vw;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul {
    padding: 0 0 0 4vw;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li {
  display: inline-block;
  padding: 7px 10px 7px 0;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li {
    padding: 2vw 4vw 2vw 0;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li a:hover {
  text-decoration: none;
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li a.popup .data {
  display: block;
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li a[target=_blank]:after {
  content: "";
  display: block;
  border: none;
  width: 15px;
  height: 15px;
  background-image: url("/green/assets/images/common/icon_target.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(10%, -50%);
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li a.disabled {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#technology > .inner .box_tech > div > div > ul > li.blk {
    display: block;
  }
}
.whatgi #main .container_whatgi .section#technology > .inner .box_tech:last-child {
  border: none;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards {
    margin-top: -7.333vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner {
  padding: 85px 20px 90px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner {
    padding: 10vw 2vw 8.5vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner {
    padding: 45.333vw 6.6667vw 12.333vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px 0 0;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards {
    padding: 5vw 0 0;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards {
    padding: 0;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div {
  width: calc(100% - 170px);
  padding: 0 0 0 35px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div {
    width: calc(100% - 17vw);
    padding: 0 0 0 3.5vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div {
    width: calc(100% - 14.667vw);
    padding: 0 0 0 7.333vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div.ttl {
  padding: 0;
  width: 170px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div.ttl {
    width: 17vw;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div.ttl {
    width: 14.667vw;
    padding: 0;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame {
  max-height: 567px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame {
    max-height: 56.7vw;
    border-radius: 2vw;
    padding: 3vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame {
    max-height: 160vw;
    border-radius: 2.667vw;
    padding: 3.333vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll {
  max-height: 507px;
  overflow: auto;
  text-align: left;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll {
    padding-top: 0.5em;
    max-height: 50.7vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll {
    max-height: 153.333vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll::-webkit-scrollbar-track {
  background: none;
  border: none;
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content {
  font-size: 14px;
  padding: 0.5em 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content {
    font-size: 1.4vw;
    padding: 0 0 2vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0 0 6.667vw;
    margin-bottom: 6.667vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > h3 {
    font-size: 2vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > h3 {
    font-size: 30px;
    font-size: 4vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > h3 + p {
  padding: 0.5em 0 0;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > h3 + p {
    font-size: 2vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > h3 + p {
    font-size: 30px;
    font-size: 4vw;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > ul {
  padding-top: 0.5em;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > ul {
    padding: 1.333vw 0;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > ul > li {
  padding: 7px 0;
  line-height: 1.429;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > ul > li {
    padding: 0.7vw 0;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > ul > li {
    padding: 1.333vw 0;
    line-height: 1.75;
  }
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content > ul > li > p {
  font-weight: 700;
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content:last-child {
  border: none;
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content a {
  text-decoration: underline;
}
.whatgi #main .container_whatgi .section#awards > .inner .container_awards > div .frame .scroll .content a:hover {
  text-decoration: none;
}
.whatgi #main .container_whatgi .section#search {
  margin-top: 85px;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#search {
    margin-top: 2.6667vw;
    margin-bottom: 6vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#search > .inner {
    padding: 0 6vw;
  }
}
.whatgi #main .container_whatgi .section#search > .inner > h2 {
  line-height: 0;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#search > .inner > h2 {
    margin-bottom: -2.6667vw;
  }
}
.whatgi #main .container_whatgi .section#search > .inner .container_search_image > p {
  margin-top: -25px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#search > .inner .container_search_image > p {
    margin-top: -8vw;
    text-align: left;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
    padding: 0 0 0 24.6667vw;
  }
}
.whatgi #main .container_whatgi .section#banner {
  position: relative;
}
.whatgi #main .container_whatgi .section#banner > .inner {
  padding: 10px 0 95px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#banner > .inner {
    padding: 0 12.399vw 22.4vw;
  }
}
.whatgi #main .container_whatgi .section#banner > .inner > ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#banner > .inner > ul {
    display: block;
  }
}
.whatgi #main .container_whatgi .section#banner > .inner > ul > li {
  padding: 18px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#banner > .inner > ul > li {
    padding: 2.9333vw;
  }
}
.whatgi #main .container_whatgi .section#banner > .inner .content_link {
  margin-top: 50px;
  font-size: 18px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .section#banner > .inner .content_link {
    margin-top: 0;
    font-size: 28px;
    font-size: 3.7333333333vw;
    padding: 2.9333vw;
  }
}
.whatgi #main .container_whatgi .section#banner > .inner .content_link a {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  border: 1px solid #8e8e8e;
}
.whatgi #main .container_whatgi .section#banner > .inner .content_link a:hover {
  text-decoration: none;
}
.whatgi #main .container_whatgi .illust {
  position: absolute;
  top: 0;
  left: 0;
}
.whatgi #main .container_whatgi .illust.ph1_about {
  top: auto;
  bottom: 70px;
  left: 80px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph1_about {
    left: 0;
    bottom: 5.333vw;
    width: 45.333vw;
  }
}
.whatgi #main .container_whatgi .illust.ph2_about {
  top: auto;
  bottom: 40px;
  left: auto;
  right: 20px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph2_about {
    bottom: -4vw;
    right: 0;
    width: 47.333vw;
  }
}
.whatgi #main .container_whatgi .illust.ph1_philo {
  top: 420px;
  left: 274px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph1_philo {
    top: 111vw;
    left: 22vw;
    width: 24.667vw;
  }
}
.whatgi #main .container_whatgi .illust.ph2_philo {
  top: auto;
  bottom: 72px;
  left: 123px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph2_philo {
    bottom: 21vw;
    left: 0;
    width: 58vw;
  }
}
.whatgi #main .container_whatgi .illust.ph3_philo {
  top: auto;
  bottom: 220px;
  left: auto;
  right: -120px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph3_philo {
    bottom: 44.667vw;
    right: 0;
    width: 38.667vw;
  }
}
.whatgi #main .container_whatgi .illust.ph1_case {
  top: auto;
  bottom: 75px;
  left: -300px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph1_case {
    bottom: 5vw;
    left: 0px;
    width: 21.333vw;
  }
}
.whatgi #main .container_whatgi .illust.ph1_tech {
  top: -230px;
  left: auto;
  right: -270px;
  width: 426px;
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph1_tech {
    top: -44vw;
    right: 0;
    width: 44.667vw;
  }
}
.whatgi #main .container_whatgi .illust.ph1_awards {
  top: 125px;
  left: -10px;
  width: 105px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .illust.ph1_awards {
    top: 5vw;
    left: -1vw;
    width: 10.5vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph1_awards {
    width: 14.667vw;
    top: 17.333vw;
    left: 0;
  }
}
.whatgi #main .container_whatgi .illust.ph2_awards {
  top: 0;
  left: auto;
  right: 0;
  width: 200px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .illust.ph2_awards {
    top: 0;
    right: 0;
    width: 20vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph2_awards {
    top: 17.333vw;
    right: 22.667vw;
    width: 34.667vw;
  }
}
.whatgi #main .container_whatgi .illust.ph3_awards {
  top: auto;
  left: 40px;
  bottom: 25px;
  width: 235px;
}
@media (max-width: 1000px) {
  .whatgi #main .container_whatgi .illust.ph3_awards {
    left: 4.1vw;
    bottom: 2.1vw;
    width: 23.5vw;
  }
}
@media (max-width: 750px) {
  .whatgi #main .container_whatgi .illust.ph3_awards {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    width: 18.667vw;
  }
}
.whatgi #main .container_whatgi .illust.ph4_awards {
  top: auto;
  bottom: 70px;
  left: auto;
  right: -425px;
  width: 85px;
}/*# sourceMappingURL=style.css.map */