@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('http://fonts.googleapis.com/css?family=Lato');
/*****************************************************/
/* PC版                                              */
/*****************************************************/
.load {
  height: 100vh;
  width: 100vw;
  background-color: #FFF;
  z-index: 9999;
  position: fixed;
  top: 0%;
}

.load_hide {
  display: none;
}

.wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}

.firstview {
  height: 100vh;
}

.top {
  position: relative;
}

h1 img {
  width: 20%;
  margin-top: 2%;
  margin-left: 7%;
  margin-bottom: 10%;
}

.top > p:nth-of-type(1) {
  position: absolute;
  display: block;
  font-weight: 500;
  font-size: min(3.8vw, 85px);
  letter-spacing: min(2vw, 35px);
  line-height: min(9vw, 180px);
  top: 29vh;
  left: 20%;
}

.top > p:nth-of-type(2) {
  position: absolute;
  display: block;
  font-size: min(2vw, 35px);
  font-weight: 600;
  top: 50vh;
  right: -8%;
  transform:rotate(270deg);
}

.fluid-block {
  position: absolute;
  z-index: -1;
  top: 15vh;
  left: 40%;
  width: min(45vw, 780px);
  height: min(45vw, 780px);
  animation-delay: 0.5s;
}

.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
}

.fluid {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(62, 187, 180, 1), rgba(50, 173, 189, 1),rgba(36, 155, 200, 1));
  animation: fluidrotate 30s ease 0s infinite;
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.wrap > img:nth-of-type(1) {
  width: 6%;
  display: block;
  margin: 0 auto;
  margin-top: 55%;
}

.about h2 {
  text-align: center;
  padding: 6% 0;
  margin-top: 10%;
}

.about h2 img {
  width: 15%;
}

.about_box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.about_box_inner {
  width: 50%;
}

.about_box_inner img {
  width: 100%;
  margin-top: 5%;
}

.about h3 {
  font-size: min(3.5vw, 63px);
  letter-spacing: min(1vw, 10px);
  font-weight: 500;
  margin-bottom: 5%;
}

.about_box_inner p {
  font-size: min(1.7vw, 30px);
  letter-spacing: min(0.2vw, 3px);
  line-height: min(5.0vw, 88px);
}

.container{
  margin-top: 5%;
  width: min(37vw, 660px);
  height: min(31vw, 550px);
  position: relative;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 25s infinite;
}

.src1 {
  background-image: url(../img/about_01.png);
}
.src2 {
  background-image: url(../img/about_01.png);
}
.src3 {
  background-image: url(../img/about_01.png);
}
.src4 {
  background-image: url(../img/about_01.png);
}
.src5 {
  background-image: url(../img/about_01.png);
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}
.image:nth-of-type(5) {
  animation-delay: 20s;
}

.bottom {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: 25%;
  margin-bottom: -15%;
}

.bottom_inner {
  width: 18%;
  position: relative;
}

.bottom_inner a {
  display: block;
  position: relative;
  z-index: 10;
}

.bottom_inner img:nth-of-type(1) {
  position: absolute;
  width: 40%;
  top: -20%;
  left: 32%
}

.bottom_inner img:nth-of-type(3) {
  position: absolute;
  width: 80%;
  top: 35%;
  left: 11%
}

.bottom_inner img:nth-of-type(4) {
  position: absolute;
  width: 25%;
  bottom: 0;
  right: 0;
}

.bottom_inner img:nth-of-type(5) {
  position: absolute;
  width: 10%;
  bottom: 0;
  right: 0;
}


.arrow_active {
  transition: all 0.5s 0s ease;
  right: -5%!important;
}

.arrow_deactive {
  transition: all 0.5s 0s ease;
  right: 0%!important;
}

.bottom_1, .bottom_2, .bottom_3, .bottom_4, .bottom_5 {
  opacity: 0;
}

.fadein_up {
  opacity: 0;
}

