@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, ol, ul, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  max-height: 999999px;
}

html {
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 760px) {
  html {
    width: 100vw;
    overflow-x: hidden;
  }
}

body {
  position: fixed;
  min-height: 100%;
  color: black;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  -webkit-text-size-adjust: 100%;
  font-family: "丸丸ゴシックALr StdN R", "Maru Maru Gothic ALr StdN R", sans-serif;
}

@media only screen and (min-width: 761px), print {
  body {
    font-size: 14px;
  }
  body:after {
    content: '';
    display: block;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 380px;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 3.2vw;
    width: 100vw;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 760px) {
  #wrapper {
    width: 100vw;
  }
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

.green {
  color: #96aa00;
}

@media only screen and (max-width: 760px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  .sp {
    display: none;
  }
}

.rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media only screen and (min-width: 761px), print {
  .rl-pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.exclamation {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  line-height: 1.4;
}

.rl-sequence > div {
  display: inline-block;
}

@media only screen and (min-width: 761px), print {
  .rl-sequence > div:last-of-type {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 760px) {
  .rl-sequence > div:last-of-type {
    margin-top: 1.5em;
  }
}

.rl-sequence + * {
  margin-right: 30px;
}

@media only screen and (min-width: 761px), print {
  .rl-sequence + * {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .rl-sequence + * {
    margin-right: .7em;
  }
}

.link-green, .link-green:link, .link-green:visited, .link-green:active,
.link-blue,
.link-blue:link,
.link-blue:visited,
.link-blue:active {
  text-decoration: underline;
}

.link-green:hover,
.link-blue:hover {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (min-width: 761px), print {
  .link-green:after,
  .link-blue:after {
    content: ' ↑';
  }
}

.link-green, .link-green:link, .link-green:visited, .link-green:hover, .link-green:active {
  color: #96aa00;
}

.link-blue, .link-blue:link, .link-blue:visited, .link-blue:hover, .link-blue:active {
  color: #6087AA;
}

.navigation {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  .navigation {
    width: 280px;
    padding: 56px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  .navigation {
    width: 73.3vw;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 761px), print {
  .navigation h1 {
    margin-bottom: 40px;
    position: relative;
  }
}

@media only screen and (max-width: 760px) {
  .navigation h1 {
    float: right;
    margin: 10.6vw 8vw 16vw 0;
  }
}

.navigation h1 a {
  display: block;
  color: transparent;
}

@media only screen and (min-width: 761px), print {
  .navigation h1 a {
    background: url("../img/common/logo_color_pc.svg") no-repeat left top;
    background-size: contain;
    width: 280px;
    height: 330px;
  }
}

@media only screen and (max-width: 760px) {
  .navigation h1 a {
    background: url("../img/common/logo_color_sp.svg") no-repeat center center;
    background-size: contain;
    width: 18.6vw;
    height: 75.3vw;
  }
}

.top .navigation h1 a {
  pointer-events: none;
}

.navigation h1 span {
  display: none;
}

@media only screen and (max-width: 760px) {
  .navigation .rl {
    position: absolute;
    right: 37.3vw;
    top: 10.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  .navigation .rl p {
    font-size: 14px;
    line-height: 28px;
    margin-left: 12px;
  }
}

@media only screen and (max-width: 760px) {
  .navigation .rl p {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-left: 1em;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 761px), print {
  .navigation .rl p.lead {
    font-size: 18px;
    line-height: 30px;
    margin-left: 13px;
  }
}

@media only screen and (max-width: 760px) {
  .navigation .rl p:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 761px), print {
  .navigation nav {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 760px) {
  .navigation nav {
    clear: both;
  }
}

#header .navigation {
  display: none;
  padding: 0;
}

#header .navigation:after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  background: #000;
  display: block;
  height: 4px;
  width: 10000px;
}

#header .navigation .inner {
  padding-top: 56px;
}

#header .navigation h1 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 286px;
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (min-width: 761px), print {
  #header .navigation {
    position: fixed;
    left: 20px;
    top: 44px;
    z-index: 2;
  }
}

@media only screen and (max-width: 760px) {
  #header .navigation {
    display: none !important;
  }
}

@media only screen and (min-width: 761px), print {
  #header .navigation .rl {
    display: none;
  }
}

#contents .navigation nav ul li:nth-child(n+4) {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .navigation h1 a {
    background-size: 275px 325px;
  }
  /* IE11 */
}

#sideMenu {
  position: fixed;
  border-left: 1px solid #e5e5e5;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 0 30px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

@media only screen and (max-width: 760px) {
  #sideMenu {
    display: none;
  }
}

#sideMenu.open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#sideMenu .navigation {
  -webkit-transform: translate(0, -266px);
      -ms-transform: translate(0, -266px);
          transform: translate(0, -266px);
}

#sideMenu .navigation h1 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 286px;
  pointer-events: none;
}

#sideTrigger {
  position: fixed;
  z-index: 1000;
  right: 30px;
  top: 40px;
  width: 30px;
  height: 80px;
  right: -30px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out 0.1s;
  transition: -webkit-transform 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
}

@media only screen and (max-width: 760px) {
  #sideTrigger {
    display: none;
  }
}

#sideTrigger div {
  background: #000;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transition: margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  transition: margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 30px;
  top: 13px;
  margin-left: -15px;
  border-radius: 4px;
}

#sideTrigger div:nth-child(1) {
  margin-top: -12px;
}

#sideTrigger div:nth-child(3) {
  margin-top: 12px;
}

#sideTrigger.open div {
  -webkit-transition: margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out 0.1s, margin 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out 0.1s, margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  background: #000;
}

#sideTrigger.open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}

#sideTrigger.open div:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

#sideTrigger.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}

#soundBtn {
  position: fixed;
  z-index: 100;
  width: 50px;
  right: 20px;
  bottom: 15px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  cursor: pointer;
}

@media only screen and (max-width: 760px) {
  #soundBtn {
    display: none;
  }
}

#soundBtn span {
  color: #96aa00;
  text-decoration: underline !important;
}

#soundBtn:hover {
  opacity: 0.6;
  text-decoration: underline;
}

#soundBtn.bottom {
  position: absolute;
  bottom: 400px;
}

#soundBtn.left {
  left: 40px;
}

#footer {
  background: #e5e5e5;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 761px), print {
  #footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
    z-index: 2;
  }
}

@media only screen and (max-width: 760px) {
  #footer {
    margin-top: 15.7vw;
    text-align: center;
    position: relative;
    padding: 8vw 0;
  }
}

@media only screen and (min-width: 761px), print {
  #footer > div:first-child {
    padding: 34px 20px 40px 40px;
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width: 761px), print {
  #footer > div:first-child .lead {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 760px) {
  #footer > div:first-child .lead {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 9.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #footer > div:first-child .btns {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 760px) {
  #footer > div:first-child .btns {
    width: 73.3vw;
    margin: 0 auto 8.4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #footer > div:last-child {
    width: 300px;
    padding: 40px 40px 40px 30px;
  }
}

#footer > div:last-child .snsBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 761px), print {
  #footer > div:last-child .snsBtn {
    margin-bottom: 120px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 760px) {
  #footer > div:last-child .snsBtn {
    position: absolute;
    left: 0;
    top: -15.8vw;
    right: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer > div:last-child .snsBtn li a {
  display: block;
}

@media only screen and (min-width: 761px), print {
  #footer > div:last-child .snsBtn li {
    padding: 0 14px;
  }
  #footer > div:last-child .snsBtn li:last-of-type {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 760px) {
  #footer > div:last-child .snsBtn li {
    padding: 5.4vw 4vw;
  }
  #footer > div:last-child .snsBtn li a {
    width: 4.8vw;
    height: 4.8vw;
  }
  #footer > div:last-child .snsBtn li img {
    width: 100%;
  }
}

@media only screen and (min-width: 761px), print {
  #footer > div:last-child p {
    text-align: right;
    font-size: 12px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 760px) {
  #footer > div:last-child p {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-bottom: 6.6vw;
  }
  #footer > div:last-child p:last-of-type {
    margin-bottom: 0;
  }
}

.btn {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  .btn {
    padding-left: 20px;
    margin-bottom: 18px;
    width: 280px;
  }
}

@media only screen and (max-width: 760px) {
  .btn {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    margin-bottom: 6.1vw;
    width: 78.7vw;
  }
}

.btn:last-child {
  margin: 0;
}

.btn > a,
.btn > span {
  display: block;
  background: #e5e5e5;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  .btn > a,
  .btn > span {
    font-size: 14px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 760px) {
  .btn > a,
  .btn > span {
    font-size: 3.7vw;
    height: 8.5vw;
    border-radius: 1vw;
    line-height: 8.5vw;
  }
}

.btn > a:before, .btn > a:after,
.btn > span:before,
.btn > span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../img/common/tree_right.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media only screen and (min-width: 761px), print {
  .btn > a:before, .btn > a:after,
  .btn > span:before,
  .btn > span:after {
    width: 30px;
    height: 27px;
    margin: -13px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  .btn > a:before, .btn > a:after,
  .btn > span:before,
  .btn > span:after {
    width: 8vw;
    height: 7.2vw;
    margin: -3.7vw 0 0;
  }
}

.btn > a:after,
.btn > span:after {
  background: url("../img/common/tree_right_black.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
}

@media only screen and (min-width: 761px), print {
  .btn > a.cur, .btn > a:hover,
  .btn > span.cur,
  .btn > span:hover {
    color: #fff;
    background: #96aa00 !important;
  }
  .btn > a.cur:before, .btn > a:hover:before,
  .btn > span.cur:before,
  .btn > span:hover:before {
    opacity: 0;
  }
  .btn > a.cur:after, .btn > a:hover:after,
  .btn > span.cur:after,
  .btn > span:hover:after {
    opacity: 1;
  }
}

.btn > a.cur,
.btn > span.cur {
  pointer-events: none;
}

@media only screen and (min-width: 761px), print {
  .btn.large {
    padding-left: 60px;
    width: auto;
  }
}

@media only screen and (min-width: 761px), print {
  .btn.large a {
    width: 100%;
    font-size: 40px;
    height: 96px;
    border-radius: 10px;
    line-height: 96px;
  }
}

@media only screen and (min-width: 761px), print {
  .btn.large a:before, .btn.large a:after {
    width: 90px;
    height: 81px;
    margin-top: -40px;
  }
}

.btn.white > a,
.btn.white > span {
  background: #ffffff;
}

.btn.end > a:before, .btn.end > a:after,
.btn.end > span:before,
.btn.end > span:after {
  display: none;
}

.btn.yellow > a,
.btn.yellow > span {
  background: #ffff00;
  cursor: pointer;
}

.btn.twolines > a {
  line-height: 17px;
  height: 50px;
  padding-top: 8px;
}

.btn.twolines > a > span {
  font-size: 12px;
}

#mainVisual {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(100vh - 40px);
  z-index: 0;
}

@media only screen and (max-width: 760px) {
  #mainVisual {
    height: calc(100vh - 100px);
  }
  .iosChrome #mainVisual {
    height: calc(100vh - 40px);
  }
}

#mainVisual .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media only screen and (min-width: 761px), print {
  #mainVisual .line {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 760px) {
  #mainVisual .line {
    font-size: 5.3vw;
    line-height: 9.3vw;
  }
}

@media only screen and (max-width: 760px) {
  #mainVisual .line#line1 {
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 760px) {
  #mainVisual .line#line2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#mainVisual .line#line2 > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainVisual .line#line2 > span {
  margin: 1.3vw 0;
  white-space: nowrap;
  display: none;
}

#mainVisual #bgs {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mainVisual #bgs .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mainVisual .logo {
  visibility: hidden;
  position: absolute;
  left: 84px;
  right: 84px;
  top: 100px;
  bottom: 100px;
  background: url("../img/common/logo_white_pc.svg") no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 760px) {
  #mainVisual .logo {
    background-image: url("../img/common/logo_white_sp.svg");
    left: 12.8vw;
    right: 12.8vw;
    top: 12.8vw;
    bottom: 12.8vw;
  }
}

#mainVisual .arrow {
  position: absolute;
  width: 40px;
  height: 22px;
  background: url("../img/top/arrow.svg") no-repeat center center;
  left: 50%;
  bottom: -15px;
  margin: 0 0 0 -20px;
  visibility: hidden;
  cursor: pointer;
}

