@charset "UTF-8";
#main {
  margin-top: 80px;
}
#main .main_inner {
  padding: 0;
}

h2 {
  color: #F6A429;
  letter-spacing: 0.1em;
}

.sec {
  padding: 100px 0;
}
.sec .lead {
  font-size: 18px;
  text-align: justify;
}
.sec .name {
  text-align: right;
  margin: 20px 0 0 auto;
  width: 83px;
  height: 40px;
}
.sec .name img {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.sec .company_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
.sec .company_policy > div {
  width: 45%;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.overview {
  background-color: #F8F7EA;
}
.overview table {
  width: 100%;
}
.overview table th {
  width: 200px;
  padding: 25px 10px;
  background-color: #F6A429;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.overview table td {
  width: calc(100% - 200px);
  padding: 25px 50px;
  font-size: 17px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.overview table td.represent_name img {
  vertical-align: middle;
  height: 16px;
}
.overview table td.represent_name .en {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
}
.overview table td dl {
  font-size: 600;
  line-height: 1.6;
}
.overview table td dl + dl {
  margin-top: 25px;
}
.overview table td dl dt {
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  margin: 0 0 10px;
}
.overview table td .address font:empty + br {
  display: none;
}
.overview table td .address small {
  font-size: 0;
}
.overview table td .address font small {
  font-size: inherit;
}
.overview table td .address .google_map_link {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.overview table td .address .google_map_link::before {
  margin: 0 4px 0 0;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 18px;
  background-color: #333;
  -webkit-mask-image: url(../../img/common/icon_map.svg);
          mask-image: url(../../img/common/icon_map.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  vertical-align: middle;
}
.overview table td .address .google_map_link a {
  color: #333;
  text-decoration: underline;
  line-height: 1.2;
  font-size: 14px;
}
.overview table tr:last-child th {
  border-bottom: none;
}
.overview table tr:last-child td {
  border-bottom: none;
}

.infographic {
  background-color: #F6A429;
}
.infographic h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 690px;
  margin: 0 auto 50px !important;
}
.infographic h2 img {
  text-align: center;
  width: 100%;
}
.infographic .graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.infographic .graphic .item {
  margin-bottom: 50px;
  width: 48%;
  aspect-ratio: 575/450;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  color: #F6A429;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infographic .graphic .item .title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  height: 40px;
}
.infographic .graphic .item .date {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.infographic .graphic .item.number .number_value {
  line-height: 1.2;
  font-size: 170px;
  text-align: center;
}
.infographic .graphic .item.number .number_value > span {
  font-size: 90px;
}
.infographic .graphic .item .by_age {
  text-align: center;
}
.infographic .graphic .item .age {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}
.infographic .graphic .item .age > span {
  font-size: 46px;
  line-height: 1.2;
}
.infographic .graphic .item.birthplace_all {
  width: 100%;
  aspect-ratio: 1200/750;
}
.infographic .graphic .item.birthplace_all .birthplace {
  margin-top: 80px;
}
.infographic .graphic .item.birthplace_all .birthplace img {
  width: 100%;
}
.infographic .graphic .item.home_all {
  width: 100%;
  aspect-ratio: 1200/1010;
}
.infographic .graphic .item.home_all .home {
  margin: 20px 0;
}
.infographic .graphic .item.home_all .home img {
  width: 100%;
}

.welfare {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #F6A429;
}
.welfare dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #F6A429;
}
.welfare dl dt {
  width: 200px;
  color: #F6A429;
  font-size: 18px;
  font-weight: 600;
}
.welfare dl dd {
  width: calc(100% - 200px);
}

.system_wrap {
  margin: 80px 0 0;
}
.system_wrap .system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.system_wrap .system:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.system_wrap .system + .system {
  margin: 40px 0 0;
}
.system_wrap .system .system_text {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #F6A429;
  border-bottom: 1px solid #F6A429;
  padding: 20px 0;
}
.system_wrap .system .system_text > p {
  font-size: 30px;
  line-height: 1.2;
  color: #F6A429;
  margin: 0 0 30px;
  width: 100%;
}
.system_wrap .system .system_image {
  width: 42%;
}
.system_wrap .system .system_image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.system_wrap .system .system_image .kome {
  text-align: right;
  font-size: 12px;
  margin-top: 3px;
}

/* =====================================

▼▼▼ max-width: 1200px

===================================== */
@media screen and (max-width: 1200px) {
  .infographic .graphic .item {
    padding: 30px 20px;
  }
  .infographic .graphic .item .title {
    font-size: 3vw;
    height: 40px;
  }
  .infographic .graphic .item .date {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .infographic .graphic .item.number .number_value {
    line-height: 1.2;
    font-size: 14vw;
    text-align: center;
  }
  .infographic .graphic .item.number .number_value > span {
    font-size: 8vw;
  }
  .infographic .graphic .item .by_age {
    text-align: center;
    margin: 20px 0;
  }
  .infographic .graphic .item .age {
    font-size: 3vw;
    line-height: 1.2;
    text-align: center;
  }
  .infographic .graphic .item .age > span {
    font-size: 5vw;
    line-height: 1.2;
  }
  .infographic .graphic .item.birthplace_all {
    width: 100%;
    aspect-ratio: 1200/750;
  }
  .infographic .graphic .item.birthplace_all .birthplace {
    margin-top: 80px;
  }
  .infographic .graphic .item.birthplace_all .birthplace img {
    width: 100%;
  }
  .infographic .graphic .item.home_all {
    width: 100%;
    aspect-ratio: 1200/1010;
  }
  .infographic .graphic .item.home_all .home {
    margin: 20px 0;
  }
  .infographic .graphic .item.home_all .home img {
    width: 100%;
  }
}
/* =====================================

▼▼▼ max-width: 1024px

===================================== */
@media screen and (max-width: 1024px) {
  .sec {
    padding: 50px 20px;
  }
  .sec .lead {
    font-size: 16px;
    text-align: justify;
  }
  .infographic h2 {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: intrinsic;
    margin: 0 auto 50px !important;
  }
  .infographic h2 img {
    text-align: center;
    width: auto;
    height: 70px;
  }
  .infographic .graphic .item {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .infographic .graphic .item .title {
    font-size: 3vw;
    height: 40px;
  }
  .infographic .graphic .item .date {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .infographic .graphic .item.number .number_value {
    line-height: 1.2;
    font-size: 12vw;
    text-align: center;
  }
  .infographic .graphic .item.number .number_value > span {
    font-size: 6vw;
  }
  .infographic .graphic .item .by_age {
    text-align: center;
    margin: 20px 0;
  }
  .infographic .graphic .item .age {
    font-size: 3vw;
    line-height: 1.2;
    text-align: center;
  }
  .infographic .graphic .item .age > span {
    font-size: 5vw;
    line-height: 1.2;
  }
  .infographic .graphic .item.birthplace_all {
    width: 100%;
    aspect-ratio: 1200/750;
  }
  .infographic .graphic .item.birthplace_all .birthplace {
    margin-top: 80px;
  }
  .infographic .graphic .item.birthplace_all .birthplace img {
    width: 100%;
  }
  .infographic .graphic .item.home_all {
    width: 100%;
    aspect-ratio: 1200/1010;
  }
  .infographic .graphic .item.home_all .home {
    margin: 20px 0;
  }
  .infographic .graphic .item.home_all .home img {
    width: 100%;
  }
  .system_wrap {
    margin: 80px 0 0;
  }
  .system_wrap .system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .system_wrap .system:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .system_wrap .system + .system {
    margin: 40px 0 0;
  }
  .system_wrap .system .system_text > p {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .system_wrap .system .system_image {
    width: 42%;
  }
  .system_wrap .system .system_image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/* =====================================

▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  #main {
    margin-top: 70px;
  }
  #main .main_inner {
    padding: 0;
  }
  #main .main_inner h2 {
    color: #F6A429;
    letter-spacing: 0.1em;
  }
  .sec {
    padding: 50px 20px;
  }
  .sec .lead {
    font-size: 14px;
    text-align: justify;
  }
  .sec .name {
    text-align: right;
    margin: 20px 0 0 auto;
    width: 70px;
    height: 33px;
  }
  .sec .name img {
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .sec .company_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0 40px;
  }
  .sec .company_policy > div {
    width: 46%;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .overview table {
    width: 100%;
    font-size: 14px;
  }
  .overview table th {
    width: 150px;
    padding: 20px 10px;
    background-color: #F6A429;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
  .overview table td {
    width: calc(100% - 150px);
    padding: 20px 20px;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .overview table td.represent_name img {
    height: 14px;
  }
  .overview table td .address .google_map_link a {
    font-size: 12px;
  }
  .overview table td dl {
    font-size: 600;
    line-height: 1.6;
  }
  .overview table td dl + dl {
    margin-top: 25px;
  }
  .overview table td dl dt {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .overview table td dl dd {
    font-size: 14px;
  }
  .overview table tr:last-child th {
    border-bottom: none;
  }
  .overview table tr:last-child td {
    border-bottom: none;
  }
  .welfare {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .welfare dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0;
  }
  .welfare dl dt {
    width: 150px;
    font-size: 16px;
  }
  .welfare dl dd {
    width: calc(100% - 150px);
  }
  .system_wrap {
    margin: 40px 0 0;
  }
  .system_wrap .system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .system_wrap .system:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .system_wrap .system + .system {
    margin: 40px 0 0;
  }
  .system_wrap .system .system_text {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #F6A429;
    border-bottom: 1px solid #F6A429;
    padding: 20px 0;
    font-size: 14px;
  }
  .system_wrap .system .system_text > p {
    font-size: 20px;
    line-height: 1.2;
    color: #F6A429;
    margin: 0 0 10px;
    width: 100%;
  }
  .system_wrap .system .system_image {
    width: 42%;
  }
  .system_wrap .system .system_image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/* =====================================

▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  #main {
    margin-top: 70px;
  }
  #main .main_inner {
    padding: 0;
  }
  #main .main_inner h2 {
    letter-spacing: 0.1em;
    margin: 0 0 15px;
  }
  .sec {
    padding: 30px 20px;
  }
  .sec .lead {
    font-size: 14px;
    text-align: justify;
  }
  .sec .name {
    text-align: right;
    margin: 10px 0 0 auto;
    width: 63px;
    height: 30px;
  }
  .sec .name img {
    width: 100%;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .sec .company_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0 0;
  }
  .sec .company_policy > div {
    width: 48%;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .overview .container {
    padding-left: 0;
    padding-right: 0;
  }
  .overview table {
    width: 100%;
    font-size: 13px;
  }
  .overview table th {
    width: 100%;
    padding: 10px 10px;
    background-color: #F6A429;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    display: block;
  }
  .overview table td {
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .overview table td.represent_name img {
    height: 13px;
  }
  .overview table td.represent_name .en {
    font-size: 11px;
  }
  .overview table td .address .google_map_link a {
    font-size: 12px;
  }
  .overview table td dl {
    font-size: 600;
    line-height: 1.6;
  }
  .overview table td dl + dl {
    margin-top: 25px;
  }
  .overview table td dl dt {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .overview table td dl dd {
    font-size: 13px;
  }
  .overview table tr:last-child th {
    border-bottom: none;
  }
  .overview table tr:last-child td {
    border-bottom: none;
  }
  .infographic .container {
    padding-left: 0;
    padding-right: 0;
  }
  .infographic .graphic {
    display: block;
  }
  .infographic .graphic > div {
    margin-bottom: 20px;
    width: 100%;
  }
  .infographic .graphic > div.all {
    width: 100%;
  }
  .infographic .graphic > div:last-child {
    margin-bottom: 0;
  }
  .infographic .graphic {
    display: block;
  }
  .infographic .graphic .item {
    padding: 20px 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .infographic .graphic .item .title {
    font-size: 5vw;
    height: auto;
  }
  .infographic .graphic .item .date {
    font-size: 16px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .infographic .graphic .item.number .number_value {
    line-height: 1.2;
    font-size: 26vw;
    text-align: center;
  }
  .infographic .graphic .item.number .number_value > span {
    font-size: 12vw;
  }
  .infographic .graphic .item .by_age {
    text-align: center;
    margin: 20px 0;
  }
  .infographic .graphic .item .age {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
  .infographic .graphic .item .age > span {
    font-size: 30px;
    line-height: 1.2;
  }
  .infographic .graphic .item.birthplace_all {
    width: 100%;
    aspect-ratio: 1200/750;
  }
  .infographic .graphic .item.birthplace_all .birthplace {
    margin: 40px 0 20px;
  }
  .infographic .graphic .item.birthplace_all .birthplace img {
    width: 100%;
  }
  .infographic .graphic .item.home_all {
    width: 100%;
    aspect-ratio: 1200/1010;
  }
  .infographic .graphic .item.home_all .home {
    margin: 20px 0;
  }
  .infographic .graphic .item.home_all .home img {
    width: 100%;
  }
  .welfare {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
  .welfare dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0;
  }
  .welfare dl dt {
    width: 120px;
    font-size: 13px;
  }
  .welfare dl dd {
    width: calc(100% - 120px);
  }
  .system_wrap {
    margin: 40px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #F6A429;
  }
  .system_wrap .system {
    display: block;
  }
  .system_wrap .system:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .system_wrap .system + .system {
    margin: 20px 0 0;
  }
  .system_wrap .system .system_text {
    width: 100%;
    display: block;
    border-top: 1px solid #F6A429;
    border-bottom: none;
    padding: 15px 0;
    font-size: 13px;
  }
  .system_wrap .system .system_text > p {
    font-size: 16px;
    line-height: 1.2;
    color: #F6A429;
    margin: 0 0 10px;
    width: 100%;
  }
  .system_wrap .system .system_text > div {
    text-align: justify;
  }
  .system_wrap .system .system_image {
    width: 100%;
  }
  .system_wrap .system .system_image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}/*# sourceMappingURL=company.css.map */