* {
  box-sizing: border-box; }

header {
  height: 252px;
  max-height: 1000px; }
  @media (min-width: 576px) {
    header {
      height: 400px; } }
  @media (min-width: 768px) {
    header {
      height: 451px; } }
  @media (min-width: 992px) {
    header {
      height: 566px; } }
  @media (min-width: 1200px) {
    header {
      height: 725px; } }

header .top-space {
  height: 100%;
  background: linear-gradient(to right, #DFA1A2, #BA8484); }

.header-img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%; }
  .header-img img {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: block; }

header ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
  position: absolute;
  top: 19px;
  width: 100%; }

@media (max-width: 1200px) {
  header ul {
    padding: 10px 20px 0; } }

@media (max-width: 1000px) {
  header ul {
    top: 10px;
    padding-right: 15px; } }

@media (max-width: 700px) {
  header ul {
    padding: 10px 10px 0; } }

header ul li {
  list-style: none;
  padding: 0 20px;
  cursor: pointer; }

header ul li a {
  color: #fff;
  text-decoration: none; }

@media (max-width: 350px) {
  header ul li {
    padding: 0; } }

header ul li:nth-child(1) {
  margin-right: auto;
  font-weight: bold;
  font-size: 20px; }

@media (max-width: 1200px) {
  header ul li:nth-child(1) {
    font-size: 16px; } }

header ul li:nth-child(n + 2) {
  padding: 0; }

header ul li img {
  height: 42px; }

@media (max-width: 1200px) {
  header ul li img {
    height: 30px; } }

@media (max-width: 1000px) {
  header ul li img {
    height: 25px; } }

@media (max-width: 700px) {
  header ul li img {
    height: 25px; } }

@media (max-width: 350px) {
  header ul li img {
    height: 20px; } }

@media (max-width: 1000px) {
  header ul #header__logo {
    width: 200px;
    font-size: 14px; } }

@media (max-width: 700px) {
  header ul #header__logo {
    font-size: 13px;
    padding-left: 10px; } }

#header__logo br {
  display: none; }

@media (max-width: 450px) {
  #header__logo br {
    display: block; } }

@media (max-width: 350px) {
  header ul #header__logo {
    font-size: 11px; } }

header #share-btns-trigger {
  width: 50px;
  position: absolute;
  right: 110px; }

@media (max-width: 1200px) {
  header #share-btns-trigger {
    right: 65px; } }

@media (max-width: 1000px) {
  header #share-btns-trigger {
    right: 50px; } }

@media (max-width: 700px) {
  header #share-btns-trigger {
    width: 33px; } }

header #share-btns {
  display: none;
  justify-content: space-between;
  padding: 0;
  width: 290px;
  position: absolute;
  right: 125px; }

@media (max-width: 1200px) {
  header #share-btns {
    top: 13px;
    width: 210px;
    right: 95px; } }

@media (max-width: 1000px) {
  header #share-btns {
    right: 85px;
    width: 170px;
    top: 11px; } }

@media (max-width: 700px) {
  header #share-btns {
    width: 148px;
    right: 69px; } }

@media (max-width: 350px) {
  header #share-btns {
    width: 105px;
    right: 55px; } }

header #share-btns li:nth-child(1) {
  padding-right: 0;
  margin-right: 0; }

header #share-btns li img {
  height: 42px; }

@media (max-width: 1200px) {
  header #share-btns li img {
    height: 25px; } }

@media (max-width: 700px) {
  header #share-btns li img {
    height: 25px; } }

@media (max-width: 350px) {
  header #share-btns li img {
    height: 20px; } }

header #menu-btn {
  z-index: 101;
  width: 60px;
  margin-left: 50px; }

@media (max-width: 1200px) {
  header #menu-btn {
    width: 35px; } }

@media (max-width: 700px) {
  header #menu-btn {
    margin-left: 35px;
    width: 35px;
    position: absolute;
    right: 5px; } }

header .modal__wrapper {
  display: none;
  position: static; }

header .modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00516B;
  opacity: .9;
  display: flex;
  align-items: center;
  justify-content: center; }

header .modal__inner {
  text-align: center;
  font-size: 150%;
  font-weight: bold; }

header .modal__inner ul {
  display: block; }

header .modal__inner ul li {
  margin-bottom: 20px;
  letter-spacing: .2rem;
  font-size: 70%; }

header .modal__inner ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 50px;
  letter-spacing: -0.1em; }

@media (max-width: 700px) {
  header .modal__inner ul li a {
    font-size: 32px; } }

header .modal__inner ul li:nth-child(1) a {
  letter-spacing: 0; }