#spHeaderControll {
  height: calc(100vh);
  position: relative;
  display: none;
}

#spHeaderControll.top {
  display: block;
}

@media only screen and (min-width: 761px), print {
  #spHeaderControll {
    display: none !important;
  }
}

#mainVisualHightControll {
  height: 100vh;
}

@media only screen and (max-width: 760px) {
  #mainVisualHightControll {
    display: none !important;
  }
}

.slick-slide {
  outline: 0;
}

#spHeader {
  height: 16vw;
  width: 100%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
}

#spHeader .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #e5e5e5;
}

#spHeader .header .logo {
  position: absolute;
  left: 4vw;
  top: 50%;
  margin-top: -2.9vw;
}

#spHeader .header .logo a {
  display: block;
  width: 72vw;
  height: 5.6vw;
  background: url("../img/common/logo_en.svg") no-repeat center center;
  background-size: contain;
}

#spHeader .header #menuTrigger {
  position: absolute;
  right: 4vw;
  top: 4vw;
  width: 8vw;
  height: 8vw;
  -webkit-transition: -webkit-transform 0.1s ease-in-out 0.1s;
  transition: -webkit-transform 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
}

#spHeader .header #menuTrigger div {
  background: #000;
  height: 1vw;
  position: absolute;
  left: 50%;
  -webkit-transition: margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  transition: margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 8vw;
  top: 3.4vw;
  margin-left: -4.1vw;
  border-radius: 1.3vw;
}

#spHeader .header #menuTrigger div:nth-child(1) {
  margin-top: -3.3vw;
}

#spHeader .header #menuTrigger div:nth-child(3) {
  margin-top: 3.2vw;
}

#spHeader .header #menuTrigger.open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#spHeader .header #menuTrigger.open div {
  -webkit-transition: margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: transform 0.1s ease-in-out 0.1s, margin 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out 0.1s, margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  background: #000;
}

#spHeader .header #menuTrigger.open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}

#spHeader .header #menuTrigger.open div:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

#spHeader .header #menuTrigger.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}

#spHeader .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
}

#spHeader nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

#spHeader nav ul {
  pointer-events: auto;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 16vw;
  width: 100%;
  background: #fff;
  padding: 8vw 0 8vw;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

#spHeader nav ul li {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 761px), print {
  #spHeader {
    display: none;
  }
}

#wrapper {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container #contents {
    min-width: 920px;
  }
}

@media only screen and (min-width: 761px), print {
  #container #contents.fieldwork {
    min-width: 1030px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.members #contents {
    min-width: 950px;
  }
}

@media only screen and (min-width: 761px), print {
  #container[data-type=lower] {
    min-width: 1200px;
  }
}

#contents {
  z-index: 1;
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #contents {
    min-height: 800px;
  }
}

@media only screen and (max-width: 760px) {
  #contents {
    min-height: calc(100vh - 188px);
  }
}

#container[data-type=lower] #contents {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container[data-type=lower] #contents {
    padding: 100px 40px 100px 0px;
    margin-left: 350px;
  }
}

@media only screen and (max-width: 760px) {
  #container[data-type=lower] #contents {
    padding: 8vw 0;
  }
}

#container[data-type=lower] #contents #backToTop {
  position: absolute;
  left: 0;
  top: 50px;
  padding-left: 35px;
}

#container[data-type=lower] #contents #backToTop:before {
  content: '';
  display: block;
  width: 30px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: url("../img/common/tree_left.svg") no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 760px) {
  #container[data-type=lower] #contents #backToTop {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  #container[data-type=lower] #contents > section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .firefox #container[data-type=lower] #contents > section {
    display: block;
  }
}

@media only screen and (min-width: 761px), print {
  #container[data-type=lower] #contents > section h1 {
    font-size: 40px;
    line-height: 60px;
    height: 300px;
  }
}

@media only screen and (max-width: 760px) {
  #container[data-type=lower] #contents > section h1 {
    font-size: 5.3vw;
    line-height: 8vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}

@media only screen and (min-width: 761px), print {
  .concept #contents {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 761px), print {
  #projectsList h1 {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  li[data-modal="1"] {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    cursor: pointer;
  }
}

@media only screen and (min-width: 761px), print {
  #projectsList .projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 760px) {
  #projectsList .projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.projects li {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  .projects li {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .projects li,
  #projectsList .projects li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .projects li,
  #projectsList .projects li {
    width: 48.5vw;
    height: 146.7vw;
  }
}

.projects li .base {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 761px), print {
  .projects li .base {
    width: 280px;
    height: 750px;
    padding-top: 370px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .base {
    width: 100%;
  }
  #projectDetail .projects li .base,
  #projectsList .projects li .base {
    padding-top: 68.3vw;
    height: 100%;
  }
}

.projects li .base:before {
  content: '泊まる';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}

@media only screen and (min-width: 761px), print {
  .projects li .base:before {
    font-size: 18px;
    line-height: 18px;
    margin-left: -9px;
    top: 98px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .base:before {
    font-size: 4.8vw;
    margin-left: -2.7vw;
    top: 26vw;
  }
  #projectDetail .projects li .base:before,
  #projectsList .projects li .base:before {
    top: 18.6vw;
    font-size: 3.3vw;
    margin-left: -1.7vw;
  }
}

.projects li .base:after {
  content: '';
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
}

@media only screen and (min-width: 761px), print {
  .projects li .base:after {
    top: 56px;
    border: 5px solid #000;
    width: 140px;
    height: 140px;
    margin-left: -70px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .base:after {
    width: 37.3vw;
    height: 37.3vw;
    top: 15.3vw;
    border: 1.2vw solid #000;
    margin-left: -18.7vw;
  }
  #projectDetail .projects li .base:after,
  #projectsList .projects li .base:after {
    border: 0.9vw solid #000;
    width: 26.1vw;
    height: 26.1vw;
    margin-left: -13.1vw;
    top: 10.6vw;
  }
}

.projects li .spLink {
  display: table;
  position: relative;
  margin: 2.6vw auto 8vw;
  white-space: nowrap;
  padding-left: 9.3vw;
}

@media only screen and (min-width: 761px), print {
  .projects li .spLink {
    display: none;
  }
}

.projects li .spLink:before {
  content: '';
  display: block;
  background: url("../img/common/tree_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media only screen and (max-width: 760px) {
  .projects li .spLink:before {
    width: 8vw;
    height: 7.2vw;
    margin: -3.7vw 0 0;
  }
}

#projectSlider .projects li .spLink {
  position: absolute;
  left: 50%;
  top: 96vw;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (min-width: 761px), print {
  .projects li .copy {
    width: 100%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy {
    display: none;
  }
  #projectDetail .projects li .copy,
  #projectsList .projects li .copy {
    display: block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 100%;
    padding: 0 2vw;
  }
}

@media only screen and (min-width: 761px), print {
  .projects li .copy h3 {
    font-size: 26px;
    line-height: 36px;
    margin-left: 26px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy h3 {
    font-size: 5.3vw;
    line-height: 8vw;
    margin-left: 2.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  .projects li .copy p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy p {
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
}

.projects li .copy p span {
  padding-top: 3em;
}

@media only screen and (min-width: 761px), print {
  .projects li .copy.style_disc ul {
    line-height: 26px;
    list-style-type: disc;
    margin-top: 1em;
  }
  .projects li .copy.style_disc ul li {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy.style_disc {
    padding-top: 1rem !important;
  }
  .projects li .copy.style_disc ul {
    margin-left: 1rem;
    list-style-type: disc;
  }
  .projects li .copy.style_disc ul li {
    height: auto !important;
    line-height: 6.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  .projects li .copy.style_num ul {
    line-height: 26px;
  }
  .projects li .copy.style_num ul li {
    padding-left: 0px;
    list-style-position: outside;
    margin: 0;
  }
  .projects li .copy.style_num ul li ul {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy.style_num ul li {
    height: auto !important;
    line-height: 6.6vw;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy.ul_pb {
    padding-top: 1rem !important;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy.ul_pb2 {
    padding-bottom: 1rem !important;
  }
  .projects li .copy.ul_pb2 p {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy.ul_title_n p {
    display: none;
  }
}

.projects li .copy .link_blank {
  text-decoration: underline;
  color: #96aa00;
}

.projects li .copy .link_blank:after {
  content: '↑';
}

@media only screen and (max-width: 760px) {
  .projects li .copy .link_blank:after {
    content: '→';
  }
}

@media only screen and (min-width: 761px), print {
  .projects li .copy .link {
    color: #96aa00;
    display: inline-block;
    border-right: 1px solid #96aa00;
  }
  .projects li .copy .link:after {
    content: '↑';
  }
}

@media only screen and (max-width: 760px) {
  .projects li .copy .link {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  .projects li:hover .link {
    border-color: transparent;
  }
}

.projects li .graph {
  position: absolute;
}

@media only screen and (min-width: 761px), print {
  .projects li .graph {
    left: 20px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .graph {
    display: none;
  }
  #projectDetail .projects li .graph,
  #projectsList .projects li .graph {
    display: block;
    left: 5.3vw;
    bottom: 5.3vw;
  }
}

.projects li .graph .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 761px), print {
  .projects li .graph .item {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .graph .item {
    margin: 2vw 0 0;
  }
}

.projects li .graph .item:before {
  display: block;
}

@media only screen and (min-width: 761px), print {
  .projects li .graph .item:before {
    line-height: 28px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .graph .item:before {
    margin-right: 1.3vw;
  }
}

.projects li .graph .item span {
  display: block;
  background: url("../img/common/tree_up.svg") no-repeat center center;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

@media only screen and (min-width: 761px), print {
  .projects li .graph .item span {
    width: 27px;
    height: 30px;
    margin-right: 7px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .graph .item span {
    width: 3.6vw;
    height: 4vw;
    margin-right: 1.3vw;
  }
}

#modals .projects li .graph .item span,
#projectsList .projects li .graph .item span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.projects li .graph .item span:nth-child(1) {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.projects li .graph .item span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}

.projects li .graph .item span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

.projects li .graph .item span:nth-child(4) {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
}

.projects li .graph .item span:nth-child(5) {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}

.projects li .graph .item:nth-child(1):before {
  content: 'スキル：';
}

.projects li .graph .item:nth-child(2):before {
  content: 'センス：';
}

.projects li .graph .item:nth-child(3):before {
  content: '体力　：';
}

.projects li .bg {
  background-position: center top;
  background-size: 100% auto;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 761px), print {
  .projects li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 750px;
  }
  #modals .projects li .bg,
  #projectsList .projects li .bg {
    height: 260px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 69.3vw;
  }
  #modals .projects li .bg,
  #projectsList .projects li .bg {
    height: 48.5vw;
  }
}

.projects li .tree {
  position: absolute;
  left: 50%;
  top: 0;
  background: url("../img/common/trees_black.svg") no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 761px), print {
  .projects li .tree {
    top: 220px;
    width: 125px;
    height: 120px;
    margin: 0 0 0 -62px;
  }
}

@media only screen and (max-width: 760px) {
  .projects li .tree {
    top: 59.4vw;
    width: 33.3vw;
    height: 32vw;
    margin: 0 0 0 -16.7vw;
  }
  #modals .projects li .tree,
  #projectsList .projects li .tree {
    top: 41.3vw;
    width: 23.3vw;
    height: 22.4vw;
    margin: 0 0 0 -11.7vw;
  }
}

.projects li.type1 .base:before {
  content: '深まる';
}

.projects li.type1 .bg {
  background-image: url("../img/common/project_back1.png");
}

.projects li.type2 .base:before {
  content: '極まる';
}

.projects li.type2 .bg {
  background-image: url("../img/common/project_back2.png");
}

.projects li.type3 .base:before {
  content: '静まる';
}

.projects li.type3 .bg {
  background-image: url("../img/common/project_back3.png");
}

.projects li.type4 .base:before {
  content: '広まる';
}

.projects li.type4 .bg {
  background-image: url("../img/common/project_back4.png");
}

.projects li.type5 .base:before {
  content: '高まる';
}

.projects li.type5 .bg {
  background-image: url("../img/common/project_back5.png");
}

.projects li.type6 .base:before {
  content: '泊まる';
}

.projects li.type6 .bg {
  background-image: url("../img/common/project_back6.png");
}

.projects li.type7 .base:before {
  content: '集まる';
}

.projects li.type7 .bg {
  background-image: url("../img/common/project_back7.png");
}

.projects li.type8 .base:before {
  content: 'ハマる';
}

.projects li.type8 .bg {
  background-image: url("../img/common/project_back8.png");
}

.projects li.type9 .base:before {
  content: '停まる';
}

.projects li.type9 .bg {
  background-image: url("../img/common/project_back9.png");
}

.projects li.type10 .base:before {
  content: '留まる';
}

.projects li.type10 .bg {
  background-image: url("../img/common/project_back10.png");
}

.projects li.type11 .base:before {
  content: '染まる';
}

.projects li.type11 .bg {
  background-image: url("../img/common/project_back11.png");
}

.projects li.type12 .base:before {
  content: '定まる';
}

.projects li.type12 .bg {
  background-image: url("../img/common/project_back12.png");
}

.projects li:hover .graph .item span, .projects li.open .graph .item span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media only screen and (min-width: 761px), print {
  .projects li:hover .bg, .projects li.open .bg {
    height: 260px;
  }
}

.projects .slick-dots li:before {
  display: none;
}

@media only screen and (min-width: 761px), print {
  #lowerHeader {
    height: 300px;
    margin-bottom: 60px;
  }
  .firefox #lowerHeader {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 100%;
  }
  .firefox #lowerHeader div {
    float: left;
    display: block;
  }
  #lowerHeader:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
}

@media only screen and (min-width: 761px), print {
  .news #lowerHeader,
  .members #lowerHeader,
  .concept #lowerHeader,
  .explanation #lowerHeader,
  .inquiry #lowerHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .news #lowerHeader div,
  .members #lowerHeader div,
  .concept #lowerHeader div,
  .explanation #lowerHeader div,
  .inquiry #lowerHeader div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 761px), print {
  .firefox #lowerHeader .illust {
    height: 194px;
  }
}

@media only screen and (min-width: 761px), print {
  .inquiry #lowerHeader .illust {
    margin: 45px 30px 20px 0;
  }
  .inquiry #lowerHeader .illust img {
    width: 328px;
    height: 220px;
  }
}

@media only screen and (max-width: 760px) {
  .inquiry #lowerHeader .illust {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  .explanation #lowerHeader .illust {
    margin: 45px 30px 20px 0;
  }
  .explanation #lowerHeader .illust img {
    width: 356px;
    height: 186px;
  }
}

@media only screen and (max-width: 760px) {
  .explanation #lowerHeader .illust {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  .explanation #lowerHeader .images {
    margin: 0;
    width: 264px;
    height: 264px;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .explanation #lowerHeader .images {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  .explanation #lowerHeader .images_sp {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .explanation #lowerHeader .images_sp {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 761px), print {
  .fieldwork #lowerHeader .illust {
    margin: 45px 0px 20px;
  }
}

@media only screen and (min-width: 761px), print {
  .fieldwork #lowerHeader h1 {
    height: 600px !important;
  }
}

