@charset "UTF-8";
/* 下線が右から左へ消える
---------------------------------------------------------- */
/* 下線が左から右へ消える
---------------------------------------------------------- */
.company_sec {
  padding: 50px 0 45px;
}
@media all and (min-width: 751px) {
  .company_sec {
    padding: 132px 0 160px;
  }
}
@media all and (min-width: 751px) {
  .company_sec .outline {
    padding: 0 80px;
  }
}
.company_sec .outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #6e85a2;
  width: 100%;
  padding: 20px 0;
  gap: 0 30px;
}
@media all and (min-width: 751px) {
  .company_sec .outline dl {
    padding: 40px 0;
    gap: 0 20px;
  }
}
.company_sec .outline dl:first-child {
  border-top: none;
}
.company_sec .outline dl dt {
  font-weight: bold;
  font-size: 14px;
  width: 105px;
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .company_sec .outline dl dt {
    font-size: 18px;
    width: 115px;
  }
}
.company_sec .outline dl dd {
  font-size: 14px;
  line-height: 1.8;
  width: calc(100% - 105px);
}
@media all and (min-width: 751px) {
  .company_sec .outline dl dd {
    font-size: 17px;
    line-height: 2;
    width: calc(100% - 135px);
  }
}
@media (min-width: 751px) and (hover: hover) {
  .company_sec .outline dl dd > a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .company_sec .outline dl dd > a:hover {
    opacity: 0.7;
  }
}
.company_sec .outline .gmap {
  height: 300px;
  padding: 0;
  border-top: none;
  overflow: hidden;
  height: 230px;
}
@media all and (min-width: 751px) {
  .company_sec .outline .gmap {
    height: 450px;
  }
}
@media all and (max-width: 750px) {
  .company_sec .outline .gmap dt {
    display: none;
  }
}
.company_sec .outline .gmap dd {
  width: 100%;
  height: 100%;
}
.company_sec .outline .gmap .gmap_wrap {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  padding-top: 75%;
}
.company_sec .outline .gmap iframe {
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}
@media all and (min-width: 751px) {
  .company_sec .outline .gmap iframe {
    top: -250px;
  }
}

.thought_sec {
  background: url(../images/company/history_bg.webp) no-repeat center top/cover;
  padding: 50px 0 60px;
}
@media all and (min-width: 751px) {
  .thought_sec {
    padding: 100px 0 90px;
  }
}
@media all and (min-width: 751px) {
  .thought_sec .title_center {
    margin-bottom: 30px;
  }
}
.thought_sec .thought_list {
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_list {
    max-width: 890px;
    margin-inline: auto;
  }
}
.thought_sec .thought_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
}
.thought_sec .thought_row .thought_box {
  margin-bottom: 0;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_row .thought_box {
    width: calc((100% - 30px) / 2);
  }
}
.thought_sec .thought_row .thought_box:not(:last-child) {
  margin-bottom: 0;
}
.thought_sec .thought_box {
  background: #fff;
  padding: 10px;
}
.thought_sec .thought_box:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box:not(:last-child) {
    margin-bottom: 35px;
  }
}
.thought_sec .thought_box .thought_box_in {
  border: 1px solid #033C84;
  padding: 30px 20px;
  text-align: center;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box .thought_box_in {
    padding: 40px 20px;
  }
}
.thought_sec .thought_box .thought_box_in .thought_title_en {
  color: #033C84;
  font-size: 29px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box .thought_box_in .thought_title_en {
    font-size: 45px;
  }
}
.thought_sec .thought_box .thought_box_in .thought_title_ja {
  display: inline-block;
  background: #033C84;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 190px;
  padding: 5px;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box .thought_box_in .thought_title_ja {
    font-size: 20px;
    padding: 8px 10px;
  }
}
.thought_sec .thought_box .thought_box_in .thought_title_ja.wide {
  font-size: 14px;
  min-width: 218px;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box .thought_box_in .thought_title_ja.wide {
    font-size: 20px;
    min-width: 320px;
  }
}
.thought_sec .thought_box .thought_box_in .thought_read {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  line-height: 1.625;
  letter-spacing: 0.08em;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box .thought_box_in .thought_read {
    font-size: 18px;
    line-height: 1.66;
    margin-top: 20px;
  }
}
.thought_sec .thought_box .thought_box_in .thought_read:not(:last-child) {
  margin-bottom: 1.5em;
}
.thought_sec .thought_box .thought_box_in .circle_list {
  counter-reset: item;
  list-style: none;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.thought_sec .thought_box .thought_box_in .circle_list li {
  counter-increment: item;
  padding-left: 28px;
  margin: 0 0 15px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box .thought_box_in .circle_list li {
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-left: 40px;
  }
}
.thought_sec .thought_box .thought_box_in .circle_list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #033C84;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .thought_sec .thought_box .thought_box_in .circle_list li::before {
    top: 2px;
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
}

