@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background-color: #a9d2da;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*	&.fund{
  		background-image: url(../images/bg_fund.jpg);
  	}*/
}
body.home {
  background-image: url(../images/bg_home.jpg);
}
body.company {
  background-image: url(../images/bg_company.jpg);
}
body.report {
  background-image: url(../images/bg_report.jpg);
}
body.team {
  background-image: url(../images/bg_team.jpg);
}
body.legal {
  background-image: url(../images/bg_legal.jpg);
}
body.contact {
  background-image: url(../images/bg_contact.jpg);
}

li {
  list-style: none;
}

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

a {
  color: #188cc2;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}

.btn {
  text-align: center;
}
.btn a,
.btn span,
.btn button {
  display: inline-block;
  background: #188cc2;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 4px;
  border: none;
  border-bottom: 3px solid #186284;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn a:hover,
.btn span:hover,
.btn button:hover {
  opacity: 0.9;
}

.agree input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  width: 0;
}
.agree input[type="checkbox"] + span {
  display: inline-block;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 15px 15px 15px 45px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  position: relative;
  cursor: pointer;
}
.agree input[type="checkbox"] + span i {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.agree input[type="checkbox"]:checked + span i {
  border-color: #4487fa;
  background: #4487fa;
}
.agree input[type="checkbox"]:checked + span i:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  box-sizing: border-box;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 2px;
}

/*=======================================
	layout
=======================================*/
.global_nav {
  width: 246px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.global_nav a {
  text-decoration: none;
  color: #333;
}
.global_nav h1 {
  margin: 100px 0 37px 0;
}
.global_nav h1 img {
  width: 160px;
}
.global_nav ul {
  line-height: 1;
}
.global_nav ul a {
  display: inline-block;
  position: relative;
  padding: 13px 0;
  letter-spacing: 0.05em;
}
.global_nav ul a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #b4e0e9;
  position: absolute;
  bottom: 6px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.global_nav ul a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.global_nav .copy {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #999;
  background: #fff;
  border-top: 1px solid #ececec;
  padding: 30px 0;
}

.lang_switch {
  position: absolute;
  top: 30px;
  right: 30px;
  /*	width: 140px;*/
  background: #fff;
  /*	display: none;*/
}
.lang_switch .lang_btn {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 40px 0 38px;
  position: relative;
  z-index: 1;
  cursor: default;
}
.lang_switch .lang_btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_globe.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lang_switch .lang_btn:after {
  content: "";
  display: block;
  background: #b4e0e9;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lang_switch .lang_nav {
  font-size: 12px;
}
.lang_switch .lang_nav li {
  border-top: 1px solid #e8e8e8;
}
.lang_switch .lang_nav li:nth-child(3),
.lang_switch .lang_nav li:nth-child(4),
.lang_switch .lang_nav li:nth-child(5),
.lang_switch .lang_nav li:nth-child(6) {
  display: none;
}
.lang_switch .lang_nav li a {
  color: #333;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lang_switch .lang_nav li a span {
  font-size: 10px;
  color: #ccc;
}
.lang_switch .lang_nav li a span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 1px;
  margin: 0 6px;
  background: #ccc;
}
.lang_switch .lang_nav li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.lang_switch .lang_nav li a:hover {
  padding-left: 15px;
}
.lang_switch .lang_nav li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

:lang(en) .lang_switch .lang_btn:after {
  content: "en";
}

:lang(ja) .lang_switch .lang_btn:after {
  content: "ja";
}

:lang(de) .lang_switch .lang_btn:after {
  content: "de";
}

:lang(fr) .lang_switch .lang_btn:after {
  content: "fr";
}

:lang(it) .lang_switch .lang_btn:after {
  content: "it";
}

:lang(es) .lang_switch .lang_btn:after {
  content: "es";
}

.contents {
  box-sizing: border-box;
  margin: 0 0 0 246px;
  padding: 130px 100px 100px 100px;
}
.contents .inner {
  padding: 50px;
  margin: 0 0 30px 0;
  word-wrap: break-word;
}
.contents .blue {
  background: rgba(24, 140, 194, 0.8);
  color: #fff;
}
.contents h1.blue {
  font-size: 26px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contents .white {
  background: rgba(255, 255, 255, 0.9);
}
.contents nav.link {
  line-height: 1;
}
.contents nav.link a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 15px;
}
.contents nav.link a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #b4e0e9;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents nav.link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px 0;
  max-width: 80%;
}
.contents nav.link li {
  margin: 0 30px 30px 0;
}
.contents nav.link li.current a {
  font-size: 1.12em;
  font-weight: bold;
}
.contents nav.link li.current a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contents nav.link li a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

footer {
  display: none;
}

/*=======================================
	home
=======================================*/
.home .contents h1 {
  text-align: center;
}

/*=======================================
	company
=======================================*/
.company .contents h1 {
  font-size: 20px;
  font-weight: normal;
  padding: 50px;
  /*		&:lang(ja){
  			font-size: 20px;			
  		}*/
}
.company .contents h2 {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.company .contents p {
  font-size: 14px;
}
.company .contents p strong {
  font-weight: bold;
}

/*=======================================
	fund
=======================================*/
.fund .index section {
  margin: 0 0 50px 0;
}
.fund .index section:last-child {
  margin: 0;
}
.fund .index h2 {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.fund .index p {
  margin: 0 0 20px 0;
}
.fund .index .note {
  font-size: 12px;
}
.fund .index figure {
  text-align: center;
}
.fund .index figure img {
  max-width: 360px;
}

.ltcn section,
.defi section {
  margin: 0 0 70px;
}
.ltcn section ul,
.defi section ul {
  padding: 0 0 0 1em;
  margin: 0 0 30px;
}
.ltcn section li,
.defi section li {
  position: relative;
  margin: 0 0 10px;
}
.ltcn section li span,
.defi section li span {
  font-size: 12px;
  color: #666;
}
.ltcn section li:before,
.defi section li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}
.ltcn section section,
.defi section section {
  margin: 30px 0;
}
.ltcn section section h3,
.defi section section h3 {
  font-weight: bold;
  margin: 0 0 10px;
}
.ltcn .inner > section:last-of-type,
.defi .inner > section:last-of-type {
  margin-bottom: 0;
}
.ltcn h2,
.defi h2 {
  font-size: 26px;
  font-weight: bold;
  color: #188cc2;
  margin: 0 0 30px;
}
.ltcn h2 span,
.defi h2 span {
  display: block;
  font-size: 16px;
}
.ltcn figure,
.defi figure {
  text-align: center;
  margin: 2em 0;
}
.ltcn .sec4 h3 + p,
.defi .sec4 h3 + p {
  margin: 0 0 1em;
}

.defi .sec1 section,
.defi .sec4 section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.defi .sec1 .txt,
.defi .sec4 .txt {
  width: 72.41379%;
}
.defi .sec1 .img,
.defi .sec4 .img {
  width: 25%;
  position: relative;
}
.defi .sec1 .img span,
.defi .sec4 .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.41379%;
  height: calc(100vw / ( 1000 / 20 ));
  line-height: calc(100vw / ( 1000 / 20 ));
  text-align: center;
  background: #f6fafb;
}
.defi .sec1 h3 span,
.defi .sec4 h3 span {
  display: none;
}
.defi .sec4 .txt {
  width: 80.17241%;
}
.defi .sec4 .img {
  width: 17.24138%;
}
.defi .sec4 .img span {
  width: 18%;
  height: calc(100vw / ( 1000 / 20 ));
  line-height: calc(100vw / ( 1000 / 20 ));
}
.defi .sec3 h3 {
  position: relative;
  padding: 0 0 0 20px;
}
.defi .sec3 h3:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #b4e0e9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*=======================================
	report
=======================================*/
.report .contents ul {
  font-size: 14px;
  border-top: 1px dotted #999;
}
.report .contents li {
  padding: 10px;
  border-bottom: 1px dotted #999;
}
.report .contents li:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  color: #188cc2;
  margin: 0 0 0 8px;
}

.report_detail {
  text-align: center;
}

/*=======================================
	team
=======================================*/
.team .contents section {
  margin: 0 0 70px 0;
}
.team .contents h1 {
  font-size: 26px;
  font-weight: bold;
}
.team .contents h1 span {
  font-size: 16px;
  display: block;
}
.team .contents figure {
  width: 93.42105%;
  margin: 0 0 30px 6.57895%;
  background: url(../images/team_bg.svg) no-repeat;
  background-size: cover;
  position: relative;
}
.team .contents figure > div {
  width: 23.68421%;
  position: absolute;
  top: 50%;
  left: -6.57895%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.team .contents figure > div img {
  width: 100%;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
.team .contents figcaption {
  padding: 40px 50px 40px 23.68421%;
}
.team .contents figcaption p {
  font-size: 14px;
}
.team .contents .name {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0 12px 0;
  margin: 0 0 25px 0;
  border-bottom: 3px solid #188cc2;
}
.team .contents .name span {
  font-size: 12px;
  display: block;
  line-height: 1.4;
  margin: 10px 0 0 0;
}

/*=======================================
	legal
=======================================*/
.legal .contents .inner > p {
  margin: 0 0 30px 0;
}
.legal .contents .inner > p:last-child {
  margin-bottom: 0;
}
.legal .contents dt {
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.4;
}
.legal .contents dd {
  font-size: 14px;
  border-bottom: 1px dotted #333;
  padding: 0 0 30px 2em;
  margin: 0 0 30px 0;
}
.legal .contents dd:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.legal .contents .dot dt {
  padding-left: 0.8em;
  position: relative;
}
.legal .contents .dot dt:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #188cc2;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.legal .contents .dot dd {
  padding-left: 0.8em;
}

/*=======================================
	contact entry
=======================================*/
.contact .contents input[type="text"],
.contact .contents input[type="email"],
.contact .contents input[type="number"],
.contact .contents textarea,
.entry .contents input[type="text"],
.entry .contents input[type="email"],
.entry .contents input[type="number"],
.entry .contents textarea {
  font-size: 14px;
  border: 1px solid #b4e0e9;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-appearance: none;
}
.contact .contents input[type="number"]::-webkit-outer-spin-button,
.contact .contents input[type="number"]::-webkit-inner-spin-button,
.entry .contents input[type="number"]::-webkit-outer-spin-button,
.entry .contents input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact .contents input[type="number"],
.entry .contents input[type="number"] {
  -moz-appearance: textfield;
}
.contact .contents :-webkit-input-placeholder,
.entry .contents :-webkit-input-placeholder {
  color: #999;
}
.contact .contents :-ms-input-placeholder,
.entry .contents :-ms-input-placeholder {
  color: #999;
}
.contact .contents ::-webkit-input-placeholder,
.entry .contents ::-webkit-input-placeholder {
  color: #999;
}
.contact .contents ::placeholder,
.entry .contents ::placeholder {
  color: #999;
}
.contact .contents form,
.entry .contents form {
  margin: 30px 0 0;
}
.contact .contents dt,
.entry .contents dt {
  font-size: 14px;
  line-height: 1;
  margin: 30px 0 8px 0;
  padding: 0 0 0 30px;
  position: relative;
}
.contact .contents dt:first-of-type,
.entry .contents dt:first-of-type {
  margin-top: 0;
}
.contact .contents dt:before,
.entry .contents dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_name.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .contents dt.email:before,
.entry .contents dt.email:before {
  background-image: url(../images/icon_email.svg);
}
.contact .contents dt.inquiry:before,
.entry .contents dt.inquiry:before {
  background-image: url(../images/icon_inquiry.svg);
}
.contact .contents dd input[type="text"],
.contact .contents dd input[type="email"],
.contact .contents dd input[type="number"],
.entry .contents dd input[type="text"],
.entry .contents dd input[type="email"],
.entry .contents dd input[type="number"] {
  width: 75.75758%;
}
.contact .contents dd input[type="text"].s,
.contact .contents dd input[type="email"].s,
.contact .contents dd input[type="number"].s,
.entry .contents dd input[type="text"].s,
.entry .contents dd input[type="email"].s,
.entry .contents dd input[type="number"].s {
  width: 37.87879%;
}
.contact .contents dd textarea,
.entry .contents dd textarea {
  width: 100%;
  height: 200px;
  vertical-align: top;
}
.contact .contents dd .rule,
.entry .contents dd .rule {
  margin: 0 0 10px;
}
.contact .contents dd .rule textarea,
.entry .contents dd .rule textarea {
  font-size: 13px;
  height: 150px;
}
.contact .contents li,
.entry .contents li {
  text-align: center;
  vertical-align: top;
}
.contact .contents .btn,
.entry .contents .btn {
  margin: 20px 0 0;
}
.contact .contents button[type="reset"],
.entry .contents button[type="reset"] {
  background: none;
  color: #666;
  font-size: 12px;
  padding: 0;
  border-radius: 0;
  border: none;
}
.contact .contents.thanks p,
.entry .contents.thanks p {
  text-align: center;
  padding: 100px 0;
}

.entry .contents .btn {
  margin: 10px 0;
}
.entry .contents .btn a,
.entry .contents .btn span {
  font-size: 13px;
  padding: 8px 10px;
}
.entry .contents dt {
  padding: 0;
}
.entry .contents dt:before {
  display: none;
}
.entry .contents dt strong,
.entry .contents dt span {
  font-size: 12px;
  color: #777;
  margin: 0 0 0 .5em;
}
.entry .contents dt strong {
  color: #e22157;
}
.entry .contents dd em {
  font-size: 13px;
  margin: 0 0 0 .5em;
}
.entry .contents .r input {
  text-align: right;
}
.entry .contents .row {
  font-size: 14px;
  line-height: 1;
  margin: 20px 0 10px 0;
}
.entry .contents .row div {
  margin: 10px 0;
}
.entry .contents .example {
  font-size: 12px;
  color: #777;
  margin: .5em 0 0;
}
.entry .contents.thanks .btn a {
  font-size: 16px;
  padding: 15px 30px;
}

/*=======================================
	faq
=======================================*/
.faq .contents section {
  margin: 0 0 70px;
}
.faq .contents h2 {
  font-size: 26px;
  font-weight: bold;
  color: #188cc2;
  margin: 0 0 30px;
}
.faq .contents h2 span {
  display: block;
  font-size: 16px;
}

.faq .contents .faq dt,
.ltcn .faq dt {
  font-weight: bold;
  margin: 0 0 10px;
}
.faq .contents .faq dd,
.ltcn .faq dd {
  margin: 0 0 40px;
}
.faq .contents .faq dt,
.faq .contents .faq dd,
.ltcn .faq dt,
.ltcn .faq dd {
  position: relative;
  padding: 0 0 0 1.5em;
}
.faq .contents .faq dt:before,
.faq .contents .faq dd:before,
.ltcn .faq dt:before,
.ltcn .faq dd:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.faq .contents .faq dd:before,
.ltcn .faq dd:before {
  content: "A";
}

@media only screen and (max-width: 1024px) {
  .contents {
    padding: 130px 4.16667% 100px 4.16667%;
  }
}
@media only screen and (max-width: 960px) {
  /*=======================================
  	team
  =======================================*/
  .team .contents section {
    margin: 0 0 40px 0;
  }
  .team .contents section:last-child {
    margin-bottom: 0;
  }
  .team .contents h1 {
    font-size: 18px;
  }
  .team .contents h1 span {
    font-size: 13px;
  }
  .team .contents figure {
    width: auto;
    margin: 80px 0 30px 0;
    background: url(../images/team_bg_sp.svg) no-repeat;
    background-size: cover;
  }
  .team .contents figure > div {
    width: 100%;
    top: -50px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: -50px 0 0 0;
  }
  .team .contents figure > div img {
    max-width: 98px;
    max-height: 98px;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .team .contents section:last-child figure:last-child {
    margin-bottom: 0;
  }
  .team .contents figcaption {
    padding: 70px 20px 20px 20px;
  }
  .team .contents figcaption p {
    font-size: 13px;
  }
  .team .contents .name {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  .team .contents .name span {
    font-size: 10px;
    margin: 8px 0 0 0;
  }
}
/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  body {
    line-height: 1.6;
    /*	&.fund:before{
    		background-image: url(../images/bg_fund_sp.jpg);
    	}*/
  }
  body.home, body.company, body.fund, body.report, body.team, body.legal, body.contact {
    background-image: none;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.home:before {
    background-image: url(../images/bg_home_sp.jpg);
  }
  body.company:before {
    background-image: url(../images/bg_company.jpg);
  }
  body.report:before {
    background-image: url(../images/bg_report_sp.jpg);
  }
  body.team:before {
    background-image: url(../images/bg_team_sp.jpg);
  }
  body.legal:before {
    background-image: url(../images/bg_legal_sp.jpg);
  }
  body.contact:before {
    background-image: url(../images/bg_contact.jpg);
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  .btn a,
  .btn span,
  .btn button {
    font-size: 14px;
    padding: 15px 40px;
  }

  /*=======================================
  	layout
  =======================================*/
  .global_nav {
    width: auto;
    height: auto;
    background: none;
    position: static;
    top: auto;
    left: auto;
  }
  .global_nav .g_nav_sp {
    display: block;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 101;
  }
  .global_nav .g_nav_sp span,
  .global_nav .g_nav_sp span:before,
  .global_nav .g_nav_sp span:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #188cc2;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .global_nav .g_nav_sp span {
    margin: 15px auto 0 auto;
  }
  .global_nav .g_nav_sp span:before {
    top: -6px;
  }
  .global_nav .g_nav_sp span:after {
    top: 4px;
  }
  .global_nav .g_nav_sp.active span {
    background: transparent;
  }
  .global_nav .g_nav_sp.active span:before {
    background: #188cc2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  .global_nav .g_nav_sp.active span:after {
    background: #188cc2;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -2px;
  }
  .global_nav .g_nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .global_nav h1 {
    margin: 50px 0 35px 0;
  }
  .global_nav ul a {
    display: block;
  }
  .global_nav ul a:after {
    display: none;
  }
  .global_nav .copy {
    display: none;
  }

  .lang_switch {
    top: 15px;
    right: 62px;
    width: auto;
    min-width: 140px;
    background: none;
    z-index: 90;
  }
  .lang_switch .lang_btn {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 33px 0 0;
    text-align: right;
    pointer-events: auto;
    color: #fff;
  }
  .lang_switch .lang_btn:before {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../images/icon_globe_white.svg) no-repeat;
    background-size: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 5px 0 0;
  }
  .lang_switch .lang_btn:after {
    right: 0;
  }
  .lang_switch .lang_nav {
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .lang_switch .lang_nav li:first-child {
    border: none;
  }
  .lang_switch .lang_nav li a span:before {
    width: 5px;
  }

  .contents {
    margin: 0;
    padding: 100px 15px 50px 15px;
    font-size: 13px;
  }
  .contents .inner {
    padding: 25px;
    margin: 0 0 15px 0;
  }
  .contents h1.blue {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contents nav.link {
    line-height: 1.2;
    text-align: center;
    position: relative;
  }
  .contents nav.link:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e2e2e2;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
  }
  .contents nav.link a {
    color: #188cc2;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 10px;
    height: 100%;
    border-top: 1px solid #e2e2e2;
    box-sizing: border-box;
    font-size: 12px;
  }
  .contents nav.link a:after {
    display: none;
  }
  .contents nav.link ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 0 15px 0;
    max-width: inherit;
  }
  .contents nav.link li {
    margin: 0;
    width: 50%;
  }
  .contents nav.link li:nth-child(1) a, .contents nav.link li:nth-child(2) a {
    border: none;
  }
  .contents nav.link li.current a {
    font-size: 12px;
    text-decoration: underline;
  }

  footer {
    display: block;
    background: #fff;
    line-height: 1;
    font-size: 10px;
    color: #ccc;
    text-align: center;
    padding: 30px 15px;
    box-sizing: border-box;
  }

  .home footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /*=======================================
  	home
  =======================================*/
  /*=======================================
  	company
  =======================================*/
  .company .contents h1 {
    font-size: 15px;
    padding: 25px;
  }
  .company .contents h1:lang(ja) {
    font-size: 15px;
  }
  .company .contents h2 {
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .company .contents p {
    font-size: 14px;
  }
  .company .contents p strong {
    font-weight: bold;
  }

  /*=======================================
  	fund
  =======================================*/
  .fund .index section {
    margin: 0 0 30px 0;
  }
  .fund .index .note {
    font-size: 10px;
  }
  .fund .index figure img {
    max-width: 100%;
  }

  /*.alphabit{
  	
  	.sec_01{
  		margin-bottom: 40px;
  		
  		ul{
  			margin: 25px 0;
  		}
  		li{
  			
  			span{
  				font-size: 10px;
  			}
  		}
  		& > div{
  			margin: 0 0 30px 0;
  			
  			div{
  				font-size: 12px;
  				
  				a{
  					display: block;
  					font-size: 11px;
  					margin: 0 0 0 0;
  					
  					&:after{
  						margin: 0 0 0 8px;
  					}
  				}
  			}
  		}
  		.rsm{
  			font-size: 12px;
  			padding: 15px;
  		}
  	}
  	.sec_02{
  		
  		p{
  			margin: 0 0 30px 0;
  		}
  	}
  }
  .fbg{
  	
  	section{
  		margin: 0 0 40px 0;
  	}
  	.q{
  		font-size: 16px;
  		padding: 0;
  		margin: 0 0 20px 0;
  		
  		span{
  			width: 100%;
  			height: 60px;
  			line-height: 66px;
  			border-width: 2px;
  			font-size: 50px;
  			position: static;
  			top: auto;
  			left: auto;
  			transform: none;
  			margin: 0 0 15px 0;
  		}
  		ul{
  			line-height: 1.3;
  		}
  		li{
  			margin: 8px 0 0 0;
  		}
  	}
  }*/
  .ltcn section,
  .defi section {
    margin: 0 0 40px;
  }
  .ltcn section ul,
  .defi section ul {
    margin: 0 0 20px;
  }
  .ltcn section li span,
  .defi section li span {
    font-size: 10px;
  }
  .ltcn section section,
  .defi section section {
    margin: 30px 0;
  }
  .ltcn section section h3,
  .defi section section h3 {
    font-weight: bold;
    margin: 0 0 10px;
  }
  .ltcn .inner > section:last-of-type,
  .defi .inner > section:last-of-type {
    margin-bottom: 0;
  }
  .ltcn h2,
  .defi h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .ltcn h2 span,
  .defi h2 span {
    font-size: 13px;
  }
  .ltcn .faq dt,
  .defi .faq dt {
    margin: 0 0 8px;
  }
  .ltcn .faq dd,
  .defi .faq dd {
    margin: 0 0 30px;
  }

  .defi {
    /*	.sec4{
    		
    		.txt{
    			width: auto;
    		}
    		.img{
    			width: auto;
    		}
    	}*/
    /*	.sec3{
    		
    		h3{
    			position: relative;
    			padding: 0 0 0 20px;
    		}
    		h3:before{
    			content: "";
    			display: block;
    			width: 13px;
    			height: 13px;
    			background: #b4e0e9;
    			position: absolute;
    			top: 50%;
    			left: 0;
    			transform: translateY(-50%);
    		}
    	}*/
  }
  .defi .sec1 section,
  .defi .sec4 section {
    display: block;
  }
  .defi .sec1 .txt,
  .defi .sec4 .txt {
    width: auto;
    margin: 0 0 15px;
  }
  .defi .sec1 .img,
  .defi .sec4 .img {
    width: auto;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  .defi .sec1 .img span,
  .defi .sec4 .img span {
    display: none;
  }
  .defi .sec1 h3 span,
  .defi .sec4 h3 span {
    display: inline;
  }

  /*=======================================
  	report
  =======================================*/
  .report .contents ul {
    font-size: 13px;
  }

  /*=======================================
  	legal
  =======================================*/
  .legal .contents .inner > p {
    margin: 0 0 20px 0;
  }
  .legal .contents dd {
    font-size: 12px;
    padding: 0 0 30px 1em;
  }

  /*=======================================
  	contact entry
  =======================================*/
  .contact .contents input[type="text"],
  .contact .contents input[type="email"],
  .contact .contents input[type="number"],
  .contact .contents textarea,
  .entry .contents input[type="text"],
  .entry .contents input[type="email"],
  .entry .contents input[type="number"],
  .entry .contents textarea {
    font-size: 16px;
  }
  .contact .contents :-webkit-input-placeholder,
  .entry .contents :-webkit-input-placeholder {
    font-size: 13px;
  }
  .contact .contents :-ms-input-placeholder,
  .entry .contents :-ms-input-placeholder {
    font-size: 13px;
  }
  .contact .contents ::-webkit-input-placeholder,
  .entry .contents ::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contact .contents ::placeholder,
  .entry .contents ::placeholder {
    font-size: 13px;
  }
  .contact .contents form,
  .entry .contents form {
    margin: 20px 0 0;
  }
  .contact .contents dt,
  .entry .contents dt {
    font-size: 12px;
    margin: 25px 0 8px 0;
    padding: 0 0 0 25px;
  }
  .contact .contents dt:before,
  .entry .contents dt:before {
    width: 16px;
    height: 16px;
  }
  .contact .contents dd input[type="text"],
  .contact .contents dd input[type="email"],
  .contact .contents dd input[type="text"].s,
  .contact .contents dd input[type="email"].s,
  .contact .contents dd input[type="number"].s,
  .entry .contents dd input[type="text"],
  .entry .contents dd input[type="email"],
  .entry .contents dd input[type="text"].s,
  .entry .contents dd input[type="email"].s,
  .entry .contents dd input[type="number"].s {
    width: 100%;
  }
  .contact .contents dd textarea,
  .entry .contents dd textarea {
    height: 150px;
  }
  .contact .contents dd .rule,
  .entry .contents dd .rule {
    margin: 0 0 10px;
  }
  .contact .contents dd .rule textarea,
  .entry .contents dd .rule textarea {
    font-size: 12px;
    height: 100px;
  }
  .contact .contents button,
  .entry .contents button {
    font-size: 15px;
  }
  .contact .contents button[type="reset"],
  .entry .contents button[type="reset"] {
    font-size: 11px;
  }
  .contact .contents.thanks p,
  .entry .contents.thanks p {
    padding: 50px 0;
  }

  .entry .contents .btn {
    /*		margin: 10px 0;*/
  }
  .entry .contents .btn a,
  .entry .contents .btn span {
    font-size: 11px;
    /*			padding: 8px 10px;*/
  }
  .entry .contents dt {
    padding: 0;
    /*		&:before{
    			display: none;
    		}*/
    /*		strong{
    			color: #e22157;
    		}*/
  }
  .entry .contents dt strong,
  .entry .contents dt span {
    font-size: 10px;
    /*			color: #777;
    			margin: 0 0 0 .5em;*/
  }
  .entry .contents dd em {
    font-size: 12px;
    margin: 0 0 0 .5em;
  }
  .entry .contents .r {
    position: relative;
  }
  .entry .contents .r input {
    padding-right: 50px;
  }
  .entry .contents .r em {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .entry .contents .row {
    font-size: 12px;
    /*		line-height: 1;
    		margin: 20px 0 10px 0;*/
    /*		div{
    			margin: 10px 0;
    		}*/
  }
  .entry .contents .row a {
    display: inline-block;
    margin: 8px 0 0;
  }
  .entry .contents .example {
    font-size: 10px;
    /*		color: #777;
    		margin: .5em 0 0;*/
  }
  .entry .contents.thanks .btn {
    /*			text-align: center;*/
  }
  .entry .contents.thanks .btn a {
    font-size: 13px;
    /*				padding: 15px 30px;*/
  }

  /*=======================================
  	faq
  =======================================*/
  .faq .contents .faq dt {
    margin: 0 0 8px;
  }
  .faq .contents .faq dd {
    margin: 0 0 30px;
  }
}