@media only screen and (min-width: 761px), print {
  .news #lowerHeader .illust {
    margin: 45px 30px 20px 0;
  }
  .firefox .news #lowerHeader .illust {
    margin: 0;
  }
}

@media only screen and (max-width: 760px) {
  .news #lowerHeader .illust {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  .members #lowerHeader .illust {
    margin: 30px 15px 20px 0;
  }
  .firefox .members #lowerHeader .illust {
    margin: 0;
  }
}

@media only screen and (max-width: 760px) {
  .members #lowerHeader .illust {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  #lowerHeader h1 {
    margin-left: 40px;
  }
}

#lowerHeader h1 .news,
.concept #lowerHeader h1,
.explanation #lowerHeader h1 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 761px), print {
  #lowerHeader p.lead {
    line-height: 24px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 760px) {
  #lowerHeader p.lead {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #lowerHeader p.lead.ml0 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 760px) {
  #lowerHeader p.lead.ml0 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 761px), print {
  .concept #lowerHeader p.lead {
    height: 270px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 761px), print {
  .explanation #lowerHeader p.lead,
  .inquiry #lowerHeader p.lead {
    height: 270px;
    margin-bottom: 20px;
  }
  .explanation #lowerHeader p.lead.wides,
  .inquiry #lowerHeader p.lead.wides {
    height: 280px;
  }
}

@media only screen and (max-width: 760px) {
  .explanation #lowerHeader p.lead,
  .inquiry #lowerHeader p.lead {
    padding: 0 4vw;
  }
}

@media only screen and (min-width: 761px), print {
  .news #lowerHeader p.lead,
  .members #lowerHeader p.lead {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 761px), print {
  #lowerHeader ul {
    line-height: 24px;
    margin-left: 30px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .firefox #lowerHeader ul {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  #lowerHeader ul {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #lowerHeader ul li {
    margin-bottom: 20px;
    position: relative;
    padding-top: 3em;
  }
  #lowerHeader ul li span {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 760px) {
  #lowerHeader ul li span {
    display: inline-block;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 761px), print {
  .smallList ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 8vw;
  }
}

@media only screen and (min-width: 761px), print {
  .smallList ul li {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .firefox .smallList ul li {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul li {
    margin: 0 0 8vw;
  }
}

.smallList ul li.slick-slide {
  margin: 0 1.3vw;
}

@media only screen and (min-width: 761px), print {
  .smallList ul li .header {
    width: 140px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 20px;
  }
  .firefox .smallList ul li .header {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul li .header {
    width: 37.3vw;
    margin: 0 auto 8vw;
  }
}

.smallList ul li .header .photo {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  .smallList ul li .header .photo {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul li .header .photo {
    width: 37.3vw;
    height: 37.3vw;
    margin: 0 auto 4vw;
  }
}

@media only screen and (min-width: 761px), print {
  .smallList ul li .header .photo img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul li .header .photo img {
    width: 37.3vw;
    height: 37.3vw;
  }
}

.smallList ul li .header .link {
  display: table;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}

@media only screen and (min-width: 761px), print {
  .smallList ul li .header .link {
    padding: 0 0 0 35px;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul li .header .link {
    padding-left: 9.3vw;
  }
}

.smallList ul li .header .link:after, .smallList ul li .header .link:before {
  content: '';
  display: block;
  background: url("../img/common/tree_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media only screen and (min-width: 761px), print {
  .smallList ul li .header .link:after, .smallList ul li .header .link:before {
    width: 30px;
    height: 27px;
    margin: -13px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul li .header .link:after, .smallList ul li .header .link:before {
    width: 8vw;
    height: 7.2vw;
    margin: -3.7vw 0 0;
  }
}

.smallList ul li .header .link:after {
  background: url("../img/common/tree_right_black.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
}

@media only screen and (min-width: 761px), print {
  .smallList ul li:hover .link:before {
    opacity: 0;
  }
  .smallList ul li:hover .link:after {
    opacity: 1;
  }
}

.smallList ul li .text {
  display: block;
}

@media only screen and (max-width: 760px) {
  .smallList ul li .text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 761px), print {
  .smallList ul li .text p {
    line-height: 24px;
    margin-left: 12px;
  }
  .smallList ul li .text p:last-child {
    margin-left: 0;
  }
  .firefox .smallList ul li .text p {
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  .smallList ul li .text p {
    margin-left: 1.3vw;
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
  .smallList ul li .text p:last-child {
    margin-left: 0;
  }
}

.smallList ul li .text p a {
  color: #96aa00;
  cursor: pointer;
}

@media only screen and (max-width: 760px) {
  .smallList ul li .text p a {
    text-align: center;
    text-decoration: underline;
  }
  .smallList ul li .text p a:after {
    content: '↑';
  }
}

@media only screen and (min-width: 761px), print {
  .smallList ul li .text p a {
    display: inline-block;
    border-right: 1px solid #96aa00;
  }
  .smallList ul li .text p a:after {
    content: '↑';
  }
  .smallList ul li .text p a:hover {
    border-color: transparent;
  }
}

.new:before {
  content: "ＮＥＷ";
  padding: 0 4px;
  font-size: 10px;
  color: #96aa00;
}

.change:before {
  content: "会場が変更になりました";
  padding: 0 4px;
  font-size: 12px;
  color: #96aa00;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents {
    padding-top: 40px;
    padding-right: 130px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents > section {
    border-top: 4px solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents > section {
    border-top: 1px solid #e5e5e5;
    padding: 10.6vw 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents > section .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 20px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents > section .inner:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents > section .inner h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents > section .inner h2 {
    text-align: center;
    font-size: 5.3vw;
    margin-bottom: 5.3vw;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents > section .inner .btn.bottom {
    display: table;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents > section .inner .btn.bottom_add {
    margin-bottom: 6.1vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #top {
    padding-bottom: 36px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #top {
    border: none;
    padding-top: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #top h2 {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #top .navigation {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #top .navigation {
    margin-bottom: 10.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #top .main {
    height: 790px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #top #projectSlider {
    width: calc(100vw - 470px);
    height: 750px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #top #projectSlider {
    border-top: 1px solid #e5e5e5;
    padding-top: 10.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #top #projectSlider ul {
    width: 999999px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #top #projectSlider ul li {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #top #projectSlider ul li.slick-slide {
    margin: 0 1.3vw;
    height: 104vw !important;
  }
}

#container.top #contents #top #projectSlider ul li.slick-slide > div {
  width: 100%;
  height: 100%;
}

#container.top #contents .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6.6vw auto;
}

#container.top #contents .slick-dots li {
  display: block;
  width: 2.1vw;
  height: 2.1vw;
  background: #000;
  border-radius: 50%;
  margin: 0 0.6vw;
}

#container.top #contents .slick-dots li.slick-active {
  background: #fff;
  border: 1px solid #000;
}

#container.top #contents .slick-dots li button {
  visibility: hidden;
}

@media only screen and (max-width: 760px) {
  #container.top #contents .pager {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .pager {
    margin-bottom: 20px;
    min-height: 16px;
  }
}

#container.top #contents .pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#container.top #contents .pager ul li {
  background: #000;
  color: transparent;
  border-radius: 50%;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .pager ul li {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .pager ul li.cur {
    cursor: default;
    border: 2px solid #000;
    background: #fff;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents header {
    width: 282px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 300px;
  }
}

#container.top #contents .slick-track {
  float: right;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small {
    width: calc(100vw - 412px);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul {
    width: 999999px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li {
    padding-left: 30px;
  }
}

#container.top #contents .slider.small ul li.slick-slide {
  margin: 0 1.3vw;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li .header {
    width: 140px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents .slider.small ul li .header {
    width: 37.3vw;
    margin: 0 auto 8vw;
  }
}

#container.top #contents .slider.small ul li .header .photo {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li .header .photo {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents .slider.small ul li .header .photo {
    width: 37.3vw;
    height: 37.3vw;
    margin: 0 auto 4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li .header .photo img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents .slider.small ul li .header .photo img {
    width: 37.3vw;
    height: 37.3vw;
  }
}

#container.top #contents .slider.small ul li .header .link {
  display: table;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li .header .link {
    padding: 0 0 0 35px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents .slider.small ul li .header .link {
    padding-left: 9.3vw;
  }
}

#container.top #contents .slider.small ul li .header .link:after, #container.top #contents .slider.small ul li .header .link:before {
  content: '';
  display: block;
  background: url("../img/common/tree_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li .header .link:after, #container.top #contents .slider.small ul li .header .link:before {
    width: 30px;
    height: 27px;
    margin: -13px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents .slider.small ul li .header .link:after, #container.top #contents .slider.small ul li .header .link:before {
    width: 8vw;
    height: 7.2vw;
    margin: -3.7vw 0 0;
  }
}

#container.top #contents .slider.small ul li .header .link:after {
  background: url("../img/common/tree_right_black.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li:hover .link:before {
    opacity: 0;
  }
  #container.top #contents .slider.small ul li:hover .link:after {
    opacity: 1;
  }
}

#container.top #contents .slider.small ul li .text {
  display: block;
}

@media only screen and (max-width: 760px) {
  #container.top #contents .slider.small ul li .text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents .slider.small ul li .text p {
    line-height: 24px;
    margin-left: 12px;
  }
  #container.top #contents .slider.small ul li .text p:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents .slider.small ul li .text p {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-left: 1.3vw;
  }
  #container.top #contents .slider.small ul li .text p:last-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #snsSlider {
    width: calc(100vw - 412px);
    height: 550px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #snsSlider {
    border-top: 1px solid #e5e5e5;
    padding-top: 10.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #snsSlider ul {
    width: 999999px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: normal;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #snsSlider ul li.slick-slide {
    margin: 0 1.3vw;
    height: 47.3vw !important;
  }
}

#container.top #contents #snsSlider ul li.slick-slide > div {
  width: 100%;
  height: 100%;
}

