.inner1020 {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}

.cpn-title {
  font-size: min(2em, 5.2vw);
  font-weight: 200;
  line-height: 1.1;
  padding-bottom: 0.5em;
  margin-bottom: 2.5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cpn-title {
    margin-bottom: 40px;
  }
}
.office_title {
  text-align: center;
  margin: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .office_title {
    margin: 40px 0;
  }
}
.office_title span {
  display: inline-block;
  padding: 0.5em 0;
  font-size: min(1.4em, 4.25vw);
  font-weight: 300;
  position: relative;
}

.office_title span:before, .office_title span:after {
  content: "";
  display: block;
  width: min(1.7em, 4vw);
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
}

.office_title span:before {
  left: -2.5em;
}

.office_title span:after {
  right: -2.5em;
}

.cpn-tbl {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cpn-tbl {
    border-bottom: 1px solid #CCCCCC;
  }
}
.cpn-tbl th, .cpn-tbl td {
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  font-size: min(0.9em, 3.75vw);
  font-weight: 300;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .cpn-tbl th, .cpn-tbl td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px;
  }
}
.cpn-tbl th {
  width: 20%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .cpn-tbl th {
    width: 100%;
  }
}
.cpn-tbl td {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .cpn-tbl td {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .cpn-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .cpn-row.algin-center {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .cpn-row_img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .cpn-row_img {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .cpn-row_ctn {
    width: 60.0980392157%;
  }
}
@media screen and (max-width: 768px) {
  .cpn-row_ctn {
    font-size: 3.7335vw;
    padding: 0 25px;
  }
}
.cpn-row_ctn p {
  line-height: 1.9375;
  font-weight: 300;
}

.cpn-row_ctn p + p {
  margin-top: 30px;
}

.company-message {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .company-message {
    padding: 80px 0;
  }
}
.company-message .message-img {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.company-message .message-img li {
  list-style: none;
  width: 47.619047619%;
}

.company-message .message-img li p {
  font-size: min(0.75em, 2vw);
  margin: 15px 0 0;
}

.company-philosophy {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .company-philosophy {
    padding: 80px 0;
  }
}
.company-philosophy .btn {
  margin-top: 3.5em;
}

.company-profile {
  background: #F9F9F9;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .company-profile {
    padding: 80px 0;
  }
}
.company-profile_head {
  font-size: min(1.25em, 3.5vw);
  font-weight: 300;
  margin-bottom: 1.5em;
}

.office_menu {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (min-width: 769px) {
  .office_menu {
    margin: 0 0 0 -2rem;
  }
}
@media screen and (max-width: 768px) {
  .office_menu {
    padding: 20px 0;
    background: #fff;
  }
}
.office_menu li {
  width: calc(25% - 2rem);
  margin: 0 0 0 2rem;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .office_menu li {
    width: 50%;
    margin: 0;
  }
}
.office_menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  background: #fff;
  font-weight: 200;
  font-size: min(1em, 3.2vw);
}

@media screen and (max-width: 768px) {
  .office_menu li a {
    height: 60px;
  }
}
.office_menu li a span {
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
}

.office_menu li a span:after {
  position: absolute;
  content: "";
  width: 54px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #D80C24;
}

.cpn-office {
  background: #fff;
  padding: 25px 60px 40px;
  display: none;
}

@media screen and (max-width: 768px) {
  .cpn-office {
    padding: 30px 15px;
  }
}
.cpn-office_menu {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  .cpn-office_menu {
    margin-left: -1px;
  }
}
.cpn-office_menu li {
  list-style: none;
  padding: 3px 20px;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .cpn-office_menu li {
    border-right: 1px solid #CCCCCC;
  }
  .cpn-office_menu li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .cpn-office_menu li {
    padding: 2px 10px;
    width: 33.3333333333%;
    border-left: 1px solid #CCCCCC;
  }
}
.cpn-office_menu li a {
  display: inline-block;
  font-size: min(0.9em, 4vw);
  font-weight: 300;
  text-decoration: underline;
}

.cpn-office_ttl {
  font-weight: 300;
  text-align: center;
  padding: 18px 0;
  box-shadow: 0 1px 0px #EDEDEB;
  margin-top: 50px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .cpn-office_ttl {
    margin-top: 20px;
  }
}
.cpn-office_ttl:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: 3rem;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  border-top: 2px solid #D80C24;
  border-right: 2px solid #D80C24;
  transform: rotate(-45deg);
}

.cpn-office_ttl.active:after {
  margin-top: -5px;
  transform: rotate(135deg);
}

.cpn-office_ttl--sub {
  font-size: min(1em, 4vw);
  font-weight: 200;
  position: relative;
  padding-left: 17px;
  line-height: 1;
  margin: 55px 0 25px;
}

.cpn-office_ttl--sub:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 4px;
  left: 0;
  background: #D80C24;
}

.cpn-office_ttl--sub:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .cpn-office_ttl--sub {
    margin: 40px 0 5px;
  }
}
.cpn-office_ttl__area {
  font-size: min(1.13em, 4vw);
  font-weight: 300;
  position: relative;
  padding-left: 17px;
  line-height: 1;
  margin: 55px 0 25px;
}

