@charset "UTF-8";
.main_content {
  margin-bottom: 0;
}

.company_info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 240px;
}

@media screen and (max-width: 999px) {
  .company_info {
    margin-bottom: 50px;
  }
}

.company_info_bg {
  height: 100%;
  background: transparent;
}

@media screen and (min-width: 1000px), print {
  .company_info_bg {
    width: calc(460px + 50%);
  }
}

@media screen and (max-width: 1250px) {
  .company_info_bg {
    width: 90%;
  }
}

@media screen and (max-width: 1279px) {
  .company_info_bg {
    width: 100%;
    padding-top: 75px;
  }
}

@media screen and (max-width: 999px) {
  .company_info_bg {
    padding-top: 125px;
  }
}

@media screen and (max-width: 700px) {
  .company_info_bg {
    padding-top: 95px;
  }
}

@media screen and (min-width: 1280px) {
  .company_info_bg .company_container_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 999px) {
  .company_info_bg .company_container_wrapper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 700px) {
  .company_info_bg .company_container_wrapper {
    width: 100%;
  }
}

.company_info_bg .company_container {
  margin-left: calc(50% - 600px);
  width: 100vw;
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 1600px) {
  .company_info_bg .company_container {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px), print {
  .company_info_dl {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(18, 23, 111, 0.08);
            box-shadow: 0px 0px 60px 0px rgba(18, 23, 111, 0.08);
  }
}

@media screen and (min-width: 1280px) {
  .company_info_dl {
    font-size: 16px;
    line-height: 1.6;
    max-width: 820px;
    width: 65%;
    padding: 120px 100px 70px 120px;
    margin-top: 190px;
    margin-bottom: -90px;
    margin-left: 180px;
  }
  .company_info_dl dt {
    float: left;
    font-weight: bold;
  }
  .company_info_dl dd {
    padding-left: 160px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1600px) {
  .company_info_dl {
    margin-left: 400px;
  }
}

@media screen and (max-width: 1279px) {
  .company_info_dl {
    padding: 60px 50px 70px 70px;
    width: 85%;
    margin: 0 -25px 0 auto;
    line-height: 1.5;
    background-color: #fff;
    margin-bottom: -90px;
  }
  .company_info_dl dt {
    margin-top: 25px;
  }
  .company_info_dl dd {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 999px) {
  .company_info_dl {
    width: 100%;
    margin: 0 auto;
    padding: 70px 90px 70px 100px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

@media screen and (max-width: 700px) {
  .company_info_dl {
    padding: 30px 20px;
  }
}

.company_info_dl dt {
  position: relative;
  padding-left: 12px;
  color: #c6cdff;
}

@media screen and (max-width: 1279px) {
  .company_info_dl dt {
    color: #7c86d3;
  }
}

.company_info_dl dt::before {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #a2adfb;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

@media screen and (max-width: 1279px) {
  .company_info_dl dt::before {
    background-color: #7c86d3;
  }
}

.company_info_dl dd {
  color: #27282d;
}

.company_data {
  width: 100%;
  position: relative;
  /* 共通 */
  /* 個別 */
}

.company_data::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% + 120px);
  height: 100%;
  background-color: #f7f8fc;
  top: 0;
  right: 0;
  z-index: 1;
}

.company_data .company_data_bg {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .company_data .company_data_bg::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e6e9f7;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company_data .company_data_bg::after {
    content: "";
    display: block;
    width: 920px;
    height: 100%;
    border-right: 1px solid #e6e9f7;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -460px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.company_data_content {
  position: relative;
  z-index: 15;
}

.company_data_content h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .company_data_content h3 {
    margin-left: 100px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 999px) {
  .company_data_content h3 {
    margin-bottom: 40px;
  }
}

.company_data_content h3::after {
  content: "";
  display: block;
  width: 440px;
  height: 1px;
  background-color: #252f79;
  margin-top: 30px;
}

.company_data_content h3 .title_en {
  display: block;
  height: 54px;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .company_data_content h3 .title_en {
    height: 35px;
  }
}

.company_data_content h3 .title_en img {
  height: 100%;
}

.company_data_content h3 .title_ja {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #3e51dc;
}

.company_data_content .explanation {
  font-size: 16px;
  color: #252f79;
  font-weight: 500;
  line-height: 1.5;
  /* @media screen and (max-width:600px) {
				font-size: 14px;
			} */
}

@media screen and (min-width: 1000px), print {
  .company_data_content .explanation {
    margin-left: 100px;
  }
}

.company_data_content .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.company_data .employee_content {
  padding-top: 150px;
  margin-bottom: 110px;
}

@media screen and (max-width: 999px) {
  .company_data .employee_content {
    padding-top: 75px;
  }
}

.company_data .employee_content .explanation {
  margin-bottom: 50px;
}

.company_data .employee_content .graph_content:not(:last-child) {
  margin-bottom: 95px;
}

.company_data .employee_content .graph_type {
  margin: 0 auto 34px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .company_data .employee_content .graph_type {
    margin: 0 auto 25px;
  }
}

.company_data .employee_content .graph_type span {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  background-color: #252f79;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 999px) {
  .company_data .employee_content .graph_type span {
    font-size: 16px;
  }
}

.company_data .employee_content .graph_type span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 30px;
  border-top: 30px solid transparent;
  border-right: 10px solid #252f79;
  position: absolute;
  top: 0;
  left: -10px;
}

.company_data .employee_content .graph_type span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 30px;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #252f79;
  position: absolute;
  top: 0;
  right: -10px;
}

.company_data .employee_content .graph_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.company_data .employee_content .graph_inner._job {
  max-width: 764px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 770px) {
  .company_data .employee_content .graph_inner._job {
    display: block;
  }
  .company_data .employee_content .graph_inner._job .graph_all_image {
    margin: 0 auto 30px;
  }
}

.company_data .employee_content .graph_inner .graph_job_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 771px) {
  .company_data .employee_content .graph_inner .graph_job_wrapper .graph_job:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 770px) {
  .company_data .employee_content .graph_inner .graph_job_wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .graph_job_wrapper {
    max-width: 310px;
  }
}

.company_data .employee_content .graph_inner .type_text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.company_data .employee_content .graph_inner .type_text span {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 16px;
  min-width: 90px;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .type_text {
    font-size: 12px;
  }
  .company_data .employee_content .graph_inner .type_text span {
    min-width: 60px;
    padding: 4px 6px;
  }
}

.company_data .employee_content .graph_inner .type_num {
  font-size: 24px;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .type_num {
    font-size: 16px;
  }
}

.company_data .employee_content .graph_inner .type_num .num {
  font-size: 48px;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .type_num .num {
    font-size: 28px;
  }
}

.company_data .employee_content .graph_inner .type_icon {
  height: 133px;
}

.company_data .employee_content .graph_inner .type_icon img {
  height: 100%;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .type_icon {
    width: 50%;
    height: auto;
  }
  .company_data .employee_content .graph_inner .type_icon img {
    width: 100%;
  }
}

.company_data .employee_content .graph_inner .graph_type_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .graph_type_content {
    width: 20%;
    margin-bottom: 0;
  }
}

.company_data .employee_content .graph_inner .graph_woman .type_text span {
  background-color: #f6889e;
}

.company_data .employee_content .graph_inner .graph_man .type_text span {
  background-color: #4157a2;
}

.company_data .employee_content .graph_inner .graph_job .type_text span {
  min-width: 120px;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .graph_job .type_text span {
    min-width: 90px;
  }
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .graph_job .type_icon {
    min-width: 60px;
  }
}

.company_data .employee_content .graph_inner .graph_job._mechanic .type_text span {
  background-color: #244fc9;
}

.company_data .employee_content .graph_inner .graph_job._clerk .type_text span {
  background-color: #2097db;
}

.company_data .employee_content .graph_inner .graph_job._sales .type_text span {
  background-color: #27b6dc;
}

.company_data .employee_content .graph_inner._sex .graph_all {
  margin-right: 40px;
  margin-left: 40px;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner._sex .graph_all {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 770px) {
  .company_data .employee_content .graph_inner._job .graph_all {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner._job .graph_all {
    width: calc(60% - 30px);
  }
}

.company_data .employee_content .graph_inner .graph_all {
  position: relative;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .graph_all {
    width: 60%;
    margin: 0 auto;
  }
}

.company_data .employee_content .graph_inner .graph_all_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1000px), print {
  .company_data .employee_content .graph_inner .graph_all_text {
    -webkit-transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1;
  }
  .company_data .employee_content .graph_inner .graph_all_text.init {
    opacity: 0;
  }
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .graph_all_text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.company_data .employee_content .graph_inner .graph_all .type_text {
  left: 50px;
}

.company_data .employee_content .graph_inner .graph_all .type_text span {
  background-color: #854faa;
}

.company_data .employee_content .graph_inner .graph_all .graph_all_image {
  width: 269px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_inner .graph_all .graph_all_image {
    width: auto;
    margin: 0 auto;
  }
}

.company_data .employee_content .graph_inner .graph_all .graph_all_image img {
  width: 100%;
}

@media screen and (min-width: 1000px), print {
  .company_data .employee_content .graph_inner .graph_all .graph_all_image {
    -webkit-transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 1;
  }
  .company_data .employee_content .graph_inner .graph_all .graph_all_image.init {
    opacity: 0;
    -webkit-transform: rotate(-250deg);
            transform: rotate(-250deg);
  }
}

.company_data .employee_content .graph_annotation {
  text-align: center;
  color: #858dc8;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .company_data .employee_content .graph_annotation {
    font-size: 12px;
    margin-top: 12px;
    text-align: right;
  }
}

.company_data .sales_content {
  margin-bottom: 155px;
}

@media screen and (max-width: 999px) {
  .company_data .sales_content {
    margin-bottom: 100px;
  }
}

.company_data .sales_content .explanation {
  margin-bottom: 40px;
}

.company_data .sales_content .graph {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px), print {
  .company_data .sales_content .graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 120px;
  }
}

.company_data .sales_content .graph_year {
  font-weight: 700;
  color: #27282d;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px), print {
  .company_data .sales_content .graph_year {
    font-size: 24px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 999px) {
  .company_data .sales_content .graph_year {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

.company_data .sales_content .graph_image {
  width: 600px;
  height: 50px;
  line-height: 50px;
  background-color: #d8def5;
  position: relative;
  overflow: hidden;
  /* 70億=100%として計算してください！ */
}

@media screen and (max-width: 660px) {
  .company_data .sales_content .graph_image {
    width: 90%;
    height: 40px;
    line-height: 40px;
  }
}

.company_data .sales_content .graph_image::before {
  content: "";
  display: block;
  height: 100%;
  background-color: #355aba;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.company_data .sales_content .graph_image.graph_2021::before {
  width: 97.14%;
}

.company_data .sales_content .graph_image.graph_2020::before {
  width: 91%;
}

.company_data .sales_content .graph_image.graph_2019::before {
  width: 81.38%;
}

.company_data .sales_content .graph_image.graph_2018::before {
  width: 79.98%;
}

.company_data .sales_content .graph_image.graph_2017::before {
  width: 82.34%;
}

.company_data .sales_content .graph_image.graph_2016::before {
  width: 80.68%;
}

@media screen and (min-width: 1000px), print {
  .company_data .sales_content .graph_image.init::before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

.company_data .sales_content .graph_image .graph_yen {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: absolute;
  z-index: 10;
  right: calc(16.7% + 35px);
  letter-spacing: 0.06em;
}

@media screen and (max-width: 660px) {
  .company_data .sales_content .graph_image .graph_yen {
    font-size: 20px;
    right: calc(16.7% + 10px);
  }
}

.company_data .office_content {
  margin-bottom: 130px;
}

@media screen and (max-width: 999px) {
  .company_data .office_content {
    margin-bottom: 100px;
  }
}

.company_data .office_content .explanation {
  margin-bottom: 60px;
}

@media screen and (max-width: 999px) {
  .company_data .office_content .explanation {
    margin-bottom: 30px;
  }
}

.company_data .office_content .office_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1000px), print {
  .company_data .office_content .office_ul {
    margin-left: 80px;
  }
}

@media screen and (max-width: 645px) {
  .company_data .office_content .office_ul {
    width: 315px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 360px) {
  .company_data .office_content .office_ul {
    width: 100%;
  }
}

.company_data .office_content .office_ul li:not(:last-child) {
  position: relative;
}

.company_data .office_content .office_ul li:not(:last-child)::before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #4a63a2;
  position: absolute;
  top: 50%;
  right: -5px;
}

@media screen and (max-width: 645px) {
  .company_data .office_content .office_ul li:not(:last-child)::before {
    display: none;
  }
}

@media screen and (min-width: 1000px), print {
  .company_data .office_content .office_ul li {
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .company_data .office_content .office_ul li:nth-child(1) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .company_data .office_content .office_ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .company_data .office_content .office_ul li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .company_data .office_content .office_ul li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .company_data .office_content .office_ul li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .company_data .office_content .office_ul li:nth-child(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

.company_data .office_content .office_ul.init li {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.company_data .office_content .office_ul a {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #e7ebf8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #252f79;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 14px;
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.company_data .office_content .office_ul a:hover {
  background-color: #cedaf8;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1100px) {
  .company_data .office_content .office_ul a {
    margin: 0 5px;
  }
}

@media screen and (max-width: 999px) {
  .company_data .office_content .office_ul a {
    width: 95px;
    height: 95px;
    font-size: 14px;
    margin: 5px;
  }
}

.company_data .office_content .office_ul a .office_icon {
  width: 52px;
  min-height: 0%;
  margin-bottom: 8px;
}

.company_data .office_content .office_ul a .office_icon img {
  width: 100%;
}

.affiliate_content {
  padding-bottom: 150px;
}

@media screen and (max-width: 999px) {
  .affiliate_content {
    padding-bottom: 80px;
  }
}

.affiliate_content .explanation {
  margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .affiliate_content .explanation {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1000px), print {
  .affiliate_content .affiliate_ul {
    margin-left: 190px !important;
  }
}

.company_history .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 354px;
  padding-bottom: 143px;
}

@media screen and (max-width: 999px) {
  .company_history .container {
    padding-top: 100px;
  }
}

.company_history .history_container {
  width: 840px;
  background-color: #f7f8fc;
  position: relative;
}

@media screen and (max-width: 999px) {
  .company_history .history_container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background-color: rgba(247, 248, 252, 0.9);
  }
}

@media screen and (min-width: 1000px), print {
  .company_history .history_container::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f7f8fc;
    position: absolute;
    left: 0;
    z-index: 10;
  }
  .company_history .history_container::after {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 380px;
    z-index: 12;
    border-right: 1px solid #e6e9f7;
    border-left: 1px solid #e6e9f7;
  }
}

.company_history .history_container .history_h3 {
  width: 910px;
  margin-top: 80px;
  position: relative;
  z-index: 20;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 999px) {
  .company_history .history_container .history_h3 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.company_history .history_container .history_h3 .title_en {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #6d7bdd;
  margin-bottom: 40px;
  position: relative;
}

.company_history .history_container .history_h3 .title_en::after {
  content: "";
  display: block;
  background-color: #6d7bdd;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
}

@media screen and (max-width: 999px) {
  .company_history .history_container .history_h3 .title_en {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .company_history .history_container .history_h3 .title_en::after {
    height: 2px;
    margin-top: 7px;
  }
}

.company_history .history_container .history_h3 .title_ja {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #1c2148;
}

@media screen and (max-width: 999px) {
  .company_history .history_container .history_h3 .title_ja {
    font-size: 26px;
  }
}

.company_history .history_container .company_history_dl {
  position: relative;
  z-index: 15;
}

.company_history .history_container .company_history_dl dt {
  position: relative;
  padding-left: 36px;
  color: #6375cc;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .company_history .history_container .company_history_dl dt {
    padding-left: 17px;
  }
}

.company_history .history_container .company_history_dl dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #adb8ec;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.company_history .history_container .company_history_dl dd {
  color: #27282d;
  position: relative;
}

.company_history .history_container .company_history_dl dd:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #adb8ec;
  position: absolute;
  top: 14px;
  left: 4px;
}

@media screen and (max-width: 999px) {
  .company_history .history_container .company_history_dl dd:not(:last-of-type)::after {
    top: -8px;
    left: 3px;
  }
}

@media screen and (min-width: 1000px), print {
  .company_history .history_container .company_history_dl {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 120px;
    padding-left: 130px;
  }
  .company_history .history_container .company_history_dl dt {
    float: left;
  }
  .company_history .history_container .company_history_dl dd {
    padding-left: 180px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 999px) {
  .company_history .history_container .company_history_dl {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    padding: 30px;
  }
}

@media screen and (max-width: 999px) and (max-width: 500px) {
  .company_history .history_container .company_history_dl {
    padding: 15px;
  }
}

@media screen and (max-width: 999px) {
  .company_history .history_container .company_history_dl dt {
    margin-top: 5px;
  }
  .company_history .history_container .company_history_dl dd {
    padding-bottom: 10px;
    padding-left: 17px;
  }
}