#container.top #contents #sns .photo_set {
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sns .photo_set {
    height: 63vw;
  }
}

#container.top #contents #sns .photo_set li {
  display: inline-block;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sns .photo_set li {
    height: 550px;
  }
}

#container.top #contents .sns_set {
  position: relative;
  width: 260px;
  height: 260px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  display: inline-block;
  background: url("../img/common/blank_marumori.jpg") no-repeat;
  background-size: 98%;
}

#container.top #contents .sns_set:nth-of-type(1) {
  margin-bottom: 30px;
}

#container.top #contents .sns_set:hover {
  opacity: 0.7;
}

#container.top #contents .sns_set .photo {
  width: 100%;
  height: 100%;
  display: block;
}

#container.top #contents .sns_set .photo img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #container.top #contents .sns_set .photo img {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}

#container.top #contents .sns_set .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 760px) {
  #container.top #contents .sns_set .icon {
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 5px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sns {
    padding: 36px 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sns .inner h2 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sns .inner p.lead {
    line-height: 24px;
    margin-left: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sns .inner p.lead {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 5.3vw;
  }
}

#container.top #contents #sns .inner p a {
  color: #96aa00;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sns .inner p a {
    text-align: center;
    text-decoration: underline;
  }
  #container.top #contents #sns .inner p a:after {
    content: '↑';
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sns .inner p a {
    display: inline-block;
    border-right: 1px solid #96aa00;
    cursor: pointer;
  }
  #container.top #contents #sns .inner p a:after {
    content: '↑';
  }
  #container.top #contents #sns .inner p a:hover {
    border-color: transparent;
  }
}

#container.top #contents #member section .inner {
  overflow: visible;
}

#container.top #contents #member header {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #member header {
    padding-top: 36px;
  }
}

#container.top #contents #member header .subtitle {
  font-size: 1rem;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member header .subtitle {
    display: block;
    margin-bottom: 1.75em;
    text-align: center;
    font-size: .9rem;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .slick-slider .slick-list > .slick-track {
    padding-top: 5.5vw;
  }
}

#container.top #contents #member .slider.small {
  overflow: visible;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #member .slider.small ul {
    padding-top: 36px;
  }
}

#container.top #contents #member .slider.small ul li .header {
  position: relative;
}

#container.top #contents #member .slider.small ul li .header .graduation {
  margin: -90px 0 0 -10px;
  position: absolute;
}

#container.top #contents #member .slider.small ul li .header .graduation img {
  width: 35px;
  height: 70px;
}

#container.top #contents #member .slider.small ul li .header .photo {
  position: relative;
  height: auto;
  border-radius: 0;
  overflow: visible;
}

#container.top #contents #member .slider.small ul li .header .photo img {
  width: 100%;
  height: auto;
}

#container.top #contents #member .slider.small ul li.hayakawa .header {
  width: 164px;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .slider.small ul li.hayakawa .header {
    width: 43vw;
  }
}

#container.top #contents #member .slider.small ul li.hayakawa .header .photo {
  width: 100%;
}

#container.top #contents #member .slider.small ul li.hayakawa .header .photo img {
  position: relative;
  width: 152px;
  margin-top: -20px;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .slider.small ul li.hayakawa .header .photo img {
    margin-top: -5vw;
    width: 43vw;
    height: 43vw;
  }
}

#container.top #contents #member .slider.small ul li.toyoda .header .photo img {
  margin-top: -7px;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .slider.small ul li.toyoda .header .photo img {
    margin-top: -2vw;
    width: 39vw;
    height: 39vw;
  }
}

#container.top #contents #member .slider.small ul li.sen .header .photo img {
  margin-top: -12px;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .slider.small ul li.sen .header .photo img {
    margin-top: -3vw;
    width: 41vw;
    height: 41vw;
  }
}

#container.top #contents #member .slider.small ul li.yamazaki .header .photo img {
  margin-top: -14px;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .slider.small ul li.yamazaki .header .photo img {
    margin-top: -3.5vw;
    width: 41vw;
    height: 41vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #member .inner:last-child {
    padding-bottom: 36px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #member .inner h2 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #member .inner p.lead {
    line-height: 24px;
    margin-left: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .inner p.lead {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 5.3vw;
  }
}

#container.top #contents #member .inner p a {
  color: #96aa00;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #member .inner p a {
    text-align: center;
    text-decoration: underline;
  }
  #container.top #contents #member .inner p a:after {
    content: '↑';
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #member .inner p a {
    display: inline-block;
    border-right: 1px solid #96aa00;
    cursor: pointer;
  }
  #container.top #contents #member .inner p a:after {
    content: '↑';
  }
  #container.top #contents #member .inner p a:hover {
    border-color: transparent;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #news {
    padding: 36px 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #news .inner h2 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #news .inner p.lead {
    line-height: 24px;
    margin-left: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #news .inner p.lead {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 5.3vw;
  }
}

#container.top #contents #news .inner p a {
  color: #96aa00;
}