.cpn-office_ttl__area:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background: #D80C24;
}

@media screen and (max-width: 768px) {
  .cpn-office_ttl__area {
    margin: 40px 0 5px;
  }
}
.cpn-office_ttl.no--arrow:after {
  border: none;
  width: 0;
  height: 0;
}

.cpn-office_ctn {
  overflow: hidden;
}

.cpn-office_ctn__area--item {
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  font-size: min(0.9em, 4vw);
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .cpn-office_ctn__area--item {
    flex-flow: column;
    padding: 20px 0;
  }
}
.cpn-office_ctn__area--item span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cpn-office_ctn__area--item span + span {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .cpn-office_ctn__area--item.first {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .cpn-office_ctn__area--name {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .cpn-office_ctn__area--name {
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) {
  .cpn-office_ctn__area--zip {
    width: 13%;
  }
}
@media screen and (min-width: 769px) {
  .cpn-office_ctn__area--add {
    width: 35%;
  }
}
@media screen and (min-width: 769px) {
  .cpn-office_ctn__area--tel {
    width: 15%;
  }
}
@media screen and (min-width: 769px) {
  .cpn-office_ctn__area--fax {
    width: 15%;
  }
}
.company-group {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .company-group {
    padding: 80px 0;
  }
}
@media screen and (min-width: 769px) {
  .company-group_article {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.company-group_article + .company-group_article {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .company-group_article + .company-group_article {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .company-group_article__img {
    width: 35%;
  }
}
@media screen and (min-width: 769px) {
  .company-group_article__ctn {
    width: 60.0980392157%;
  }
}
.company-group_article__ttl {
  margin-bottom: 1.9em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl {
    margin: 30px 0 25px;
  }
}
.company-group_article__ttl img {
  display: inline-block;
  vertical-align: middle;
}

.company-group_article__ttl img.ttl01 {
  width: 309px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl01 {
    width: 100%;
    max-width: 282px;
  }
}
.company-group_article__ttl img.ttl02 {
  width: 306px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl02 {
    width: 100%;
    max-width: 307px;
  }
}
.company-group_article__ttl img.ttl03 {
  width: 388px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl03 {
    width: 100%;
    max-width: 345px;
  }
}
.company-group_article__ttl img.ttl04 {
  width: 267px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl04 {
    width: 100%;
    max-width: 267px;
  }
}
.company-group_article__ttl img.ttl05 {
  width: 328px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl05 {
    width: 100%;
    max-width: 328px;
  }
}
.company-group_article__ttl img.ttl06_01 {
  width: 220px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl06_01 {
    width: 100%;
    max-width: 220px;
  }
}
.company-group_article__ttl img.ttl06_02 {
  width: 328px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl06_02 {
    width: 100%;
    max-width: 328px;
  }
}
.company-group_article__ttl img.ttl07 {
  width: 307px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl07 {
    width: 100%;
    max-width: 307px;
  }
}
.company-group_article__ttl img.ttl08 {
  width: 236px;
}

@media screen and (max-width: 768px) {
  .company-group_article__ttl img.ttl08 {
    width: 100%;
    max-width: 236px;
  }
}
.company-group_article__txt {
  font-weight: 300;
  line-height: 1.9375;
}

@media screen and (max-width: 768px) {
  .company-group_article__txt {
    font-size: 3.7335vw;
  }
}
.philosophy-row {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .philosophy-row {
    padding: 80px 0;
  }
}
.philosophy-row .office_title {
  margin: 0 0 50px 0;
}

@media screen and (max-width: 768px) {
  .philosophy-row .office_title {
    margin: 0 0 25px 0;
  }
}
.philosophy-row_lead {
  text-align: center;
  font-size: min(2em, 7.5vw);
  font-weight: 500;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .philosophy-row_lead {
    margin: 0 0 40px 0;
  }
}
.philosophy-row_lead ul {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-left: 30px;
}

.philosophy-row_lead ul li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  .philosophy-row_lead ul li {
    text-align: left;
    line-height: 1.4;
  }
}
.philosophy-row_lead ul li + li {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .philosophy-row_lead ul li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-row_lead ul {
    align-items: flex-start;
  }
}
.philosophy-action figure + figure {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .philosophy-action figure + figure {
    margin-top: 20px;
  }
}
.philosophy-emb figure {
  text-align: center;
}

.philosophy-emb .w21 {
  max-width: 210px;
}

.philosophy-concept .cpn-row {
  flex-flow: row-reverse;
}

.philosophy-concept .cpn-row_img {
  margin-bottom: 0;
}

.philosophy-concept_img {
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .philosophy-concept_img {
    text-align: center;
    margin-top: 60px;
  }
}
.philosophy-concept_img li {
  list-style: none;
}

.philosophy-concept_img li + li {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .philosophy-concept_img li + li {
    margin-top: 40px;
  }
}
.philosophy-concept_img li p {
  font-size: min(0.75em, 3vw);
  font-weight: 200;
  margin-top: 20px;
  line-height: 1.83;
}

@media screen and (max-width: 768px) {
  .philosophy-concept_img li p {
    margin-top: 10px;
  }
}
.philosophy-concept_img li .w24 {
  max-width: 240px;
}

.philosophy-concept_img li .w165 {
  max-width: 165px;
}

@media screen and (max-width: 768px) {
  .philosophy-concept_img li .w165 {
    max-width: 64vw;
  }
}
.philosophy-concept_img li .w175 {
  max-width: 175px;
}

@media screen and (max-width: 768px) {
  .philosophy-concept_img li .w175 {
    max-width: 64vw;
  }
}
.philosophy-concept_img__sub li {
  margin-top: 0;
}

.philosophy-concept_img__sub li + li {
  margin: 0 0 0 17px;
}

@media screen and (max-width: 768px) {
  .philosophy-concept_img__sub li + li {
    margin: 10.6666666667vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-concept_img__sub li p {
    font-size: min(0.9em, 5vw);
  }
}
/** sustainability page **/
@media screen and (min-width: 769px) {
  .sustainability-article_guide {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-article .sus-img {
    max-width: 240px;
    margin: 0 auto 20px;
  }
}
.sustainability-list {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .sustainability-list {
    width: 48.2871125612%;
  }
}
.sustainability-list li {
  border-bottom: 1px solid #CCCCCC;
  padding: 1.25rem 1.25em;
  line-height: 1.625;
  position: relative;
}

.sustainability-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #D80C24;
  border-right: 2px solid #D80C24;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .sustainability-list li {
    height: 84px;
    display: flex;
    align-items: center;
  }
}
.sustainability-list li .ssl {
  display: inline-block;
}

.sustainability-list li .ssl span {
  display: block;
  font-size: min(0.75em, 3vw);
}

.sustainability-rv {
  background: #EDEDEB;
  padding: 7.5em 0;
}

@media screen and (max-width: 768px) {
  .sustainability-rv {
    padding: 5em 0;
  }
}
.sustainability-rv ul {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  list-style: none;
}

.sustainability-rv ul li {
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .sustainability-rv ul li {
    font-size: 14px;
  }
}
.sustainability-rv ul li span {
  display: inline-block;
  padding-left: 4.5em;
  position: relative;
}

.sustainability-rv ul li span:before {
  position: absolute;
  content: "";
  width: 3.125em;
  height: 3.125em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/about/sustainability/img/sustainability_icon1.svg) left top no-repeat;
  background-size: cover;
}

.sustainability-rv ul li:nth-child(2) {
  margin-top: 3em;
}

.sustainability-rv ul li:nth-child(2) span:before {
  background: url(/about/sustainability/img/sustainability_icon2.svg) left top no-repeat;
  background-size: cover;
}

.btn_link {
  border: 1px solid #F1F1F1;
  padding: 16px 20px;
  width: 350px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  position: relative;
  margin-bottom: 15px;
}

.btn_link:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  border: 2px solid #D80C24;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .btn_link {
    width: 100%;
  }
}
.sustainability-box {
  margin-top: 5em;
}

@media screen and (max-width: 768px) {
  .sustainability-box {
    padding: 0 25px;
    margin-top: 50px;
  }
}
.box_link {
  border: 1px solid #F1F1F1;
  padding: 16px 20px;
  line-height: 1.75;
  font-size: 20px;
  margin: 0 auto;
  position: relative;
}

.box_link:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  border: 2px solid #D80C24;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .box_link:after {
    right: 2.1333333333vw;
  }
}
.box_link span {
  display: block;
}