.main__contents {
  position: relative;
  width: 100%; }

.main__contents-inner {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: -15px; }
  @media (min-width: 576px) {
    .main__contents-inner {
      margin-top: -27px; } }
  @media (min-width: 768px) {
    .main__contents-inner {
      margin-top: -36px; } }
  @media (min-width: 992px) {
    .main__contents-inner {
      margin-top: -46px; } }
  @media (min-width: 1200px) {
    .main__contents-inner {
      width: 1000px;
      margin-top: -63px; } }

.main__content {
  padding: 95px 80px 80px 60px; }

@media (min-width: 1500px) {
  .main__content {
    padding-top: 115px; } }

@media (max-width: 1000px) {
  .main__content {
    padding-left: 80px;
    padding-top: 115px; } }

@media (max-width: 700px) {
  .main__content {
    padding: 50px 0; }
  .main__content:nth-child(1) {
    padding-top: 100px; } }

.main__content h2 {
  color: #00516B;
  font-size: 32px;
  padding-bottom: 80px; }

@media (max-width: 1000px) {
  .main__content h2 {
    text-align: center; } }

@media (max-width: 700px) {
  .main__content h2 {
    font-size: 20px;
    padding-bottom: 2px; }
  .main__content:nth-child(3) h2 {
    padding-bottom: 35px; } }

@media (max-width: 350px) {
  .main__content h2 {
    font-size: 17px; } }

.main__content__primary {
  display: flex;
  position: relative; }

@media (max-width: 1000px) {
  .main__content__primary {
    flex-direction: column-reverse;
    align-items: center;
    min-height: 1080px; } }

@media (max-width: 1000px) and (max-width: 700px) {
  .main__content__primary {
    min-height: 600px; } }

.main__content__primary__input {
  color: #B2B2B2;
  width: 40%;
  min-width: 250px;
  max-width: 250px; }

@media (max-width: 1000px) {
  .main__content__primary__input {
    width: 100%;
    max-width: none;
    padding-top: 50px; } }

@media (max-width: 700px) {
  .main__content__primary__input {
    width: 85%;
    padding-top: 0; }
  .main__content__primary__input .input__inner {
    margin-top: 50px; } }

.main__content__primary__input input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  width: 100%; }

.main__content__primary .complete-btn {
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #fff;
  background-color: #02516B;
  padding: 10px 0;
  font-size: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  font-weight: bold; }

.main__content__primary .complete-btn:hover {
  background-color: #fff;
  color: #02516B;
  border: 1px solid #02516B; }

.main__content__primary__output-before {
  background-color: #E4F8FF;
  color: #00516B;
  font-weight: bold;
  width: 700px;
  min-width: 590px;
  height: 490px;
  padding: 40px;
  margin-left: 45px; }

@media (max-width: 1000px) {
  .main__content__primary__output-before {
    margin-left: 0;
    width: 100%;
    margin-top: 0px; } }

@media (max-width: 700px) {
  .main__content__primary__output-before {
    width: 320px;
    min-width: 320px;
    padding: 40px 20px;
    margin-bottom: 50px;
    margin-top: 45px; } }

.main__content__primary__output-before .output-before__img {
  margin: 0 auto;
  width: 335px;
  margin-top: 40px;
  position: relative; }

@media (max-width: 700px) {
  .main__content__primary__output-before .output-before__img {
    width: 250px; }
  .main__content__primary__output-before .output-before__img img {
    position: absolute;
    width: 100%; } }

.main__content__primary__output-after #CurrentAssets {
  position: absolute;
  right: 0;
  top: 37px;
  color: #fff;
  display: flex;
  width: 260px; }

.main__content__primary__output-after #FixedAsset {
  position: absolute;
  left: 230px;
  top: 37px;
  color: #fff; }

.main__content__primary__output-after #CurrentLiabilities {
  position: absolute;
  top: -17px;
  right: 0;
  left: none; }

.main__content__primary__output-after #FixedDebt {
  position: absolute;
  top: 39px;
  right: 0;
  left: none; }

.main__content__primary__output-after #Capital,
.main__content__primary__output-after #CapitalSurplus {
  display: none; }

.main__content__primary__output-after #capAndSur {
  position: absolute;
  top: 300px;
  left: 187px; }

.main__content__primary__output-after #earnedSurplus {
  position: absolute;
  top: 400px;
  left: 187px; }

.main__content__primary-second {
  min-height: 457px;
  display: flex;
  position: relative; }

@media (max-width: 1000px) {
  .main__content__primary-second {
    flex-direction: column-reverse;
    align-items: center;
    min-height: 684px; } }