.fadein_up_v {
  animation: fadeInIO 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInIO {
  0% {
    opacity: 0;
    transform: translateY( 50px );
  }
  100% {
    opacity: 1;
    transform: translateY( 0 );
  }
}

.footer {
  position: relative;
}

canvas{
  width: 100%;
}

.footer p {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: min(1.5vw, 19px);
  letter-spacing: min(1vw, 13px);
  font-weight: 200;
}

.footer img {
  position: absolute;
  width: 14%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.subtitle {
  margin-top: -6%;
  border-top: 2.2vw solid;
  border-bottom: 2.2vw solid;
  border-image: linear-gradient(45deg, rgba(62, 187, 180, 1), rgba(50, 173, 189, 1),rgba(36, 155, 200, 1)) 1;
  margin-bottom: 15%;
		border-left:0px;
		border-right:0px; 
}

.subtitle_box {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding-top: 10%;
  position: relative;
}

.subtitle_box img {
  width: 8%;
  position: absolute;
  top: 22%;
}

.subtitle_box h2 {
  font-size: min(3.4vw, 66px);
  letter-spacing: min(2vw, 40px);
  font-weight: 700;
  position: absolute;
  top: 20%;
  left: 11%;
}

.greeting {
  width: 55%;
  margin: 0 auto;
}

.greeting > p:nth-of-type(1) {
  font-size: min(4vw, 60px);
  letter-spacing: min(1vw, 10px);
  font-weight: 600;
  margin-bottom: 6%;
}

.greeting > p:nth-of-type(2) {
  font-size: min(2vw, 28px);
  letter-spacing: min(0.2vw, 3px);
  line-height: min(6.0vw, 80px);
}

.greeting_box {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  margin-left: 30%;
}

.greeting_box_inner_left {
  width: 40%;
  padding-top: 23%;
  padding-left: 10%;
}

.greeting_box_inner_left p {
  font-size: min(2vw, 32px);
  letter-spacing: min(0.2vw, 3px);
  line-height: min(4.0vw, 70px);
}

.greeting_box_inner_right {
  width: 60%;
  text-align: center;
}

.greeting_box_inner_right img {
  width: 80%;
}


/* report */

.report {
  width: 60%;
  margin: 0 auto;
}

.report > p:nth-of-type(1) {
  font-size: min(4vw, 60px);
  letter-spacing: min(1vw, 10px);
  font-weight: 600;
  margin-bottom: 6%;
}

.report > p:nth-of-type(2) {
  font-size: min(2vw, 20px);
  letter-spacing: min(0.2vw, 3px);
  line-height: min(6.0vw, 60px);
}

.report_box {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  margin-left: 30%;
}

.report_box_inner_left {
  width: 40%;
  padding-top: 23%;
  padding-left: 10%;
}

.report_box_inner_left p {
  font-size: min(2vw, 32px);
  letter-spacing: min(0.2vw, 3px);
  line-height: min(4.0vw, 70px);
}

.report_box_inner_right {
  width: 60%;
  text-align: center;
}

.report_box_inner_right img {
  width: 80%;
}


.report2 {
  width: 75%;
  margin: 150px auto 50px auto;
}

.report2_sub_tag {
  font-size: min(2.8vw, 35px);
  letter-spacing: min(0.4vw, 8px);
		background-color: #353535;
		color: #ffffff;
		text-align: center;
		padding: 2% 0 3% 0;
		margin: 5% 0 7% 0;
		border-radius: 20px;
}

.report2_box {
  position: relative;
  margin-bottom: 4%;
}

.report2_box img:nth-of-type(1) {
  width: 100%;
}

.report2_box img:nth-of-type(2) {
  position: absolute;
  width: 7%;
  top: 35%;
  left: -2.5%;
}

.report2_box p {
  position: absolute;
  top: 28%;
  left: 10%;
  font-size: min(2.8vw, 33px);
  letter-spacing: min(0.4vw, 8px);
}

.report2_box img:nth-of-type(3) {
  position: absolute;
  width: 10%;
  top: 30%;
  right: 7%;
}




.overview {
  width: 70%;
  margin: 0 auto;
}

.overview h3 {
  text-align: center;
  margin-bottom: 15%;
}

.overview h3 img {
  width: 50%;
}

table td{
  border-bottom: 0.12vw solid rgba(170, 170, 170, 0.709);
  padding-top: 2%;
  padding-bottom: 2%;
}

table tr td:nth-of-type(1){
  font-weight: bold;
  width: 32%;
  text-align: center;
  font-size: min(1.3vw, 23px);
  letter-spacing: min(0.1vw, 2px);
}

table tr td:nth-of-type(2){
  width: 68%;
  font-size: min(1.3vw, 23px);
  letter-spacing: min(0.05vw, 1px);
  line-height: min(2.0vw, 45px);
}

.articles {
  width: 70%;
  margin: 0 auto;
}

.articles h3 {
  text-align: center;
  margin-bottom: 7%;
}

.articles h3 img {
  width: 50%;
}

.articles h4 {
  text-align: center;
  font-size: min(1.0vw, 20px);
  letter-spacing: min(0.05vw, 1px);
  font-weight: normal;
  margin-top: 5%;
  margin-bottom: 5%;
}

.articles p {
  font-size: min(1.0vw, 20px);
  letter-spacing: min(0.05vw, 1px);
  line-height: min(1.8vw, 35px);
  font-weight: normal;
}

.subtitle_adjst {
  letter-spacing: min(1vw, 20px)!important;
}

.finance {
  width: 48%;
  margin: 0 auto;
}

.finance h3 {
  text-align: center;
  margin-bottom: 20%;
}

.finance h3 img {
  width: 72%;
}

.finance_box {
  position: relative;
  margin-bottom: 4%;
}

.finance_box img:nth-of-type(1) {
  width: 100%;
}

.finance_box img:nth-of-type(2) {
  position: absolute;
  width: 7%;
  top: 35%;
  left: -2.5%;
}

.finance_box p {
  position: absolute;
  top: 26%;
  left: 10%;
  font-size: min(2.8vw, 55px);
  letter-spacing: min(0.4vw, 8px);
}

.finance_box img:nth-of-type(3) {
  position: absolute;
  width: 10%;
  top: 30%;
  right: 10%;
}

.arrow_finance_active {
  transition: all 0.5s 0s ease;
  left: 0%!important;
}

.arrow_finance_deactive {
  transition: all 0.5s 0s ease;
  left: -2.5%!important;
}

/* ***********************************************************
* ハンバーガーメニュー
* *********************************************************** */
body {
  font-family: 'Lato', sans-serif;
  background: #eee;
}

/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

#global-nav > a:nth-of-type(1) {
  display: block;
  position: absolute;
  top: 2%;
  left: 8%;
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}

.open #global-nav > a:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

#global-nav > a:nth-of-type(1) img {
  width: 250px!important;
}

