.red {
  color: red;
}

.all {
  width: 100%;
  height: 4rem;
}

section#affiliation ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
section#affiliation ul li {
  flex-basis: 48%;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
  border: 1px solid #f5f5f5;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section#affiliation ul li {
    flex-basis: 100%;
  }
}
section#affiliation ul li a {
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 2rem;
  color: #000;
  line-height: 1.4;
}
section#affiliation ul li a h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
section#affiliation ul li a p.url {
  color: #4d4d4d;
}
section#affiliation ul li .circle {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #4d4d4d;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#affiliation ul li .circle i {
  color: #fff;
  font-size: 1.2rem;
}

body.np section#npImg {
  text-align: center;
  position: relative;
}
body.np section#npImg img {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.np section#npImg img {
    top: -2rem;
    margin-bottom: 0;
  }
}
body.np section#pdf .flex .textOnly {
  transition: 0.3s;
  padding: 1.5rem;
  margin-bottom: 0;
  border-top: 1px #999 dotted;
}
body.np section#pdf .flex .textOnly h5.tt {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
body.np section#pdf .flex .textOnly p {
  margin-bottom: 1rem;
}
body.np section#pdf .flex .textOnly p.note {
  color: #4c4c4c;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}
body.np section#pdf .flex a.dl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  padding: 2rem 4rem;
  border-top: 1px #999 dotted;
}
@media screen and (max-width: 767px) {
  body.np section#pdf .flex a.dl_box {
    flex-basis: 100%;
    align-items: flex-start;
    padding: 2rem 0;
  }
}
body.np section#pdf .flex a.dl_box .imgWrap {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  body.np section#pdf .flex a.dl_box .imgWrap {
    flex-basis: 20%;
  }
}
body.np section#pdf .flex a.dl_box .imgWrap img {
  width: 100%;
  border: #e2e2e2 1px solid;
}
body.np section#pdf .flex a.dl_box .textWrap {
  flex-basis: 68%;
}
@media screen and (max-width: 767px) {
  body.np section#pdf .flex a.dl_box .textWrap {
    flex-basis: 78%;
  }
}
body.np section#pdf .flex a.dl_box .textWrap .fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
}
body.np section#pdf .flex a.dl_box .textWrap .fl img {
  flex-basis: 12%;
  width: 12%;
}
body.np section#pdf .flex a.dl_box .textWrap .fl .text {
  flex-basis: 85%;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
}
body.np section#pdf .flex a.dl_box .textWrap .fl .text span {
  font-size: 0.9rem;
  padding-top: 0.4rem;
  display: block;
}
body.np section#pdf .flex a.dl_box:hover {
  background-color: rgb(239, 239, 239);
}
body.np section#pdf .flex a.dl_box:last-child {
  border-bottom: 1px #999 dotted;
}
body.np section#pdf .flex a.dl_box p {
  color: #000;
  padding-top: 0.5rem;
}

div.registrationUl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.registrationUl .box {
  flex-basis: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(221, 221, 221);
}
div.registrationUl .box .wrap {
  padding-left: 1rem;
}
div.registrationUl .box .wrap h5 {
  font-weight: normal;
}
div.registrationUl .box .wrap h5 span {
  display: block;
  line-height: 1.3;
}
div.registrationUl .box .wrap ul.under2 {
  flex-basis: 100%;
  list-style: disc;
  padding-left: 1.6rem;
}
div.registrationUl .box .wrap ul.under2 li {
  line-height: 1.3;
  padding-left: 0;
  margin-left: 0;
}

table.engineer {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}
table.engineer tr {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}
table.engineer tr th {
  padding: 1rem 0;
  text-align: left;
  font-weight: normal;
  width: 86%;
  vertical-align: top;
  font-weight: 300;
}
table.engineer tr td {
  text-align: right;
  padding: 1rem 0;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  table.engineer tr td {
    padding-right: 0;
  }
}
table.engineer tr:first-child {
  border-top: 1px solid #d1d1d1;
}

main.index6 .wrap {
  margin-bottom: 5rem;
}
main.index6 .wrap ul.kakko {
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  main.index6 .wrap ul.kakko {
    padding-left: 2rem;
  }
}
main.index6 .wrap ul.kakko li.num {
  list-style: upper-roman;
  margin-bottom: 1rem;
  position: relative;
}
main.index6 .wrap ul.kakko li.num > ul.s {
  flex-basis: 100%;
  padding-left: 3rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  main.index6 .wrap ul.kakko li.num > ul.s {
    padding-left: 2rem;
  }
}
main.index6 .wrap ul.kakko li.num > ul.s li {
  list-style: circle;
  margin-bottom: 0.5rem;
}

