@charset "utf-8";

/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/
#main .headLine01 {
  margin-bottom: 33px;
  white-space: nowrap;
  padding: 0;
}

#main .comTxtUl li {
  margin-right: 0;
  width: 480px;
}

#main .comTxtUl li:last-child {
  float: right;
}

/*
#main .comTxtUl li .textBox {
  padding: 29px 30px 77px;
  min-height: 0;
  background: #DFF2F9 url(../img/concept/bg01.jpg) no-repeat center bottom;
}

#main .comTxtUl li:last-child .textBox {
  background-image: url(../img/concept/bg02.jpg);
}
#main .comTxtUl li .textBox .ttl {}
*/

#main .comTxtUl li .ttl {
  margin: 0 0 14px;
  padding: 10px 5px;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  background-color: #006896;
  text-align: center;
}

#main .comTxtUl li .ttl:hover {
  background-color: rgba(0, 104, 150, 0.8);
}


#main .comText {
  margin-bottom: 72px;
}

#main .comTxtUl {
  margin-bottom: 104px;
}

@media screen and (max-width: 767px) {
  #main .headLine01 {
    font-size: 6vw;
    white-space: inherit;
    padding: 0 0 7px;
  }
  #main .imgBox01 .headLine03 {
    font-size: 2em;
  }
  #main .headLine03 {
    font-size: 2em;
  }
  #main .comTxtUl li {
    width: 48%;
    margin: auto;
  }
  #main .comTxtUl li .ttl {
    font-size: 1.4em;
  }
}


.sdgsBox {
  width: 100%;
  margin: 25px auto 50px;
}
.sdgslogo {
  width: 600px;
  margin: 30px auto;
}

.sdgslogo > img {
  width: 100%;
}

.sdgs-list {
  /* width: calc(100% - 70px); */
  /* padding: 35px; */
  background-color: #f1d8e1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.sdgs-item {
  /* display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; */
}

.sdgsmodal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding:20px;
  box-sizing: border-box;
}
.sdgs-item .sdgsmodal:hover {
  background-color: #fff;
}

.sdgs-item:nth-of-type(1) {
  width: 315px;
  /* width: 275px; */
  /* margin-bottom: 40px; */
}
.sdgs-item:nth-of-type(2) {
  width: 365px;
  /* width: 325px; */
  /* margin-bottom: 40px; */
}
.sdgs-item:nth-of-type(3) {
  width: 320px;
  /* width: 280px; */
  /* margin-bottom: 40px; */
}
.sdgs-item:nth-of-type(4) {
  width: 475px;
  /* width: 435px; */
}
.sdgs-item:nth-of-type(5) {
  width: 365px;
  /* width: 325px; */
}
.sdgs-item:last-of-type {
  width: 140px;
  /* width: 100px; */
  padding-top: 20px;
}

.sdgs-item-icon {
  width: 100px;
  height: 100px;
  margin: 0;
}
.sdgs-item-icon > img {
  width: 100px;
  height: 100px;
}
.sdgs-item-text {
  width: calc(100% - 115px);
}

.two-icon .sdgs-item-icon {
  width: 215px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.two-icon .sdgs-item-text {
  width: calc(100% - 225px);
}

@media screen and (max-width: 767px) {
  .sdgslogo {
    width: 80%;
    margin: 25px auto;
  }
  .sdgs-list {
    width: calc(100% - 40px);
    max-width: 400px;
    margin: auto;
    padding: 20px 20px 0;
  }
  .sdgs-item:nth-of-type(1),
  .sdgs-item:nth-of-type(2),
  .sdgs-item:nth-of-type(3),
  .sdgs-item:nth-of-type(4),
  .sdgs-item:nth-of-type(5),
  .sdgs-item:last-of-type {
    width: 100%;
    margin-bottom: 20px;
  }

  .sdgs-item-icon {
    width: 48%;
    height: auto;
    margin: 0;
  }

  .sdgs-item-icon > img {
    width: 100%;
    height: auto;
  }
  .sdgs-item-text {
    width: 48%;
  }
  .two-icon .sdgs-item-icon {
    width: 48%;
  }
  .two-icon .sdgs-item-text {
    width: 48%;
  }
}


.subTitle {
  color: #fff;
  text-align: center;
  background-color: #66c4cd;
  width: 810px;
  margin: 70px auto;
  font-size: 23px;
  font-weight: normal;
  padding: 15px 0;
  line-height: 1;
}

.risk-cost-box {
  position: relative;
  height: 870px;
  margin-bottom: 70px;
}

.risk-cost-img {
  width: 440px;
  height: 440px;
  z-index: 10;
  position: absolute;
  top: calc(50% - 220px);
  left: calc(50% - 220px);
  margin: 0;
  /* background-image:url(../img/concept/risk_cost_img.png); */
  background-size: contain;
}

.risk-cost-img > img {
  width: 100%;
  height: 100%;
}

.risk-inner {
  position: absolute;
  left: 0;
  top: 30px;
}
.risk-inner::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  right: -2.5px;
  top: -30px;
  position: absolute;
}
.risk-inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
  width: 1px;
  height: 470px;
  background-color: #000;
}