@media screen and (max-width: 768px) {
  .box_link span {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .box_link {
    width: 600px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .box_link {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 15px 15px 20px 15px;
  }
}
.company-link {
  padding: 0 0 120px 0;
}

@media screen and (max-width: 768px) {
  .company-link {
    padding: 0 0 80px 0;
  }
}
.company-link h3 {
  font-weight: 200;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .company-link_row {
    display: flex;
    flex: row wrap;
    justify-content: space-between;
    margin: 0 0 0 -20px;
  }
}
.company-link_row ul {
  padding-left: 20px;
}

@media screen and (min-width: 769px) {
  .company-link_row ul {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
  }
}
.company-link_row ul li a {
  font-weight: 200;
  line-height: 1.9375;
  text-decoration: underline;
  letter-spacing: 0.039em;
}

.company-link_row ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .company-link_row ul li a {
    font-size: 3.7333333333vw;
  }
}
.sustainability-itop h2 {
  text-align: center;
  font-weight: 200;
  margin-bottom: 60px;
  font-size: min(2em, 5.5vw);
}
.sustainability-itop p {
  line-height: 2;
  font-weight: 300;
}

.sustainability-area p {
  font-weight: 300;
  line-height: 1.625;
}
.sustainability-area ol {
  list-style: none;
  counter-reset: li;
  padding-left: 20px;
}
.sustainability-area ol li {
  line-height: 1.625;
  font-weight: 300;
  margin-top: 20px;
}
.sustainability-area ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  color: #D80C24;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media screen and (max-width: 768px) {
  .sustainability-itop h2 {
    margin-bottom: 30px;
  }
  .sustainability-itop p {
    font-size: 14px;
  }
  .sustainability-area {
    font-size: 14px;
  }
}

.about-profile {
  margin-top: 3em;
}
.about-profile .about-profile_item {
  display: block;
  border: 1px solid rgba(112,112,112, .29);
  padding: 30px 20px 10px;
}
.about-profile .about-profile_item .about-profile_item__ttl {
  margin-bottom: 15px;
}
.about-profile .about-profile_item .icon_pdf {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 0.75em;
}
.about-profile .about-profile_item .icon_pdf img {
  width: 23px;
  height: auto;
  margin: 0 5px 0 18px;
}
.about-profile .about-profile_item figure {
  max-width: 190px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-profile .about-profile_item + .about-profile_item {
    margin-top: 20px;
  }
}