.main_data {
  padding-top: 5rem;
}

@media print, screen and (min-width: 768px) {
  .main_data {
    padding-top: 4.38rem;
  }
}

.data {
  position: relative;
  background: #f5f5f5;
  padding-bottom: 3rem;
  padding-bottom: 75rem;
  padding-bottom: 85rem;
  padding-bottom: 25rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .data {
    padding-bottom: 26rem;
    padding-bottom: 56rem;
    padding-bottom: 3.5rem;
  }
}

.data_inner {
  /*
  padding: 0 1.25rem;
  */
  padding: 0 2.35rem;
}

.data_heading {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.46;
  letter-spacing: 0.01px;
}
.data_heading > span {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.38;
  letter-spacing: 0.02rem;
}
.data_content {
  margin-top: 2rem;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.data_item {
  position: relative;
  background-color: #fff;
  padding: 0.8rem 0 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}
.data_item + .data_item {
  border-top: 3px solid #f5f5f4;
}
.data_term {
  margin: 0 auto;
  border-radius: 0.875rem;
  background-color: #ff4500;
  padding: 0.4375rem;
  max-width: 12.8125rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  text-align: center;
}
.data_des {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-top: 0.625rem;
}
.data_des-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.data_des-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.data_name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  text-align: left;
  line-height: 1.25;
}
.data_value {
  display: block;
  margin-top: -0.25rem;
  font-weight: 700;
  font-size: 3.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.data_unit {
  position: relative;
  top: 0.1875rem;
  font-weight: 900;
  font-size: 1.1875rem;
  letter-spacing: 0.02375rem;
}
.data_time {
  display: block;
  margin-top: -0.5rem;
  width: 100%;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.0125rem;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .data_inner {
    padding: 0 13.1%;
  }
  .data_heading {
    font-size: 2.25rem;
    line-height: 1.44;
    letter-spacing: 0.045rem;
  }
  .data_heading > span {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
  .data_content {
    display: flex;
  }
  .data_item {
    flex: 1;
    border-left: 3px solid #f5f5f4;
    padding: 2.1875rem 0 1.5rem;
  }
  .data_item + .data_item {
    border-top: none;
  }
  .data_term {
    padding: 0.375rem 0 0.4375rem;
    font-size: 0.9375rem;
    letter-spacing: 0.01875rem;
  }
}

@media print, screen and (min-width: 980px) {
  .data_inner {
    padding: 0 16.47%;
  }
}

/* */

@media (min-width: 641px) {
  br.m {
    display: none;
  }
}
.generic-button,
input[type="submit"] {
  display: block;
  position: relative;
  width: 180px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 12.4px;
  text-align: center;
  color: #fff;
  background-color: #65ab31;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s all ease-out;
}

.generic-button.icon {
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-right: 22px;
}
.generic-button.icon.arrow {
  background-size: 14px;
  background-image: url(../../img/button-arrow-right.png);
}
.generic-button:hover,
input[type="submit"]:hover {
  opacity: 0.9;
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
}
.generic-pane {
  max-width: 1020px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.weak-color {
  background-color: #f3f3f3;
}

.front-section {
  padding: 120px 0;
}

@media (max-width: 640px) {
  .front-section {
    padding: 40px 0;
  }
  .generic-pane {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.front-section.about {
  position: relative;
  padding-top: 150px;
}

.front-section.about > .bar {
  position: absolute;
}
.front-section.about > .bar.bar-1 {
  top: 60px;
  height: 140px;
  width: 100%;
  right: 60%;
  z-index: -9;
  border-radius: 0 5px 5px 0;
  background: #eaffea;
}
.front-section.about > .bar.bar-2 {
  top: 250px;
  top: 342px;
  height: 300px;
  width: 60%;
  right: 0;
  z-index: -9;
  border-radius: 5px 0 0 5px;
  background: #eaf4ff;
}
.front-section.about > .bar.bar-3 {
  top: 685px;
  height: 220px;
  width: 46%;
  left: 0;
  border-radius: 0 5px 5px 0;
  background: #f7f6f5;
}
.front-section.about > .bar.bar-4 {
  top: 860px;
  height: 260px;
  width: 46%;
  right: 0;
  z-index: -11;
  border-radius: 5px 0 0 5px;
  background: #f7f6f5;
}

.front-section.about > .line-base {
  position: absolute;
  z-index: -10;
  width: 1080px;
  width: 90%;
  left: 0;
  right: 0;
  top: 0;
  top: -90px;
  margin: auto;
}
.front-section.about > .line-base .line {
  position: absolute;
  background-color: #aaa;
  width: 2px;
}
.front-section.about > .line-base > .line.line-1 {
  height: 700px;
  height: 827px;
  left: 0;
  top: 0;
  z-index: -1;
  bottom: -687px;
}
.front-section.about > .line-base > .line.line-2 {
  height: 1200px;
  right: 0;
  top: 400px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .front-section.about > .line-base {
    display: none;
  }
}

.front-section-header {
  margin-bottom: 40px;
  text-align: left;
}
.front-section-header .title {
  font-size: 32px;
  letter-spacing: 0.9px;
  line-height: 1.8;
  font-weight: 600;
}
.front-section-header.about .title > span {
  display: block;
  text-indent: 40px;
}
.front-section-header.about .title > span.indented {
  text-indent: 120px;
}

.front-section-header.about {
  position: relative;
  margin-bottom: 60px;
}
.front-section-header.about .life-is-music {
  display: block;
  position: absolute;
  width: 200px;
  top: -50px;
  left: -30px;
  opacity: 0.8;
}
.front-section-body {
  position: relative;
}
.front-about {
}
.front-about > .primary {
  position: relative;
  min-height: 410px;
}
.front-about > .primary .item {
  text-align: center;
}
.front-about > .primary .item > .image {
  width: 500px;
  margin: 0 0 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.front-about > .primary .item > .text {
  margin-left: 50%;
}
.front-about > .primary .item .lead {
  font-size: 24px;
  letter-spacing: 0.9px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.front-about > .primary .item .desc {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .front-about > .primary .item .link {
    width: 200px;
  }
}

.front-about .item .desc .line {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  line-height: 37px;
  font-size: 13px;
  border-bottom: 1.5px solid #dcd6d2;
}
.front-about .item .desc .line:first-child {
  border-top: 1.5px solid #dcd6d2;
}

.front-about > .subsidary {
  overflow: visible;

  margin: 0 -2.6666%;
  margin-top: 60px;
}
.front-about > .subsidary .item {
  float: left;
  width: 28%;
  width: 40%;
  margin: 0 2.6666%;
  text-align: center;
}
.front-about > .subsidary .item .en {
  font-family: "Spectral SC", serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.front-about > .subsidary .item .lead {
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.8;
}
.front-about > .subsidary .item .image {
  width: 100%;
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.front-about > .subsidary .item .desc {
  line-height: 2;
  margin-top: 30px;
}
.front-about > .subsidary .item .link {
  line-height: 40px;
  height: 40px;
  width: 260px;
  margin-top: 30px;
}

@media screen and (min-width: 641px) {
  .front-about > .subsidary .item:nth-child(2) {
    margin-top: 20px;
  }
  .front-about > .subsidary .item:nth-child(3) {
    margin-top: 40px;
  }
}

.front-about .cf:before,
.front-about .cf:after {
  content: " ";
  display: table;
}
.front-about .cf:after {
  clear: both;
}

@media screen and (max-width: 640px) {
  .front-section.about {
    position: relative;
    padding: 60px 0 90px;
  }
  .front-section.about > .bar {
    position: absolute;
  }
  .front-section.about > .bar.bar-1 {
    top: 50px;
    top: 95px;
    height: 95px;
    width: auto;
    right: 100px;
    left: 0;
  }
  .front-section.about > .bar.bar-2 {
    top: 270px;
    height: 275px;
    width: auto;
    right: 0;
    left: 70px;
  }
  .front-section.about > .bar.bar-3 {
    top: 650px;
    height: 140px;
    width: auto;
    left: 0;
    right: 40px;
  }
  .front-section.about > .bar.bar-4 {
    display: none;
  }

  .front-section.about > .line-base {
    display: none;
  }
  .front-section.about > .line-base .line {
    position: absolute;
    background-color: #999;
    width: 2px;
  }
  .front-section.about > .line-base > .line.line-1 {
    height: 700px;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .front-section.about > .line-base > .line.line-2 {
    height: 900px;
    right: 0;
    top: 400px;
    z-index: -1;
  }
  .front-section-header.about {
    position: relative;
    margin-bottom: 40px;
    padding-top: 1rem;
  }

  .front-section-header.about .title {
    font-size: 21px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .front-section-header.about .title > span {
    display: block;
    text-indent: 15px;
  }
  .front-section-header.about .title > span.indented {
    text-indent: 30px;
  }

  .front-section-header.about .life-is-music {
    width: 120px;
    top: -34px;
    left: -6px;
  }
  .front-about {
  }
  .front-about > .primary {
    margin-bottom: 60px;
  }
  .front-about > .primary .item {
    text-align: center;
  }
  .front-about > .primary .item > .image {
    width: 100%;
    margin: 0;
    position: initial;
  }
  .front-about > .primary .item > .text {
    margin-left: 0;
  }
  .front-about > .primary .item .lead {
    font-size: 20px;
    letter-spacing: 0.02em;
    padding-top: 30px;
  }
  .front-about > .primary .item .desc {
    margin-bottom: 20px;
    text-align: left;
  }

  .front-about .item .desc .line {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
  }
  .front-about .item .desc .line:first-child {
    border-top: 1px solid #ccc;
  }

  .front-about > .subsidary {
    margin: 0;
  }
  .front-about > .subsidary .item {
    width: auto;
    margin: 0;
    line-height: 1.5;
    float: none;
    text-align: left;
    position: relative;
  }
  .front-about > .subsidary .item + .item {
    margin-top: 40px;
  }

  .front-about > .subsidary .item .header {
    width: 59%;
    position: absolute;
    top: 5px;
    top: 35px;
    right: 0;
    overflow: hidden;
  }
  .front-about > .subsidary .item .header .en {
    margin-bottom: 4px;
  }
  .front-about > .subsidary .item .header .lead {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-bottom: 0px;
  }
  .front-about > .subsidary .item .image {
    width: 36%;
    position: initial;
    margin: 0;
  }

  .front-about > .subsidary .item .desc {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: inherit;
  }
  .front-about .item .desc .line,
  .front-about .item .desc .line:first-child {
    display: inline;
    border: none;
    max-width: none;
    line-height: 1.8;
    font-size: 13px;
  }
  .front-about > .subsidary .item .link {
    width: 235px;
    line-height: 37px;
    height: 36px;
    margin-top: 12px;
  }

  .front-about > .subsidary .item .bar {
    position: absolute;
    z-index: -1;
  }
  .front-about > .subsidary .item .bar-1 {
    top: 13px;
    left: -20px;
    right: 60px;
    height: 90px;
  }
  .front-about > .subsidary .item .bar-2 {
    bottom: 10px;
    right: -20px;
    width: 170px;
    height: 50px;
  }
}

@media (max-width: 320px) {
  .front-about > .subsidary .item .header {
    width: 62%;
  }
  .front-about > .subsidary .item .header .lead {
    font-size: 14px;
  }
}

.vertical-lr {
  writing-mode: vertical-lr;
}

.top__wrap {
  line-height: 1.5;
}

@media (max-width: 640px) {
  .top__wrap {
    line-height: 0;
  }
  body {
    line-height: 1.5;
  }
}