#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  padding-top: 3%;
}

#global-nav ul li {
  width: 22%;
  margin: 0 auto;
  margin-top: 2%;
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.5% 0;
}

#global-nav a img:nth-of-type(1) {
  width: 25%;
  position: relative;
}

.glnv_icon_active {
  transition: all 0.25s 0s ease;
  left: 0%!important;
}

.glnv_icon_deactive {
  transition: all 0.25s 0s ease;
  left: -3%!important;
}

#global-nav a img:nth-of-type(2) {
  width: 50%;
  margin-left: 15%;
}

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}

.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

/* ***********************************************************
* #nav-hummenu
* *********************************************************** */
#nav-hummenu {
  position: fixed;
  top: 25px;
  right: 0px;
  background-color: #333;
  width: 110px;
  height: 100px;
  border-radius: 30px 0 0 30px;
  z-index: 1000;
  opacity: 0;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 75px;
  right: 50px;
  display: block;
  position: fixed;
  background: #eee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(.042);
  transform: scale(.042);
  z-index: 999;
  opacity: 0;
}

.open #nav-bg {
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 20px;
  top: 42px;
  width: 70px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1001;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  opacity: 0;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-150deg);
  transform: rotate(-150deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  zoom: 1;
}

/* ***********************************************************
* #nav-char
* *********************************************************** */
#nav-char p {
  position: fixed;
  right: 31px;
  top: 76px;
  color: #eee;
  z-index: 1002;
  opacity: 0;
}

