@charset "UTF-8";
/* societyenvironment
***************************************************************/

/*mv*/
.societyenvironment .widget_mv01 {
  background-image: url("../img/societyenvironment/societyenvironment_mv.png");
  margin-bottom: 40px;
}

.societyenvironment_txt {
  width: 1000px;
  margin: 0 auto 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.societyenvironment_txt p:first-child {
  font-size: 22px;
}
.societyenvironment_txt ul {
  margin-top: 20px;
}
.societyenvironment_txt ul li {
  font-size: 20px;
  line-height: 1.9em;
}
.societyenvironment_txt p:last-child {
  font-size: 18px;
  line-height: 2.11em;
  text-align: center;
  margin-top: 35px;
}

.societyenvironment > p {
  width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1a1a1a;
}
.societyenvironment > .btnbase {
  width: 410px;
  font-size: 18px;
  padding: 23px 0;
  margin: 105px auto 140px;
}
.other_innner {
  background-color: #dde9e5;
  padding: 80px 0;
}

@media screen and (max-width: 679px) {
  /*mv*/
  .societyenvironment .widget_mv01 {
    margin-bottom: 20px;
  }
  .societyenvironment_txt {
    width: 100%;
    margin: 0 auto 20px;
    font-weight: bold;
  }
  .societyenvironment_txt p:first-child {
    font-size: 15px;
  }
  .societyenvironment_txt ul {
    margin-top: 10px;
  }
  .societyenvironment_txt ul li {
    font-size: 13.5px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .societyenvironment_txt p:last-child {
    font-size: 13.5px;
    line-height: 1.8em;
    margin-top: 15px;
  }

  .societyenvironment > p {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 13.5px;
    line-height: 1.6em;
  }
  .societyenvironment > .btnbase {
    width: 250px;
    font-size: 13.5px;
    padding: 19px 0;
    margin: 50px auto 70px;
  }
  .other_innner {
    padding: 40px 0 30px;
  }
}

.sl_bg {
  background-color: #dce8e8;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 679px) {
  .sl_bg {
    width: auto;
    margin: 0 5%;
  }
}

/* societyenvironment info01
***************************************************************/
/*mv*/
.societyenvironment_info01 .widget_mv07 {
  background-image: url("../img/societyenvironment/societyenvironment_info01_mv.png");
}

.se_info01 {
  height: auto;
  padding: 45px 50px 50px 50px;
}
.se_info01 > p {
  font-size: 16px;
  line-height: 1.88em;
  margin-bottom: 30px;
}

.societyenvironment_info01 > div + div {
  margin-top: 50px;
}

.infoTitle {
  color: #008280;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.squareList {
  margin-top: 30px;
}

.squareListItem {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #008080;
  position: relative;
}

.squareListItem + .squareListItem {
  margin-top: 10px;
}

.squareListItem:before {
  content: "";
  background-image: url("../img/societyenvironment/ico_square_01.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

.circleList {
  margin-top: 30px;
}

.circleListItem {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #152f40;
  position: relative;
}

.circleListItem + .circleListItem {
  margin-top: 0px;
}

.circleListItem:before {
  content: "";
  background-image: url("../img/societyenvironment/ico_circle_01.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

.squareList .circleList {
  margin-top: 5px;
}

.squareList .circleList .circleListItem {
  font-size: 14px;
}

@media all and (-ms-high-contrast: none) {
  .se_info01 img {
    width: 100%;
  }
}

@media screen and (max-width: 679px) {
  .societyenvironment_info01 .widget_mv07 {
    margin-bottom: 20px;
  }
  .societyenvironment_info01 > p {
    padding: 0 5%;
  }
  .se_info01 {
    height: auto;
    padding: 25px 8%;
  }
  .se_info01 > p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .infoTitle {
    font-size: 16px;
    margin-top: 40px;
  }
  .squareListItem {
    font-size: 14px;
  }
  .circleListItem {
    font-size: 14px;
  }
  .squareList .circleList .circleListItem {
    font-size: 12px;
  }
}

/* societyenvironment info02
***************************************************************/
/*mv*/
.societyenvironment_info02 .widget_mv07 {
  background-image: url("../img/societyenvironment/societyenvironment_info02_mv.png");
}

.se_info02 {
  height: auto;
  padding: 35px 50px 50px 50px;
  position: relative;
}
.societyenvironment_info02 > div + div {
  margin-top: 50px;
}
.se_info02 h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.54em;
}
.se_info02 a.txt_url {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #008580;
  opacity: 1;
  transition: 0.3s;
}
.se_info02 p.txt_copy {
  font-size: 16px;
  line-height: 1.88em;
  width: 450px;
  margin-top: 20px;
}
.se_info02 > img {
  width: 420px;
  position: absolute;
  top: 45px;
  right: 50px;
}
.info01__item05.se_info02 {
  padding-bottom: 60px;
}
.info01__item05.se_info02 > img {
  top: 30px;
}
.se_icon {
  width: 100px;
  display: block;
  position: absolute;
  top: 45px;
  left: 400px;
}
.se_info02:nth-of-type(1) p.txt_copy {
  letter-spacing: -0.01em;
}

@media screen and (min-width: 680px) {
  .se_info02 a.txt_url:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media screen and (max-width: 679px) {
  .societyenvironment_info02 .widget_mv07 {
    margin-bottom: 20px;
  }
  .societyenvironment_info02 > p {
    padding: 0 5%;
  }
  .se_info02 {
    width: auto;
    height: auto;
    padding: 40px 8%;
    margin: 0 5%;
  }
  .societyenvironment_info02 > div + div {
    margin-top: 15px;
  }
  .se_info02 h2 {
    font-size: 15.5px;
    text-align: center;
  }
  .se_info02 a.txt_url {
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .se_info02 p.txt_copy {
    font-size: 13px;
    width: 100%;
    margin-top: 20px;
  }
  .se_info02 > img {
    width: 100%;
    /*padding: 0 7%;*/
    margin-top: 20px;
    position: initial;
  }
  .se_icon {
    width: 100px;
    position: initial;
    margin: 10px auto;
  }
  .se_info02:nth-of-type(1) p.txt_copy {
    letter-spacing: 0;
  }
}

/* societyenvironment info03
***************************************************************/
/*mv*/
.societyenvironment_info03 .widget_mv07 {
  background-image: url("../img/societyenvironment/societyenvironment_info03_mv.png");
}

.se_info03 {
  height: auto;
  padding: 35px 50px 50px 50px;
  position: relative;
}
.societyenvironment_info03 > div + div {
  margin-top: 50px;
}
.se_info03 h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.54em;
}
.se_info03 a.txt_url {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #008580;
  text-decoration: none;
}
.se_info03 p.txt_copy {
  font-size: 16px;
  line-height: 1.88em;
  width: 450px;
  margin-top: 20px;
}
.se_info03 > img {
  width: 420px;
  position: absolute;
  top: 45px;
  right: 50px;
}
@media print, screen and (min-width: 680px) {
  .se_info03 a.txt_url:hover {
    opacity: 0.7;
  }
}

/*パン・アキモト*/
.akimoto a {
  color: #008580;
  text-decoration: underline;
  opacity: 1;
  transition: 0.3s;
}
.akimoto > div {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.akimoto > div p {
  font-size: 16px;
  line-height: 1.88em;
  width: 480px;
  margin: 30px 35px;
}
.akimoto > div span {
  width: 351px;
  display: block;
}
/*公益財団法人日本補助犬協会*/
.hojoken > div {
  width: 450px;
  overflow: hidden; /*float解除*/
}
.hojoken > div .space {
  float: right;
  height: 140px;
}
.hojoken > div .se_icon1 {
  width: 190px;
  float: right;
  clear: both; /*.spaceのfloat解除*/
  margin: -5px 15px 0 35px;
  display: block;
}
/*障がい者自立支援事業*/
.se_info03.andcare p.txt_copy {
  width: 440px;
  letter-spacing: -0.02em;
}
.andcare > img {
  width: 435px;
}
.andcare > div {
  margin-top: 35px;
}

.se_icon2 {
  width: 74px;
  display: block;
  position: absolute;
  top: 35px;
  right: 500px;
}
.se_icon3 {
  width: 149px;
  display: block;
  position: absolute;
  top: 20px;
  right: 500px;
}
.se_icon4 {
  width: 203px;
  display: block;
  position: absolute;
  top: 35px;
  right: 500px;
}
.se_icon5 {
  width: 92px;
  display: block;
  position: absolute;
  top: 20px;
  right: 500px;
}

.se_info03:nth-of-type(4) p.txt_copy {
  letter-spacing: -0.01em;
}

@media print, screen and (min-width: 680px) {
  .akimoto a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

@media screen and (max-width: 679px) {
  .societyenvironment_info03 .widget_mv07 {
    margin-bottom: 20px;
  }
  .societyenvironment_info03 > p {
    padding: 0 5%;
  }
  .se_info03 {
    width: auto;
    height: auto;
    padding: 40px 8%;
    margin: 0 5%;
  }
  .societyenvironment_info03 > div + div {
    margin-top: 15px;
  }
  .se_info03 h2 {
    font-size: 15.5px;
    text-align: center;
  }
  .se_info03 a.txt_url {
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
  .se_info03 p.txt_copy {
    font-size: 13px;
    width: 100%;
    margin-top: 20px;
  }
  .se_info03 > img {
    width: 100%;
    /*padding: 0 7%;*/
    margin-top: 20px;
    position: initial;
  }

  /*パン・アキモト*/
  .akimoto > div {
    background-color: #fff;
    display: block;
    margin-top: 25px;
    padding: 20px;
  }
  .akimoto > div p {
    font-size: 13px;
    width: 100%;
    margin: 0;
  }
  .akimoto > div span {
    width: 180px;
    margin: 10px auto 0;
  }
  /*公益財団法人日本補助犬協会*/
  .hojoken > div {
    width: 100%;
  }
  .hojoken > div .space {
    float: none;
    height: 0;
  }
  .hojoken > div .se_icon1 {
    width: 133px;
    float: none;
    margin: 10px auto;
  }
  /*障がい者自立支援事業*/
  .se_info03.andcare p.txt_copy {
    width: 100%;
    letter-spacing: 0;
  }
  .andcare > div {
    margin-top: 25px;
  }

  .se_icon2 {
    width: 80px;
    position: initial;
    margin: 10px auto;
  }
  .se_icon3 {
    width: 120px;
    position: initial;
    margin: 10px auto;
  }
  .se_icon4 {
    width: 180px;
    position: initial;
    margin: 10px auto;
  }
  .se_icon5 {
    width: 100px;
    position: initial;
    margin: 0 auto;
  }
}

/* societyenvironment info04
***************************************************************/
/*mv*/
.societyenvironment_info04 .widget_mv07 {
  background-image: url("../img/societyenvironment/societyenvironment_info04_mv.png");
}

.se_info04 {
  height: auto;
  padding: 40px 50px 50px 50px;
  display: flex;
  justify-content: space-between;
}
.se_info04_inner01 {
  width: 360px;
  margin-top: -6px;
}
.se_info04_inner01 > p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
.se_info04_inner01 > div {
  background-color: #fff;
  padding: 21px 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.se_info04_inner01 > div > p {
  width: 240px;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0;
}
.se_info04_inner01 > div > span {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se_info04_inner01 > div > span img {
  width: 65px;
  height: 70px;
}
.se_info04_image {
  display: block;
  width: 290px;
}

.se_info04_image img {
  width: 290px;
  height: 344px;
  margin-top: 7px;
}

.se_info04_image_text {
  font-size: 12px;
  line-height: 1.833;
  letter-spacing: 0.1em;
}

.se_info04_inner02 {
  width: 185px;
}
.se_info04_inner02 > dl > dt {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #152f40;
}
.se_info04_inner02 > dl > dd > p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.83em;
  padding-bottom: 10px;
  border-bottom: 1px solid #152f40;
}
.se_info04_inner02 > dl > dd > dl {
  font-size: 12px;
}
.se_info04_inner02 > dl > dd > dl dt {
  padding: 3px 0;
  border-bottom: 1px solid #152f40;
}
.se_info04_inner02 > dl > dd > dl dd p.year {
  font-weight: bold;
  margin: 6px 0;
}
.se_info04_inner02 > dl > dd > dl dd p:nth-child(3) {
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px dotted #152f40;
  border-bottom: 1px solid #152f40;
}
.se_info04_inner02 > dl > dd > dl dd {
  padding-bottom: 15px;
}

.se_info04_inner02 .btnbase {
  width: 185px;
  padding: 10px 0;
  font-size: 14px;
}
.se_info04_inner002 {
  width: 200px;
}
.se_info04_inner002 > dl > dt {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
.se_info04_inner002 > dl > dd > p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.83em;
  padding-bottom: 10px;
  border-bottom: 1px solid #152f40;
}
.se_info04_inner002 > dl > dd > dl {
  font-size: 12px;
}
.se_info04_inner002 > dl > dd > dl dt {
  padding: 3px 0;
}
.se_info04_inner002 > dl > dd > dl dd p.year {
  font-weight: bold;
  border-top: 1px solid #152f40;
  padding-top: 8px;
  font-size: 12px;
}
.se_info04_inner002 > dl > dd > dl dd p.year2 {
  font-weight: bold;
  margin: 8px 0 0 0;
  border-top: 1px solid #152f40;
  padding-top: 8px;
  font-size: 12px;
}
.se_info04_inner002 > dl > dd > dl dd p + p {
  /* margin-top: 5px; */
}
.se_info04_inner002 > dl > dd > dl dd p {
  text-align: left;
  font-size: 11px;
}
.se_info04_inner002 > dl > dd > dl dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #152f40;
}

.se_info04_inner002 .btnbase {
  width: 185px;
  padding: 10px 0;
  font-size: 14px;
}

.se_info04_profile_titleArea {
  padding-bottom: 10px;
  border-bottom: 1px solid #152f40;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.se_info04_profile_contents {
  margin-top: 10px;
}

.btnbase.is_blank {
  padding: 5px 10px 5px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 148px;
  height: 28px;
  margin: 0;
}

.btnbase.is_blank:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_blank_01_pc.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media screen and (min-width: 680px) {
  .se_info04_profile {
    width: 516px;
  }
  .se_info04_movie a:hover {
    opacity: 0.8;
  }
  .se_info04_profile_contents {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 679px) {
  .societyenvironment_info04 .widget_mv07 {
    margin-bottom: 20px;
  }
  .se_info04 {
    width: auto;
    height: auto;
    padding: 40px 8%;
    margin: 0 5%;
    display: block;
  }
  .se_info04_inner01 {
    width: 100%;
    margin-top: 0;
  }
  .se_info04_inner01 > p {
    font-size: 13px;
  }
  .se_info04_inner01 > div {
    padding: 10px;
    margin-top: 10px;
  }
  .se_info04_inner01 > div > p {
    width: 100%;
    font-size: 12px;
    margin-right: 10px;
  }
  .se_info04_inner01 > div > span {
    width: 46px;
  }
  .se_info04_image {
    width: 100%;
    /* padding: 0 7%; */
    display: block;
    margin-top: 20px;
  }
  .se_info04_inner02 {
    width: 100%;
    margin-top: 20px;
  }
  .btnbase.is_blank{
    font-size:11px;
    padding-right: 15px;
    width:54%;
  }
  .se_info04_image img{
    height:auto;
  }
  .se_info04_inner02 .btnbase {
    font-size: 12px;
  }
  .se_info04_inner002 {
    width: 100%;
    margin-top: 20px;
  }

  .se_info04_inner002 .btnbase {
    font-size: 12px;
  }
  .se_info04_profile {
    margin-top: 10px;
  }
  .se_info04_profile_titleArea {
    align-items: flex-end;
  }
}

/* societyenvironment info05
***************************************************************/
/*mv*/
.societyenvironment_info05 .widget_mv07 {
  background-image: url("../img/societyenvironment/societyenvironment_info05_mv.png");
}

.se_info05 {
  height: auto;
  padding: 45px 50px 50px 50px;
  display: flex;
  justify-content: space-between;
}
.se_info05 p {
  font-size: 16px;
  line-height: 1.88em;
  width: 450px;
}
.se_info05 span {
  width: 420px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 679px) {
  .societyenvironment_info05 .widget_mv07 {
    margin-bottom: 20px;
  }
  .societyenvironment_info05 > p {
    padding: 0 5%;
  }
  .se_info05 {
    width: auto;
    height: auto;
    padding: 40px 8%;
    margin: 0 5%;
    display: block;
  }
  .se_info05 p {
    font-size: 13px;
    width: 100%;
  }
  .se_info05 span {
    width: 100%;
    /*padding: 0 7%;*/
    margin-top: 20px;
  }
}

/* widget追加分
***************************************************************/
.CSR_Nav ul {
  width: 1000px;
  margin: 0 auto;
}
.CSR_Nav ul li {
  background-color: #008580;
  color: #fff;
  padding: 40px;
  position: relative;
}

.CSR_Nav ul li:nth-child(n + 2) {
  margin-top: 50px;
}
.CSR_Nav ul li h2 {
  width: 440px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.CSR_Nav ul li > img {
  width: 440px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.CSR_Nav ul li p {
  width: 440px;
  font-size: 16px;
  line-height: 1.88em;
  margin-top: 20px;
}
.CSR_Nav .btnbase {
  width: 440px;
  padding: 24px 0;
  font-size: 18px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.CSR_Nav ul li.height5 {
  height: 370px;
}
.CSR_Nav ul li.height6 {
  height: 400px;
}
.CSR_Nav ul li.height7 {
  height: 430px;
}
.CSR_Nav ul li.height7_ttl2 {
  height: 469px;
}

.CSR_Nav ul li .ls_1 {
  letter-spacing: -0.01em;
}
.CSR_Nav ul li .ls_2 {
  letter-spacing: -0.02em;
}

.CSR_Nav_img01 {
  width: 269px;
  display: block;
  margin: 40px 0 0 86px;
}

@media screen and (max-width: 679px) {
  .CSR_Nav ul {
    width: 100%;
    padding: 0 5%;
  }
  .CSR_Nav ul li {
    height: 100%;
    padding: 40px 8%;
  }

  .CSR_Nav ul li:nth-child(n + 2) {
    margin-top: 25px;
  }
  .CSR_Nav ul li h2 {
    width: auto;
    text-align: center;
    font-size: 15.5px;
  }
  .CSR_Nav ul li > img {
    width: 100%;
    /*padding: 0 7%;*/
    margin-top: 20px;
    position: initial;
  }
  .CSR_Nav ul li p {
    width: 100%;
    font-size: 13px;
    line-height: 1.88em;
    margin-top: 20px;
  }
  .CSR_Nav .btnbase {
    width: 100%;
    padding: 19px 0;
    font-size: 13.5px;
    margin-top: 10px;
    position: relative;
    left: initial;
    bottom: initial;
  }

  .CSR_Nav ul li.height5,
  .CSR_Nav ul li.height6,
  .CSR_Nav ul li.height7,
  .CSR_Nav ul li.height7_ttl2 {
    height: auto;
  }
  .CSR_Nav ul li .ls_1,
  .CSR_Nav ul li .ls_2 {
    letter-spacing: 0;
  }

  .CSR_Nav_img01 {
    width: 188px;
    margin: 10px auto 0;
  }
}