.cost-inner {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.cost-inner::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  left: -2.5px;
  bottom: -30px;
  position: absolute;
}
.cost-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 1px;
  height: 470px;
  background-color: #000;
}

.risk-inner .inner-link-button {
  display: block;
  width: 500px;
  height: 400px;
  background-color: #ccd6e5;
  background-image: url(../img/concept/risk_icon.png);
  background-repeat: no-repeat;
  background-size: 138px 136px;
  background-position: top 40px right 40px;
  padding: 60px 190px 0 40px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.cost-inner .inner-link-button {
  display: block;
  width: 500px;
  height: 400px;
  background-color: #ccd6e5;
  background-image: url(../img/concept/cost_icon.png);
  background-repeat: no-repeat;
  background-size: 116px 116px;
  background-position: bottom 40px left 40px;
  padding: 110px 30px 0 200px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.a{fill:transparent;}
.b{fill:#3fbcd5;}
.c{fill:#fff;}
.d{fill:#064f7b;}
.e{fill:#8d80bb;}

.risk-link:hover,
.cost-link:hover  {
  opacity: 0.8;
}
/* .risk-inner:hover .risk-link,
.cost-inner:hover .cost-link {
  opacity: 0.8;
}
.risk-cost-img .risk-link-button:hover,
.risk-cost-img .cost-link-button:hover {
  opacity: 0.8;
} */
/* .risk-inner:hover + .risk-cost-img .risk-link-button,
.cost-inner:hover + .risk-cost-img .cost-link-button {
  opacity: 0.8;
}
.risk-cost-img .risk-link-button:hover + .risk-inner,
.risk-cost-img .cost-link-button:hover + .cost-inner {
  opacity: 0.8;
} */

@media screen and (max-width: 767px) {
  .subTitle {
    color: #fff;
    text-align: center;
    background-color: #66c4cd;
    width: 90%;
    margin: 50px auto 25px;
    font-size: 18px;
    padding: 15px;
  }

  .risk-cost-box {
    position: relative;
    height: auto;
    margin-bottom: 70px;
  }

  .risk-cost-img {
    width: 280px;
    height: 280px;
    z-index: 10;
    position: inherit;
    margin: -108px auto;
    left: auto;
  }

  .risk-inner {
    position: inherit;
    width: 50%;
  }

  .risk-inner .inner-link-button {
    width: 100%;
    height: auto;
    background-size: 69px 68px;
    background-position: bottom 100px left 10px;
    padding: 20px 20px 175px;
    font-size: 14px;
    line-height: 1.6;
  }

  .risk-inner::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    right: -2.5px;
    top: -30px;
    position: absolute;
  }
  .risk-inner::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -30px;
    width: 1px;
    height: calc(100% + 30px);
    background-color: #000;
  }

  .cost-inner {
    position: inherit;
    right: 0;
    bottom: 30px;
    width: 50%;
    margin-left: auto;
  }

  .cost-inner .inner-link-button {
    width: 100%;
    height: auto;
    background-color: #ccd6e5;
    background-size: 58px 58px;
    background-position: top 100px right 10px;
    padding: 170px 20px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .cost-inner::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    left: -2.5px;
    bottom: -30px;
    position: absolute;
  }
  .cost-inner::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 1px;
    height: auto;
    height: calc(100% + 30px);
    background-color: #000;
  }
}

@media screen and (max-width: 480px) {
  .risk-inner,
  .cost-inner {
      width: 80%;
    }
}

@media screen and (max-width: 767px) {
  .comBtnList {
    width: 302px;
  }
  .comBtnList li {
    margin-top: 37px;
    float: inherit;
  }
  .comBtnList li:nth-child(2n) {
    float: inherit;
  }
}

.modalItem {
  padding: 25px;
  background-color: #fff;
}


/*sdgs モーダル*/

#modal_sdgs_2.modalItem,
#modal_sdgs_3.modalItem,
#modal_sdgs_12.modalItem,
#modal_sdgs_14_15.modalItem,
#modal_sdgs_17.modalItem  {
  max-width: 600px;
  width: auto;
  box-sizing: border-box;
}
.modalTitleSdgs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.modalTitleSdgsIcon {
  width: 120px;
  display: block;
}
.modalTitleSdcs.two-icon {
  width: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modalTitleSdgsIcon > img {
  width: 100%;
}
.modalTitleText {
  width: calc(100% - 140px);
  display: block;
  font-size: 17.5px;
  font-weight: bold;
}
.modalSdgsIist {}
.modalSdgsIitem {
  border-style: solid;
  border-width: 6px;
  border-radius: 16px;
  margin: 25px 0;
  padding: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#modal_sdgs_2 .modalSdgsIitem {
  border-color: #d6a600;
}

#modal_sdgs_3 .modalSdgsBox {
  border-color: #00973b;
  border-style: solid;
  border-width: 6px;
  border-radius: 16px;
  padding: 27px;
  margin: 25px 0;
}

#modal_sdgs_14_15 .modalSdgsBox:nth-of-type(2) {
  border-color: #0076ba;
  border-style: solid;
  border-width: 6px;
  border-radius: 16px;
  padding: 27px;
  margin: 25px 0;
}

#modal_sdgs_14_15 .modalSdgsBox:nth-of-type(3) {
  border-color: #00973b;
  border-style: solid;
  border-width: 6px;
  border-radius: 16px;
  padding: 27px;
  margin: 25px 0;
}