@media only screen and (max-width: 760px) {
  #container.top #contents #news .inner p a {
    text-align: center;
    text-decoration: underline;
  }
  #container.top #contents #news .inner p a:after {
    content: '↑';
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #news .inner p a {
    display: inline-block;
    border-right: 1px solid #96aa00;
    cursor: pointer;
  }
  #container.top #contents #news .inner p a:after {
    content: '↑';
  }
  #container.top #contents #news .inner p a:hover {
    border-color: transparent;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #mentors {
    padding: 36px 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #mentors .inner h2 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #mentors .inner p.lead {
    line-height: 24px;
    margin-left: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #mentors .inner p.lead {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about {
    border-top: 1px solid #e5e5e5;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about .center {
    width: 1000px;
    margin: 50px auto 0;
    padding-bottom: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #about .center {
    text-align: center;
    padding: 0 5vw;
    overflow: hidden;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #about h2 {
    font-size: 5.3vw;
    line-height: 8vw;
    margin-bottom: 2.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about p {
    font-size: 18px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #about p {
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about .vimeo {
    margin-left: 33px;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about .vimeo .pc {
    width: 910px;
    height: 260px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #about .vimeo .pc {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about .vimeo .sp {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #about .vimeo .sp {
    width: 100vw;
    height: 56.25vw;
    margin-left: -5vw;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about ul {
    margin-top: 30px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .firefox #container.top #contents #about ul {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #about ul {
    margin-top: 2vw;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #about ul li {
    margin-left: 30px;
    width: 295px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #container.top #contents #about ul li:last-child {
    margin-left: 0;
  }
  #container.top #contents #about ul li img {
    margin-left: 20px;
  }
  #container.top #contents #about ul li p {
    font-size: 14px;
    line-height: 14px;
  }
  .firefox #container.top #contents #about ul li p {
    text-align: left;
  }
  .firefox #container.top #contents #about ul li {
    display: block;
  }
  .firefox #container.top #contents #about ul li img {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #about ul li {
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
  #container.top #contents #about ul li.slick-slide {
    margin: 0 1.3vw;
  }
  #container.top #contents #about ul li img {
    width: 100%;
    margin-bottom: 1.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support {
    border-top: 1px solid #e5e5e5;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center {
    width: 1000px;
    margin: 50px auto 0;
    padding-bottom: 48px;
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center {
    text-align: center;
    padding: 0 5vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center h2 {
    font-size: 5.3vw;
    line-height: 8vw;
    margin-bottom: 2.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center > p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center > p {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 6.4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .disc {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .disc {
    margin-bottom: 6.4vw;
  }
}

#container.top #contents #support .center .disc li:before {
  content: '';
  display: inline-block;
  background: #000;
  border-radius: 50%;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .disc li {
    font-size: 16px;
    line-height: 32px;
  }
  #container.top #contents #support .center .disc li:before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .disc li {
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
  #container.top #contents #support .center .disc li:before {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#container.top #contents #support .center .company li {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li {
    padding-right: 36px;
    margin-right: 11px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5.3vw;
    margin-bottom: 5.3vw;
  }
}

#container.top #contents #support .center .company li:after {
  content: '';
  display: block;
  background: url("../img/top/support_plus.svg") left top no-repeat;
  background-size: contain;
  position: absolute;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li:after {
    width: 24px;
    height: 24px;
    right: 0;
    top: 80px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li:after {
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li:last-child {
    padding: 0;
    margin: 0;
  }
}

#container.top #contents #support .center .company li:last-child:after {
  background: none;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li a {
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li h3 {
    min-height: 43px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
  }
  #container.top #contents #support .center .company li h3 span {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li h3 {
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
}

#container.top #contents #support .center .company li .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li .logo {
    height: 80px;
    margin-bottom: 17px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li .logo {
    width: 50.6vw;
    height: 21.8vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li .logo img {
    opacity: 1;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li .logo img:hover {
    opacity: 0.6;
  }
}

#container.top #contents #support .center .company li p {
  text-align: left;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li p {
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li:nth-child(1) {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li:nth-child(1) a {
    margin-bottom: 2.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li:nth-child(1) .logo img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li:nth-child(1) .logo {
    height: 30vw;
  }
  #container.top #contents #support .center .company li:nth-child(1) .logo img {
    width: 21.3vw;
    height: 21.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li:nth-child(2) {
    padding-right: 43px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li:nth-child(2) a {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li:nth-child(2) .logo img {
    width: 142px;
    height: 24px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li:nth-child(2) .logo img {
    width: 38.2vw;
    height: 6.5vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #support .center .company li:nth-child(3) .logo img {
    width: 144px;
    height: 61px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #support .center .company li:nth-child(3) .logo img {
    width: 38.4vw;
    height: 16.2vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sponsor {
    border-top: 1px solid #e5e5e5;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sponsor .center {
    width: 700px;
    margin: 50px auto 0;
    padding-bottom: 36px;
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sponsor .center {
    text-align: center;
    padding: 0 5vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sponsor .center h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sponsor .center h2 {
    font-size: 5.3vw;
    line-height: 8vw;
    margin-bottom: 2.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sponsor .center > p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sponsor .center > p {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 6.4vw;
  }
}

#container.top #contents #sponsor .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sponsor .center ul {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sponsor .center ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 74.3vw;
    margin: 0 auto;
  }
}

#container.top #contents #sponsor .center ul li {
  position: relative;
}

#container.top #contents #sponsor .center ul li a {
  display: block;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sponsor .center ul li a {
    width: 210px;
  }
}

#container.top #contents #sponsor .center ul li.not {
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (min-width: 761px), print {
  #container.top #contents #sponsor .center ul li {
    width: 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 40px;
  }
  #container.top #contents #sponsor .center ul li img {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #container.top #contents #sponsor .center ul li img:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 760px) {
  #container.top #contents #sponsor .center ul li {
    width: 50%;
    padding-right: 2.5vw;
    padding-bottom: 8vw;
  }
  #container.top #contents #sponsor .center ul li:nth-child(2n) {
    padding-left: 2.5vw;
    padding-right: 0;
  }
  #container.top #contents #sponsor .center ul li img {
    width: 100%;
  }
  #container.top #contents #sponsor .center ul li.not {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent {
    width: 100%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0 221px 0 0;
    line-height: 23px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent ul {
    margin-left: 40px;
    height: 380px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent ul {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 10.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent ul li {
    margin-bottom: 20px;
    position: relative;
    padding-top: 10em;
  }
  #container.explanation .placeContent ul li.sml {
    padding-top: 3em;
  }
  #container.explanation .placeContent ul li span {
    position: absolute;
    right: 0;
    top: 0;
  }
  #container.explanation .placeContent ul li span.arw {
    position: relative;
    margin-top: 1em;
  }
  #container.explanation .placeContent ul li span:before {
    clear: both;
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent ul li span {
    display: inline-block;
    margin-right: 10px;
  }
}

#container.explanation .placeContent ul li span.arw {
  margin-right: 0;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent p {
    height: 300px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent p {
    margin: 0 5.3vw;
    text-align: center;
    line-height: 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent p.mr {
    margin-right: 45px;
    margin-left: 45px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent p.mr {
    margin: 5.3vw 5.3vw 10.6vw;
  }
}

#container.explanation .placeContent.ex2 {
  height: auto;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.ex2 {
    margin-bottom: 0;
    z-index: 4;
    position: relative;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent.ex2 p {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.ex2 p {
    height: 400px;
    margin-right: 18px;
  }
}

#container.explanation .placeContent.ex2 p.small-margin {
  margin-bottom: -10px;
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent.ex2 p.small-margin {
    margin-bottom: -28px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.ex2 p:first-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.ex2 ul {
    height: 400px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.abs {
    position: absolute;
    z-index: 3;
    top: 504px;
    right: 650px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.contacts {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent.contacts {
    margin-top: 10.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.contacts ul.links {
    margin: 0;
    height: auto;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent.contacts ul.links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent.contacts ul.links li {
    margin-right: 10px;
    padding: 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent.contacts ul.links li {
    display: inline-block;
    margin-top: 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent.contacts ul.links li + li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent.contacts ul.links li a {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent .title {
    font-size: 26px;
    line-height: 36px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent .title {
    font-size: 4.2vw;
    text-align: center;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent .second {
    top: 70px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent .secondday {
    margin-right: 190px;
  }
}

#container.explanation .placeContent a {
  color: #96aa00;
}

@media only screen and (max-width: 760px) {
  #container.explanation .placeContent a {
    text-align: center;
    width: 100%;
    display: inherit;
    text-decoration: underline;
    margin-bottom: 5.3vw;
  }
  #container.explanation .placeContent a:after {
    content: '→';
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent a {
    display: inline-block;
    border-right: 1px solid #96aa00;
  }
  #container.explanation .placeContent a:after {
    content: '↑';
  }
  #container.explanation .placeContent a:hover {
    border-color: transparent;
  }
}

#container.explanation .placeContent .gray, #container.explanation .placeContent .gray a {
  color: #aaaaaa;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .placeContent .gray a {
    border-right: 1px solid #aaaaaa;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .fieldwork .placeContent {
    padding: 0 158px 0 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .fieldwork .placeContent ul {
    height: 400px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .fieldwork .placeContent ul li {
    padding-top: 4em;
  }
  #container.explanation .fieldwork .placeContent ul li p {
    margin-top: 1em;
    height: auto;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .fieldwork .placeContent ul li + li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .fieldwork .placeContent ul li.atte {
    margin-top: 2px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .fieldwork .placeContent ul li.atte p {
    margin-top: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .fieldwork .placeContent p.indent {
    text-indent: -1em;
    padding-top: 1em;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .fieldwork .placeContent .second {
    top: 80px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .fieldwork .placeContent .second {
    width: 62%;
    vertical-align: top;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .fieldwork .placeContent .secondday {
    margin-right: 330px;
  }
}

#container.explanation .form_btn {
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .form_btn .btn {
    width: 340px;
    margin: 0 auto 18px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .form_btn .btn {
    width: 94vw;
    margin: 0 auto 6.1vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .form_btn .btn.exp {
    width: 450px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .form_btn .btn.exp a {
    height: auto;
    line-height: 5.5vw;
    padding: 3vw 0;
  }
}

#container.explanation .form_btn .btn.end {
  pointer-events: none;
}

#container.explanation .form_btn .btn.end a {
  color: #808080;
}

@media only screen and (max-width: 760px) {
  #container.explanation #form {
    margin-bottom: 6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation #form.tour {
    margin-bottom: 1px;
  }
}

#container.explanation #progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 761px), print {
  #container.explanation #progress {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation #progress {
    margin-bottom: 6.4vw;
    padding: 0 3.6vw 0;
  }
}

#container.explanation #progress li {
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container.explanation #progress li {
    width: calc(33% - 93px);
    font-size: 14px;
    padding-bottom: 16px;
  }
  #container.explanation #progress li:before {
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url("../img/common/tree_right.svg") no-repeat center center;
    position: absolute;
    right: -85px;
    top: 0;
  }
  #container.explanation #progress li:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #container.explanation #progress li:last-child:before {
    content: none;
  }
  #container.explanation #progress li.cur:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation #progress li {
    width: calc(33% - 33px);
    padding-bottom: 2.6vw;
  }
  #container.explanation #progress li:before {
    content: '';
    display: block;
    width: 4vw;
    height: 3.6vw;
    background: url("../img/common/tree_right.svg") no-repeat center center;
    position: absolute;
    right: -7.4vw;
    top: 0;
  }
  #container.explanation #progress li:last-child:before {
    content: none;
  }
  #container.explanation #progress li.cur:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.6vw;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#container.explanation .step {
  display: none;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step {
    width: 100%;
    max-width: 825px;
    margin: 0 auto;
  }
}

#container.explanation .step h2 {
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step h2 {
    font-size: 3.7vw;
    line-height: 3.7vw;
    margin-bottom: 6.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl {
    margin: 0 3.7vw 9.3vw;
  }
}

#container.explanation .step dl dt {
  text-align: right;
  float: left;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dt {
    width: 150px;
    font-size: 18px;
    padding-right: 20px;
    padding-top: 20px;
  }
  #container.explanation .step dl dt:first-of-type {
    padding-top: 4px;
  }
  #container.explanation .step dl dt:nth-of-type(4) {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dt {
    width: 17.6vw;
    font-size: 3.7vw;
    padding-top: 1.3vw;
    padding-bottom: 2.6vw;
  }
  #container.explanation .step dl dt:first-of-type {
    padding-top: 1vw;
  }
}

#container.explanation .step dl dt:before {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

#container.explanation .step dl dd {
  overflow: hidden;
  width: auto;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd {
    padding-left: 2.4vw;
    margin-bottom: 4.6vw;
    font-size: 3.7vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd:first-of-type {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd:nth-of-type(3) {
    margin-bottom: 27px;
  }
}

#container.explanation .step dl dd input, #container.explanation .step dl dd button, #container.explanation .step dl dd textarea, #container.explanation .step dl dd select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#container.explanation .step dl dd select::-ms-expand {
  display: none;
}

#container.explanation .step dl dd label {
  display: block;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd label {
    padding: 5px 0 6px 40px;
    position: relative;
    margin: 0 0 14px 45px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd label {
    font-size: 3.7vw;
    padding-left: 7.7vw;
    margin-bottom: 3.3vw;
    padding-top: 1vw;
  }
}

#container.explanation .step dl dd label span {
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd label span {
    width: 26px;
    height: 26px;
    border: 4px solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd label span {
    width: 5.3vw;
    height: 5.3vw;
    border: 0.6vw solid #000;
  }
}

#container.explanation .step dl dd label span:after {
  content: '';
  display: block;
  background: #96aa00;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd label span:after {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd label span:after {
    width: 2.6vw;
    height: 2.6vw;
    margin: -1.4vw 0 0 -1.4vw;
  }
}

#container.explanation .step dl dd label input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
}

#container.explanation .step dl dd label input[type=radio]:checked + span:after {
  opacity: 1;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd label small {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd label small {
    display: block;
    margin-top: 1.3vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

#container.explanation .step dl dd label.error {
  margin-left: 0;
  padding: 0;
  color: #f00;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd label.error {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd label.error {
    padding-left: 1.3vw;
  }
}

#container.explanation .step dl dd .selectWrap {
  float: left;
  position: relative;
}

#container.explanation .step dl dd .selectWrap:after {
  content: '';
  display: block;
  background: url("../img/common/arrow_down.svg") left top no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd .selectWrap:after {
    width: 13px;
    height: 10px;
    position: absolute;
    bottom: 13px;
    left: 128px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd .selectWrap:after {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd .selectWrap:after {
    width: 3.6vw;
    height: 2.6vw;
    position: absolute;
    bottom: 2vw;
    right: 6.4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd .selectWrap select {
    width: 150px;
    border-bottom: 5px solid #000;
    padding-bottom: 9px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 18px;
    border-top: 1px dotted transparent;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd .selectWrap select:focus {
    border-left: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd .selectWrap select {
    width: 16vw;
    padding-top: 2vw;
    padding-left: 2.6vw;
    padding-bottom: 2vw;
    border-bottom: 0.6vw solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd .selectWrap select[name=birthYear] {
    width: 24.4vw;
  }
}

#container.explanation .step dl dd .selectWrap select + span {
  display: inline-block;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd .selectWrap select + span {
    font-size: 18px;
    margin: 0 13px 0 8px;
    position: relative;
    top: 14px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd .selectWrap select + span {
    font-size: 3.7vw;
    margin: 0 1vw;
    position: relative;
    top: 2vw;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd .selectWrap:last-of-type select + span {
    margin-right: 0;
  }
}

#container.explanation .step dl dd .selectWrap:last-of-type:after {
  right: 5.7vw;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd input[type=text] {
    width: 100%;
    max-width: 555px;
    font-size: 18px;
    padding-bottom: 12px;
    padding-top: 18px;
    padding-left: 10px;
    border-bottom: 5px solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd input[type=text] {
    border-bottom: 0.6vw solid #000;
    width: 100%;
    padding-top: 1.7vw;
    padding-left: 2.6vw;
    padding-bottom: 2.4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step dl dd textarea {
    width: 100%;
    max-width: 555px;
    height: 146px;
    padding: 10px;
    font-size: 18px;
    border: 5px solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step dl dd textarea {
    width: 100%;
    height: 19.6vw;
    border-right: 0.6vw solid #000;
    border-bottom: 0.6vw solid #000;
    padding: 2.6vw;
  }
}

#container.explanation .step dl dd:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

#container.explanation .step .tour dt {
  text-align: right;
  float: left;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step .tour dt:first-of-type {
    padding-top: 20px;
  }
}

#container.explanation .step#input {
  display: block;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step .btn {
    width: 280px;
    margin: 0 auto;
  }
  #container.explanation .step .btn #btnBack {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step .btn {
    width: 73.3vw;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#confirm h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#confirm p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step#confirm p {
    text-align: center;
    padding: 0 4.6vw;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 6vw;
  }
}

#container.explanation .step#confirm dl {
  position: relative;
}

@media only screen and (max-width: 760px) {
  #container.explanation .step#confirm dl {
    margin-bottom: 11.3vw;
  }
}

#container.explanation .step#confirm dl dd {
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#confirm dl dd {
    max-width: 533px;
    font-size: 14px;
    margin-bottom: 35px;
  }
  #container.explanation .step#confirm dl dd:last-of-type {
    border-bottom: 4px solid #000;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step#confirm dl dd {
    padding-top: 1.3vw;
    margin-bottom: 7.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#confirm #btnBack {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step#confirm #btnBack {
    margin-top: 4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#complete {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#complete h2 {
    margin-bottom: 20px;
  }
}

#container.explanation .step#complete p {
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#complete p {
    font-size: 14px;
    line-height: 26px;
  }
  #container.explanation .step#complete p:first-of-type {
    margin-bottom: 40px;
  }
  #container.explanation .step#complete p:last-of-type {
    border-bottom: 4px solid #000;
    margin-bottom: 30px;
    padding-bottom: 45px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step#complete p {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 6.6vw;
  }
}

#container.explanation .step#complete p strong {
  display: block;
}

@media only screen and (min-width: 761px), print {
  #container.explanation .step#complete p strong {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  #container.explanation .step#complete p strong {
    font-size: 3.7vw;
  }
}

#container.inquiry #progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry #progress {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry #progress {
    margin-bottom: 6.4vw;
    padding: 0 3.6vw 0;
  }
}

