@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  color: #222;
}
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  width: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  /* max-width: 100%; width: 100%; height: auto; */
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input {
  outline: none;
}
input,
textarea {
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
input[type="search"],
input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
abbr,
acronym {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------------------------------------------------------------------------

  共通

--------------------------------------------------------------------------- */
html {
  /* 1rem = 10pxと定義 */
  font-size: 10px;
  line-height: 1.6;
}
body {
  /*　基本のフォントサイズは16px */
  font-size: 1.6rem;
}
/* リンクカラー */
a {
  outline: none;
  color: #1083b7;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.innerBox {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
.innerBoxColor01 {
  padding: 50px 0;
  min-width: 1000px;
}
.pageMainPhoto {
  background: url(header_bg.jpg) no-repeat center top / cover;
  text-align: center;
  height: 340px;
  min-width: 1000px;
}
.pageMainPhoto h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
  padding: 120px 0 0 0;
  letter-spacing: 0.1rem;
}
.boxContents_01 {
  background-image: -moz-linear-gradient(172deg, rgb(203, 227, 174) 0%, rgb(77, 193, 165) 100%);
  background-image: -webkit-linear-gradient(172deg, rgb(203, 227, 174) 0%, rgb(77, 193, 165) 100%);
  background-image: -ms-linear-gradient(172deg, rgb(203, 227, 174) 0%, rgb(77, 193, 165) 100%);
  padding: 30px 0;
  min-width: 1000px;
  text-align: center;
}
#healthymanagement h2 {
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  text-align: center;
  background: url(../images/line01.gif) no-repeat center bottom 0;
  font-weight: bold;
}

#healthymanagement h2 span {
  font-size: 30px;
}

#healthymanagement .miniTextBox {
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
}

#healthymanagement .textImgBox03 {
  overflow: hidden;
  padding: 4%;
  background: #fff;
  border: 2px #ccc solid;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
#healthymanagement .textImgBox03 .box p.title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #059392;
}

#healthymanagement .textImgBox01 {
  overflow: hidden;
  padding: 4%;
  background: #fff;
  border: 2px #ccc solid;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