@media (max-width: 1000px) and (max-width: 700px) {
  .main__content__primary-second {
    min-height: 600px; } }

@media (max-width: 600px) {
  .main__content__primary-second {
    min-height: 551px; } }

.main__content__primary-second__input {
  color: #B2B2B2;
  width: 40%;
  min-width: 250px;
  max-width: 250px; }

.main__content__primary-second__input .input__inner {
  min-height: 430px; }

@media (max-width: 1000px) {
  .main__content__primary-second__input {
    width: 100%;
    max-width: none;
    padding-top: 50px; } }

@media (max-width: 700px) {
  .main__content__primary-second__input {
    width: 85%;
    padding-top: 0; }
  .main__content__primary-second__input .input__inner {
    margin-top: 50px; } }

.main__content__primary-second__input input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  width: 100%; }

.main__content__primary-second .complete-btn-second {
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #fff;
  background-color: #02516B;
  padding: 10px 0;
  font-size: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  font-weight: bold; }

.main__content__primary-second .complete-btn-second:hover {
  background-color: #fff;
  color: #02516B;
  border: 1px solid #02516B; }

.main__content__primary-second .ad-space {
  margin-top: 35px; }

.main__content__primary-second .ad-space img:nth-child(1) {
  display: none; }

@media (max-width: 1000px) {
  .main__content__primary-second .ad-space img:nth-child(1) {
    display: block; } }

@media (max-width: 700px) {
  .main__content__primary-second .ad-space img:nth-child(1) {
    display: none; } }

@media (max-width: 1000px) {
  .main__content__primary-second .ad-space img:nth-child(2) {
    display: none; } }

@media (max-width: 1000px) {
  .main__content__primary-second .ad-space {
    margin-top: 130px;
    text-align: center; }
  .main__content__primary-second .ad-space img {
    width: 100%;
    height: 100px; } }

.main__content__primary-second .ad-space__content {
  display: none; }

@media (max-width: 700px) {
  .main__content__primary-second .ad-space__content {
    display: block;
    padding: 30px 115px;
    border: 1px solid #707070;
    color: #707070; } }

@media (max-width: 350px) {
  .main__content__primary-second .ad-space__content {
    padding: 30px 95px; } }

.main__content__primary-second__output-before-second {
  background-color: #E4F8FF;
  color: #00516B;
  font-weight: bold;
  width: 700px;
  min-width: 590px;
  height: 490px;
  padding: 40px;
  margin-left: 45px; }

@media (max-width: 1000px) {
  .main__content__primary-second__output-before-second {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 700px) {
  .main__content__primary-second__output-before-second {
    width: 320px;
    min-width: 320px;
    padding: 40px 20px;
    margin-bottom: 50px;
    margin-top: 45px; } }

.main__content__primary-second__output-before-second .output-before__img {
  margin: 0 auto;
  width: 335px;
  margin-top: 40px;
  position: relative; }

@media (max-width: 700px) {
  .main__content__primary-second__output-before-second .output-before__img {
    width: 250px; }
  .main__content__primary-second__output-before-second .output-before__img img {
    position: absolute;
    width: 100%; } }

.main__content__primary-second__output-before-second .output-before__img {
  margin-top: 33px; }

@media (max-width: 1000px) {
  .main__content__primary-second__output-after-second {
    display: none; } }

.main__content__primary-second__output-after-second__from-tb {
  display: none; }

@media (max-width: 1000px) {
  .main__content__primary-second__output-after-second__from-tb {
    display: block; } }

@media (max-width: 1000px) and (max-width: 700px) {
  .main__content__primary-second__output-after-second__from-tb {
    display: none; } }

.main__content__primary-second__output-after-second__from-sp {
  display: none; }

@media (max-width: 700px) {
  .main__content__primary-second__output-after-second__from-sp {
    display: block; } }

.main__content__primary-third {
  display: flex;
  position: relative; }

@media (max-width: 1000px) {
  .main__content__primary-third {
    flex-direction: column-reverse;
    align-items: center;
    min-height: 900px; } }

@media (max-width: 1000px) and (max-width: 700px) {
  .main__content__primary-third {
    min-height: 600px; } }

.main__content__primary-third__input {
  color: #B2B2B2;
  width: 40%;
  min-width: 250px;
  max-width: 250px; }

.main__content__primary-third__input .input__inner {
  min-height: 430px; }

@media (max-width: 1000px) {
  .main__content__primary-third__input {
    width: 100%;
    max-width: none;
    padding-top: 50px; } }

@media (max-width: 700px) {
  .main__content__primary-third__input {
    width: 85%;
    padding-top: 0; }
  .main__content__primary-third__input .input__inner {
    margin-top: 50px; } }

.main__content__primary-third__input input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  width: 100%; }

@media (max-width: 1000px) {
  .main__content__primary-third {
    min-height: 790px; } }

@media (max-width: 700px) {
  .main__content__primary-third {
    min-height: 500px; } }

.main__content__primary-third .complete-btn-third {
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #fff;
  background-color: #02516B;
  padding: 10px 0;
  font-size: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  font-weight: bold; }

.main__content__primary-third .complete-btn-third:hover {
  background-color: #fff;
  color: #02516B;
  border: 1px solid #02516B; }

.main__content__primary-third__output-before-third {
  background-color: #E4F8FF;
  color: #00516B;
  font-weight: bold;
  width: 700px;
  min-width: 590px;
  height: 490px;
  padding: 40px;
  margin-left: 45px; }

@media (max-width: 1000px) {
  .main__content__primary-third__output-before-third {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 700px) {
  .main__content__primary-third__output-before-third {
    width: 320px;
    min-width: 320px;
    padding: 40px 20px;
    margin-bottom: 50px;
    margin-top: 10px; } }

.main__content__primary-third__output-before-third .output-before__img {
  margin: 0 auto;
  width: 335px;
  margin-top: 40px;
  position: relative; }

@media (max-width: 700px) {
  .main__content__primary-third__output-before-third .output-before__img {
    width: 250px; }
  .main__content__primary-third__output-before-third .output-before__img img {
    position: absolute;
    width: 100%; } }

@media (max-width: 1000px) {
  .main__content__primary-third__output-after-third {
    display: none; } }

.main__content__primary-third__output-after-third__from-tb {
  display: none; }

@media (max-width: 1000px) {
  .main__content__primary-third__output-after-third__from-tb {
    display: block; } }

@media (max-width: 1000px) and (max-width: 700px) {
  .main__content__primary-third__output-after-third__from-tb {
    display: none; } }

.main__content__primary-third__output-after-third__from-sp {
  display: none; }

@media (max-width: 700px) {
  .main__content__primary-third__output-after-third__from-sp {
    display: block; } }

.main__content__primary-third__output-after-third #OperatingCashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 126px;
  left: 69px; }

.main__content__primary-third__output-after-third #InvestmentCashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 48px;
  left: 204px; }

.main__content__primary-third__output-after-third #FinancialCashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 54px;
  left: 355px; }

.main__content__primary-third__output-after-third #CashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 117px;
  left: 520px; }

.main__content__primary-third__output-after-third__from-tb #OperatingCashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 126px;
  left: 69px; }

