@charset "UTF-8";
/* =====================

長大のCSR

/csr/

===================== */
.p-csr {
  color: #040000;
}

.p-csr > *:first-child {
  margin-top: 0 !important;
}

.p-csr > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .p-csr {
    margin-top: 70px;
  }
}

.p-csr .p-ttl__02 {
  margin: 2.5em 0 .5em;
}

@media screen and (min-width: 769px) {
  .p-csr .p-ttl__02 {
    margin: 4em 0 .5em;
  }
}

.p-csr-headline {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .p-csr-headline {
    margin-bottom: 160px;
  }
}

.p-csr-headline__title {
  margin-bottom: 2em;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-csr-headline__title {
    font-size: 3rem;
    line-height: 1.625;
    text-align: center;
  }
}

.p-csr-headline__caption {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .p-csr-headline__caption {
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-csr-title--primary {
  margin: 1em 0;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-csr-title--primary {
    font-size: 3.2rem;
  }
}

.p-csr-title--primary:after, .p-csr-title--primary:before {
  font-size: 110%;
}

.p-csr-title--primary:before {
  margin-right: .3em;
  content: "[";
}

.p-csr-title--primary:after {
  margin-left: .3em;
  content: "]";
}

.p-csr-title--secondary {
  margin: 2em 0 .5em;
  color: #50ab50;
  font-size: 1.6rem;
  font-weight: normal;
  text-indent: -.5em;
}

@media screen and (min-width: 769px) {
  .p-csr-title--secondary {
    font-size: 2.4rem;
  }
}

.p-csr-title--secondary:after, .p-csr-title--secondary:before {
  font-size: 110%;
}

.p-csr-title--secondary:before {
  content: "【";
}

.p-csr-title--secondary:after {
  content: "】";
}

.p-csr-title--tertiary {
  margin: 2em 0 .5em;
  color: #50ab50;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-csr-title--tertiary {
    font-size: 2.4rem;
  }
}

.p-csr-mainvisual {
  margin: 1em 0;
}

.p-csr-nav {
  margin: 30px 0 0;
}

@media screen and (min-width: 769px) {
  .p-csr-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.p-csr-nav__item {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-csr-nav__item {
    width: 48%;
    margin-left: 4%;
  }
  .p-csr-nav__item:nth-child(odd) {
    margin-left: 0;
  }
  .p-csr-nav__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-csr-nav__item ~ .p-csr-nav__item {
    margin-top: 10px;
  }
}

.p-csr-image--svg {
  margin: 3em 0;
}

@media screen and (min-width: 769px) {
  .p-csr-image--svg {
    margin: 6em 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-csr-image--svg img {
    width: auto;
    height: auto;
  }
}

.p-csr-card--top .p-csr-card__title {
  background: #1396b3;
  padding: 1em;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-csr-card--top .p-csr-card__title {
    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;
    height: 130px;
    padding: 1em;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .p-csr-card--top .p-csr-card__title br {
    display: none;
  }
}

.p-csr-card--primary {
  border: 1px solid #50ab50;
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .p-csr-column__item .p-csr-card--primary {
    margin: 0 15.02732%;
  }
}

@media screen and (min-width: 769px) {
  .p-csr-column__item .p-csr-card--primary {
    height: 100%;
    min-height: 480px;
  }
}

.p-csr-card--primary .p-csr-card__title {
  margin-bottom: 40px;
  color: #50ab50;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .01em;
}

@media screen and (min-width: 769px) {
  .p-csr-card--primary .p-csr-card__title {
    font-size: 2.4rem;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .p-csr-card--primary .p-csr-card__title--row {
    margin-bottom: 40px;
  }
}

.p-csr-card--primary .p-csr-card__image {
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-csr-card--primary .p-csr-card__image {
    padding: 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .p-csr-card--primary .p-csr-card__image {
    margin: 0 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .p-csr-card--primary .p-csr-card__body {
    font-size: 1.2rem;
  }
}

.p-csr-txt {
  margin: 1em 0;
  text-indent: 1em;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .p-csr-txt {
    margin: 1em 0;
    line-height: 2;
  }
}

.p-csr-txt--right {
  text-align: right;
}

.p-csr-table {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-csr-column__item .p-csr-table {
    height: 100%;
  }
}

.p-csr-table--stage {
  border: 1px solid #50ab50;
  margin: 2em 0;
  font-size: 1.2rem;
  table-layout: fixed;
}

@media screen and (min-width: 769px) {
  .p-csr-table--stage {
    font-size: 1.6rem;
  }
}

.p-csr-table--stage td,
.p-csr-table--stage th {
  padding: 1em .5em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .p-csr-table--stage td,
  .p-csr-table--stage th {
    padding: .5em;
  }
}

.p-csr-table--stage th {
  width: 8em;
  background: #50ab50;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
}

.p-csr-table--stage th strong {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-csr-table--stage th strong {
    font-weight: normal;
  }
}

@media screen and (min-width: 769px) {
  .p-csr-table--stage th strong {
    font-size: 2.2rem;
    font-weight: normal;
  }
}

.p-csr-table--stage td {
  line-height: 2;
  border-bottom: 1px solid #50ab50;
}

.p-csr-table--sdgs {
  margin: 2em 0;
  table-layout: fixed;
}

.p-csr-table--sdgs td,
.p-csr-table--sdgs th {
  border: 1px solid #b5b5b6;
  padding: .5em;
}

.p-csr-table--sdgs th {
  font-weight: normal;
}

.p-csr-table--sdgs td {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .p-csr-table--sdgs td {
    font-size: 1.4rem;
  }
}

.p-csr-table--sdgs thead {
  background: #1797b4;
  color: #fff;
}

.p-csr-table--sdgs thead th {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .p-csr-table--sdgs thead th {
    padding: .5em 0 .3em;
    font-size: 2rem;
  }
}

.p-csr-table--sdgs thead th:nth-child(2) {
  width: 36.30137%;
}

.p-csr-table--sdgs tbody td {
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .p-csr-table--sdgs tbody td {
    padding: 1.5em 1em;
  }
}

.p-csr-table--sdgs .p-csr-table__title {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .p-csr-table--sdgs .p-csr-table__title {
    font-size: 2rem;
  }
}

.p-csr-table__caption {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-csr-table__caption {
    font-size: 1.3rem;
  }
}

.p-csr-thumbnail {
  margin: 1em 0;
}

.p-csr-thumbnail__item {
  display: block;
}

.p-csr-thumbnail--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-csr-thumbnail--col2 .p-csr-thumbnail__item {
  width: 49%;
  margin: 0 0 0 2%;
}

.p-csr-thumbnail--col2 .p-csr-thumbnail__item:nth-child(odd) {
  margin-left: 0;
}

.p-csr-thumbnail--col2 .p-csr-thumbnail__item:nth-child(n+3) {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .p-csr-thumbnail--col2 .p-csr-thumbnail__item:nth-child(n+3) {
    margin-top: 10px;
  }
}

.p-csr-column {
  margin: 1em 0;
}

@media screen and (min-width: 769px) {
  .p-csr-column {
    margin: 2em 0;
  }
}

.p-csr-column__item > *:first-child {
  margin-top: 0 !important;
}

.p-csr-column__item > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .p-csr-column__item ~ .p-csr-column__item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-csr-box--primary .p-csr-column__item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-csr-box--primary .p-csr-column__item ~ .p-csr-column__item {
    margin-top: 25px;
  }
}

.p-csr-column__item--image {
  text-align: center;
}

.p-csr-column--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-csr-column--col2 .p-csr-column__item {
  width: 49%;
  margin: 0 0 0 2%;
}

.p-csr-column--col2 .p-csr-column__item:nth-child(odd) {
  margin-left: 0;
}

.p-csr-column--col2 .p-csr-column__item:nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .p-csr-column--col2-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-csr-column--col2-pc .p-csr-column__item {
    width: 49%;
    margin: 0 0 0 2%;
  }
  .p-csr-column--col2-pc .p-csr-column__item:nth-child(odd) {
    margin-left: 0;
  }
  .p-csr-column--col2-pc .p-csr-column__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-csr-column--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-csr-column--vertical-sp .p-csr-column__item ~ .p-csr-column__item {
    margin-top: 20px;
  }
}

.p-csr-image-layout {
  margin: 2em 0;
}

@media screen and (min-width: 769px) {
  .p-csr-image-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .p-csr-image-layout__segment {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

.p-csr-image-layout__picture {
  display: block;
  margin: 2em 0 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-csr-image-layout__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .p-csr-image-layout__picture img {
    width: 50%;
  }
}

.p-csr-box {
  margin: 2em 0;
}

.p-csr-box > *:first-child {
  margin-top: 0 !important;
}

.p-csr-box > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .p-csr-box {
    margin: 3em 0;
  }
}

.p-csr-box__title {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-csr-box__title {
    font-size: 2.4rem;
    margin-bottom: 2em;
  }
}

.p-csr-box--primary {
  border: 1px solid #50ab50;
  padding: 30px 10px;
}

@media screen and (max-width: 768px) {
  .p-csr-box--primary {
    margin: 3em 15.02732%;
  }
}

@media screen and (min-width: 769px) {
  .p-csr-box--primary {
    padding: 50px 30px;
  }
}

.p-csr-box--primary .p-csr-box__title {
  color: #50ab50;
}

.p-csr-box--secondary {
  background: #e4e1dc;
  padding: 30px;
}

@media screen and (min-width: 769px) {
  .p-csr-box--secondary {
    padding: 40px;
  }
}

.p-csr-box--secondary .p-csr-box__title {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .p-csr-box--secondary .p-csr-box__title {
    margin-bottom: 2em;
  }
}

.p-csr-box--secondary .p-csr-box__title:before {
  content: "【";
}

.p-csr-box--secondary .p-csr-box__title:after {
  content: "】";
}

.p-csr-list--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.p-csr-list--icon > li {
  width: 25%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-csr-list--icon > li img {
  width: auto;
  height: auto;
}

.p-csr-list-num--primary {
  margin-left: 2.6em;
}

.p-csr-list-num ol,
.p-csr-list-num ul {
  margin-top: .5em;
  margin-bottom: .5em;
}

.p-csr-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #22ac59;
  padding: .3em .2em;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .p-csr-btn a {
    width: auto;
    padding: .3em 1em;
  }
}

.p-csr-btn--pdf a:after, .p-csr-btn--blank a:after {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: .5em;
  width: 1em;
  height: 1em;
}

.p-csr-btn--blank a:after {
  background: url(/assets/imgs/common/ico_outerlink03.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
}

.p-csr-btn--pdf a:after {
  background: url(/assets/imgs/common/ico_pdf.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-csr-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-csr-btn-group .p-csr-btn ~ .p-csr-btn {
  margin: 15px 0 0 0;
}

@media screen and (min-width: 769px) {
  .p-csr-btn-group .p-csr-btn ~ .p-csr-btn {
    margin: 0 0 0 20px;
  }
}
