@import url("global.css");
br.spon {
  display: none;
}

#intro .maintitle {
  font-size: 26px;
  font-weight: bold;
  margin-left: 20px;
}
#intro table.data {
  margin-top: 40px;
}
#intro .map {
  margin: 70px 0;
  width: 100%;
  height: 0;
  padding-top: 30%;
  overflow: hidden;
  position: relative;
}
#intro .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#philosophy, .sdgs {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
  background-color: transparent;
  background-image: radial-gradient(#eee 2px, transparent 2px);
  background-size: 4px 4px;
}
#philosophy .inner, .sdgs .inner {
  background-color: #fff;
  padding: 45px;
}
#philosophy .inner .title, .sdgs .inner .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
#philosophy .inner .catch, .sdgs .inner .catch {
  font-weight: bold;
  color: #002F68;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#philosophy .inner .catch span, .sdgs .inner .catch span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(0, 47, 104, 0.15)));
  background: linear-gradient(transparent 60%, rgba(0, 47, 104, 0.15) 60%);
  padding: 0 5px;
}

.sdgs {
  margin-top: 80px;
}
.sdgs .inner .inner2 {
  margin-top: 30px;
}
.sdgs .inner .catch span {
  display: inline;
}
.sdgs .inner .icons {
  max-width: 600px;
  margin: 0 auto;
}
.sdgs .inner .btn {
  margin-top: 50px;
  text-align: center;
}
.sdgs .inner .btn a {
  background-color: #002F68;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  font-weight: 600;
}
.sdgs .inner .btn a:hover {
  background-color: #0085B2;
}

table.data {
  margin-top: 80px;
  width: 100%;
  border-collapse: collapse;
}
table.data tr:first-child th {
  border-top: 1px solid #C8C8C8;
}
table.data tr:first-child td {
  border-top: 1px solid #eee;
}
table.data th {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  padding: 30px 30px 0 20px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #C8C8C8;
}
table.data td {
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}
table.data td .tel-link a {
  display: inline-block;
  text-decoration: underline;
}
table.data td dl {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.data td dl:first-child {
  padding-top: 0;
}
table.data td dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
table.data td dl dt {
  width: 40%;
  font-size: 90%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.data td dl dt span {
  display: block;
  font-weight: bold;
  font-size: 15px;
}
table.data td dl dd {
  width: 60%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.data td ul.float {
  overflow: hidden;
}
table.data td ul.float li {
  float: left;
  padding-right: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
}
table.data td ul.float li::before {
  content: "";
  display: inline-block;
  margin: 0 4px 3px 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 100%;
}
table.data td ul.float.sq li::before {
  border-radius: 0;
}
table.data td ul li + li {
  margin-top: 6px;
}

.linkbnrarea {
  background-color: #eee;
  padding: 60px 0;
  margin-top: 90px;
}
.linkbnrarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.linkbnrarea ul li {
  width: 33.3333333333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.linkbnrarea ul li a {
  display: block;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 2px 3px 2px rgba(31, 31, 31, 0.1);
          box-shadow: 2px 3px 2px rgba(31, 31, 31, 0.1);
}
.linkbnrarea ul li a:hover {
  opacity: 0.6;
}
.linkbnrarea ul li a figure {
  position: relative;
  height: 0;
  padding-top: 45%;
}
.linkbnrarea ul li a figure img {
  position: absolute;
  left: 0;
  top: 0;
}
.linkbnrarea ul li a .text {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 10px 0;
}

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

 Responsive-Breakpoint-1 (1400px)

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

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #intro .maintitle {
    font-size: 22px;
  }
  #intro table.data {
    margin-top: 30px;
  }
  #intro .map {
    padding-top: 50%;
  }
  table.data tr:first-child th {
    border-top: 1px solid #C8C8C8;
  }
  table.data tr:first-child td {
    border-top: none;
  }
  table.data th {
    display: block;
    padding: 20px 20px 5px 20px;
    border-bottom: none;
  }
  table.data td {
    display: block;
    padding: 5px 20px 20px 20px;
    border-bottom: 1px solid #C8C8C8;
  }
  table.data td dl {
    display: block;
    padding: 15px;
  }
  table.data td dl:first-child {
    border-top: 1px dotted #bbb;
    padding-top: 15px;
    margin-top: 10px;
  }
  table.data td dl dt {
    display: block;
    width: 100%;
    padding: 0;
  }
  table.data td dl dt span {
    display: inline-block;
    font-size: 14px;
  }
  table.data td dl dd {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 5px 5px 0 0;
  }
  #philosophy .inner .catch, .sdgs .inner .catch {
    font-size: 24px;
  }
  .linkbnrarea {
    padding: 45px 0;
    margin-top: 60px;
  }
  .linkbnrarea ul {
    margin: 0 -10px;
  }
  .linkbnrarea ul li {
    padding: 0 10px;
  }
  .linkbnrarea ul li a {
    padding: 7px;
  }
  .linkbnrarea ul li a .text {
    font-size: 15px;
    padding: 7px 5px 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  br.spon {
    display: inline;
  }
  #intro .maintitle {
    font-size: 19px;
    margin-left: 10px;
  }
  #intro table.data {
    margin-top: 20px;
  }
  #intro .map {
    margin: 50px 0;
    padding-top: 60%;
  }
  table.data {
    margin-top: 50px;
  }
  table.data th {
    padding: 15px 10px 2px 10px;
  }
  table.data td {
    padding: 2px 10px 15px 10px;
  }
  table.data td dl {
    border-bottom: none;
    padding: 10px;
  }
  table.data td dl:first-child {
    border-top: none;
  }
  table.data td ul.float {
    margin-top: 10px;
  }
  table.data td ul.float li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #philosophy, .sdgs {
    padding: 10px;
  }
  #philosophy .inner, .sdgs .inner {
    padding: 25px;
  }
  #philosophy .inner .title, .sdgs .inner .title {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #philosophy .inner .catch, .sdgs .inner .catch {
    font-size: 21px;
  }
  #philosophy .inner p, .sdgs .inner p {
    font-size: 14px;
  }
  .sdgs {
    margin-top: 50px;
  }
  .sdgs .inner .inner2 {
    margin-top: 20px;
  }
  .sdgs .inner .btn {
    margin-top: 30px;
  }
  .sdgs .inner .btn a:hover {
    background-color: #002F68;
  }
  .linkbnrarea {
    padding: 30px 0;
    margin-top: 40px;
  }
  .linkbnrarea ul {
    margin: 0;
    display: block;
  }
  .linkbnrarea ul li {
    padding: 0 0 15px;
    width: 100%;
  }
  .linkbnrarea ul li:last-child {
    padding-bottom: 0;
  }
  .linkbnrarea ul li a {
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 1px 2px 1px rgba(31, 31, 31, 0.1);
            box-shadow: 1px 2px 1px rgba(31, 31, 31, 0.1);
  }
  .linkbnrarea ul li a figure {
    padding-top: 27%;
    width: 50vw;
  }
  .linkbnrarea ul li a .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    padding: 0 10px 0 15px;
    text-align: center;
  }
}