.main__content__primary-third__output-after-third__from-tb #InvestmentCashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 48px;
  left: 204px; }

.main__content__primary-third__output-after-third__from-tb #FinancialCashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 54px;
  left: 355px; }

.main__content__primary-third__output-after-third__from-tb #CashFlow {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 117px;
  left: 520px; }

.main__bottom {
  height: 300px;
  background-color: #F2F6F7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.main__bottom-ad {
  border: 1px solid #707070;
  color: #707070;
  padding: 60px 370px; }

@media (max-width: 1000px) {
  .main__bottom-ad {
    padding: 30px 150px; } }

@media (max-width: 700px) {
  .main__bottom-ad {
    padding: 30px 120px; } }

@media (max-width: 350px) {
  .main__bottom-ad {
    padding: 30px 95px; } }

.main__bottom .return-top {
  color: #02516B;
  font-weight: bold;
  cursor: pointer; }

.footer__menu {
  background-color: #00516B;
  color: #fff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer__menu ul {
  list-style: none; }

.footer__menu ul:nth-child(1) {
  padding-right: 80px; }

.footer__menu ul:nth-child(2) {
  padding-left: 80px; }

.footer__img {
  height: 477px;
  text-align: center;
  background-image: url("../img/footer__piggy-bank.png");
  background-size: cover;
  background-position: 50% 100%;
  position: relative; }

@media (min-width: 2000px) {
  .footer__img {
    background-size: cover; } }

.footer__img span {
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(50%);
  color: #fff;
  font-size: 22px;
  font-weight: bold; }

@media (max-width: 1200px) {
  .footer__img span {
    bottom: 35px;
    font-size: 20px; } }

@media (max-width: 1000px) {
  .footer__img span {
    bottom: 23px;
    font-size: 15px; } }

@media (max-width: 700px) {
  .footer__img span {
    font-size: 13px;
    bottom: 33px; } }