.data_sec {
  padding: 44px 0 67px;
}
@media all and (min-width: 751px) {
  .data_sec {
    padding: 96px 0 120px;
  }
}
@media all and (min-width: 751px) {
  .data_sec .inner {
    max-width: 880px;
    padding: 0 40px;
  }
}
.data_sec .block_ttl {
  text-align: center;
  color: #033C84;
  font-size: 18px;
  background-color: #dbe2eb;
  padding: 5px;
  margin-bottom: 28px;
}
@media all and (min-width: 751px) {
  .data_sec .block_ttl {
    font-size: 25px;
    padding: 12px;
    margin-bottom: 35px;
  }
}
.data_sec .block_ttl:not(:first-child) {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .data_sec .block_ttl:not(:first-child) {
    margin-top: 60px;
  }
}
.data_sec .data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media all and (min-width: 751px) {
  .data_sec .data_list {
    gap: 40px 30px;
  }
}
.data_sec .data_item {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 28px 10px;
}
@media all and (min-width: 751px) {
  .data_sec .data_item {
    padding: 34px 32px;
  }
  .data_sec .data_item.width_half {
    width: calc((100% - 30px) / 2);
  }
}
.data_sec .data_item:has(.rank_list) {
  padding-inline: 0;
  padding-bottom: 0;
}
.data_sec .data_item .heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #033C84;
  border: 1px solid #033C84;
  padding: 4px 14px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .data_sec .data_item .heading {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
.data_sec .data_item .image {
  text-align: center;
  padding: 0 10px;
}
.data_sec .data_item .image img {
  max-width: 640px;
}
.data_sec .data_item .image_text {
  text-align: center;
}
.data_sec .data_item .image_text img {
  max-width: 173px;
}
.data_sec .rank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 751px) {
  .data_sec .rank_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.data_sec .rank_list > li {
  border-top: 1px solid #ededed;
}
@media all and (min-width: 751px) {
  .data_sec .rank_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top-width: 2px;
  }
  .data_sec .rank_list > li:nth-child(2) {
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed;
  }
}
.data_sec .rank_list > li .rank_head {
  text-align: center;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .data_sec .rank_list > li .rank_head {
    padding: 25px 20px;
  }
}
.data_sec .rank_list > li .crown {
  margin-bottom: 10px;
}
.data_sec .rank_list > li .crown img {
  width: 50px;
}
@media all and (min-width: 751px) {
  .data_sec .rank_list > li .crown img {
    width: 45px;
  }
}
.data_sec .rank_list > li .rank_ttl {
  color: #222;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.data_sec .rank_list > li .icon {
  margin-top: 12px;
}
.data_sec .rank_list > li .icon img {
  width: 55px;
}
.data_sec .rank_list > li .rank_text {
  color: #222;
  border-top: 1px solid #ededed;
  padding: 20px 8px 25px;
}
@media all and (min-width: 751px) {
  .data_sec .rank_list > li .rank_text {
    border-top-width: 2px;
    padding: 20px 18px 30px;
  }
}
.data_sec .rank_list > li .rank_text p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.76;
}
.data_sec .rank_list > li .rank_text p:not(:last-child) {
  margin-bottom: 1em;
}
.data_sec .rank_list > li .rank_income {
  color: #222;
  font-size: 28px;
  line-height: 1.4;
}
@media all and (min-width: 751px) {
  .data_sec .rank_list > li .rank_income {
    font-size: 25px;
    line-height: 1.5;
  }
}
.data_sec .rank_list > li .rank_income .num {
  font-family: "Roboto", sans-serif;
  font-size: 1.92em;
  letter-spacing: 0.05em;
  margin-right: 4px;
}
.data_sec .grid_wrap {
  display: contents;
}
@media all and (min-width: 751px) {
  .data_sec .grid_wrap {
    width: calc((100% - 30px) / 2);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .data_sec .grid_wrap .data_item {
    padding: 20px 10px;
  }
  .data_sec .grid_wrap .data_item .heading {
    margin-bottom: 20px;
  }
  .data_sec .grid_wrap .data_item .heading.small {
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 8px 5px;
  }
}
/*# sourceMappingURL=company.css.map */