#modal_sdgs_12 .modalSdgsBox {
  border-color: #d6a600;
  border-style: solid;
  border-width: 6px;
  border-radius: 16px;
  padding: 27px;
  margin: 25px 0;
}
#modal_sdgs_17 .modalSdgsBox {
  border-color: #003067;
  border-style: solid;
  border-width: 6px;
  border-radius: 16px;
  padding: 27px;
  margin: 25px 0;
}
.modalSdgsBoxText {
  font-size: 14px;
}
.modalSdgsIitem dl {
  width: 230px;
}
.modalSdgsIitem dl .modalSdgsItemTitle {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.modalSdgsItemPicList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 15px;
}
.modalSdgsItemPicList .modalSdgsItemPic {
  width:100%;
  margin-bottom: 15px;
}

#modal_sdgs_2 .modalSdgsIitem dl .modalSdgsItemTitle {
  color: #d6a600;
  border-bottom: 2px dashed #d6a600;
}

#modal_sdgs_3 .modalSdgsBox h5 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #00973b;
  border-bottom: 2px dashed #00973b;
}

#modal_sdgs_14_15 .modalSdgsBox:nth-of-type(2) h5 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #0076ba;
  border-bottom: 2px dashed #0076ba;
}

#modal_sdgs_14_15 .modalSdgsBox:nth-of-type(3) h5 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #00973b;
  border-bottom: 2px dashed #00973b;
}
#modal_sdgs_12 .modalSdgsBox h5 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #d6a600;
  border-bottom: 2px dashed #d6a600;
}

#modal_sdgs_12 .modalSdgsItemPicList li {
  width: calc(50% - 5px);
}

#modal_sdgs_12 .modalSdgsItemPicList li:nth-of-type(1) .modalSdgsItemPic,
#modal_sdgs_12 .modalSdgsItemPicList li:nth-of-type(4) .modalSdgsItemPic {
  transform: rotate(1deg);
}
#modal_sdgs_12 .modalSdgsItemPicList li:nth-of-type(2) .modalSdgsItemPic,
#modal_sdgs_12 .modalSdgsItemPicList li:nth-of-type(3) .modalSdgsItemPic {
  transform: rotate(-1deg);
}
#modal_sdgs_12 .modalSdgsItemPicList .modalSdgsItemPic > img {
  border: 6px solid #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  box-sizing: border-box;
}
#modal_sdgs_12 .modalSdgsItemPicList .modalSdgsItemPicCap {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 5px;
}
#modal_sdgs_12 .notes {
  text-align: right;
}