@media (max-width: 350px) {
  .footer__img span {
    bottom: 28px; } }

.header-scroll {
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column; }

.header-scroll span {
  writing-mode: vertical-rl;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 10px; }
  @media (min-width: 576px) {
    .header-scroll span {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .header-scroll span {
      font-size: 18px; } }

.header-scroll img {
  height: 20px;
  width: 20px; }
  @media (min-width: 576px) {
    .header-scroll img {
      height: 30px;
      width: 30px; } }
  @media (min-width: 992px) {
    .header-scroll img {
      height: 40px;
      width: 40px; } }

.header-scroll {
  letter-spacing: .2rem;
  bottom: 20px;
  right: 10px; }
  @media (min-width: 576px) {
    .header-scroll {
      right: 30px;
      bottom: 40px; } }
  @media (min-width: 992px) {
    .header-scroll {
      bottom: 55px; } }

.header-img_title {
  left: 50%;
  transform: translateX(-50%);
  top: 32%; }
  @media (min-width: 576px) {
    .header-img_title {
      top: 22%; } }
  .header-img_title h1 {
    font-size: 21px;
    line-height: 1.3rem; }
    @media (min-width: 576px) {
      .header-img_title h1 {
        font-size: 38px;
        line-height: 2.5rem; } }
    @media (min-width: 768px) {
      .header-img_title h1 {
        font-size: 43px;
        line-height: 3rem; } }
    @media (min-width: 992px) {
      .header-img_title h1 {
        font-size: 63px;
        line-height: 4rem; } }
    @media (min-width: 1200px) {
      .header-img_title h1 {
        font-size: 76px;
        line-height: 5rem; } }

.letter-spacing-narrow {
  letter-spacing: .1rem; }
  @media (min-width: 576px) {
    .letter-spacing-narrow {
      letter-spacing: .15rem; } }

.letter-spacing-wide {
  letter-spacing: 0.05rem !important; }
  @media (min-width: 576px) {
    .letter-spacing-wide {
      letter-spacing: .1rem !important; } }

header {
  background-image: url(../img/main__piggy-bank.png);
  height: 85vh;
  min-height: 566px;
  background-size: cover;
  background-position: 50.5% 0; }
  @media (min-width: 576px) {
    header {
      background-image: none;
      height: 371px;
      min-height: 0;
      background-size: contain; } }
  @media (min-width: 992px) {
    header {
      height: 467px; } }
  @media (min-width: 1200px) {
    header {
      height: 657px; } }
  header .top-space {
    background: transparent; }
    @media (min-width: 576px) {
      header .top-space {
        background: linear-gradient(to right, #DFA1A2, #BA8484); } }

.header-img_title {
  top: 15%; }
  @media (min-width: 576px) {
    .header-img_title {
      top: 23%; } }
  @media (min-width: 768px) {
    .header-img_title {
      top: 17%; } }
  @media (min-width: 1200px) {
    .header-img_title {
      top: 18%; } }
  .header-img_title h1 {
    font-size: 38px;
    line-height: 2.5rem; }
    @media (min-width: 992px) {
      .header-img_title h1 {
        font-size: 42px;
        line-height: 2.7rem; } }
    @media (min-width: 1200px) {
      .header-img_title h1 {
        font-size: 62px;
        line-height: 4.3rem; } }

.main__contents-inner {
  margin-top: -73px; }
  @media (min-width: 576px) {
    .main__contents-inner {
      margin-top: -23px; } }
  @media (min-width: 768px) {
    .main__contents-inner {
      margin-top: -33px; } }
  @media (min-width: 1200px) {
    .main__contents-inner {
      margin-top: -53px; } }

.header-scroll {
  bottom: 89px; }
  @media (min-width: 576px) {
    .header-scroll {
      bottom: 45px; } }
  @media (min-width: 1200px) {
    .header-scroll {
      bottom: 19px; } }

@media (max-width: 1000px) {
  .main__content__primary-second {
    min-height: 829px; } }

@media (max-width: 576px) {
  .main__content__primary-second {
    min-height: 601px; } }

#myChartThird, #myPieChartThird__from-tb {
  border-top: rgba(0, 0, 0, 0.2); }

.main__content h2 {
  padding-bottom: 0; }

@media (max-width: 1000px) {
  .main__content__primary-third {
    min-height: 905px; } }

@media (max-width: 500px) {
  .main__content__primary-third {
    min-height: 791px; } }

a:hover {
  text-decoration: none !important;
  color: #fff !important;
  opacity: .6;
  transition: all .3s; }