#container.inquiry #progress li {
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry #progress li {
    width: calc(33% - 93px);
    font-size: 14px;
    padding-bottom: 16px;
  }
  #container.inquiry #progress li:before {
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url("../img/common/tree_right.svg") no-repeat center center;
    position: absolute;
    right: -85px;
    top: 0;
  }
  #container.inquiry #progress li:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #container.inquiry #progress li:last-child:before {
    content: none;
  }
  #container.inquiry #progress li.cur:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry #progress li {
    width: calc(33% - 33px);
    padding-bottom: 2.6vw;
  }
  #container.inquiry #progress li:before {
    content: '';
    display: block;
    width: 4vw;
    height: 3.6vw;
    background: url("../img/common/tree_right.svg") no-repeat center center;
    position: absolute;
    right: -7.4vw;
    top: 0;
  }
  #container.inquiry #progress li:last-child:before {
    content: none;
  }
  #container.inquiry #progress li.cur:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.6vw;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#container.inquiry .step {
  display: none;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step {
    width: 100%;
    max-width: 825px;
    margin: 0 auto;
  }
}

#container.inquiry .step h2 {
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step h2 {
    font-size: 3.7vw;
    line-height: 3.7vw;
    margin-bottom: 6.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl {
    margin: 0 3.7vw 9.3vw;
  }
}

#container.inquiry .step dl dt {
  text-align: right;
  float: left;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dt {
    width: 150px;
    font-size: 18px;
    padding-right: 20px;
    padding-top: 20px;
  }
  #container.inquiry .step dl dt:first-of-type {
    padding-top: 4px;
  }
  #container.inquiry .step dl dt:nth-of-type(4) {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dt {
    width: 17.6vw;
    font-size: 3.7vw;
    padding-top: 1.3vw;
    padding-bottom: 2.6vw;
  }
  #container.inquiry .step dl dt:first-of-type {
    padding-top: 1vw;
  }
}

#container.inquiry .step dl dt:before {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dt:first-of-type {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dt:nth-of-type(3) {
    padding: 55px 20px 55px 0;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dt:nth-of-type(3) {
    line-height: 5.6vw;
    padding-top: 2.1vw;
  }
}

#container.inquiry .step dl dd {
  overflow: hidden;
  width: auto;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd {
    padding-left: 2.4vw;
    margin-bottom: 4.6vw;
    font-size: 3.7vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd:first-of-type {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd:nth-of-type(2) {
    margin-bottom: 63px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd:nth-of-type(3) {
    margin-bottom: 27px;
  }
}

#container.inquiry .step dl dd input, #container.inquiry .step dl dd button, #container.inquiry .step dl dd textarea, #container.inquiry .step dl dd select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#container.inquiry .step dl dd select::-ms-expand {
  display: none;
}

#container.inquiry .step dl dd label {
  display: block;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd label {
    padding: 5px 0 6px 40px;
    position: relative;
    margin: 0 0 14px 45px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd label {
    font-size: 3.7vw;
    padding-left: 7.7vw;
    margin-bottom: 3.3vw;
    padding-top: 1vw;
  }
}

#container.inquiry .step dl dd label span {
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd label span {
    width: 26px;
    height: 26px;
    border: 4px solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd label span {
    width: 5.3vw;
    height: 5.3vw;
    border: 0.6vw solid #000;
  }
}

#container.inquiry .step dl dd label span:after {
  content: '';
  display: block;
  background: #96aa00;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd label span:after {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd label span:after {
    width: 2.6vw;
    height: 2.6vw;
    margin: -1.4vw 0 0 -1.4vw;
  }
}

#container.inquiry .step dl dd label input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
}

#container.inquiry .step dl dd label input[type=radio]:checked + span:after {
  opacity: 1;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd label small {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd label small {
    display: block;
    margin-top: 1.3vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

#container.inquiry .step dl dd label.error {
  margin-left: 0;
  padding: 0;
  color: #f00;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd label.error {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd label.error {
    padding-left: 1.3vw;
  }
}

#container.inquiry .step dl dd .selectWrap {
  float: left;
  position: relative;
}

#container.inquiry .step dl dd .selectWrap:after {
  content: '';
  display: block;
  background: url("../img/common/arrow_down.svg") left top no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd .selectWrap:after {
    width: 13px;
    height: 10px;
    position: absolute;
    bottom: 13px;
    left: 128px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd .selectWrap:after {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd .selectWrap:after {
    width: 3.6vw;
    height: 2.6vw;
    position: absolute;
    bottom: 2vw;
    right: 6.4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd .selectWrap select {
    width: 150px;
    border-bottom: 5px solid #000;
    padding-bottom: 9px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 18px;
    border-top: 1px dotted transparent;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd .selectWrap select:focus {
    border-left: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd .selectWrap select {
    width: 16vw;
    padding-top: 2vw;
    padding-left: 2.6vw;
    padding-bottom: 2vw;
    border-bottom: 0.6vw solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd .selectWrap select[name=birthYear] {
    width: 24.4vw;
  }
}

#container.inquiry .step dl dd .selectWrap select + span {
  display: inline-block;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd .selectWrap select + span {
    font-size: 18px;
    margin: 0 13px 0 8px;
    position: relative;
    top: 14px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd .selectWrap select + span {
    font-size: 3.7vw;
    margin: 0 1vw;
    position: relative;
    top: 2vw;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd .selectWrap:last-of-type select + span {
    margin-right: 0;
  }
}

#container.inquiry .step dl dd .selectWrap:last-of-type:after {
  right: 5.7vw;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd input[type=text] {
    width: 100%;
    max-width: 555px;
    font-size: 18px;
    padding-bottom: 12px;
    padding-top: 18px;
    padding-left: 10px;
    border-bottom: 5px solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd input[type=text] {
    border-bottom: 0.6vw solid #000;
    width: 100%;
    padding-top: 1.7vw;
    padding-left: 2.6vw;
    padding-bottom: 2.4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step dl dd textarea {
    width: 100%;
    max-width: 555px;
    height: 146px;
    padding: 10px;
    font-size: 18px;
    border: 5px solid #000;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step dl dd textarea {
    width: 100%;
    height: 19.6vw;
    border-right: 0.6vw solid #000;
    border-bottom: 0.6vw solid #000;
    padding: 2.6vw;
  }
}

#container.inquiry .step dl dd:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

#container.inquiry .step#input {
  display: block;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step .btn {
    width: 280px;
    margin: 0 auto;
  }
  #container.inquiry .step .btn #btnBack {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step .btn {
    width: 73.3vw;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#confirm h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#confirm p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step#confirm p {
    text-align: center;
    padding: 0 4.6vw;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 6vw;
  }
}

#container.inquiry .step#confirm dl {
  position: relative;
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step#confirm dl {
    margin-bottom: 11.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#confirm dl dt:nth-of-type(3) {
    padding: 20px 20px 0 0;
  }
}

#container.inquiry .step#confirm dl dd {
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#confirm dl dd {
    max-width: 533px;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 14px;
  }
  #container.inquiry .step#confirm dl dd:last-of-type {
    border-bottom: 4px solid #000;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step#confirm dl dd {
    padding-top: 1.3vw;
    padding-left: 3.3vw;
    margin-bottom: 7.3vw;
  }
}

#container.inquiry .step#confirm dl dd.question {
  text-align: left;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#confirm dl dd.question {
    font-size: 14px;
    line-height: 26px;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step#confirm dl dd.question {
    padding-top: 2.1vw;
    min-height: 9.6vw;
    white-space: normal;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#confirm #btnBack {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step#confirm #btnBack {
    margin-top: 4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#complete {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#complete h2 {
    margin-bottom: 20px;
  }
}

#container.inquiry .step#complete p {
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#complete p {
    font-size: 14px;
    line-height: 26px;
  }
  #container.inquiry .step#complete p:first-of-type {
    margin-bottom: 40px;
  }
  #container.inquiry .step#complete p:last-of-type {
    border-bottom: 4px solid #000;
    margin-bottom: 30px;
    padding-bottom: 45px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step#complete p {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 6.6vw;
  }
}

#container.inquiry .step#complete p strong {
  display: block;
}

@media only screen and (min-width: 761px), print {
  #container.inquiry .step#complete p strong {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  #container.inquiry .step#complete p strong {
    font-size: 3.7vw;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept p {
    margin-right: 5.3vw;
    margin-left: 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.concept .lowerSection {
    border-top: 4px solid #000;
    padding-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .firefox #container.concept .lowerSection {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept .lowerSection {
    border-top: 1px solid #e5e5e5;
    margin-top: 11.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.concept .lowerSection h1 {
    margin-left: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept .lowerSection h1 {
    margin-top: 6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.concept .lowerSection > p {
    height: 270px;
    line-height: 24px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept .lowerSection > p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-bottom: 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.concept #blocks {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .firefox #container.concept #blocks {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept #blocks {
    margin-top: 11.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.concept #blocks .block {
    margin-top: 25px;
    margin-left: 30px;
    padding-bottom: 40px;
  }
  #container.concept #blocks .block:last-child {
    margin-left: 0;
  }
}

.firefox #container.concept #blocks .block {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-bottom: 0px;
  float: right;
  clear: right;
}

@media only screen and (max-width: 760px) {
  #container.concept #blocks .block {
    margin: 0 0 6.6vw;
  }
}

#container.concept #blocks .block .illust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.firefox #container.concept #blocks .block .illust {
  display: block;
  float: right;
}

@media only screen and (min-width: 761px), print {
  #container.concept #blocks .block .illust {
    width: 240px;
    height: 250px;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept #blocks .block .illust {
    width: 69.3vw;
    height: 69.3vw;
    margin: 0 auto 4vw;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept #blocks .block .illust img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
}

#container.concept #blocks .block section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.firefox #container.concept #blocks .block section {
  display: block;
}

@media only screen and (max-width: 760px) {
  #container.concept #blocks .block section {
    width: 100%;
  }
}

@media only screen and (min-width: 761px), print {
  #container.concept #blocks .block section h2 {
    font-size: 26px;
    line-height: 36px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept #blocks .block section h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 5.3vw;
    line-height: 8vw;
    margin-left: 2.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #container.concept #blocks .block section p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  #container.concept #blocks .block section p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 3.2vw;
    line-height: 6.6vw;
  }
}

#fontSubset {
  height: 0;
  overflow: hidden;
}

#modalsCover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
}

#modals {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
}

#modals #overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-position: center top;
}

#modals .modal {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

#modals .modal .outer {
  pointer-events: auto;
  position: relative;
  background: white;
  width: 80%;
  max-height: calc(100vh - 100px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 761px), print {
  #modals .modal .outer {
    width: 920px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 760px) {
  #modals .modal .outer {
    width: 90.7vw;
    border-radius: 2.6vw;
    max-height: calc(100vh - 80px);
  }
}

#modals .modal .outer .closeModal {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../img/common/modal_close.svg") no-repeat center center;
  background-size: 82px;
  width: 82px;
  height: 82px;
  cursor: pointer;
}

@media only screen and (max-width: 760px) {
  #modals .modal .outer .closeModal {
    background-size: 13.3vw;
    width: 13.3vw;
    height: 13.3vw;
  }
}

#modals .modal .outer .inner {
  position: relative;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 761px), print {
  #modals .modal .outer .inner {
    width: 920px;
  }
}

@media only screen and (max-width: 760px) {
  #modals .modal .outer .inner {
    max-height: calc(100vh - 80px);
  }
}

@media only screen and (min-width: 761px), print {
  #modals .modal .outer .inner .content {
    padding: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #modals .modal .outer .inner .content {
    padding: 8vw;
  }
}

@media only screen and (min-width: 761px), print {
  #modals .modal .entryModalOuter {
    width: 610px;
  }
}

@media only screen and (min-width: 761px), print {
  #modals .modal .entryModalOuter .inner {
    width: 610px;
  }
}

#mentorDetail,
#mentorDetail2 {
  width: 100%;
}

@media only screen and (min-width: 761px), print {
  #mentorDetail,
  #mentorDetail2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 420px;
  }
  #mentorDetail.jo,
  #mentorDetail2.jo {
    height: 300px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail,
  #mentorDetail2 {
    text-align: center;
  }
}

#mentorDetail header,
#mentorDetail2 header {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #mentorDetail header,
  #mentorDetail2 header {
    margin: 0 0 0 20px;
    overflow: hidden;
  }
}

#mentorDetail header .photo,
#mentorDetail2 header .photo {
  overflow: hidden;
  border-radius: 50%;
}