#healthymanagement .textImgBox01 .box {
  float: left;
  width: 58%;
}
#healthymanagement .textImgBox01 .photo {
  float: right;
  width: 38%;
}
#healthymanagement .textImgBox01 p.title {
  padding-bottom: 6px;
  line-height: 120%;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  color: #059392;
  border-bottom: 2px solid #059392;
}
.txtDeco_02 {
  text-align: right;
  font-size: 85%;
}
#healthymanagement .textImgBox01 .photo img {
  width: 100%;
  border: 1px #000 solid;
}
#healthymanagement .textImgBox55 {
  overflow: hidden;
  margin-bottom: 10px;
}
#healthymanagement .textImgBox55 .photo {
  float: left;
  width: 25%;
}
#healthymanagement .textImgBox55 .photo img {
  width: 100%;
  border: none;
}
#healthymanagement .textImgBox55 .box {
  float: right;
  width: 72%;
}
#healthymanagement .textImgBox55 .box p.title01 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.sdgs {
  margin: 30px 0 0 0;
}
.sdgs01 .title01 {
  color: #e4011e;
}
.sdgs02 .title01 {
  color: #d6a600;
}
.sdgs03 .title01 {
  color: #1b973a;
}
.sdgs04 .title01 {
  color: #c50e28;
}
.sdgs05 .title01 {
  color: #e83418;
}
.sdgs06 .title01 {
  color: #00a6d9;
}
.sdgs07 .title01 {
  color: #fabd00;
}
.sdgs08 .title01 {
  color: #970a31;
}
.sdgs09 .title01 {
  color: #ec6a06;
}
.sdgs10 .title01 {
  color: #dc097b;
}
.sdgs11 .title01 {
  color: #f5a20b;
}
.sdgs12 .title01 {
  color: #d39206;
}
.sdgs13 .title01 {
  color: #407936;
}
.sdgs14 .title01 {
  color: #0075ba;
}
.sdgs15 .title01 {
  color: #28a838;
}
.sdgs16 .title01 {
  color: #004c88;
}
.sdgs17 .title01 {
  color: #023067;
}
#healthymanagement .textImgBox02 {
  text-align: center;
}
#healthymanagement .textImgBox02 li {
  display: inline-block;
  width: 18.4%;
  vertical-align: top;
  margin: 0 10px 40px 0;
}
#healthymanagement .textImgBox02 li .photo {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: 2px solid #767777;
}
#healthymanagement .textImgBox02 li .photo img {
  width: 100%;
}
#healthymanagement .textImgBox02 li p.title {
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #127dc8;
}
#healthymanagement .textImgBox01 .icons {
  width: 100%;
}
#healthymanagement .textImgBox01 .icons ul li {
  display: table;
  padding: 0 0 10px 0;
  margin: 0 auto;
}
#healthymanagement .textImgBox01 .icons ul li .sdgs03 {
  border: 1px solid #000000;
}
#healthymanagement .textImgBox01 .icons .stepBox img {
  display: table-cell;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  position: relative;
}
#healthymanagement .textImgBox01 .icons .textBox03 {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  border: 2px solid #1b973a;
}
#healthymanagement .textImgBox01 .icons .textBox08 {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  border: 2px solid #970a31;
}
#healthymanagement .textImgBox01 .icons .textBox03 p.title {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #1b973a;
}
#healthymanagement .textImgBox01 .icons .textBox08 p.title {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #970a31;
}
.textImgBox03 .photo {
  float: left;
  width: 42%;
}
.textImgBox03 .box {
  float: right;
  width: 54%;
}
.mT10 {
  margin-top: 10px;
}
.mT30 {
  margin-top: 30px;
}
.mT50 {
  margin-top: 50px;
}
.mB10 {
  margin-bottom: 10px;
}
.mB50 {
  margin-bottom: 50px;
}
.innerBoxColor04 {
  background: #059392;
  text-align: center;
  color: #fff;
  line-height: 5rem;
  min-width: 1000px;
  font-size: 2rem;
}
.innerBoxColor05 {
  background: #ededed;
  text-align: center;
  padding: 30px 0;
  min-width: 1000px;
}
.innerBoxColor05 a:hover {
  opacity: 0.7;
}
.ftBnr {
  text-align: center;
  min-width: 1000px;
}
.bd {
  border-right: 1px solid #333;
  padding-right: 30px;
  margin-right: 20px;
}
.ftBnr li,
.ftBnr li ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.ftBnr li ul,
.ftBnr li.bnr {
  display: inline;
}
.ftBnr li ul li {
  width: 6.5%;
  margin: 0 0 10px 0;
}
.ftBnr li ul li img {
  width: 100%;
}
.innerBoxColor06 p {
  text-align: center;
}
@media (max-width: 639px) {
  .pageMainPhoto,
  .boxContents_01,
  .innerBoxColor01,
  .innerBox,
  .innerBoxColor04,
  .innerBoxColor05,
  .innerBoxColor06,
  .ftBnr {
    width: 100%;
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pageMainPhoto {
    height: auto;
    padding: 5% 5% 30%;
  }
  .pageMainPhoto h1 {
    font-size: 2.5rem;
  }
  .boxContents_01 {
    padding: 10%;
  }
  .textImgBox01,
  #healthymanagement .textImgBox03 {
    width: 90%;
    margin: 0 auto;
  }
  #healthymanagement h2 span {
    font-size: 2rem;
  }
  #healthymanagement .textImgBox01 .photo,
  #healthymanagement .textImgBox01 .box,
  #healthymanagement .textImgBox03 .photo,
  #healthymanagement .textImgBox03 .box {
    float: none;
    width: 100%;
  }
  #healthymanagement .textImgBox01 .photo,
  #healthymanagement .textImgBox03 .photo {
    margin: 0 0 20px 0;
  }
  #healthymanagement .textImgBox02 li {
    width: 40%;
  }
  .innerBoxColor04 {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 10px;
  }
  .bd {
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .innerBoxColor06 p {
    padding: 10px;
  }
  .ftBnr li.bnr {
    display: inline-block;
    text-align: center;
  }
  .ftBnr li ul li {
    width: 20%;
  }
}
