@charset "UTF-8";
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'iconfont';
  src: url("../../fonts/iconfont/LigatureSymbols.eot");
  src: url("../../fonts/iconfont/LigatureSymbols.eot?#iefix") format('embedded-opentype'), url("../../fonts/iconfont/LigatureSymbols.woff") format('woff'), url("../../fonts/iconfont/LigatureSymbols.ttf") format('truetype'), url("../../fonts/iconfontLigatureSymbols.svg#LigatureSymbols") format('svg');
  src: url("../../fonts/iconfont/LigatureSymbols.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ns';
  src: url("../../fonts/ns_regular.woff") format('woff'), url("../../fonts/ns_regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ns';
  src: url("../../fonts/ns_bold.woff") format('woff'), url("../../fonts/ns_bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'sawarabi';
  src: url("../../fonts/sawarabi_m.eot");
  src: url("../../fonts/sawarabi_m.eot?#iefix") format('embedded-opentype'), url("../../fonts/sawarabi_m.woff2") format('woff2'), url("../../fonts/sawarabi_m.woff") format('woff'), url("../../fonts/sawarabi_m.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@charset "UTF-8";
/* common.css */
html {
  overflow-y: scroll;
}
body {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  overflow: hidden;
  background: #000;
}
img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
}
a .on {
  display: none;
}
a:hover .on {
  display: inherit;
}
a:hover .off {
  display: none;
}
header,
main,
footer {
  font-family: 'ns';
  letter-spacing: 1px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.display-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .display-pc {
    display: none !important;
  }
  .display-sp {
    display: inherit !important;
  }
}
.display-none {
  display: none;
}
.fixed {
  position: fixed;
}
.overflow-h {
  visibility: hidden;
  opacity: 0;
  overflow-y: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main h1 {
  margin: 0;
  padding: 0;
  font-size: 3.59vw;
  color: #fff;
  line-height: 1.6;
  font-family: 'sawarabi';
}
@media only screen and (min-width: 1201px) {
  main h1 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 768px) {
  main h1 {
    font-size: 6.14vw;
  }
}
main h1 span {
  font-size: 2.75vw;
}
@media only screen and (min-width: 1201px) {
  main h1 span {
    font-size: 33px;
  }
}
@media only screen and (max-width: 768px) {
  main h1 span {
    font-size: 4.8vw;
  }
}
main h1 span i {
  font-size: 1.92vw;
  font-style: normal;
}
@media only screen and (min-width: 1201px) {
  main h1 span i {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  main h1 span i {
    font-size: 3.47vw;
  }
}
main h2 {
  margin: 0;
  padding: 0;
  font-size: 3.17vw;
  color: #fff;
  line-height: 1.6;
  font-family: 'sawarabi';
}
@media only screen and (min-width: 1201px) {
  main h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  main h2 {
    font-size: 5.47vw;
  }
}
main h3 {
  margin: 0;
  padding: 0;
  font-size: 1.8vw;
  color: #fff;
  line-height: 1.6;
  font-family: 'sawarabi';
}
@media only screen and (min-width: 1201px) {
  main h3 {
    font-size: 21.5px;
  }
}
@media only screen and (max-width: 768px) {
  main h3 {
    font-size: 4.14vw;
  }
}
main .main-btn {
  width: 60%;
  max-width: 300px;
  -webkit-transform: skewX(168deg);
          transform: skewX(168deg);
  background: #1fad24;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
main .main-btn:before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 0 -100%;
  background: #4dda51;
  -webkit-transition: margin 0.2s, opacity 0.2s;
  transition: margin 0.2s, opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  main .main-btn {
    width: 77.6%;
    max-width: 582px;
    margin: 0 auto;
  }
}
main .main-btn a {
  display: block;
  padding: 0 0 0 3%;
  font-size: 1.84vw;
  color: #fff;
  text-align: center;
  font-family: 'sawarabi';
  box-sizing: border-box;
}
@media only screen and (min-width: 1201px) {
  main .main-btn a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main .main-btn a {
    padding: 0 0 0 3%;
    font-size: 4.67vw;
  }
}
main .main-btn span {
  display: block;
  padding-left: 0.8%;
  border-left: #fff 3px solid;
  box-sizing: border-box;
}
main .main-btn i {
  display: block;
  font-style: normal;
  border-left: #fff 1px solid;
  box-sizing: border-box;
}
main .main-btn b {
  display: block;
  padding: 4% 0;
  font-weight: normal;
  -webkit-transform: skewX(-168deg);
          transform: skewX(-168deg);
  position: relative;
}
@media only screen and (max-width: 768px) {
  main .main-btn b {
    padding: 5% 0;
  }
}
main .main-btn b s {
  text-decoration: none;
  font-size: 0.84vw;
}
@media only screen and (min-width: 1201px) {
  main .main-btn b s {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  main .main-btn b s {
    font-size: 3.2vw;
  }
}
main .main-btn b:after {
  content: '\E112';
  margin: 0;
  padding: 0;
  font-size: 1.34vw;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: right 0.2s 0.25s, -webkit-transform 0.2s;
  transition: right 0.2s 0.25s, -webkit-transform 0.2s;
  transition: right 0.2s 0.25s, transform 0.2s;
  transition: right 0.2s 0.25s, transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (min-width: 1201px) {
  main .main-btn b:after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main .main-btn b:after {
    font-size: 2.4vw;
    top: 50%;
    right: 4%;
  }
}
main .main-btn b.outside:after {
  content: '';
  width: 8%;
  height: 100%;
  background: url("/Fc_ss/common/img/tab_icon.svg") center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
main .main-btn b.download:after {
  content: '';
  width: 8%;
  height: 100%;
  background: url("/Fc_ss/common/img/dl_icon.svg") center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media only screen and (min-width: 769px) {
  main .main-btn {
    -webkit-transition: background 0.08s;
    transition: background 0.08s;
  }
  main .main-btn:hover:before {
    margin: 0;
    opacity: 1;
  }
  main .main-btn:hover b:after {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
    right: 1%;
  }
  main .main-btn:hover b.outside:after,
  main .main-btn:hover b.download:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    right: 4%;
  }
}
main .yt-video {
  display: block;
  width: 90.34%;
  margin: 0 auto;
  padding-top: 56.25%;
  background: #fff;
  position: relative;
  cursor: pointer;
}
main .yt-video img,
main .yt-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
main .yt-video p {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  border: #666 1px solid;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
}
main .yt-video p span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  main .yt-video p {
    font-size: 4vw;
  }
}
main .yt-video a:after {
  content: '';
  display: block;
  width: 14.68%;
  margin: 0 auto;
  padding-top: 71.19%;
  background: url("/Fc_ss/common/img/video_play_icon.png") center center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main .yt-video a:hover img {
  opacity: 0.6;
}
main .info-box {
  background: #191919;
}
main .info-box article {
  width: 98%;
  max-width: 860px;
  margin: 0 auto;
  padding: 9.31% 0 6.98%;
  text-align: right;
}
@media only screen and (min-width: 861px) {
  main .info-box article {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  main .info-box article {
    width: 89.34%;
    max-width: 670px;
    padding: 12% 0 13.34%;
  }
}
main .info-box article .ttl {
  margin: 0 auto;
  padding: 0;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 6px;
  font-family: 'sawarabi';
  position: relative;
}
@media only screen and (max-width: 768px) {
  main .info-box article .ttl {
    margin: 0 auto 8%;
    font-size: 5.47vw;
    text-align: center;
  }
}
main .info-box article .ttl:before {
  content: 'INFORMATION';
  margin: 56px 0 0 -78px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 3px;
  font-family: 'ns';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  main .info-box article .ttl:before {
    display: none;
  }
}
main .info-box article .pickup {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main .info-box article .pickup {
    font-size: 3.2vw;
    text-align: left;
  }
}
main .info-box article ul:after {
  content: '';
  display: block;
  clear: both;
}
main .info-box article ul li {
  float: right;
  width: 60%;
  margin: 0 auto 3%;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 840px) {
  main .info-box article ul li {
    width: 57%;
  }
}
main .info-box article ul li a {
  display: table;
  color: #fff;
  text-align: left;
}
main .info-box article ul li a:after {
  content: '';
  display: block;
  clear: both;
}
main .info-box article ul li a .img {
  display: table-cell;
  width: 108px;
  margin: 0 auto;
  background: #fff;
}
main .info-box article ul li a .img img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
main .info-box article ul li a .right {
  display: table-cell;
  width: 78%;
  padding-left: 4%;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
main .info-box article ul li a .date {
  margin: 0 auto 2%;
  font-size: 12px;
  text-align: left;
}
main .info-box article ul li a .tit {
  margin: 0 auto 2%;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
main .info-box article ul li a .txt {
  display: none;
}
main .info-box article ul li a .category {
  width: 80px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
  line-height: 1;
  position: relative;
}
main .info-box article ul li a .category:after {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .info-box article ul li a .category.cat1, main .kv article .top-info a .category.cat1 {
  background: #b35b5b;
}
main .info-box article ul li a .category.cat1:after, main .kv article .top-info a .category.cat1:after {
  content: 'NEWS';
}
main .info-box article ul li a .category.cat2, main .kv article .top-info a .category.cat2 {
  background: #c28f2c;
}
main .info-box article ul li a .category.cat2:after, main .kv article .top-info a .category.cat2:after {
  content: 'イベント告知';
}
main .info-box article ul li a .category.cat3, main .kv article .top-info a .category.cat3 {
  background: #0c7694;
}
main .info-box article ul li a .category.cat3:after, main .kv article .top-info a .category.cat3:after {
  content: 'イベント報告';
}
main .info-box article ul li a .category.cat4, main .kv article .top-info a .category.cat4 {
  background: #4c527b;
}
main .info-box article ul li a .category.cat4:after, main .kv article .top-info a .category.cat4:after {
  content: '受賞・表彰';
}
main .info-box article ul li a .category.cat5, main .kv article .top-info a .category.cat5 {
  background: #4c527b;
}
main .info-box article ul li a .category.cat5:after, main .kv article .top-info a .category.cat5:after {
  content: '時評・エッセイ';
}
main .info-box article ul li a .category.cat6, main .kv article .top-info a .category.cat6 {
  background: #4c527b;
}
main .info-box article ul li a .category.cat6:after, main .kv article .top-info a .category.cat6:after {
  content: 'OBCラジオ';
}
main .info-box article ul li a .category.cat7, main .kv article .top-info a .category.cat7 {
  background: #00533e;
}
main .info-box article ul li a .category.cat7:after, main .kv article .top-info a .category.cat7:after {
  content: '連携協定';
}
@media only screen and (min-width: 769px) {
  main .info-box article ul li a:hover .tit,
  main .info-box article ul li a:hover .txt {
    text-decoration: underline;
  }
  main .info-box article ul li a:hover .img img {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  main .info-box article ul li {
    width: 100%;
    margin: 0 auto 6%;
  }
  main .info-box article ul li a {
    display: block;
    line-height: 1.4;
  }
  main .info-box article ul li a .img {
    float: left;
    display: block;
    width: 32%;
    margin: 0 auto;
  }
  main .info-box article ul li a .right {
    float: right;
    display: block;
    width: 64%;
  }
  main .info-box article ul li a .date {
    margin: 0 auto 2%;
    font-size: 3.2vw;
    text-align: left;
  }
  main .info-box article ul li a .tit {
    margin: 0 auto 3%;
    font-size: 3.74vw;
    text-align: left;
  }
  main .info-box article ul li a .txt {
    display: none;
  }
  main .info-box article ul li a .category {
    width: 42.67%;
    height: auto;
    margin: 0;
    padding: 5% 0;
    font-size: 3.47vw;
    text-align: left;
    line-height: 1;
    position: relative;
  }
}
main .info-box article .main-btn {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  main .info-box article .main-btn {
    display: block;
    margin: 6% auto 0;
  }
}
main .info-box.lower-info-box {
  background: transparent;
}
main .info-box.lower-info-box article {
  padding: 8% 0;
}
main .info-box.lower-info-box article ul li {
  float: none;
  width: 100%;
  margin: 0 auto 6%;
}
@media only screen and (max-width: 768px) {
  main .info-box.lower-info-box article ul li {
    margin: 0 auto 10%;
  }
}
main .info-box.lower-info-box article ul li a {
  width: 100%;
}
main .info-box.lower-info-box article ul li a .img {
  width: 125px;
}
@media only screen and (max-width: 768px) {
  main .info-box.lower-info-box article ul li a .img {
    width: 32%;
  }
}
main .info-box.lower-info-box article ul li a .right {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  main .info-box.lower-info-box article ul li a .right {
    width: 64%;
  }
}
main .info-box.lower-info-box article ul li a .right .date,
main .info-box.lower-info-box article ul li a .right .tit {
  font-size: 14px;
  font-weight: normal;
  font-family: 'ns';
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main .info-box.lower-info-box article ul li a .right .date,
  main .info-box.lower-info-box article ul li a .right .tit {
    margin: 0 auto 4%;
    font-size: 3.74vw;
  }
}
@media only screen and (max-width: 768px) {
  main .info-box.lower-info-box article ul li a .right .category {
    width: 50.67%;
    padding: 3% 0;
  }
}
main .in-contents {
  width: 85%;
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 138px;
}
@media only screen and (max-width: 768px) {
  main .in-contents {
    width: 89.34%;
    padding-top: 56px;
  }
}
main .in-contents .breadcrumb {
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
main .in-contents .breadcrumb a {
  color: #fff;
}
main .in-contents .breadcrumb a:hover {
  text-decoration: underline;
}
main .in-contents article {
  width: 100%;
}
main .in-contents article:after {
  display: block;
  content: '';
  clear: both;
}
main .in-contents article .side-navi {
  float: left;
  width: 22.46%;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.7);
}
@media only screen and (max-width: 768px) {
  main .in-contents article .side-navi {
    float: none;
    display: none;
  }
}
main .in-contents article .side-navi li {
  border-top: #000 1px solid;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
main .in-contents article .side-navi li a {
  display: block;
  padding: 12% 2% 12% 30%;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
main .in-contents article .side-navi li a:after {
  content: '\E112';
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: left 0.2s 0.25s, -webkit-transform 0.2s;
  transition: left 0.2s 0.25s, -webkit-transform 0.2s;
  transition: left 0.2s 0.25s, transform 0.2s;
  transition: left 0.2s 0.25s, transform 0.2s, -webkit-transform 0.2s;
}
main .in-contents article .side-navi li a.download:after {
  content: '';
  width: 15px;
  height: 12px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  background: url("/Fc_ss/common/img/dl_icon.svg") center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 769px) {
  main .in-contents article .side-navi li:hover {
    background: rgba(31,173,36,0.4);
  }
  main .in-contents article .side-navi li:hover a:after {
    left: 23%;
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
main .in-contents article .side-navi li.current {
  background: rgba(31,173,36,0.4);
}
main .in-contents article .side-navi li.current a:after {
  left: 20%;
  -webkit-transform: translateY(-50%) rotate(0deg) scaleX(1);
          transform: translateY(-50%) rotate(0deg) scaleX(1);
}
main .in-contents article .side-navi li.outside a:after {
  content: '';
  width: 5.5%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  background: url("/Fc_ss/common/img/tab_icon.svg") center center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
main .in-contents article .side-navi li.download a:after {
  content: '';
  width: 5.5%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  background: url("/Fc_ss/common/img/dl_icon.svg") center center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
main .in-contents article .side-navi li.link-none a {
  pointer-events: none;
}
main .in-contents article .side-navi li.link-none a:after {
  content: '';
}
@media only screen and (min-width: 769px) {
  main .in-contents article .side-navi li.link-none:hover {
    background: none;
  }
}
main .in-contents article .side-navi li.summary p {
  margin: 0;
  padding: 12% 2% 6% 8%;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
main .in-contents article .side-navi li.summary a {
  padding: 6% 2% 6% 21%;
}
main .in-contents article .side-navi li.summary a:after {
  left: 12%;
}
main .in-contents article .side-navi li.summary a:last-child {
  margin: 0 auto 12%;
}
main .in-contents article .side-navi li.summary a.current {
  color: #1fad24;
}
main .in-contents article .side-navi li.summary a.current:after {
  left: 12%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media only screen and (min-width: 769px) {
  main .in-contents article .side-navi li.summary:hover {
    background: none;
  }
  main .in-contents article .side-navi li.summary:hover a:after {
    left: 12%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  main .in-contents article .side-navi li.summary:hover a.current {
    color: #1fad24;
  }
  main .in-contents article .side-navi li.summary:hover a.current:after {
    left: 12%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  main .in-contents article .side-navi li.summary a:hover {
    color: #1fad24;
  }
  main .in-contents article .side-navi li.summary a:hover:after {
    left: 15%;
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
main .in-contents article .side-navi li:first-child {
  border-top: none;
}
main .in-contents article .side-navi li:first-child a {
  padding: 24% 2% 24% 20%;
  font-size: 16px;
}
@media only screen and (min-width: 1201px) {
  main .in-contents article .side-navi li:first-child a {
    font-size: 16px;
  }
}
main .in-contents article .side-navi li:first-child a:after {
  left: 10%;
  font-size: 22px;
}
main .in-contents article .side-navi li:first-child a:hover:after {
  left: 13%;
}
main .in-contents article .side-navi li:first-child.current a:after {
  left: 10%;
}
/*     .page-box
        @media only screen and (max-width: 768px)
          margin-bottom 8%
        .page-ttl
          margin 10% 0 2%
          padding 0
          color #fff
          font-weight bold
          text-align left
          @media only screen and (max-width: 768px)
            f-vieww (32/750)
            margin 16% 0 4%
        ul
          display table
          width 100%
          margin 0 auto 1px
          li
            display table-cell
            width 50%
            border-right #000 1px solid
            background #262626
            vertical-align top
            box-sizing border-box
            transition background .2s
            &:last-child
              border-right none
            a
              display block
              padding 5% 6% 5% 10%
              text-decoration none
              box-sizing border-box
              &:before
                top 14%
                left 5%
                transform translateY(0) rotate(0deg)
              @media only screen and (max-width: 768px)
                padding 8% 6% 8% 20%
                &:before
                  top 7%
                  left 7%
              span
                display block
                text-align right
            @media only screen and (min-width: 769px)
              &:hover
                background rgba(31,173,36,.4)
                a
                  &:before
                    transform translateY(0) rotate(360deg)
            &.current
              background rgba(31,173,36,.4)
              a
                pointer-events none
                &:before
                  transform translateY(0) rotate(0deg)
            &.noitem
              border-right none
              background none
              a
                pointer-events none*/
.cont-box {
  float: left;
  width: 77.46%;
  margin: 0;
  padding-bottom: 8%;
  text-align: center;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .cont-box {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.cont-box .inner {
  width: 84.82%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner {
    width: 87.77%;
    margin: 0 auto;
  }
}
.cont-box .inner h2 {
  display: inline-block;
  margin: 0 auto 8%;
  padding: 6% 0 1%;
  letter-spacing: 4px;
  font-size: 22px;
  border-bottom: #1fad24 2px solid;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner h2 {
    font-size: 4.8vw;
    margin: 0 auto 12%;
    padding: 10% 0 1%;
  }
}
.cont-box .inner h2 span {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner h2 span {
    font-size: 5.34vw;
  }
}
.cont-box .inner .subhead {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: 'sawarabi';
}
.cont-box .inner .ttl {
  margin: 8% auto 4%;
  padding: 2% 2% 2% 3.5%;
  font-size: 20px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  border: #1fad24 1px solid;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .ttl {
    margin: 12% auto 8%;
    padding: 4% 4% 4% 7%;
    font-size: 4.27vw;
  }
}
.cont-box .inner .ttl:before {
  content: '';
  width: 13px;
  border-top: #1fad24 3px solid;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .ttl:before {
    width: 4%;
  }
}
.cont-box .inner .ttl span {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .ttl span {
    font-size: 2.94vw;
  }
}
.cont-box .inner .ttl.ttl2 {
  padding: 2% 0;
  border: none;
  border-bottom: #1fad24 2px solid;
}
.cont-box .inner .ttl.ttl2:before {
  border: none;
}
.cont-box .inner .txt {
  margin: 4% auto;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt {
    margin: 8% auto;
    font-size: 3.47vw;
  }
}
.cont-box .inner .txt b {
  font-weight: bold;
}
.cont-box .inner .txt i {
  color: #1fad24;
  font-style: normal;
}
.cont-box .inner .txt u {
  display: block;
  margin-top: 2%;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt u {
    font-size: 2.4vw;
  }
}
.cont-box .inner .txt s {
  display: block;
  margin-bottom: 2%;
  font-size: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt s {
    font-size: 4.27vw;
    margin-bottom: 4%;
  }
}
.cont-box .inner .txt span {
  display: inline-block;
  text-indent: -28px;
  padding-left: 28px;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt span {
    text-indent: -6.94vw;
    padding-left: 6.94vw;
  }
}
.cont-box .inner .txt a {
  display: inline-block;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .cont-box .inner .txt a:not(.tel) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt a:not(.tel) {
    padding-left: 5%;
  }
}
.cont-box .inner .txt a:before {
  content: '\E112';
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: right 0.2s 0.25s, -webkit-transform 0.2s;
  transition: right 0.2s 0.25s, -webkit-transform 0.2s;
  transition: right 0.2s 0.25s, transform 0.2s;
  transition: right 0.2s 0.25s, transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt a:before {
    font-size: 4.2vw;
    top: 50%;
    left: 0;
  }
}
.cont-box .inner .txt a.tel {
  display: inline;
}
.cont-box .inner .txt a.tel:before {
  content: '';
}
@media only screen and (min-width: 769px) {
  .cont-box .inner .txt a.outside {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt a.outside {
    padding-left: 7%;
  }
}
.cont-box .inner .txt a.outside:before {
  content: '';
  width: 12px;
  height: 100%;
  background: url("/Fc_ss/common/img/tab_icon.svg") center top/100% auto no-repeat;
  top: 45%;
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}
@media only screen and (min-width: 769px) {
  .cont-box .inner .txt a.outside:before {
    top: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt a.outside:before {
    width: 3vw;
    top: 0.6em;
  }
}
@media only screen and (min-width: 769px) {
  .cont-box .inner .txt a.download {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt a.download {
    padding-left: 7%;
  }
}
.cont-box .inner .txt a.download:before {
  content: '';
  width: 14px;
  height: 100%;
  background: url("/Fc_ss/common/img/dl_icon.svg") center top/100% auto no-repeat;
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}
@media only screen and (min-width: 769px) {
  .cont-box .inner .txt a.download:before {
    top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt a.download:before {
    width: 3vw;
    top: 0.6em;
  }
}
@media only screen and (min-width: 769px) {
  .cont-box .inner .txt a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .txt a {
    text-decoration: underline;
  }
}
.cont-box .inner .tit {
  font-size: 24px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  font-family: 'sawarabi';
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .tit {
    display: block;
    font-size: 5.07vw;
    text-align: center;
    margin: 0 auto 8%;
  }
}
.cont-box .inner .img-box p {
  float: left;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .img-box p {
    width: 100%;
    float: none;
  }
}
.cont-box .inner .img-box img {
  display: block;
  float: right;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .img-box img {
    width: 100%;
    float: none;
  }
}
.cont-box .inner .img-box:after {
  display: block;
  content: '';
  clear: both;
}
.cont-box .inner .lead .txt {
  margin: 0 auto 8%;
}
.cont-box .inner .btn-box {
  text-align: center;
}
.cont-box .inner .btn-box .main-btn {
  display: inline-block;
  width: 29.86%;
  max-width: 300px;
  margin-right: 3%;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .btn-box .main-btn {
    width: 77.6%;
    max-width: 582px;
    margin-right: 0;
    margin-bottom: 6%;
  }
}
.cont-box .inner .btn-box .main-btn:nth-child(3) {
  margin-right: 0;
}
.cont-box .inner .btn-box .main-btn a span i b:after {
  content: '\E03e';
}
.cont-box .inner .btn-box .main-btn:hover a span i b:after {
  right: 4%;
}
.cont-box .inner .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.cont-box .inner .link-box li {
  width: 48%;
  margin: 0 0 4%;
  padding-bottom: 4%;
  text-align: center;
  border-top: #1fad24 3px solid;
  background: #262626;
  position: relative;
/*&:after
                content ''
                display block
                margin-bottom 4%
                &:nth-of-type(3n+3)
                  margin-bottom 4%*/
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box li {
    margin: 0 0 6%;
  }
}
.cont-box .inner .link-box li p {
  margin: 0 auto;
  padding: 0;
}
.cont-box .inner .link-box li .box-ttl {
  padding: 8% 4% 6%;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  font-family: 'sawarabi';
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box li .box-ttl {
    padding: 10% 4% 8%;
    font-size: 3.47vw;
  }
}
.cont-box .inner .link-box li .box-img {
  width: 100%;
}
.cont-box .inner .link-box li .box-img.notxt {
  margin: 0 auto 16%;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box li .box-img.notxt {
    margin: 0 auto 21%;
  }
}
.cont-box .inner .link-box li .box-img:after {
  content: '';
  display: block;
  padding-top: 0;
}
.cont-box .inner .link-box li .box-txt {
  padding: 6% 4% 18%;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box li .box-txt {
    padding: 8% 4% 30%;
    font-size: 2.94vw;
  }
}
.cont-box .inner .link-box li .main-btn {
  width: 60%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
}
.cont-box .inner .link-box li .main-btn a {
  font-size: 1.34vw;
}
@media only screen and (min-width: 1201px) {
  .cont-box .inner .link-box li .main-btn a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box li .main-btn {
    width: 60%;
  }
  .cont-box .inner .link-box li .main-btn a {
    padding: 0 0 0 3%;
    font-size: 2.14vw;
  }
}
.cont-box .inner .link-box.oblong {
  display: block;
  margin: 8% 0 0;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box.oblong {
    margin: 10% 0 0;
  }
}
.cont-box .inner .link-box.oblong li {
  width: 100%;
  margin: 0 0 6%;
  padding: 0;
}
.cont-box .inner .link-box.oblong li:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box.oblong li {
    display: block;
    margin: 0 0 8%;
  }
}
.cont-box .inner .link-box.oblong li .left-a,
.cont-box .inner .link-box.oblong li .left-b {
  float: left;
}
.cont-box .inner .link-box.oblong li .right-a,
.cont-box .inner .link-box.oblong li .right-b {
  float: right;
}
.cont-box .inner .link-box.oblong li .left-a,
.cont-box .inner .link-box.oblong li .right-b {
  width: 63.44%;
  padding: 0 3% 4%;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box.oblong li .left-a,
  .cont-box .inner .link-box.oblong li .right-b {
    float: none;
    width: 100%;
    padding: 0 3%;
  }
}
.cont-box .inner .link-box.oblong li .left-a .box-ttl,
.cont-box .inner .link-box.oblong li .right-b .box-ttl {
  margin: 0;
  padding: 8% 0 4%;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box.oblong li .left-a .box-ttl,
  .cont-box .inner .link-box.oblong li .right-b .box-ttl {
    font-size: 3.74vw;
    padding: 10% 0 6%;
  }
}
.cont-box .inner .link-box.oblong li .left-a .box-txt,
.cont-box .inner .link-box.oblong li .right-b .box-txt {
  margin: 0;
  padding: 0 0 6%;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box.oblong li .left-a .box-txt,
  .cont-box .inner .link-box.oblong li .right-b .box-txt {
    padding: 0 0 8%;
  }
}
.cont-box .inner .link-box.oblong li .left-a .main-btn,
.cont-box .inner .link-box.oblong li .right-b .main-btn {
  width: 40%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box.oblong li .left-a .main-btn,
  .cont-box .inner .link-box.oblong li .right-b .main-btn {
    width: 50%;
    margin: 0 auto 10%;
  }
}
.cont-box .inner .link-box.oblong li .right-a,
.cont-box .inner .link-box.oblong li .left-b {
  width: 36.42%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .link-box.oblong li .right-a,
  .cont-box .inner .link-box.oblong li .left-b {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.cont-box .inner .link-box.oblong li .right-a .box-img,
.cont-box .inner .link-box.oblong li .left-b .box-img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.cont-box .inner .link-box.oblong li .right-a .box-img img,
.cont-box .inner .link-box.oblong li .left-b .box-img img {
  vertical-align: top;
}
.cont-box .inner .video-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.cont-box .inner .video-link-box li {
  width: 48%;
  margin: 0 auto 4%;
  padding: 0 0 4%;
  text-align: center;
  border-top: #1fad24 3px solid;
  background: #262626;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .video-link-box li {
    width: 47%;
    margin: 0 auto 6%;
  }
}
.cont-box .inner .video-link-box li.no-item {
  opacity: 0;
}
.cont-box .inner .video-link-box li p {
  margin: 0 auto;
  padding: 0;
}
.cont-box .inner .video-link-box li .yt-video {
  width: 100%;
}
.cont-box .inner .video-link-box li .video-ttl {
  padding: 3% 0;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .video-link-box li .video-ttl {
    padding: 4% 0;
    font-size: 3.74vw;
  }
}
.cont-box .inner .video-link-box li .video-date {
  padding: 0 4% 6%;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .video-link-box li .video-date {
    padding: 0 4% 8%;
    font-size: 2.4vw;
  }
}
.cont-box .inner .video-link-box li .video-txt {
  padding: 1% 4%;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .video-link-box li .video-txt {
    font-size: 3.2vw;
  }
}
.cont-box .inner .video-link-box li:first-child {
  width: 100%;
  margin: 0 auto 6%;
  border-top: none;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .video-link-box li:first-child {
    margin: 0 auto 12%;
  }
}
.cont-box .inner .video-link-box li:first-child .video-ttl {
  padding: 1.5% 0;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .video-link-box li:first-child .video-ttl {
    font-size: 4.8vw;
  }
}
.cont-box .inner .video-link-box li:first-child .video-date {
  padding: 0 4% 3%;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .cont-box .inner .video-link-box li:first-child .video-date {
    font-size: 3.74vw;
  }
}
.cont-box .inner .video-link-box li:first-child .video-txt {
  padding: 1% 4%;
}
#common_header {
  position: relative;
  z-index: 101;
}
header {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  header nav {
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 0 13px #000;
    position: absolute;
    z-index: 100;
  }
  header nav.fixed {
    top: 0;
  }
  header nav .language {
    margin: 10px 15px 0 -5px;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-align: right;
  }
  header nav .language p {
    display: inline-block;
    margin: 0;
    padding: 3px 6px;
    color: #fff;
    -webkit-transform: skewX(160deg);
            transform: skewX(160deg);
  }
  header nav .language p>a {
    display: block;
    padding: 0;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    -webkit-transform: skewX(-160deg);
            transform: skewX(-160deg);
  }
  header nav .language p>a.link-none {
    pointer-events: none;
  }
  header nav .language p:first-child {
    background: rgba(31,173,36,0.4);
  }
  header nav .language p:hover:last-child {
    background: rgba(31,173,36,0.4);
  }
  header nav ul {
    display: table;
    width: 950px;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 0;
  }
  header nav ul li {
    display: table-cell;
    -webkit-transform: skewX(160deg);
            transform: skewX(160deg);
    border-right: 1px solid #fff;
    position: relative;
  }
  header nav ul li>a {
    display: block;
    padding: 12% 6%;
    font-size: 1.48vw;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: skewX(-160deg);
            transform: skewX(-160deg);
  }
  header nav ul li:nth-of-type(n+2) {
    cursor: pointer;
  }
  header nav ul li:nth-of-type(n+2):hover {
    background: rgba(31,173,36,0.4);
  }
  header nav ul li:nth-of-type(2)>a,
  header nav ul li:nth-of-type(3)>a {
    pointer-events: none;
  }
  header nav ul li:nth-of-type(1)>a {
    padding: 2% 0;
  }
  header nav ul li:nth-of-type(1) img {
    display: inline-block;
    width: 15%;
    margin-right: 2%;
    vertical-align: middle;
  }
  header nav ul li:nth-of-type(1) span {
    display: inline-block;
    text-align: left;
    line-height: 1.6;
    vertical-align: middle;
    letter-spacing: 2px;
  }
  header nav ul li:nth-of-type(1) span i {
    font-size: 1.27vw;
    font-style: normal;
    letter-spacing: 3px;
  }
  header nav ul li .sub {
    visibility: hidden;
    opacity: 0;
    margin: 70px auto 0;
    padding: 10px 0;
    text-align: center;
    background: rgba(0,0,0,0.85);
    -webkit-transform: skewX(-160deg);
            transform: skewX(-160deg);
    position: absolute;
    top: 0;
    box-shadow: 0 0 13px #000;
    box-sizing: border-box;
    -webkit-transition: opacity 0s 0.2s, visibility 0s 0.2s;
    transition: opacity 0s 0.2s, visibility 0s 0.2s;
  }
  header nav ul li .sub>a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header nav ul li .sub>a dl {
    display: inline-block;
    width: 134px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header nav ul li .sub>a dl dt {
    margin: 0;
    padding: 0;
    background: #000;
    box-sizing: border-box;
  }
  header nav ul li .sub>a dl dt img {
    opacity: 0.8;
    background-color: rgba(255,255,255,0.01);
  }
  header nav ul li .sub>a dl dd {
    margin: 1.5% auto 0;
    padding: 6% 0 6% 12%;
    font-size: 10px;
    color: #fff;
    text-align: left;
    line-height: 1;
    background: rgba(0,0,0,0.85);
    box-sizing: border-box;
    position: relative;
  }
  header nav ul li .sub>a dl dd:before {
    content: '\E112';
    margin: auto 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    font-family: 'iconfont';
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header nav ul li .sub>a:hover dl dt img {
    opacity: 1;
  }
  header nav ul li .sub>a:hover dl dd {
    background: rgba(31,173,36,0.4);
  }
  header nav ul li:nth-of-type(2) .sub {
    /*width: 986px;*/width: 780px;
    left: -300px;
  }
    header nav ul li:nth-of-type(2) .sub img {width:100% !important;}
    header nav ul li:nth-of-type(2) .sub>a dl {width:115px;}

    header nav ul li:nth-of-type(2):hover>a~.sub {
    visibility: visible;
    opacity: 1;
  }
  header nav ul li:nth-of-type(3) .sub {
    /*width: 710px;*/width: 740px;
    /*left: -270px;*/left: -230px;
  }
    header nav ul li:nth-of-type(3) .sub>a dl {vertical-align: top;}
  header nav ul li:nth-of-type(3):hover>a~.sub {
    visibility: visible;
    opacity: 1;
  }
  header nav ul li:nth-of-type(4) .sub {
    /*width: 710px;*/width: 510px;
    /*left: -270px;*/left: -200px;
  }
  header nav ul li:nth-of-type(4):hover>a~.sub {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 951px) {
  header nav ul li>a {
    font-size: 14px;
  }
  header nav ul li:nth-of-type(1) span i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  header nav {
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  header nav.fixed {
    top: 0;
  }
  header nav.show {
    position: absolute;
    overflow-y: auto;
  }
  header nav .menu {
    height: 55px;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 0 6px #000;
    position: relative;
    z-index: 100;
  }
  header nav .menu .logo {
    margin: 0;
    padding: 8px 0 0 8px;
  }
  header nav .menu .logo a {
    font-size: 12px;
    color: #fff;
    padding: 0;
  }
  header nav .menu .logo img {
    display: inline-block;
    width: 35px;
    margin-right: 3px;
    vertical-align: middle;
  }
  header nav .menu .logo span {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  header nav .menu .logo span i {
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1.5px;
  }
  header nav .menu .menu-btn {
    width: 35px;
    height: 100%;
    position: absolute;
    top: -2px;
    right: 8px;
    z-index: 2;
    cursor: pointer;
  }
  header nav .menu .menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3.5px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header nav .menu .menu-btn span:nth-of-type(1) {
    top: 0;
  }
  header nav .menu .menu-btn span:nth-of-type(2) {
    top: 12px;
  }
  header nav .menu .menu-btn span:nth-of-type(3) {
    top: 24px;
  }
  header nav .menu .menu-btn.show span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  header nav .menu .menu-btn.show span:nth-of-type(2) {
    opacity: 0;
  }
  header nav .menu .menu-btn.show span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
  header nav .menu-overlay {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header nav .menu-overlay.show {
    visibility: visible;
    opacity: 1;
  }
  header nav ul.list {
    display: none;
    margin: 0;
    padding: 0;
    background: #000;
    position: relative;
    z-index: 100;
  }
  header nav ul.list li {
    border-bottom: #fff 1px solid;
  }
  header nav ul.list li:first-child {
    margin: 0;
    padding: 15px 5px 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: right;
    border-top: #fff 1px solid;
    box-sizing: border-box;
  }
  header nav ul.list li:first-child p {
    display: inline-block;
    margin: 0;
    padding: 3px 12px;
    color: #fff;
    -webkit-transform: skewX(160deg);
            transform: skewX(160deg);
  }
  header nav ul.list li:first-child p>a {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    -webkit-transform: skewX(-160deg);
            transform: skewX(-160deg);
  }
  header nav ul.list li:first-child p>a:before {
    content: '';
  }
  header nav ul.list li:first-child p>a.link-none {
    pointer-events: none;
  }
  header nav ul.list li:first-child p:first-child {
    background: rgba(31,173,36,0.4);
  }
  header nav ul.list li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    padding: 20px 10px 20px 24px;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
  }
  header nav ul.list li a:before {
    content: '\E112';
    margin: auto 0;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-family: 'iconfont';
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header nav ul.list li a.link-none {
    padding: 20px 10px 20px 10px;
    pointer-events: none;
  }
  header nav ul.list li a.link-none:before {
    content: '';
  }
  header nav ul.list li .sub {
    border-bottom: #fff 1px solid;
    background: #444;
  }
  header nav ul.list li .sub:nth-of-type(1) {
    border-top: #fff 1px solid;
  }
  header nav ul.list li .sub:nth-of-type(4) {
    border-bottom: none;
  }
  header nav ul.list li .sub.noborder {
    border-bottom: none;
  }
  header nav ul.list li .sub a {
    display: inline-block;
    width: 49%;
    font-size: 12px;
    padding: 20px 0 20px 40px;
  }
  header nav ul.list li .sub a:before {
    top: 50%;
    left: 24px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 951px) {
  header i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 951px) {
  header i {
    font-size: 12px;
  }
}
.pagetop {
  margin: 0 60px 60px 0;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 99;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: #1fad24;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.pagetop a:after {
  content: '\E135';
  margin: auto;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 768px) {
  .pagetop a:after {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .pagetop a:hover {
    background: #4dda51;
  }
  .pagetop a:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pagetop.show {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .pagetop {
    margin: 0 6% 12% 0;
  }
  .pagetop a {
    width: 44px;
    height: 44px;
  }
}
footer {
  margin: 0;
  padding: 0;
  border-top: #929292 1px solid;
}
@media only screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
}
footer .footer-inner {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
  padding: 7.5% 0 3.34%;
}
@media only screen and (min-width: 1200px) {
  footer .footer-inner {
    padding: 90px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 4% 0;
  }
}
footer .footer-inner .footer-table {
  display: table;
  width: 100%;
  margin-bottom: 3%;
}
footer .footer-inner .footer-table:last-child {
  margin-bottom: 6%;
}
footer .footer-inner .footer-table p {
  display: table-cell;
  padding: 0 12px 0 2%;
  width: 16%;
  text-indent: -12px;
  vertical-align: top;
  box-sizing: border-box;
}
footer .footer-inner .footer-table p:nth-of-type(1) {
  width: 12%;
}
footer .footer-inner .footer-table p:nth-of-type(4) {
  width: 20%;
  margin-right: 0;
}
footer .footer-inner .footer-table p a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
  text-indent: 0;
  position: relative;
}
footer .footer-inner .footer-table p a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-table p a:first-child {
  padding-bottom: 3%;
  font-weight: bold;
}
footer .footer-inner .footer-table p a.link-on {
  pointer-events: auto;
}
footer .footer-inner .footer-table p a.bold {
  font-weight: bold;
  text-indent: -12px;
}
footer .footer-inner .footer-table p a.outside:before {
  content: '';
  width: 8px;
  height: 7px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  background: url("/Fc_ss/common/img/tab_icon.svg") center center/cover no-repeat;
  position: absolute;
  top: 8px;
  left: -12px;
}
footer .footer-inner .footer-table p a.download:before {
  content: '';
  width: 8px;
  height: 7px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
  font-family: 'iconfont';
  vertical-align: middle;
  background: url("/Fc_ss/common/img/dl_icon.svg") center center/cover no-repeat;
  position: absolute;
  top: 8px;
  left: -12px;
}
footer .footer-inner .copy {
  font-size: 10px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner .copy {
    font-size: 2.67vw;
  }
}
.modal {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  -webkit-transition: opacity 0.7s, visibility 0.7s;
  transition: opacity 0.7s, visibility 0.7s;
}
.modal .modal-video {
  visibility: hidden;
  opacity: 0;
  width: 96%;
  max-width: 640px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.7s, visibility 0.7s;
  transition: opacity 0.7s, visibility 0.7s;
}
.modal .modal-video .ttl {
  margin-bottom: 3%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: 'sawarabi';
}
@media only screen and (max-width: 768px) {
  .modal .modal-video .ttl {
    font-size: 5.34vw;
  }
}
.modal .modal-video .yt-video {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
}
.modal .modal-video .yt-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .modal-video .yt-video iframe.show {
  display: block;
}
.modal .modal-video.show {
  visibility: visible;
  opacity: 1;
}
.modal .modal-overlay {
  width: 100%;
  height: 100%;
}
.modal .modal-close {
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal .modal-close span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 0;
}
.modal .modal-close span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-close span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .modal .modal-close:hover {
    background: rgba(255,255,255,0.5);
  }
  .modal .modal-close:hover span {
    background-color: #000;
  }
}
@media screen and (max-width: 750px) {
  .modal .modal-close {
    width: 44px;
    height: 44px;
    top: 10px;
    right: 10px;
  }
  .modal .modal-close span {
    width: 44px;
    height: 1px;
    top: 22px;
  }
}
.modal.show {
  visibility: visible;
  opacity: 1;
}
@media only all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .cont-box .inner .txt a.download:before,
  .cont-box .inner .txt a.outside:before {
    top: 0 !important;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .cont-box .inner .txt a.download:before,
  .cont-box .inner .txt a.outside:before {
    width: 13px !important;
  }
}
@media only screen and (min-width: 769px) {
  body#english header nav .language p:first-child {
    background: none;
  }
  body#english header nav .language p:last-child {
    background: rgba(31,173,36,0.4);
  }
  body#english header nav .language p:hover:first-child {
    background: rgba(31,173,36,0.4);
  }
  body#english header nav ul li:nth-of-type(1) span {
    font-size: 12px;
    letter-spacing: 0;
  }
  body#english header nav ul li:nth-of-type(1) span i {
    font-size: 11px;
    letter-spacing: 1px;
  }
  body#english header nav ul li:nth-of-type(1) img {
    width: 12%;
  }
  body#english header nav ul li .sub a dl {
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  body#english header nav .menu .logo span {
    font-size: 10px;
    letter-spacing: -0.4px;
  }
  body#english header nav .menu .logo span i {
    font-size: 8px;
    letter-spacing: -0.4px;
  }
  body#english header nav ul.list li .sub a {
    word-break: break-all;
  }
  body#english header nav ul.list li:first-child p:first-child {
    background: none;
  }
  body#english header nav ul.list li:first-child p:last-child {
    background: rgba(31,173,36,0.4);
  }
}
@media only screen and (min-width: 769px) and (max-width: 950px) {
  body#english header span {
    font-size: 1.27vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 950px) {
  body#english header i {
    font-size: 1.16vw;
  }
}
body#english main .main-btn a {
  font-size: 18px;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 750px) {
  body#english main .main-btn a {
    font-size: 3.74vw;
  }
}
body#english main .main-btn b.row2 {
  padding: 1% 0;
}
@media only screen and (max-width: 750px) {
  body#english main .main-btn b.row2 {
    padding: 2.5% 0;
  }
}
body#english main .top_menu article .top_list li .sub a {
  word-break: break-all;
}
@media print {
  header,
  main section article .side-navi,
  footer {
    display: none !important;
  }
  main img {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  main .contents {
    width: 100% !important;
    padding-top: 0 !important;
  }
  main .contents article .cont-box {
    width: 100% !important;
  }
}


/*グローバルメニュー　現在ページで背景に色をつける*/
.gmenu2.gcurrent, .gmenu1.gcurrent, .gmenu3.gcurrent, .gmenu4.gcurrent, .gmenu1 {background-color: rgba(31,173,36,0.4);}