main.pdf .flex .dl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.pdf .flex .dl_box {
    flex-wrap: wrap;
  }
}
main.pdf .flex .dl_box img {
  transition: opacity 0.3s;
  opacity: 1;
}
main.pdf .flex .dl_box .imgWrap {
  flex-basis: 40%;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  main.pdf .flex .dl_box .imgWrap {
    flex-basis: 100%;
  }
}
main.pdf .flex .dl_box .imgWrap img {
  width: 100%;
  border: 1px rgba(0, 0, 0, 0.2509803922) solid;
}
@media screen and (max-width: 767px) {
  main.pdf .flex .dl_box .imgWrap img {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
main.pdf .flex .dl_box .textWrap {
  flex-basis: 55%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  main.pdf .flex .dl_box .textWrap {
    flex-basis: 100%;
    text-align: center;
  }
}
main.pdf .flex .dl_box .textWrap p.mb {
  margin-bottom: 2rem;
  color: #000;
}
main.pdf .flex .dl_box .textWrap .fl {
  border-top: 1px #999 dotted;
}
@media screen and (max-width: 767px) {
  main.pdf .flex .dl_box .textWrap .fl {
    justify-content: center;
  }
}
main.pdf .flex .dl_box .textWrap .fl:last-child {
  border-bottom: 1px #999 dotted;
}
main.pdf .flex .dl_box .textWrap .fl a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem 0;
  transition: 0.3s;
}
main.pdf .flex .dl_box .textWrap .fl a img.pdf {
  flex-basis: 15%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  main.pdf .flex .dl_box .textWrap .fl a img.pdf {
    flex-basis: 10%;
    width: 10%;
  }
}
main.pdf .flex .dl_box .textWrap .fl a .text {
  flex-basis: auto;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  main.pdf .flex .dl_box .textWrap .fl a .text {
    text-align: left;
  }
}
main.pdf .flex .dl_box .textWrap .fl a:hover {
  background-color: rgb(239, 239, 239);
}

main.index1 .imgWrap {
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  main.index1 .imgWrap {
    padding: 0;
  }
}

main.philosophy .ulWrap {
  padding: 0 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.philosophy .ulWrap {
    padding: 0 0 0 1.5rem;
  }
}
main.philosophy .ulWrap ul {
  list-style: decimal;
  margin-bottom: 3rem;
}
main.philosophy .ulWrap ul li {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main.philosophy .ulWrap ul li {
    font-size: 1.2rem;
  }
}
main.philosophy .ulWrap p {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  text-align: right;
}
main.philosophy .ulWrap p.mb {
  margin-bottom: 0.5rem;
}
main.philosophy .isoWrap {
  padding-top: 3rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  main.philosophy .isoWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main.philosophy .isoWrap .iso {
  flex-basis: 47%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  main.philosophy .isoWrap .iso {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
main.philosophy .isoWrap .iso:first-child {
  margin-bottom: 3rem;
}
main.philosophy .isoWrap .iso img {
  flex-basis: 33%;
  width: 33%;
  height: auto;
}
main.philosophy .isoWrap .iso .text {
  flex-basis: 57%;
  position: relative;
}
main.philosophy .isoWrap .iso .text p.tt {
  position: relative;
  left: -2rem;
  margin-bottom: 0.5rem;
}
main.philosophy .isoWrap .iso .text ul {
  line-height: 1.3;
  margin-bottom: 4px;
}
main.philosophy .isoWrap .iso .text ul.ul1 {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
}
main.philosophy .isoWrap .iso .text ul.ul2 {
  list-style-type: circle;
  list-style-position: outside;
}
main.philosophy .isoWrap .iso .text ul li {
  line-height: 1.3;
  margin-bottom: 4px;
}
main.philosophy .isoWrap .iso .text .link {
  display: block;
  text-align: right;
}

main.commendation .wrap h2.bar {
  margin-bottom: 3rem;
}
main.commendation .wrap p {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-left: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main.commendation .wrap p {
    padding-left: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: #d1d1d1 dotted 1px;
  }
}
main.commendation .wrap p span {
  margin-bottom: 0.5rem;
}
main.commendation .wrap p span.mae {
  flex-basis: 7.4rem;
}
@media screen and (max-width: 767px) {
  main.commendation .wrap p span.mae {
    display: none;
  }
}
main.commendation .wrap p span.ato {
  flex-basis: 77%;
}
@media screen and (max-width: 767px) {
  main.commendation .wrap p span.ato {
    flex-basis: 100%;
  }
}
main.commendation .wrap p.mb {
  margin-bottom: 5rem;
}

main.commendation.under .content p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.commendation.under .content p {
    border-bottom: none;
  }
}
main.commendation.under .content ul {
  list-style: none;
}
main.commendation.under .content ul.commendationA {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main.commendation.under .content ul.commendationA li {
  flex-basis: 38%;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.commendation.under .content ul.commendationA li {
    flex-basis: 70%;
  }
}
main.commendation.under .content ul.commendationA li img {
  margin-bottom: 0.5rem;
}
main.commendation.under .content ul.commendationB {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.commendation.under .content ul.commendationB li {
  flex-basis: 48%;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.commendation.under .content ul.commendationB li {
    flex-basis: 100%;
  }
}
main.commendation.under .content ul.commendationB li.w100per {
  flex-basis: 100%;
}
main.commendation.under .content ul.commendationB li img {
  margin-bottom: 0.5rem;
}

main.offices_list a.telnum {
  color: #000;
  font-weight: 400;
  display: inline;
  text-decoration: none;
}
main.offices_list section#headoffice .wrap {
  margin-bottom: 6rem;
}
main.offices_list section#headoffice .wrap h3 {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  display: block;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
main.offices_list section#headoffice .wrap .flWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .flWrap {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
main.offices_list section#headoffice .wrap .flWrap .lArea {
  flex-basis: 40%;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .flWrap .lArea {
    flex-basis: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
main.offices_list section#headoffice .wrap .flWrap .rArea {
  flex-basis: 55%;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .flWrap .rArea {
    flex-basis: 100%;
  }
}
main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li {
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li {
    list-style: none;
  }
}
main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li:first-child {
    border-top: 1px dotted #d1d1d1;
    padding-top: 1rem;
  }
}
main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li span.division {
  width: 12rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li span.division {
    width: 9.5rem;
  }
}
main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li .block {
  padding-left: 2rem;
}
main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li .block.mt {
  margin-top: 0.4rem;
}
main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li .block span.division_sub {
  width: 10em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .flWrap .rArea ul.officeList li .block span.division_sub {
    width: 7.5rem;
  }
}
main.offices_list section#headoffice .wrap .officeListMap {
  padding-left: 2rem;
  flex-basis: 50%;
  height: 330px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  main.offices_list section#headoffice .wrap .officeListMap {
    padding-left: 0;
  }
}
main.offices_list section#branchoffice .wrap h3 {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  display: block;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
main.offices_list section#branchoffice .wrap ul.list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #d1d1d1;
  padding-left: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  main.offices_list section#branchoffice .wrap ul.list li {
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 1.5rem;
  }
}
main.offices_list section#branchoffice .wrap ul.list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
main.offices_list section#branchoffice .wrap ul.list li:first-child {
  padding-top: 1rem;
}
main.offices_list section#branchoffice .wrap ul.list li span.office {
  flex-basis: 20%;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.offices_list section#branchoffice .wrap ul.list li span.office {
    flex-basis: 9rem;
  }
}
main.offices_list section#branchoffice .wrap ul.list li span.map {
  flex-basis: 23%;
  text-align: center;
  margin-right: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.offices_list section#branchoffice .wrap ul.list li span.map {
    flex-basis: 11rem;
    order: 3;
  }
}
main.offices_list section#branchoffice .wrap ul.list li span.map a {
  color: #fff;
  display: block;
  padding: 0.3rem 0;
  background-color: #259de4;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  main.offices_list section#branchoffice .wrap ul.list li span.map a {
    padding: 0.1rem 0;
    font-size: 0.8rem;
  }
}
main.offices_list section#branchoffice .wrap ul.list li span.map a:hover {
  background-color: #0159e7;
}
main.offices_list section#branchoffice .wrap ul.list li span.address {
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  main.offices_list section#branchoffice .wrap ul.list li span.address {
    flex-basis: 100%;
    margin-bottom: 0.4rem;
  }
}

main.greeting .content .flwrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main.greeting .content .flwrap {
    flex-wrap: wrap;
  }
}
main.greeting .content .flwrap .imgWrap {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  main.greeting .content .flwrap .imgWrap {
    flex-basis: 100%;
    padding: 0 5rem;
    margin-bottom: 3rem;
  }
}
main.greeting .content .flwrap .text {
  flex-basis: 65%;
}
@media screen and (max-width: 767px) {
  main.greeting .content .flwrap .text {
    flex-basis: 100%;
  }
}
main.greeting .content .flwrap .text p.name {
  text-align: right;
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */