@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,700&display=swap");
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*
@include layout-Large {
}
*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  line-height: 1.5;
  color: #444; }

body.lang-en, body.lang-ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif; }

body.lang-zh {
  font-family: 'Noto Sans SC', sans-serif; }

@media screen and (min-width: 768px) {
  .is-sp {
    display: none; } }

@media screen and (max-width: 767px) {
  .is-pc {
    display: none; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #444; }

a:hover {
  text-decoration-skip-ink: none; }

@font-face {
  font-family: "Oswald";
  font-weight: 200;
  src: url("/assets/shared/font/Oswald-ExtraLight.woff") format("woff"); }

@font-face {
  font-family: "Oswald";
  font-weight: 300;
  src: url("/assets/shared/font/Oswald-Light.woff") format("woff"); }

@font-face {
  font-family: "Oswald";
  font-weight: 400;
  src: url("/assets/shared/font/Oswald-Regular.woff") format("woff"); }

.u-mt5 {
  margin-top: 5px; }

.u-mt10 {
  margin-top: 10px; }

.u-mt15 {
  margin-top: 15px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt25 {
  margin-top: 25px; }

.u-mt30 {
  margin-top: 30px; }

.u-mt35 {
  margin-top: 35px; }

.u-mt40 {
  margin-top: 40px; }

.u-mt50 {
  margin-top: 50px; }

.u-mt55 {
  margin-top: 55px; }

.u-mt60 {
  margin-top: 60px; }

.u-mt70 {
  margin-top: 70px; }

.u-mt80 {
  margin-top: 80px; }

.u-mt90 {
  margin-top: 90px; }

.u-mt100 {
  margin-top: 100px; }

.u-mb5 {
  margin-bottom: 5px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb15 {
  margin-bottom: 15px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb25 {
  margin-bottom: 25px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb35 {
  margin-bottom: 35px; }

.u-mb40 {
  margin-bottom: 40px; }

.u-mb50 {
  margin-bottom: 50px; }

.u-mb55 {
  margin-bottom: 55px; }

.u-pl5 {
  padding-left: 5px; }

.u-pl10 {
  padding-left: 10px; }

.u-mr5 {
  margin-right: 5px; }

.u-mr10 {
  margin-right: 10px; }

.u-ml5 {
  margin-left: 5px; }

.u-ml10 {
  margin-left: 10px; }

.u-ml15 {
  margin-left: 15px; }

.u-ml20 {
  margin-left: 20px; }

.u-ml30 {
  margin-left: 30px; }

.u-ml40 {
  margin-left: 40px; }

.u-ml50 {
  margin-left: 50px; }

.u-l-left {
  text-align: left; }

.u-l-center {
  text-align: center; }

.u-l-right {
  text-align: right; }

.u-hover:hover {
  opacity: 0.8; }

.st_header {
  background-color: #fff;
  width: 100%;
  height: 54px;
  position: fixed;
  z-index: 11; }
  @media screen and (min-width: 768px) {
    .st_header {
      width: 100%;
      min-width: 1140px;
      margin: 0 auto;
      height: 80px;
      position: relative; } }
  .st_header a {
    display: inline-block;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .st_header a:hover {
      opacity: 0.8; }

.st_header-l-wrap {
  width: 92%;
  margin: 0 auto;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .st_header-l-wrap {
      min-width: 1140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.st_header-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.st_header-logo {
  width: 72.46%;
  max-width: 250px; }
  @media screen and (min-width: 768px) {
    .st_header-logo {
      width: 334px;
      max-width: 334px; } }
  .lang-ja .st_header-logo {
    width: 46%;
    max-width: 159px; }
    @media screen and (min-width: 768px) {
      .lang-ja .st_header-logo {
        width: 212px;
        max-width: 212px; } }

.st_header-name {
  font-size: 1rem;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: #222; }
  @media screen and (min-width: 768px) {
    .st_header-name {
      font-size: 1.2rem;
      -webkit-transform: scale(1);
      transform: scale(1);
      margin-left: 15px; } }

.st_header-menu-btn {
  background-color: #fff;
  width: 55px;
  height: 54px;
  padding: 19px 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7; }

.st_header-menu-trigger,
.st_header-menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.st_header-menu-trigger {
  position: relative;
  width: 25px;
  height: 16px; }

.st_header-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #21409a; }

.st_header-menu-trigger span:nth-of-type(1) {
  top: 0; }

.st_header-menu-trigger span:nth-of-type(2) {
  top: 7px; }

.st_header-menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.st_header-menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg); }

.st_header-menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.st_header-menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg); }

.st_header-l-btn-wrap {
  display: none; }
  @media screen and (min-width: 768px) {
    .st_header-l-btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; } }

@media screen and (min-width: 768px) {
  .st_header-txt-btn-wrap {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .st_header-lang-btn-list {
    border-right: 1px solid #e5e5e5;
    padding-right: 13px; } }

@media screen and (min-width: 768px) {
  .st_header-lang-btn {
    display: inline-block; } }

@media screen and (min-width: 768px) {
  .st_header-lang-btn a {
    padding: 0 8px; } }

@media screen and (min-width: 768px) {
  .st_header-cotact-btn {
    margin-left: 7px; } }

@media screen and (min-width: 768px) {
  .st_header-cotact-btn a {
    padding: 0 8px; } }

@media screen and (min-width: 768px) {
  .st_header-serch-btn {
    width: 24px;
    height: 24px;
    margin-left: 7px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .st_header-serch-btn:hover {
      opacity: 0.8; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box {
    background-color: #f7f7f7;
    width: 280px;
    padding: 8px 9px 8px 12px;
    height: 53px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    display: none; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box input {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box-input-wrap {
    position: relative; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box-input {
    width: 260px;
    background-color: #e5e5e5;
    border-radius: 13px;
    position: relative;
    padding: 6.5px 0; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box-input input#search_input {
    width: 250px;
    margin-left: 5px;
    display: inline-block;
    font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 36px;
    background-color: #e5e5e5 !important;
    background-position: 0px center !important;
    border: none !important; }
    .st_header-serch-box-input input#search_input::-webkit-input-placeholder {
      text-indent: 58px !important; }
    .st_header-serch-box-input input#search_input::-moz-placeholder {
      text-indent: 58px !important; }
    .st_header-serch-box-input input#search_input::-ms-input-placeholder {
      text-indent: 58px !important; }
    .st_header-serch-box-input input#search_input::placeholder {
      text-indent: 58px !important; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box-input input#search_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e5e5e5 inset; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box-input input#search_input::-ms-clear {
    visibility: hidden; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto; } }

@media screen and (min-width: 768px) {
  .st_header-serch-box-btn input {
    width: 24px;
    height: 24px;
    background: url("/assets/common/img/serch_btn.png") no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .st_header-serch-box-btn input:hover {
      opacity: 0.8; } }

.st_footer {
  background-color: #e9ebf2;
  padding: 56px 0 27px; }
  @media screen and (min-width: 768px) {
    .st_footer {
      width: 100%;
      min-width: 1140px;
      margin: 0 auto;
      padding: 60px 0 30px; } }
  .st_footer a {
    display: inline-block;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .st_footer a:hover {
      opacity: 0.8; }

.st_footer-l-wrap {
  width: 92%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .st_footer-l-wrap {
      width: 960px;
      margin: 0 auto; } }

.st_footer-glnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 28px; }
  @media screen and (min-width: 768px) {
    .st_footer-glnav-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 25px; } }

.st_footer-glnav-list-block {
  width: 32%;
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .st_footer-glnav-list-block {
      display: block;
      width: auto;
      min-width: 84px;
      margin-bottom: 0;
      margin-right: 42px; } }
  @media screen and (max-width: 767px) {
    .st_footer-glnav-list-block.reserch-finance {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 64%; }
      .st_footer-glnav-list-block.reserch-finance > .st_footer-glnav-list-item {
        min-width: 46.6%; } }
  .lang-ja .st_footer-glnav-list-block {
    width: 32%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .lang-ja .st_footer-glnav-list-block {
        display: block;
        width: auto;
        min-width: 84px;
        margin-bottom: 0;
        margin-right: 40px; } }
    @media screen and (min-width: 768px) {
      .lang-ja .st_footer-glnav-list-block:last-of-type {
        margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .lang-ja .st_footer-glnav-list-block.intro-product {
        width: 235px; } }
    @media screen and (max-width: 767px) {
      .lang-ja .st_footer-glnav-list-block.reserch-finance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 64%; }
        .lang-ja .st_footer-glnav-list-block.reserch-finance > .st_footer-glnav-list-item {
          min-width: 46.6%; } }
    @media screen and (max-width: 767px) {
      .lang-ja .st_footer-glnav-list-block.recruit {
        margin-bottom: 13px; } }

.st_footer-glnav-list-block-l-wrap {
  min-width: 53%; }
  @media screen and (min-width: 768px) {
    .st_footer-glnav-list-block-l-wrap {
      margin-bottom: 23px; } }

.st_footer-glnav-list-item {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 7px; }
  @media screen and (min-width: 768px) {
    .st_footer-glnav-list-item {
      font-size: 1.5rem;
      display: block; } }

.st_footer-glnav-sublist {
  font-size: 1.2rem;
  font-weight: 400; }
  .lang-ja .st_footer-glnav-sublist.csr .csrReport a::before {
    top: 9px;
    margin: 0; }
  @media screen and (min-width: 768px) {
    .st_footer-glnav-sublist {
      font-size: 1.3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .lang-ja .st_footer-glnav-sublist {
        max-height: 107px; }
        .lang-ja .st_footer-glnav-sublist.csr {
          max-height: 133px; }
          .lang-ja .st_footer-glnav-sublist.csr .csrReport a::before {
            top: 9px;
            margin: 0; } }
  .st_footer-glnav-sublist li {
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) {
      .st_footer-glnav-sublist li {
        margin-bottom: 4px; }
        .lang-ja .st_footer-glnav-sublist li {
          width: 125px; } }
    .st_footer-glnav-sublist li:last-of-type {
      margin-bottom: 0; }
    .st_footer-glnav-sublist li a {
      padding-left: 15px;
      position: relative; }
      @media screen and (min-width: 768px) {
        .st_footer-glnav-sublist li a {
          padding-left: 16px; } }
      .st_footer-glnav-sublist li a::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 1px;
        background-color: #444;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 3px;
        margin: auto; }
        @media screen and (min-width: 768px) {
          .st_footer-glnav-sublist li a::before {
            left: 4px; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .lang-ja .intro-product .st_footer-glnav-sublist {
    max-height: 117px;
    height: 117px; }
  /* IE11 */ }

.st_footer-othernav-list-wrap {
  border-top: 1px solid #e1e2e5; }

.st_footer-othernav-list {
  font-size: 1.3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 97.2%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .st_footer-othernav-list {
      width: 575px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 27px auto 0; } }
  .st_footer-othernav-list li {
    width: 50%;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .st_footer-othernav-list li {
        width: auto;
        margin-top: 0; } }

.st_footer-company-info {
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .st_footer-company-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 56px 0 0; } }

.st_footer-company-info-logo {
  width: 62%;
  max-width: 214px;
  margin: 0 auto 13px; }
  @media screen and (min-width: 768px) {
    .st_footer-company-info-logo {
      width: 255px;
      max-width: 428px;
      margin: 0; } }
  .lang-ja .st_footer-company-info-logo {
    width: 45.65%;
    max-width: 157.5px;
    margin: 0 auto 11px; }
    @media screen and (min-width: 768px) {
      .lang-ja .st_footer-company-info-logo {
        width: 170px;
        max-width: 170px;
        margin: 0; } }

.st_footer-company-info-copyright {
  font-size: 1.2rem;
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #999;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .st_footer-company-info-copyright {
      font-size: 12px; } }

.st_menu-tb-overlay {
  display: none; }
  @media screen and (min-width: 768px) {
    .st_menu-tb-overlay {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      z-index: 12; } }

.st_menu {
  background-color: #f7f7f7;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .st_menu {
      width: 100%;
      min-width: 1140px;
      margin: 0 auto;
      background-color: transparent;
      position: absolute;
      top: 80px;
      left: 0;
      height: auto;
      -webkit-transform: none;
      transform: none;
      z-index: 13; } }
  .st_menu a {
    display: inline-block;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .st_menu a:hover {
      opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .st_menu.active {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.st_menu-l-wrap {
  width: 92%;
  margin: 0 auto;
  padding: 100px 0 35px; }
  @media screen and (min-width: 768px) {
    .st_menu-l-wrap {
      width: 100%;
      min-width: 1140px;
      margin: 0 auto;
      padding: 0;
      position: relative; } }

@media screen and (min-width: 768px) {
  .st_menu-list-bg {
    width: 100%;
    height: 52px;
    background-color: #21409a;
    position: absolute;
    top: 0;
    left: 0; } }

@media screen and (min-width: 768px) {
  .st_menu-list-wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1; } }

.st_menu-list {
  font-size: 1.5rem;
  margin-bottom: 37px; }
  @media screen and (min-width: 768px) {
    .st_menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 960px;
      margin: 0 auto; } }

.st_menu-list-item {
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .st_menu-list-item {
      width: 192px;
      margin-bottom: 0; } }
  .st_menu-list-item a {
    color: #222;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .st_menu-list-item a {
        width: 100%;
        color: #fff;
        background-color: #21409a;
        line-height: 50px;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .st_menu-list-item a::after {
        content: "";
        display: block;
        width: 60px;
        height: 2px;
        margin: 0 auto;
        background-color: #e60012;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0); } }
    @media screen and (min-width: 768px) {
      .st_menu-list-item a:hover {
        opacity: 1; } }
  @media screen and (max-width: 767px) {
    .st_menu-list-item:last-of-type {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .st_menu-list-item.active a {
      opacity: 1; }
      .st_menu-list-item.active a::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); } }

@media screen and (min-width: 768px) {
  .st_menu-list-contents-wrap {
    background-color: rgba(8, 29, 89, 0.9);
    padding: 50px 0 20px;
    min-height: 452px;
    opacity: 0;
    display: none; } }

@media screen and (min-width: 768px) {
  .st_menu-list-contents {
    width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .st_menu-list-contents a {
      color: #fff; } }

@media screen and (min-width: 768px) {
  .st_menu-list-contents-item {
    width: 224px;
    margin-right: 48px; }
    .st_menu-list-contents-item:nth-of-type(4n) {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .st_menu-list-contents-ttl {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .st_menu-list-contents-sub-list {
    font-size: 1.4rem; }
    .st_menu-list-contents-sub-list li {
      line-height: 1.4;
      margin-bottom: 5px; }
      .st_menu-list-contents-sub-list li a {
        position: relative;
        padding-left: 18px; }
        .st_menu-list-contents-sub-list li a::before {
          content: "";
          display: inline-block;
          width: 5px;
          height: 1px;
          background-color: #fff;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 5px;
          margin: auto; } }

@media screen and (max-width: 767px) {
  .st_menu-lang-btn-list,
  .st_menu-contact-btn {
    text-align: center;
    font-size: 1.2rem; }
    .st_menu-lang-btn-list a,
    .st_menu-contact-btn a {
      color: #666;
      padding: 5px 10px; } }

@media screen and (max-width: 767px) {
  .st_menu-lang-btn-list {
    position: relative;
    padding: 26px 0; }
    .st_menu-lang-btn-list li {
      display: inline-block; }
      .st_menu-lang-btn-list li:last-of-type {
        margin-left: 18px; }
    .st_menu-lang-btn-list::before {
      content: "";
      display: block;
      width: 15px;
      height: 1px;
      background-color: #c5c5c5;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .st_menu-lang-btn-list::after {
      content: "";
      display: block;
      width: 15px;
      height: 1px;
      background-color: #c5c5c5;
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; } }

@media screen and (max-width: 767px) {
  .st_menu-contact-btn {
    margin: 27px 0; } }

@media screen and (max-width: 767px) {
  .st_menu-search {
    position: relative; } }

@media screen and (max-width: 767px) {
  .st_menu-search input {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none; } }

@media screen and (max-width: 767px) {
  .st_menu-search-input-wrap {
    position: relative; } }

@media screen and (max-width: 767px) {
  .st_menu-search-input {
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 30px;
    position: relative;
    padding: 13.5px 0; }
    .st_menu-search-input input#search_input {
      width: 98%;
      margin-left: 1.5%;
      display: inline-block;
      font-size: 1.6rem;
      padding-left: 15px;
      padding-right: 50px; }
    .st_menu-search-input input#search_input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #e5e5e5 inset; }
    .st_menu-search-input input#search_input::-ms-clear {
      visibility: hidden; } }

@media screen and (max-width: 767px) {
  .st_menu-search-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto; }
    .st_menu-search-btn input {
      width: 30px;
      height: 30px;
      background: url("/assets/common/img/serch_btn.png") no-repeat center center;
      background-size: contain;
      text-indent: -9999px;
      cursor: pointer;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
      .st_menu-search-btn input:hover {
        opacity: 0.8; } }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: .5ex; }

.l-container {
  width: 92%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .l-container {
      width: 100%;
      min-width: 1140px;
      margin: 0 auto; } }

.l-main {
  padding-top: 54px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .l-main {
      width: 100%;
      min-width: 1140px;
      margin: 0 auto;
      padding-top: 52px; } }

.lang-en .mv-txt {
  font-family: "Oswald", sans-serif; }

.lang-ja .mv-txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.2em; }
  @media screen and (min-width: 768px) {
    .lang-ja .mv-txt {
      font-size: 4.0rem; } }

.lang-zh .mv-txt {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: bold; }

.mv-txt-en {
  display: block;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1.0rem;
  letter-spacing: 0.3em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .mv-txt-en {
      font-size: 1.6rem; } }
  .mv-txt-en > span {
    position: relative;
    display: inline-block;
    line-height: 1; }
    .mv-txt-en > span:before {
      position: absolute;
      display: block;
      content: " ";
      background-color: #fff;
      width: calc( 100% + 0.3em);
      height: 1px;
      bottom: 0px;
      left: -0.3em; }

.breadcrumb {
  width: 92%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      width: 1140px;
      font-size: 1.2rem;
      color: #666;
      margin: 16px auto; } }

.breadcrumb_item {
  position: relative;
  padding-right: 9px;
  margin-right: 6px; }
  @media screen and (min-width: 768px) {
    .breadcrumb_item {
      padding-right: 13px;
      margin-right: 10px; } }
  .breadcrumb_item::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px; }
    @media screen and (min-width: 768px) {
      .breadcrumb_item::after {
        border-top: solid 1px #afafaf;
        border-right: solid 1px #afafaf; } }
  .breadcrumb_item:last-child {
    padding-right: 0;
    margin-right: 0; }
    .breadcrumb_item:last-child::after {
      display: none; }
  .breadcrumb_item a {
    display: inline-block;
    color: #333; }
    @media screen and (min-width: 768px) {
      .breadcrumb_item a {
        color: #666;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out; }
        .breadcrumb_item a:hover {
          opacity: 0.8; } }

.page-top {
  width: 50px;
  height: 50px;
  margin: 10px 0;
  display: none;
  position: absolute;
  bottom: -35px;
  right: 4%;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .page-top {
      right: 30px; } }
  .page-top a {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .page-top a {
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out; }
        .page-top a:hover {
          opacity: 0.8; } }

.res-pc {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .res-pc {
      display: inline !important; } }

.res-sp {
  display: inline !important; }
  @media screen and (min-width: 768px) {
    .res-sp {
      display: none !important; } }

.eco_message-ttl-note {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: right;
  margin-bottom: 2.66667vw; }
  @media screen and (min-width: 768px) {
    .eco_message-ttl-note {
      font-size: 1.5rem;
      margin-bottom: 20px; } }

@media print, screen and (min-width: 768px) {
  .task-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .task-flex-wrap > div {
      width: calc( (100% - 40px) / 2); } }

.task-approach {
  border: 1px solid #e5e5e5;
  padding: 20px 15px; }
  @media print, screen and (min-width: 768px) {
    .task-approach {
      padding: 40px 35px; } }
  .task-approach .task-approach-ttl {
    font-size: 1.7rem;
    font-weight: bold;
    color: #21409a; }
    @media print, screen and (min-width: 768px) {
      .task-approach .task-approach-ttl {
        font-size: 2.2rem; } }
  .task-approach .task-approach-txt {
    font-size: 1.4rem;
    line-height: 1.64286;
    margin-top: 0.5em; }
    @media print, screen and (min-width: 768px) {
      .task-approach .task-approach-txt {
        font-size: 1.6rem;
        line-height: 1.75; } }

.eco_message-box {
  background-color: #eff2f9;
  padding: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .eco_message-box {
      padding: 40px;
      margin-top: 0; } }
  .eco_message-box .eco_message-ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5em; }
    @media print, screen and (min-width: 768px) {
      .eco_message-box .eco_message-ttl {
        font-size: 2.0rem;
        margin-bottom: 1em; } }
  .eco_message-box .eco_message-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .eco_message-box .eco_message-name-img {
    width: 90px; }
    @media screen and (min-width: 768px) {
      .eco_message-box .eco_message-name-img {
        width: 120px; } }
  .eco_message-box .eco_message-name-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    font-size: 1.2rem; }
    @media screen and (min-width: 768px) {
      .eco_message-box .eco_message-name-txt {
        margin-left: 20px;
        font-size: 1.3rem; } }
    .eco_message-box .eco_message-name-txt strong {
      display: block;
      font-weight: bold;
      font-size: 1.6rem;
      margin-top: 0.15em; }
      @media screen and (min-width: 768px) {
        .eco_message-box .eco_message-name-txt strong {
          font-size: 1.8rem; } }
  .eco_message-box .eco_message-txt {
    font-size: 1.4rem;
    line-height: 1.64286;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .eco_message-box .eco_message-txt {
        font-size: 1.6rem;
        line-height: 1.75;
        margin-top: 25px; } }
  .eco_message-box .eco_message-txt-ttl {
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.5em; }
  @media print, screen and (min-width: 768px) {
    .eco_message-box .eco_message-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .eco_message-box .eco_message-flex .eco_message-name {
        display: block; }
      .eco_message-box .eco_message-flex .eco_message-name-txt {
        margin: 10px 0 0 0; }
      .eco_message-box .eco_message-flex .eco_message-txt {
        margin: 0 0 0 30px; } }
  .eco_message-box.eco_message-box-topmargin {
    margin-top: 20px; }
    @media print, screen and (min-width: 768px) {
      .eco_message-box.eco_message-box-topmargin {
        margin-top: 40px; } }

.perform-block {
  padding: 20px;
  margin-top: 25px;
  border: 1px solid #e5e5e5; }
  @media screen and (min-width: 768px) {
    .perform-block {
      padding: 40px;
      margin-top: 30px; } }
  .perform-block .perform-block-ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    line-height: 1.25;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .perform-block .perform-block-ttl {
        font-size: 2.2rem; } }
  @media screen and (min-width: 768px) {
    .perform-block .perform-block-l-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) {
    .perform-block .perform-block-txt-wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  .perform-block .perform-block-txt {
    font-size: 1.5rem;
    line-height: 1.33;
    margin-bottom: 19px; }
    @media screen and (min-width: 768px) {
      .perform-block .perform-block-txt {
        font-size: 1.6rem;
        line-height: 1.75;
        margin-bottom: 10px; } }
  .perform-block .perform-block-supplement-txt {
    font-size: 1.3rem;
    line-height: 1.15;
    margin-bottom: 20px;
    word-break: break-word; }
    @media screen and (min-width: 768px) {
      .perform-block .perform-block-supplement-txt {
        line-height: 1.6;
        margin-bottom: 0; } }
  @media print, screen and (min-width: 768px) {
    .perform-block .perform-block-photo-wrap {
      margin-left: 50px; } }
  @media print, screen and (min-width: 768px) {
    .perform-block.perform-block-photo-s .perform-block-photo-wrap {
      width: 320px; } }
  @media print, screen and (min-width: 768px) {
    .perform-block.perform-block-photo-l .perform-block-photo-wrap {
      width: 420px; } }
  .perform-block .perform-block-photo-wrap-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .perform-block .perform-block-photo-wrap-flex > div {
      width: 48%; }
  .perform-block .perform-block-photo-txt {
    font-size: 1.3rem;
    line-height: 1.15;
    margin: 10px auto 0; }
    @media screen and (min-width: 768px) {
      .perform-block .perform-block-photo-txt {
        line-height: 1.6;
        margin: 6px auto 0; } }
