body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Sans","Noto Sans CJK JP",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Sans Emoji";
  font-size: 16px;
  line-height: 1.7;
  color: #222;
}

main {
  width: 1200px;
  margin: auto;
}

main section:last-of-type {
  margin-bottom: 60px;
}

section {
  position: relative;
  width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

a {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

h1 {
  position: relative;
  width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-size: 75%;
  font-weight: normal;
  margin-bottom: 5px;
}

h2.h2-news {
  position: relative;
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 300%;
  font-weight: normal;
  color: #039;
}

h2.intro-h2 {
  position: relative;
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-size: 187.5%;
  padding: 10px 40px;
  margin-top: 25px;
  border: 1px solid #ccc;
}

h2.intro-h2::before {
  width: 12px;
  height: 44px;
  display: block;
  background: #00316e;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

h2.h2-balloon {
  position: relative;
  width: 1200px;
  height: 75px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 225%;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: #036;
  margin: 40px 0px;
  flex-shrink: 0;
  margin-left: -50px;
}

h2.h2-balloon::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 573px;
  border: 27px solid transparent;
  border-top-color: #036;
}

h2.h2-default {
  position: relative;
  width: 1100px;
  height: 67px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 165%;
  color: #203864;
  justify-content: flex-start;
  margin: 60px 0px 30px;
  padding-left: 40px;
  background-image: url("../img/common/h2.jpg");
}

h2.h2-default small {
  padding-left: 50px;
  font-size: 70%;
}

h3 {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 130%;
}

.box-image {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.box-iframe {
  width: inherit;
  height: inherit;
}

.box-link {
  display: inline-flex;
  width: inherit;
  height: inherit;
  justify-content: center;
  align-items: center;
}

#header-overview {
  position: relative;
  width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

#footer-overview {
  position: relative;
  width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

#eye-catch,
#header-nav,
#footer-nav {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

#footer-copyright {
  position: relative;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #ececec;
}

.header-logo,
.footer-logo {
  position: relative;
  width: 570px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.header-award,
.footer-award {
  position: relative;
  width: 320px;
  height: 90px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.header-award__text-box,
.footer-award__text-box {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-left: 10px;
}

.header-award__text-box-text,
.footer-award__text-box-text {
  font-size: 120%;
}

.header-icons,
.footer-icons {
  position: relative;
  width: 210px;
  height: 90px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.header-icons__phone-icon,
.footer-icons__phone-icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-left: 30px;
}

.header-icons__mail-icon,
.footer-icons__mail-icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-size: 110%;
  color: #FF7800;
  margin-right: 30px;
  white-space: nowrap;
}

.footer-banner {
  position: relative;
  width: 470px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.footer-banner__image-box {
  position: relative;
  width: 130px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.footer-banner__image-box-image {
  object-fit: contain;
}

.footer-address {
  position: relative;
  width: auto;
  height: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-left: 95px;
}

.eye-catch__image-box-image {
  max-width: 1100px;
  max-height: 1000px;
}

.header-nav,
.footer-nav {
  position: relative;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #ff7800;
}

.header-nav__list-box, .header-nav__list-box-list,
.footer-nav__list-box,
.footer-nav__list-box-list {
  position: relative;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.header-nav__list-box-item,
.footer-nav__list-box-item {
  position: relative;
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: inline-flex;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
}

.header-nav__list-box-link,
.footer-nav__list-box-link {
  display: inline-flex;
  width: inherit;
  height: 75px;
  justify-content: center;
  align-items: center;
  font-size: 110%;
  color: white;
  white-space: nowrap;
  transition: 0.2s;
}

.header-nav__list-box-link:hover,
.footer-nav__list-box-link:hover {
  font-size: 125%;
  color: white;
  font-weight: bold;
  background-color: #ff9811;
}

.header-nav__list-box-item:last-of-type,
.footer-nav__list-box-item:last-of-type {
  border-right: 1px solid #dddddd;
}

.breadcrumbs {
  position: relative;
  width: 1100px;
  height: auto;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding: 5px;
  margin-top: 10px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

#contact {
  position: relative;
  width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-top: 30px;
}

.contact {
  position: relative;
  width: 540px;
  height: 350px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.contact__intro-box {
  position: relative;
  width: inherit;
  height: 150px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.contact__intro-box-h3 {
  font-size: 200%;
  color: #111;
  margin-bottom: 10px;
}

.contact__button-box {
  position: relative;
  width: 485px;
  height: 150px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
}

.contact__button-box-text {
  font-size: 150%;
  color: white;
}

.contact-tel {
  position: relative;
  width: 485px;
  height: 150px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 10px 0;
  background-color: #fbfbfb;
}

.contact-tel__h3-box {
  position: relative;
  width: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-size: 100%;
  color: #069;
  font-weight: bold;
}

.contact-tel__tel-box img {
  width: 30px;
  margin-bottom: 5px;
}

.contact-tel__tel-box-text {
  font-size: 280%;
  color: #111;
  font-weight: bold;
  padding-right: 0.5em;
  line-height: 1.0;
}

.contact-tel__time-box-text {
  font-size: 90%;
}

section#eye-catch {
  display: block;
}

section#news {
  position: relative;
  width: 1200px;
  height: 590px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 30px 0;
  background-image: url(../img/index/background-news.jpg);
}

.bus-list-item {
  position: relative;
  width: 548px;
  height: 350px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.bus-list-item__image-box {
  position: relative;
  width: inherit;
  height: 250px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.bus-list-item__text-box {
  position: relative;
  width: inherit;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.bus-list-item__text-box-h3 {
  position: relative;
  width: inherit;
  height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 200%;
  color: #111;
  line-height: 1.0;
}

.bus-list-item__text-box-text {
  font-size: 120%;
}

.motto {
  position: relative;
  width: 1100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.motto__image-box {
  position: relative;
  width: inherit;
  height: 265px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.motto__text-box {
  position: relative;
  width: inherit;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.motto__text-box-text {
  font-size: 95%;
  margin: 1em 0;
}

.effort {
  position: relative;
  width: 1100px;
  height: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: column;
}

.effort__image-box {
  position: relative;
  width: 427px;
  height: 600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.effort__text-box {
  position: relative;
  width: 427px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.effort-content {
  position: relative;
  width: 625px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.effort-content__text-box {
  position: relative;
  width: 500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.effort-content__text-box-text {
  font-size: 120%;
  color: #069;
  font-weight: bold;
  margin: 0.1em 0;
}

.effort-content__list-box {
  position: relative;
  width: 500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin: 0 0 5px;
}

.effort-content__list-box-item {
  list-style: square;
  margin: 0.5em 1.5em;
}

.effort-content__pdf-link-box {
  position: relative;
  width: 500px;
  height: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border: #f60 solid 2px;
  margin: 7px 0;
  transition: 0.3s;
}

.effort-content__pdf-link-box-text {
  font-size: 110%;
  color: #f60;
  transition: 0.3s;
}

.effort-content__pdf-link-box:hover {
  background-color: #f60;
}

.effort-content__pdf-link-box:hover .effort-content__pdf-link-box-text {
  color: white;
}

.active-intro {
  position: relative;
  width: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.active {
  position: relative;
  width: 356.66667px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-top: 30px;
}

.active__image-box {
  position: relative;
  width: inherit;
  height: 235px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.active__text-box {
  position: relative;
  width: inherit;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #ff7800;
}

.active__text-box-text {
  font-size: 120%;
  color: white;
  text-align: center;
}

.news {
  width: 1100px;
}

.news td, .news th {
  padding: 1.5em 0px;
}

.news tr {
  border: solid 1px #cccccc;
  border-left: none;
  border-right: none;
}

.news td:nth-of-type(1) {
  text-align: right;
  width: 10%;
}

.news td:nth-of-type(2) {
  text-align: left;
  text-decoration: underline;
  width: 70%;
}

.news th {
  padding: 1.5em 5%;
  width: 20%;
}

.news th p {
  font-size: 80%;
  color: white;
  text-align: center;
  font-weight: normal;
  background-color: #004E9D;
}