@media only screen and (min-width: 761px), print {
  #mentorDetail header .photo,
  #mentorDetail2 header .photo {
    width: 140px;
    height: 140px;
    float: left;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail header .photo,
  #mentorDetail2 header .photo {
    width: 37.3vw;
    height: 37.3vw;
    margin: 0 auto 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail header .photo img,
  #mentorDetail2 header .photo img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail header .photo img,
  #mentorDetail2 header .photo img {
    width: 37.3vw;
    height: 37.3vw;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail header .logo,
  #mentorDetail2 header .logo {
    width: 37.3vw;
    margin: 0 auto 6.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail header .logo a,
  #mentorDetail2 header .logo a {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #mentorDetail header .logo a:hover,
  #mentorDetail2 header .logo a:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail header .logo img,
  #mentorDetail2 header .logo img {
    width: 140px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail header .logo img,
  #mentorDetail2 header .logo img {
    width: 37.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail h2,
  #mentorDetail2 h2 {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail h2,
  #mentorDetail2 h2 {
    font-size: 4.2vw;
    line-height: 1.6;
    margin: 0 0 2.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail p.name,
  #mentorDetail2 p.name {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 0 40px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail p.name,
  #mentorDetail2 p.name {
    font-size: 4.2vw;
    line-height: 1.6;
    margin: 0 0 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail p.desc,
  #mentorDetail2 p.desc {
    line-height: 24px;
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail p.desc,
  #mentorDetail2 p.desc {
    text-align: left;
    line-height: 1.6;
    margin: 0 0 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail p.link,
  #mentorDetail2 p.link {
    line-height: 24px;
    margin: 0 0 0 5px;
  }
}

@media only screen and (max-width: 760px) {
  #mentorDetail p.link,
  #mentorDetail2 p.link {
    text-align: left;
    line-height: 1.6;
    margin: 0 0 5.3vw;
  }
}

#mentorDetail p a,
#mentorDetail2 p a {
  color: #96aa00;
}

@media only screen and (max-width: 760px) {
  #mentorDetail p a,
  #mentorDetail2 p a {
    text-decoration: underline;
  }
  #mentorDetail p a:after,
  #mentorDetail2 p a:after {
    content: '→';
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail p a,
  #mentorDetail2 p a {
    display: inline-block;
    border-right: 1px solid #96aa00;
  }
  #mentorDetail p a:after,
  #mentorDetail2 p a:after {
    content: '↑';
  }
  #mentorDetail p a:hover,
  #mentorDetail2 p a:hover {
    border-color: transparent;
  }
}

#mentorDetail2 {
  width: 100%;
}

@media only screen and (min-width: 761px), print {
  #mentorDetail2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 761px), print {
  #mentorDetail2.jo {
    padding-right: 425px;
  }
}

#entryDetail, #donationDetail {
  width: 100%;
}

@media only screen and (min-width: 761px), print {
  #entryDetail .photo, #donationDetail .photo {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  #entryDetail .photo img, #donationDetail .photo img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 761px), print {
  #entryDetail .center, #donationDetail .center {
    width: 445px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 760px) {
  #entryDetail .center, #donationDetail .center {
    margin: 0 auto;
    height: 85vw;
  }
}

@media only screen and (min-width: 761px), print {
  #entryDetail h2, #donationDetail h2 {
    float: right;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 760px) {
  #entryDetail h2, #donationDetail h2 {
    font-size: 4.2vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 15px 15px;
  }
}

#entryDetail h3, #donationDetail h3 {
  padding: 0 30px 40px 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 24px;
  float: right;
}

@media only screen and (max-width: 760px) {
  #entryDetail h3, #donationDetail h3 {
    padding: 0 15px 30px 20px;
  }
}

#entryDetail p, #donationDetail p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  float: right;
}

@media only screen and (min-width: 761px), print {
  #entryDetail p, #donationDetail p {
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  #entryDetail p, #donationDetail p {
    line-height: 20px;
  }
}

#entryDetail p a, #donationDetail p a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media only screen and (min-width: 761px), print {
  #entryDetail p a, #donationDetail p a {
    cursor: pointer;
    color: #96aa00;
    display: inline-block;
    line-height: 24px;
    border-right: 1px solid #96aa00;
  }
  #entryDetail p a:after, #donationDetail p a:after {
    content: '↑';
  }
}

@media only screen and (max-width: 760px) {
  #entryDetail p a, #donationDetail p a {
    color: #96aa00;
    display: inline-block;
    border-right: 1px solid #96aa00;
  }
  #entryDetail p a:after, #donationDetail p a:after {
    content: '↑';
  }
}

#entryDetail p.wides, #donationDetail p.wides {
  margin-right: 8px;
}

@media only screen and (max-width: 760px) {
  #entryDetail p.wides, #donationDetail p.wides {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 760px) {
  #entryDetail ul, #donationDetail ul {
    width: 83%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

#entryDetail li, #donationDetail li {
  position: relative;
  float: right;
  margin-right: 10px;
}

@media only screen and (max-width: 760px) {
  #entryDetail li, #donationDetail li {
    margin-right: 0px;
    height: 250px;
  }
}

@media only screen and (min-width: 761px), print {
  #entryDetail li, #donationDetail li {
    width: 65px;
  }
}

#entryDetail li .photo, #donationDetail li .photo {
  overflow: hidden;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-bottom: 8px;
}

#entryDetail li .photo img, #donationDetail li .photo img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

@media only screen and (min-width: 761px), print {
  #donationDetail .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

@media only screen and (max-width: 760px) {
  #donationDetail ul {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 760px) {
  #donationDetail h2 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #donationDetail h2 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 761px), print {
  #donationDetail h2 .sp {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  #donationDetail h2 .pc {
    display: none;
  }
}

@media only screen and (min-width: 761px), print {
  #donationDetail h2:nth-of-type(2) {
    margin-left: 0;
    margin-right: 20px;
  }
}

#projectDetail br.no {
  display: none;
}

@media only screen and (min-width: 761px), print {
  #projectDetail h2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail h2 {
    font-size: 5.3vw;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 8vw;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .projects {
    margin-bottom: 5.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .projects .bg,
  #projectDetail .projects .base {
    width: 260px;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail section {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail section {
    margin-bottom: 8vw;
  }
}

#projectDetail section:last-child {
  margin: 0;
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .projects li {
    margin: 0 auto;
    width: auto;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 .projects .reports {
    height: 360px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .projects .reports {
    height: auto;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 .projects .reports + .reports {
    height: 330px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .projects .reports + .reports .second {
    margin: 0;
  }
}

#projectDetail .block1 .projects h2 {
  text-align: left;
}

#projectDetail .block1 .projects .report {
  height: 370px;
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .projects .report {
    height: auto;
    margin: 0 auto 8vw;
    width: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

#projectDetail .block1 .projects .report p {
  font-size: 13px;
  line-height: 23px;
  padding-right: 10px;
}

#projectDetail .block1 .projects .report p.nowrap {
  letter-spacing: -0.25px;
}

#projectDetail .block1 .projects .report .secondLine {
  padding-top: 8em;
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 .projects .second {
    height: 280px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .projects .second {
    margin: 0 auto;
    width: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 .body {
    width: 490px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .body {
    width: 100%;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 .body .note {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .body .note {
    font-size: 2.6vw;
    margin-top: 1.3vw;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 .body .photo {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .body .photo {
    margin-top: 5.3vw;
  }
}

#projectDetail .block1 .body .photo:first-child {
  margin: 0;
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .body .photo img {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .body .photo iframe {
    width: 100%;
    height: auto;
  }
}

#projectDetail .block1 .body .cap a {
  cursor: pointer;
}

@media only screen and (max-width: 760px) {
  #projectDetail .block1 .reportPhoto {
    margin-top: 10.6vw;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block1 .reportPhoto .photo {
    margin-top: 40px;
  }
}

#projectDetail .block1 .reportPhoto a {
  text-decoration: underline;
  color: #96aa00;
}

#projectDetail .block1 .reportPhoto a:after {
  content: '→';
}

#projectDetail .block1 .reportPhoto a.no_arw:after {
  content: '';
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: 30px;
  }
  .firefox #projectDetail .block2 ul li {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li {
    margin: 0 1.3vw 0vw;
  }
}

#projectDetail .block2 ul li.slick-slide {
  margin: 0 1.3vw;
}

#projectDetail .block2 ul li:last-child {
  padding: 0 !important;
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li .header {
    width: 140px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 20px;
  }
  .firefox #projectDetail .block2 ul li .header {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li .header {
    width: 37.3vw;
    margin: 0 auto 8vw;
  }
}

#projectDetail .block2 ul li .header .photo {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li .header .photo {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li .header .photo {
    width: 37.3vw;
    height: 37.3vw;
    margin: 0 auto 4vw;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li .header .photo img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li .header .photo img {
    width: 37.3vw;
    height: 37.3vw;
  }
}

#projectDetail .block2 ul li .header .link {
  display: table;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li .header .link {
    padding: 0 0 0 35px;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li .header .link {
    padding-left: 9.3vw;
  }
}

#projectDetail .block2 ul li .header .link:after, #projectDetail .block2 ul li .header .link:before {
  content: '';
  display: block;
  background: url("../img/common/tree_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li .header .link:after, #projectDetail .block2 ul li .header .link:before {
    width: 30px;
    height: 27px;
    margin: -13px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li .header .link:after, #projectDetail .block2 ul li .header .link:before {
    width: 8vw;
    height: 7.2vw;
    margin: -3.7vw 0 0;
  }
}

#projectDetail .block2 ul li .header .link:after {
  background: url("../img/common/tree_right_black.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li:hover .link:before {
    opacity: 0;
  }
  #projectDetail .block2 ul li:hover .link:after {
    opacity: 1;
  }
}

#projectDetail .block2 ul li .text {
  display: block;
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li .text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block2 ul li .text p {
    line-height: 24px;
    margin-left: 12px;
  }
  #projectDetail .block2 ul li .text p:last-child {
    margin-left: 0;
  }
  .firefox #projectDetail .block2 ul li .text p {
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block2 ul li .text p {
    font-size: 3.2vw;
    line-height: 6.6vw;
    margin-left: 1.3vw;
  }
  #projectDetail .block2 ul li .text p:last-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block3 ul {
    width: 720px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block4 .projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block4 .projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 761px), print {
  #projectDetail .block4 .projects li:last-child {
    padding: 0;
  }
}

@media only screen and (max-width: 760px) {
  #projectDetail .block4 .projects li:last-child {
    display: none;
  }
}

.sl-widget-box__button {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.sl-widget-box.sl-widget-box.coverShown.visible .sl-widget-box__main__close {
  opacity: 1 !important;
  height: 20px !important;
  height: 20px !important;
}

.sl-widget-box.sl-widget-box.coverShown.visible .sl-widget-box__main__close span {
  background: #000 !important;
}

#memberDetail header, #memberDetail .body {
  width: 100%;
}

#memberDetail header {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #memberDetail header {
    padding-top: 30px;
  }
}

#memberDetail header .subtitle {
  font-size: 16px;
}

#memberDetail header .graduation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -6.5%;
  margin-left: 6%;
}

#memberDetail header .graduation img {
  width: 70px;
  height: 90px;
}

@media only screen and (max-width: 760px) {
  #memberDetail header .graduation img {
    width: 45px;
    height: 65px;
    margin-top: 15px;
  }
  #memberDetail header .graduation .title {
    padding-top: 60px;
  }
}

#memberDetail header .title {
  position: relative;
  padding-top: 90px;
  margin-left: 30px;
}

@media only screen and (min-width: 761px), print {
  #memberDetail header .title {
    margin-top: -30px;
  }
}

#memberDetail header .title:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/common/trees.svg") no-repeat center center/contain;
}

@media only screen and (min-width: 761px), print {
  #memberDetail header .title:before {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail header .title:before {
    width: 45px;
    height: 45px;
  }
}

#memberDetail header .title span {
  display: block;
}

#memberDetail header .title span.sub {
  margin-left: 1em;
}

#memberDetail header .title span.main {
  font-size: 24px;
}

@media only screen and (max-width: 760px) {
  #memberDetail header .title span.main {
    font-size: 6.4vw;
  }
}

#memberDetail header .text {
  width: 100%;
}

@media only screen and (min-width: 761px), print {
  #memberDetail header .text {
    height: 450px;
  }
  #memberDetail header .text.sm {
    height: 370px;
    padding-right: 88px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 761px), print {
  #memberDetail .line + .line {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .line {
    width: 100%;
    height: 35em;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .profile {
    width: 50%;
    height: 24em;
    margin-left: auto;
  }
}