.nav-char-invisible {
  color: #333!important;
  z-index: 1001!important;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

.menu_slidein {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.toggle_visible{
  animation: togglevisible 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes togglevisible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.char_visible{
  animation: charvisible 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes charvisible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg_visible {
  animation: menubg 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes menubg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*****************************************************/
/* タブレット版                                       */
/*****************************************************/
@media screen and (max-width:1199px) {
  .footer p {
    bottom: 28%;
  }
}

@media screen and (max-width:1024px) {
  canvas {
    width: 100%;
  }

  .top > p:nth-of-type(1) {
    top: 25vh;
    left: 5vh;
    font-size: min(5.8vw, 85px);
    letter-spacing: min(4vw, 40px);
    line-height: min(11vw, 113px);
  }

  .fluid-block {
    top: 33vh;
    left: 30%;
    width: min(55vw, 780px);
    height: min(55vw, 780px);
  }

  #global-nav ul li {
    width: 50%;
  }

  #global-nav > a:nth-of-type(2) {
    top: 27%;
    left: 11%;
    font-size: min(6vw, 60px);
  }

  .subtitle_box img {
    top: 20%;
  }

  .subtitle_box h2 {
    top: 20%;
  }

  .bottom {
    margin-bottom: -30%;
  }

  .footer p {
    bottom: 22%;
  }

  .footer img {
    bottom: 13%;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
		
		.report2_box p {
  position: absolute;
  top: 25%;
  left: 10%;
  font-size: min(5.0vw, 50px);
  letter-spacing: min(0.4vw, 8px);
  }

}

/*****************************************************/
/* SP版                                              */
/*****************************************************/
@media screen and (max-width:767px) {
  #nav-hummenu {
    width: 70px;
    height: 60px;
    border-radius: 20px 0 0 20px;
    z-index: 1000;
    top: 15px;
  }

  #nav-toggle {
    right: 5px;
    top: 21px;
    width: 50px;
  }

  #nav-toggle span:nth-child(2) {
    top: 6px;
  }

  #nav-toggle span:nth-child(3) {
    top: 12px;
  }

  #nav-toggle span {
    height: 2px;
  }

  #nav-char p {
    font-size: 0.6rem;
    right: 15.5px;
    top: 46px;
  }

  #nav-bg {
    top: 45px;
    right: 40px;
    transform: scale(.02);
  }

  #global-nav > a:nth-of-type(1) img {
    width: 100% !important;
  }

  #global-nav > a:nth-of-type(1) {
    width: 40%;
  }

  #global-nav > a:nth-of-type(2) {
    top: 35%;
  }

  h1 img {
    width: 40%;
    margin-top: 26px;
    margin-left: 3%;
  }

  .subtitle_box {
    width: 85%;
				padding-top: 12%;
  }
		
		.subtitle_box img {
		  top: 15%;
			 width: 11%;
		}

  .subtitle_box h2 {
    top: 11%;
		left: 14%;
		/*font-size: min(5.5vw, 21px);*/
    font-size: min(6.5vw, 40px);
  }

  .top > p:nth-of-type(1) {
    font-size: min(7.5vw, 57px);
    line-height: min(15vw, 116px);
    letter-spacing: min(5vw, 38px);
    top: 28vh;
    left: 5vh;
  }

  .top > p:nth-of-type(2) {
    font-size: min(4vw, 18px);
    right: -10%;
    top: 37vh;
  }

  .wrap > img:nth-of-type(1) {
    width: 18%;
    margin-top: 70%;
  }

  .fluid-block {
    top: 40vh;
    width: min(80vw, 780px);
    height: min(80vw, 780px);
    left: 10%;
  }

  .about_box {
    width: 90%;
    flex-wrap: wrap;
  }

  .about_box_inner {
    width: 100%;
  }

  .about_box_inner p {
    font-size: min(4vw, 18px);
    line-height: min(9.0vw, 40px);
    text-align: center;
  }

  .about {
    margin-bottom: 20%;
  }

  .about h2 {
    margin-top: 20%;
  }

  .about h2 img {
    width: 25%;
  }

  .about h3 {
    font-size: min(7vw, 30px);
    text-align: center;
  }

  .container{
    margin: 0 auto;
    width: min(86vw, 330px);
    height: min(55vw, 220px);
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .greeting {
    width: 80%;
  }

  .greeting > p:nth-of-type(1) {
    font-size: min(5.5vw, 21px);
  }

  .greeting > p:nth-of-type(2) {
    font-size: min(3.5vw, 15px);
    line-height: min(7vw, 31px);
  }

  .greeting_box_inner_left {
    padding-left: 5%;
  }

  .greeting_box_inner_left p {
    font-size: min(3.5vw, 15px);
    line-height: min(7vw, 27px);
  }



/* report */

  .report {
    width: 80%;
  }

  .report > p:nth-of-type(1) {
    font-size: min(5.5vw, 21px);
  }

  .report > p:nth-of-type(2) {
    font-size: min(3.5vw, 15px);
    line-height: min(7vw, 31px);
  }

  .report_box_inner_left {
    padding-left: 5%;
  }

  .report_box_inner_left p {
    font-size: min(3.5vw, 15px);
    line-height: min(7vw, 27px);
  }

  .report2 {
    width: 80%;
    margin: 70px auto;
  }
		
		.report2_sub_tag {
  font-size: min(3.5vw, 50px);
  letter-spacing: min(0.4vw, 8px);
		background-color: #353535;
		color: #ffffff;
		text-align: center;
		padding: 2% 0 3% 0;
		margin: 5% 0 7% 0;
		border-radius: 10px;
}
		
		.report2_box p {
  position: absolute;
  top: 20%;
  left: 10%;
  font-size: min(5.0vw, 50px);
  letter-spacing: min(0.4vw, 8px);
}




  .overview {
    width: 90%;
  }

  .overview h3 img {
    width: 70%;
  }

  table tr td:nth-of-type(1) {
    font-size: min(2.5vw, 11px);
  }

  table tr td:nth-of-type(2) {
    font-size: min(2.5vw, 11px);
    line-height: min(3.5vw, 15px);
  }

  .articles {
    width: 90%;
  }

  .articles h3 img {
    width: 70%;
  }

  .articles h4 {
    font-size: min(3.5vw, 15px);
  }

  .articles p {
    font-size: min(3.5vw, 15px);
    line-height: min(5vw, 23px);
  }

  .finance {
    width: 70%;
  }

  .finance_box p {
    top: 27%;
    font-size: min(4vw, 30px);
  }

  .bottom {
    width: 80%;
    flex-wrap: wrap;
  }

  .bottom_inner {
    width: 44%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
		
	.footer p {
		font-size: min(3.5vw, 15px);
		width: 100%;
		text-align: center;
		bottom: 32%;
	}
		
		.footer img {
		  width: 25%;
		}
}

@media screen and (max-width:430px) {
  #global-nav > a:nth-of-type(2) {
    top: 18%;
  }

  #global-nav ul {
    vertical-align: baseline;
    padding-top: 40%;
  }

  .top > p:nth-of-type(2) {
    right: -17%;
  }

  .subtitle_box h2 {
    top: 11%;
		left: 14%;
		font-size: min(5.5vw, 21px);
  }

  .report2_box p {
    top: 27%;
    font-size: min(3vw, 12px);
  }

  .finance_box p {
    top: 27%;
    font-size: min(4vw, 18px);
  }

  .bottom {
    margin-bottom: -35%;
  }

  .footer img {
    bottom: 13%;
  }
}

@media screen and (max-width:375px) {
  #global-nav > a:nth-of-type(2) {
    top: 22%;
  }
}