@charset "UTF-8";
@font-face {
  font-family: "MPLUS", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
}
body {
  margin: 0;
  padding: 0;
  border: none;
}

* {
  outline: none;
  line-height: 1.4;
  font-family: "MPLUS", sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  line-height: 1;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  opacity: 1;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  transition: 0.4s;
  /* スライダーのカスタマイズ */
}
body.active {
  background: #f0f0f0;
  height: 100vh;
  overflow: hidden;
}
body.active main {
  opacity: 0;
}
body main {
  display: block;
}
body input[type=range]::-ms-tooltip {
  display: none;
}
body header {
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all 0.6s;
}
body header .container2 .navbar {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar {
    background: #f0f0f0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100%;
    width: 100%;
    z-index: 99999999999;
    margin-top: calc(140/750*100vw);
  }
}
body header .container2 .navbar.active {
  left: 0;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-brand {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-brand a {
    display: block;
    padding: calc(30/750*100vw) calc(105/750*100vw);
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}
body header .container2 .navbar .navbar-brand a .text {
  font-size: 14px;
  color: #4c6ab8;
  padding-left: 10px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-brand a .text {
    padding-left: calc(40/750*100vw);
    font-size: calc(40/750*100vw);
    font-weight: 300;
  }
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-nav {
    width: 100%;
  }
}
body header .container2 .navbar .navbar-nav a {
  font-size: 14px;
  color: #4c6ab8;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  body header .container2 .navbar .navbar-nav a {
    padding-left: 0;
    display: block;
    font-size: calc(40/750*100vw);
    font-weight: 300;
    padding: calc(30/750*100vw) calc(105/750*100vw);
    border-bottom: 2px solid #fff;
  }
}
body .ttl {
  font-size: 51px;
  font-weight: normal;
  color: #4c6ab8;
}
@media screen and (max-width: 769px) {
  body .ttl {
    font-size: calc(90/750*100vw);
  }
}
body .ttl.cl_1 {
  color: #449de3;
}
body .ttl span {
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  body .ttl span {
    display: block;
    font-size: calc(55/750*100vw);
  }
}
body .ttl2 {
  font-size: 23px;
  font-weight: normal;
  color: #439de3;
  text-align: center;
  padding-bottom: 12px;
}
body .ttl2.cl_1 {
  color: #449de3;
}
@media screen and (max-width: 769px) {
  body .ttl2 {
    font-size: calc(46/750*100vw);
  }
}
body .mt-40 {
  margin-top: 40px;
}
body .bdb {
  border-bottom: 2px solid #b4ebfa;
}
body .wrap_colum {
  position: relative;
  padding-bottom: 27px;
  overflow: hidden;
  /* Track */
  /* Handle */
}
body .wrap_colum.active {
  overflow-x: scroll;
  padding-bottom: 10px;
}
body .wrap_colum.active span {
  position: absolute;
  font-size: 14px;
  color: #449de3;
  bottom: 8px;
  left: 29px;
}
body .wrap_colum.active .toptip {
  opacity: 1;
}
body .wrap_colum::-webkit-scrollbar {
  width: 5px;
}
body .wrap_colum::-webkit-scrollbar-track {
  background: #8fc4ee;
}
body .wrap_colum::-webkit-scrollbar-thumb {
  background: #449de3;
  border-radius: 10px;
  width: 20px;
}
body .wrap_colum::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../images/ico4.png);
  background-repeat: no-repeat;
  background-color: #8fc4ee;
  position: absolute;
  top: 0;
  display: block;
  height: 20px;
  width: 20px;
  background-size: 10px;
}
body .wrap_colum::-webkit-scrollbar-button:horizontal:start:decrement, body .wrap_colum::-webkit-scrollbar-button:horizontal:end:increment {
  position: absolute;
  top: 2px;
  display: flex;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-color: #8fc4ee;
  background-size: 7px;
  align-items: center;
  justify-content: center;
  background-position: center;
}
body .wrap_colum::-webkit-scrollbar-button:horizontal:start:decrement {
  background-image: url(../images/ico4.png);
}
body .wrap_colum::-webkit-scrollbar-button:horizontal:end:increment {
  background-image: url(../images/ico5.png);
}
body .wrap_colum span {
  position: absolute;
  font-size: 14px;
  color: #449de3;
  bottom: 27px;
  left: 78px;
}
@media screen and (max-width: 769px) {
  body .wrap_colum span {
    font-size: calc(14/750*100vw);
    bottom: calc(26/750*100vw);
    left: calc(125/750*100vw);
  }
}
body .wrap_colum #columnchart_material {
  margin-bottom: -90px;
  margin-top: -80px;
}
body .wrap_colum #columnchart_material_1 {
  margin-bottom: -74px;
  margin-top: -80px;
}
body .wrap_colum #columnchart_material_1 ~ span {
  bottom: 38px;
  left: 78px;
  font-size: 14px;
}
body .wrap_colum .ttl_inner {
  font-size: 14px;
  color: #449de3;
  position: relative;
  z-index: 999;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  body .wrap_colum .ttl_inner {
    padding-left: calc(30/750*100vw);
  }
}
body .wrap_colum .toptip {
  color: red;
  z-index: 999999999999999;
  position: absolute;
  bottom: 15px;
  border: 2px solid red;
  padding: 0 5px;
  font-size: 14px;
  left: 30px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
body .wrap_colum .toptip:after {
  content: "";
  background: url(../images/ic-1.png);
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
}
body .d-hidden {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: none !important;
}
body .toogle-menu {
  width: calc(120/750*100vw);
  height: calc(120/750*100vw);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999999999999999999999;
  background: #f0f0f0;
  align-items: center;
  justify-content: center;
  padding: calc(30/750*100vw);
  box-sizing: border-box;
  flex-wrap: wrap;
  opacity: 1 !important;
  display: none;
}
@media screen and (max-width: 769px) {
  body .toogle-menu {
    display: flex !important;
  }
}
body .toogle-menu.active {
  background: #fff;
}
body .toogle-menu.active span:nth-child(1) {
  transform: translate(0%, 175%) rotate(45deg);
}
body .toogle-menu.active span:nth-child(2) {
  display: none;
}
body .toogle-menu.active span:nth-child(3) {
  transform: translate(0%, -207%) rotate(-45deg);
}
body .toogle-menu span {
  height: calc(7/750*100vw);
  background: #000;
  width: 100%;
  display: block;
  transition: all 0.5s;
}
body .d-pc {
  display: none !important;
}
@media screen and (max-width: 769px) {
  body .d-pc {
    display: inline-block !important;
  }
}
body .d-sp {
  display: inline-block !important;
}
@media screen and (max-width: 769px) {
  body .d-sp {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-1 {
    order: 1 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-2 {
    order: 2 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-3 {
    order: 3 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-4 {
    order: 4 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-5 {
    order: 5 !important;
  }
}
@media screen and (max-width: 769px) {
  body .od-6 {
    order: 6 !important;
  }
}
body .form-gr {
  max-width: 200px;
  width: 100%;
  position: relative;
}
body .form-gr .range {
  appearance: none;
  width: 100%;
  height: 3px;
  background: #b4ebfa;
  -ms-background: transparent;
  outline: none;
  transition: all .2s;
  position: relative;
  border: none;
  margin: 0;
}
@media all and (-ms-high-contrast: none) {
  body .form-gr .range {
    background: transparent;
    height: 6px;
  }
}
body .form-gr .txt {
  font-size: 10px;
  line-height: calc(11/10);
  color: #439de3;
  position: absolute;
  top: -4px;
  font-weight: 700;
}
body .form-gr .txt.txt_end {
  right: 0;
}
body .form-gr .txt.txt_start {
  left: 0;
}
body .form-gr .line {
  position: absolute;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  transition: all .2s;
  left: 0;
  top: 13px;
  z-index: 2;
  border-radius: 10px;
}
@media all and (-ms-high-contrast: none) {
  body .form-gr .line {
    display: none;
  }
}
body .form-gr .line.bg-green {
  background: #01c289;
}
body .form-gr .line.bg-orenge {
  background: #ff931e;
}
body .form-gr .line.bg-gray {
  background: #b3b3b3;
}
body .form-gr .line.bg-violet {
  background: #b080de;
}
body .form-gr .line.bg-yellow {
  background: #d9e021;
}
body .form-gr .line.bg-blue {
  background: #449de3;
}
body .form-gr .line.bg-red {
  background: #ff0000;
}
body .form-gr .bubble {
  background: #439de3;
  color: #000;
  padding: 4px 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-10%);
  top: -35px;
  font-size: 13px;
  box-shadow: -2px 4px 6px 0px #5a5252;
  opacity: 0;
  transition: all 0.2s;
  display: none;
  z-index: 99999;
  font-weight: 700;
}
body .d-none {
  display: none !important;
}
body .under_ttl2 {
  font-size: 14px;
  text-align: left;
  color: #449de3;
  font-weight: 500;
  padding-bottom: 10px;
}
body .value {
  display: flex;
  align-items: flex-end;
  max-width: 100px;
  width: 100%;
  position: relative;
}
body .value.mt-20 {
  margin-top: 20px;
}
body .value .number,
body .value .ranger-number {
  font-size: 16px;
  color: #000;
  background: #b4ebfa;
  padding: 0 5px;
  max-width: 67px;
  text-align: right;
  margin-right: 5px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-weight: 300;
}
body .value .number.mw-60,
body .value .ranger-number.mw-60 {
  min-width: 60px;
}
body .value .ranger-number {
  font-size: 16px;
  padding: 0 3px;
  max-width: 67px;
}
body .value span {
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
}
body .cl_bue {
  color: #449de3 !important;
}
body .container2 {
  max-width: 960px;
  margin: 0 auto;
}
body .container2 > div {
  position: relative;
  left: -200%;
  transition: all 0.5s;
  display: none;
}
body .container2 > div.active {
  left: 0;
  display: block;
}
body .irs {
  height: 35px !important;
  width: 100% !important;
}
body .irs-min,
body .irs-max {
  visibility: visible !important;
  font-size: 12px !important;
  line-height: calc(11/10) !important;
  font-weight: 700 !important;
  color: #34a16b !important;
  background-color: transparent !important;
  top: -6px !important;
  padding: 0 !important;
}
@media screen and (max-width: 769px) {
  body .irs-min,
  body .irs-max {
    font-size: calc(20/750*100vw);
  }
}
body .irs-min {
  left: -2px !important;
}
body .irs-max {
  right: -2px !important;
}
body .irs-bar {
  top: 17px !important;
  background-color: #ff0000 !important;
}
body .irs-line {
  overflow: unset;
  top: 17px !important;
  height: 3px !important;
  background-color: #87e7b0 !important;
}
@media all and (-ms-high-contrast: none) {
  body .irs-line {
    overflow: visible;
  }
}
body .irs-line::before,
body .irs-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #87e7b0;
  top: -2px;
  z-index: 1;
}
body .irs-line::before {
  left: -1px;
}
body .irs-line::after {
  right: -1px;
}
body .irs-handle {
  top: 10px !important;
  width: 16px !important;
  height: 16px !important;
  background-color: #ff0000 !important;
  border: 3px solid #ffffff !important;
}
body .irs-single {
  visibility: hidden;
  font-size: 13px !important;
  font-weight: 700 !important;
  top: -23px !important;
  color: #000 !important;
  background-color: #87e7b0 !important;
  border-radius: unset !important;
  padding: 4px 12px !important;
  box-shadow: -2px 4px 6px 0px #5a5252 !important;
}
body .irs-single::before {
  bottom: -10px !important;
  border-style: solid !important;
  border-color: transparent transparent #87e7b0 transparent !important;
  border-width: 0 10px 10px 0 !important;
  transform: rotate(90deg);
}
body footer {
  font-size: 9px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 769px) {
  body footer {
    font-size: calc(18/750*100vw);
    padding-bottom: calc(30/750*100vw);
  }
}

.varuous main {
  position: relative;
  overflow: hidden;
}
.varuous main h3 {
  text-align: center;
  font-weight: normal;
}
.varuous main .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .varuous main .wrap {
    flex-wrap: wrap;
  }
}
.varuous main .wrap #chart {
  width: 600px;
  height: 400px;
}
@media screen and (max-width: 769px) {
  .varuous main .wrap #chart {
    width: 100%;
  }
}
.varuous main .wrap #chart circle[fill="#ff931e"] {
  stroke: #ff0000 !important;
  border: 2px solid #fff;
}
.varuous main .wrap figure {
  width: 350px;
  height: 310px;
}
@media screen and (max-width: 769px) {
  .varuous main .wrap figure {
    width: 100%;
    text-align: center;
  }
}
.varuous main .wrap figure img {
  height: 100%;
}