#memberDetail .shimei, #memberDetail .name, #memberDetail .heading, #memberDetail .kana, #memberDetail p {
  padding-top: 60px;
}

@media only screen and (max-width: 760px) {
  #memberDetail .shimei, #memberDetail .name, #memberDetail .heading, #memberDetail .kana, #memberDetail p {
    margin-top: 30px;
  }
}

#memberDetail .shimei, #memberDetail .heading {
  position: relative;
  line-height: 27px;
}

@media only screen and (max-width: 760px) {
  #memberDetail .shimei, #memberDetail .heading {
    line-height: 6.4vw;
  }
}

#memberDetail .shimei:before, #memberDetail .heading:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 27px;
  height: 30px;
  background: url("../img/common/tree_up.svg") no-repeat center center/contain;
}

#memberDetail .shimei {
  margin-left: .5rem;
}

#memberDetail .name {
  margin-left: .75rem;
  font-size: 40px;
}

@media only screen and (max-width: 760px) {
  #memberDetail .name {
    font-size: 10.7vw;
  }
  #memberDetail .name.yamazaki {
    font-size: 9.7vw;
  }
}

#memberDetail .kana {
  margin-left: 30px;
}

#memberDetail .illust {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media only screen and (min-width: 761px), print {
  #memberDetail .illust {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .illust {
    top: 90px;
  }
}

#memberDetail .illust img {
  width: 100%;
}

#memberDetail .illust.hayakawa {
  width: 216px;
}

#memberDetail .illust.toyoda {
  width: 301px;
}

#memberDetail .illust.hiraoka, #memberDetail .illust._1000 {
  width: 194px;
}

#memberDetail .illust.takano, #memberDetail .illust.yamazaki {
  width: 200px;
}

#memberDetail .illust.shibata {
  width: 186px;
}

#memberDetail .illust.yamashita {
  width: 200px;
  left: 2vw;
}

#memberDetail .illust.asano {
  width: 156px;
}

#memberDetail .illust.hayashi {
  width: 135px;
  left: 5vw;
}

@media only screen and (max-width: 760px) {
  #memberDetail .illust.hayakawa {
    width: 32%;
  }
  #memberDetail .illust.toyoda {
    width: 40%;
    left: -5vw;
  }
  #memberDetail .illust.hiraoka, #memberDetail .illust.takano, #memberDetail .illust.shibata, #memberDetail .illust._1000, #memberDetail .illust.yamazaki, #memberDetail .illust.yamashita {
    width: 32%;
  }
  #memberDetail .illust.asano, #memberDetail .illust.hayashi {
    width: 22%;
  }
}

@media only screen and (min-width: 761px), print {
  #memberDetail p {
    line-height: 27px;
  }
  #memberDetail p + * {
    margin-right: 20px;
  }
  #memberDetail p:last-child {
    margin-left: 0;
  }
  .firefox #memberDetail p {
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail p {
    font-size: 3.2vw;
    line-height: 6vw;
    margin-left: 1.3vw;
    text-align: justify;
  }
  #memberDetail p + * {
    margin-right: .7em;
  }
  #memberDetail p:last-child {
    margin-left: 0;
  }
}

#memberDetail .soukanzu {
  margin-top: 58px;
}

@media only screen and (min-width: 761px), print {
  #memberDetail .info {
    margin-top: 60px;
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .contact {
    margin-top: 4em;
    height: auto;
  }
  #memberDetail .contact .heading {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    font-size: 4vw;
  }
  #memberDetail .contact .heading:before {
    position: static;
    content: '';
    background: url("../img/common/trees.svg") no-repeat center center/contain;
    display: inline-block;
    vertical-align: middle;
    margin: -4px .5em 0 0;
    width: 8vw;
    height: 8vw;
  }
  #memberDetail .contact p {
    margin-top: 1em;
    padding-top: 0;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .activity {
    margin-top: 4em;
    height: auto;
  }
}

#memberDetail .activity .heading {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  #memberDetail .activity .heading {
    padding-top: 90px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 30px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .activity .heading {
    padding-top: 0;
    margin-top: 0;
    font-size: 4vw;
  }
}

#memberDetail .activity .heading:before {
  content: '';
  background: url("../img/common/trees.svg") no-repeat center center/contain;
}

@media only screen and (min-width: 761px), print {
  #memberDetail .activity .heading:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .activity .heading:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -4px .5em 0 0;
    width: 8vw;
    height: 8vw;
  }
}

#memberDetail .photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media only screen and (min-width: 761px), print {
  #memberDetail .photos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 570px;
    margin-bottom: -28px;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .photos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: -1em;
  }
  #memberDetail .photos:after {
    content: "";
    width: 31%;
    height: 0;
    margin-bottom: 1em;
  }
}

#memberDetail .photos li {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media only screen and (min-width: 761px), print {
  #memberDetail .photos li {
    width: 160px;
    height: 160px;
    margin-left: 23px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 760px) {
  #memberDetail .photos li {
    width: 31%;
    height: 23.155vw;
    margin-bottom: 1em;
  }
}

#memberDetail .photos li a {
  width: 100%;
  height: 100%;
}

#memberDetail .photos li:hover {
  opacity: .6;
}

#memberDetail .photos a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#memberDetail .photos a:hover {
  opacity: .6;
}

.more {
  display: none;
}

.members #lowerHeader .subtitle {
  display: block;
}

@media only screen and (max-width: 760px) {
  .members #lowerHeader .subtitle {
    text-align: center;
    margin-bottom: 10px;
  }
}

.members #lowerHeader .illust img {
  width: 402px;
}

.members .smallList ul li {
  position: relative;
}

@media only screen and (min-width: 761px), print {
  .members .smallList ul li {
    margin-bottom: 66px;
  }
  .members .smallList ul li:hover .more:before {
    opacity: 0;
  }
  .members .smallList ul li:hover .more:after {
    opacity: 1;
  }
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li {
    margin: 0 0 20vw;
  }
}

.members .smallList ul li .more {
  display: block;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: relative;
  margin-top: 14px;
  margin-left: 10px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li .more {
    position: absolute;
    bottom: -8vw;
  }
}

.members .smallList ul li .more:before, .members .smallList ul li .more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../img/common/tree_right.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media only screen and (min-width: 761px), print {
  .members .smallList ul li .more:before, .members .smallList ul li .more:after {
    width: 30px;
    height: 27px;
    margin: -13px 0 0;
  }
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li .more:before, .members .smallList ul li .more:after {
    width: 8vw;
    height: 7.2vw;
    margin: -3.7vw 0 0;
  }
}

.members .smallList ul li .more:after {
  background: url("../img/common/tree_right_black.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
}

.members .smallList ul li .more p {
  padding-left: 40px;
}

@media only screen and (min-width: 761px), print {
  .members .smallList ul li .text {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 761px), print {
  .members .smallList ul li .text h3 {
    line-height: 24px;
  }
}

.members .smallList ul li .header {
  margin-bottom: 10px;
}

.members .blogs ul li .header .photo {
  overflow: visible;
  border-radius: 0;
}

@media only screen and (max-width: 760px) {
  .members .blogs ul li .header .photo {
    position: static;
  }
}

.members .smallList ul li.hayakawa .header .photo {
  margin-top: -20px;
  width: 152px;
  height: 160px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.hayakawa .header .photo {
    margin-top: -5vw;
    width: 43vw;
    height: 43vw;
  }
}

.members .smallList ul li.hayakawa .header .photo img {
  width: 152px;
  height: 160px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.hayakawa .header .photo img {
    width: 43vw;
    height: 43vw;
  }
}

.members .smallList ul li.hayakawa .header .graduation {
  margin: -90px 0 0 -10px;
  position: absolute;
}

.members .smallList ul li.hayakawa .header .graduation img {
  width: 35px;
  height: 70px;
}

.members .smallList ul {
  padding-top: 5vw;
}

@media only screen and (min-width: 761px), print {
  .members .smallList ul {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 760px) {
  .members .smallList ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.members .smallList ul li.toyoda .header .photo {
  margin-top: -9px;
  width: 142px;
  height: 149px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.toyoda .header .photo {
    width: 39vw;
    height: 39vw;
  }
}

.members .smallList ul li.toyoda .header .photo img {
  width: 142px;
  height: 149px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.toyoda .header .photo img {
    margin-top: -2vw;
    width: 39vw;
    height: 39vw;
  }
}

.members .smallList ul li.sen .header .photo {
  margin-top: -14px;
  width: 140px;
  height: 154px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.sen .header .photo {
    width: 37.4vw;
    height: 41vw;
  }
}

.members .smallList ul li.sen .header .photo img {
  width: 140px;
  height: 154px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.sen .header .photo img {
    margin-top: -2.5vw;
    width: 37.4vw;
    height: 41vw;
  }
}

.members .smallList ul li.yamazaki .header .photo {
  margin-top: -15px;
  width: 140px;
  height: 155px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.yamazaki .header .photo {
    width: 37.4vw;
    height: 41.8vw;
  }
}

.members .smallList ul li.yamazaki .header .photo img {
  width: 140px;
  height: 155px;
}

@media only screen and (max-width: 760px) {
  .members .smallList ul li.yamazaki .header .photo img {
    width: 37.4vw;
    height: 41.8vw;
  }
}

#modal_op {
  position: fixed;
  z-index: 1;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -40px;
  top: 0;
  left: 0;
}

#modal_op.disabled {
  display: none;
}

#modal_op .contents_modal {
  background: #fff;
  padding: 66px;
  border-radius: 30px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 760px) {
  #modal_op .contents_modal {
    padding: 33px;
    border-radius: 20px;
  }
}

#modal_op .contents_modal .content {
  background: url("/assets/img/top/modal_3.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 90px 52px;
}

@media only screen and (max-width: 760px) {
  #modal_op .contents_modal .content {
    padding: 40px 30px;
  }
}

#modal_op .contents_modal .content .logo {
  width: 318px;
}

@media only screen and (max-width: 760px) {
  #modal_op .contents_modal .content .logo {
    width: 200px;
  }
}

#modal_op .contents_modal .content h3 {
  margin-top: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}

@media only screen and (max-width: 760px) {
  #modal_op .contents_modal .content h3 {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
}

#modal_op .contents_modal .content a {
  cursor: pointer;
}

#modal_op .contents_modal .content a p {
  color: #fff;
  border-left: 2px solid #fff;
}

#modal_op .bg {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#modal_op .modal_inner {
  position: relative;
  margin-top: 40px;
}

@media only screen and (max-width: 760px) {
  #modal_op .modal_inner {
    width: 100%;
  }
}

#modal_op .modal_inner .close {
  background: url(../img/common/modal_close.svg) no-repeat center center;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 760px) {
  #modal_op .modal_inner .close {
    width: 48px;
    height: 48px;
  }
}

#modal_op .modal_inner.narrow-height .close {
  width: 55px;
  height: 55px;
}

#modal_op .modal_inner.narrow-height .contents_modal {
  padding: 40px;
}

#modal_op .modal_inner.narrow-height .contents_modal .content {
  padding: 30px 70px;
}

#modal_op .modal_inner.narrow-height .contents_modal .content .logo {
  width: 220px;
}

#modal_op .modal_inner.narrow-height .contents_modal .content h3 {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}

@media only screen and (max-width: 760px) {
  #modal_op .modal_inner.narrow-height .contents_modal .content h3 {
    font-size: 0.9rem;
    letter-spacing: 0.3rem;
  }
}

#modal_op .modal_inner.narrow-height_se .close {
  width: 55px;
  height: 55px;
}

#modal_op .modal_inner.narrow-height_se .contents_modal {
  padding: 20px;
}

#modal_op .modal_inner.narrow-height_se .contents_modal .content {
  padding: 20px 70px;
}

#modal_op .modal_inner.narrow-height_se .contents_modal .content .logo {
  width: 220px;
}

#modal_op .modal_inner.narrow-height_se .contents_modal .content h3 {
  margin-top: 20px;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}

#modal_op .modal_inner .links {
  margin-right: 30px;
}

@media only screen and (max-width: 760px) {
  #modal_op .modal_inner .links {
    margin-right: 20px;
  }
}

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