#modal_sdgs_17 .modalSdgsBox h5 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #003067;
  border-bottom: 2px dashed #003067;
}

.modalSdgsIitem dl .modalSdgsItemText {
  font-size: 16px;
}
.modalSdgsItemPic {
  width: calc(100% - 251px);
  margin: 0;
}
.modalSdgsItemPic > img {
  width: 100%;
}
.modalSdgsItemPic figcaption {
  color: #fff;
  background-color: #000;
  padding: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 3px;
}

.modalSdgsItemPic figcaption > span:nth-of-type(1) {
  font-size: 14.5px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
/* .modalSdgs2ItemPic figcaption.narrow > span:nth-of-type(1){
  transform: scale( 0.85 , 1 );
  margin: 0 -10.5px;
} */
.modalSdgsItemPic figcaption > span:nth-of-type(2) {
  font-size: 10px;
  font-weight: 400;
  display: block;
  line-height: 1;
  padding-top: 5px;
}

.modalSdgsEmphasis {
  padding: 27px;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.modalSdgsEmphasis-text {
  color: #fff;
  width: 230px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}


.modalInButton {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #91004f;
  /* height: 50px; */
  width: 80%;
  margin:  25px auto 0;
}
/* .modalInButton:link {
  color: #fff;
} */

#modal_sdgs_3 .modalSdgsEmphasis {
  background-color: #00973b;
}
#modal_sdgs_17 .modalSdgsEmphasis {
  background-color: #003067;
}
#modal_sdgs_17 .modalInButton:link,
#modal_sdgs_17 .modalInButton:visited {
  color: #fff;
}


#modal_sdgs_3 .modalInButton {
  background-color: #00973b;
  margin: 40px auto 60px;
  height: 80px;
  padding-bottom: 30px;
  position: relative;
}
#modal_sdgs_3 .modalInButton::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 30px;
  border-color:rgba(255, 255,255, 1) rgba(255, 255,255, 0) rgba(255, 255,255, 0) rgba(255, 255,255, 0);
  left: calc(50% - 30px);
  bottom: 0;
}
#modal_sdgs_3 .modalInButton:link,
#modal_sdgs_3 .modalInButton:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .modalSdgsItemPic > img {
    width: inherit;
  }
  .modalSdgsItemPic {
    width: 100%;
    margin: 0;
  }
  .modalInButton {
    height: auto;
  }
  #modal_sdgs_2 .modalSdgsItemPic {
    margin-top: 20px;
  }
  #modal_sdgs_12 .modalSdgsItemPicList li {
    width: 100%;
  }
  #modal_sdgs_3 .modalInButton {
    padding: 30px;
  }
}



/*アルコールチェックの取組みについて*/
.alcohoCheck .contentText .emphasis {
  color: #006896;
}
.alcohoCheckBox1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 25px 0;
}
.alcohoCheckBox1 .contentImage {
  width: 519px;
  margin: 0;
}
.alcohoCheckBox1 .notes {
  border:8px solid #006896;
  padding: 25px;
  width: calc(100% - 540px);
  position: relative;
}
.alcohoCheckBox1 .notes::before {
  content: "";
  display: block;
  position: absolute;
  left:-60px;
  bottom: 20px;
  border-style: solid;
  border-width: 20px 30px;
  border-color: rgba(0, 105, 150, 0) rgba(0, 105, 150, 1) rgba(0, 105, 150, 0) rgba(0, 105, 150, 0);
}

.alcohoCheckBox2 h4 {
  font-size: 1.5em;
  text-align: center;
  color: #006896;
}
.alcohoCheckBox2 .contentText {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .alcohoCheckBox1 .contentImage {
    width: 100%;
  }
  .alcohoCheckBox1 .notes {
    border:4px solid #006896;
    padding: 25px;
    width: 100%;
    position: relative;
    margin-top:20px;
  }
  .alcohoCheckBox1 .notes::before {
    content: "";
    display: block;
    position: absolute;
    left:inherit;
    bottom: inherit;
    right: 10%;
    top: -60px;
    border-style: solid;
    border-width: 30px 20px;
    border-color: rgba(0, 105, 150, 0) rgba(0, 105, 150, 0) rgba(0, 105, 150, 1) rgba(0, 105, 150, 0);
  }
}
