/* ----------------------------------------
	company
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .company {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .company {
    margin: 50px auto 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .company {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .company .c-main-contents-title {
    margin: 0 15px 30px;
  }
  .company-about-us .company-about-us__overview {
    margin: 0 15px 30px;
  }
  .company-about-us .company-about-us__overview h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 5px 5px;
    border-bottom: solid 2px #c2a88b;
  }
  .company-about-us .company-about-us__overview p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 10px 5px 0;
  }
  .company-about-us .company-about-us__guidelines {
    margin: 0 15px 30px;
  }
  .company-about-us .company-about-us__guidelines dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 5px 5px;
    border-bottom: solid 2px #c2a88b;
  }
  .company-about-us .company-about-us__guidelines dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 10px 5px 0;
  }
  .company-about-us ul {
    margin: 10px 15px 0;
  }
  .company-about-us ul li {
    list-style-type: circle;
  }
}
@media screen and (min-width: 1025px) {
  .company-about-us .company-about-us__overview {
    width: 1300px;
    margin: 0 auto 60px;
  }
  .company-about-us .company-about-us__overview h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 30px 10px;
    margin-bottom: 30px;
    border-bottom: solid 3px #c2a88b;
  }
  .company-about-us .company-about-us__overview p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
    margin: 0 40px;
  }
  .company-about-us .company-about-us__guidelines {
    width: 1300px;
    margin: 0 auto 60px;
  }
  .company-about-us .company-about-us__guidelines dt {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 30px 10px;
    margin-bottom: 30px;
    border-bottom: solid 3px #c2a88b;
  }
  .company-about-us .company-about-us__guidelines dd {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
    margin: 0 40px;
  }
  .company-about-us ul {
    margin: 10px 30px 40px;
  }
  .company-about-us ul li {
    list-style-type: circle;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .company-about-us .company-about-us__overview {
    width: auto;
    margin: 0 30px 30px;
  }
  .company-about-us .company-about-us__overview h4 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px 10px;
    margin-bottom: 20px;
  }
  .company-about-us .company-about-us__overview p {
    margin: 0 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .company-about-us .company-about-us__guidelines {
    width: auto;
    margin: 0 30px 30px;
  }
  .company-about-us .company-about-us__guidelines dt {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px 10px;
    margin-bottom: 20px;
  }
  .company-about-us .company-about-us__guidelines dd {
    margin: 0 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .company-president {
    background-color: #f8f1e3;
    margin-bottom: 30px;
  }
  .company-president .company-president-content {
    padding: 10px 10px 20px;
  }
  .company-president .company-president-content__image {
    width: 100%;
    height: 120px;
    display: inline-block;
  }
  .company-president .company-president-content__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center -30px;
       object-position: center -30px;
  }
  .company-president .company-president-content__message {
    margin-top: 15px;
  }
  .company-president .company-president-content__message h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #5f4328;
    margin: 0 5px 15px;
  }
  .company-president .company-president-content__message p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #424242;
    margin: 0 10px;
  }
  .company-president .company-president-content__message p > span {
    text-align: right;
    font-weight: bold;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-president .company-president-content {
    padding: 20px 10px 20px;
    display: flex;
  }
  .company-president .company-president-content__image {
    width: 200px;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .company-president .company-president-content__image img {
    width: 100%;
    height: auto;
  }
  .company-president .company-president-content__message {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .company-president {
    background-color: #f8f1e3;
    padding: 50px 0 50px;
  }
  .company-president .company-president-content {
    width: 1300px;
    margin: 0 auto;
    display: flex;
  }
  .company-president .company-president-content__image {
    width: 400px;
    height: auto;
    display: inline-block;
  }
  .company-president .company-president-content__image img {
    width: 100%;
    height: auto;
  }
  .company-president .company-president-content__message {
    width: 850px;
    margin-left: 50px;
  }
  .company-president .company-president-content__message h4 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #5f4328;
    margin: 10px 0 30px;
  }
  .company-president .company-president-content__message p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    color: #424242;
  }
  .company-president .company-president-content__message p > span {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .company-president {
    padding: 30px;
  }
  .company-president .company-president-content {
    width: auto;
  }
  .company-president .company-president-content__image {
    width: auto;
  }
  .company-president .company-president-content__message {
    width: auto;
    margin-left: 30px;
  }
  .company-president .company-president-content__message h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ----------------------------------------
	company-table
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .company-table {
    margin: 0 10px;
  }
  .company-table .c-main-contents-title {
    margin: 0 5px 10px;
  }
  .company-table__business-list {
    margin-top: 10px;
  }
  .company-table__business-list li {
    list-style-type: circle;
    margin: 0 20px;
  }
  .company-table__office-list li {
    margin-bottom: 15px;
  }
  .company-table__office-list li span {
    margin: 5px 10px 0;
    display: block;
  }
  .company-table__member-list li {
    list-style-type: circle;
    margin: 0 20px;
  }
  .company-table table {
    width: 100%;
  }
  .company-table table th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    vertical-align: middle;
    color: #5f4328;
    background-color: #f8f1e3;
    border: solid 1px #b99c7d;
    width: 100px;
    padding: 10px;
  }
  .company-table table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    padding: 10px;
    border: solid 1px #b99c7d;
  }
}
@media screen and (min-width: 1025px) {
  .company-table {
    width: 1400px;
    margin: 50px auto 0;
  }
  .company-table__business-list {
    margin-top: 10px;
  }
  .company-table__business-list li {
    list-style-type: circle;
    margin: 0 30px;
  }
  .company-table__office-list li {
    margin-bottom: 20px;
  }
  .company-table__office-list li span {
    margin: 10px 30px 0;
    display: block;
  }
  .company-table__member-list li {
    list-style-type: circle;
    margin: 0 30px;
  }
  .company-table table {
    width: 1300px;
    margin: 0 auto;
    border-top: solid 2px #e0e0e0;
  }
  .company-table table th, .company-table table td {
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    color: #424242;
    border-bottom: solid 2px #e0e0e0;
  }
  .company-table table th {
    width: 20%;
    font-weight: bold;
    padding: 30px 30px;
  }
  .company-table table td {
    line-height: 1.8em;
    padding: 30px 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .company-table {
    width: auto;
    padding: 0 30px;
  }
  .company-table .c-main-contents-title {
    margin: 0 0 20px;
  }
  .company-table table {
    width: 100%;
  }
  .company-table table th {
    max-width: 200px;
  }
}
/* ----------------------------------------
	company-working
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .company-working {
    margin-top: 30px;
  }
  .company-working .c-main-contents-title {
    margin: 0 15px 30px;
  }
  .company-working__overview {
    margin: 0 15px 20px;
  }
  .company-working__overview h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 5px 5px;
    border-bottom: solid 2px #c2a88b;
  }
  .company-working__overview p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 10px 5px 0;
  }
  .company-working__overview p a {
    text-decoration: underline;
    color: #629700;
  }
  .company-working__improvement {
    margin: 0 15px;
    border: solid 1px #c2a88b;
  }
  .company-working__improvement h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 20px;
    background-color: #f8f1e3;
    border-bottom: solid 1px #c2a88b;
    height: 40px;
    line-height: 40px;
  }
  .company-working__improvement p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 15px 20px;
  }
  .company-working__improvement dl {
    margin: 0 20px;
  }
  .company-working__improvement dl dt {
    color: #5f4328;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border: solid 1px #c2a88b;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    padding: 0 30px;
  }
  .company-working__improvement dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 15px 10px;
  }
  .company-working__improvement dl dd ul {
    margin: 10px 10px;
  }
  .company-working__improvement dl dd ul li {
    list-style-type: circle;
  }
}
@media screen and (min-width: 1025px) {
  .company-working {
    width: 1400px;
    margin: 100px auto 0;
  }
  .company-working__overview {
    width: 1300px;
    margin: 0 auto 60px;
  }
  .company-working__overview h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 30px 10px;
    margin-bottom: 30px;
    border-bottom: solid 3px #c2a88b;
  }
  .company-working__overview p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
    margin: 0 40px;
  }
  .company-working__overview p a {
    text-decoration: underline;
    color: #629700;
  }
  .company-working__improvement {
    width: 1100px;
    margin: 0 auto;
    border: solid 2px #c2a88b;
    padding-bottom: 50px;
  }
  .company-working__improvement h4 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 40px;
    background-color: #f8f1e3;
    height: 60px;
    line-height: 60px;
  }
  .company-working__improvement p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
    margin: 30px 40px 0;
  }
  .company-working__improvement dl {
    margin: 50px 40px 0;
  }
  .company-working__improvement dl dt {
    color: #5f4328;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    border: solid 1px #c2a88b;
    width: 360px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
  }
  .company-working__improvement dl dd {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
    margin: 0 40px;
  }
  .company-working__improvement dl dd ul {
    margin: 30px 20px;
  }
  .company-working__improvement dl dd ul li {
    list-style-type: circle;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .company-working {
    width: auto;
    margin: 80px auto 0;
  }
  .company-working .c-main-contents-title {
    width: auto;
    margin: 0 30px 40px;
  }
  .company-working__overview {
    width: auto;
    margin: 0 30px 30px;
  }
  .company-working__overview h4 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px 10px;
    margin-bottom: 20px;
  }
  .company-working__improvement {
    width: auto;
    margin: 0 60px;
  }
  .company-working__improvement h4 {
    font-size: 20px;
    font-size: 2rem;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
  }
  .company-working__improvement dl {
    margin: 40px 30px 0;
  }
  .company-working__improvement dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    width: 300px;
    height: 50px;
    line-height: 50px;
  }
  .company-working__improvement dl dd {
    margin: 0 30px;
  }
  .company-working__improvement dl dd ul {
    margin: 20px 20px;
  }
}