@charset "UTF-8";
body {
  font-family: "メイリオ", Meiryo, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #111;
}

section {
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
h1 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
  color: white;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 .h1-text {
  display: inline-block;
}

h2 {
  width: 960px;
  height: 50px;
  background-color: #0a50a1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 180%;
  color: white;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}

h3 {
  width: 100%;
  height: auto;
  font-size: 130%;
  border-bottom: solid 1px #111111;
  margin-bottom: 15px;
}

a:hover img {
  opacity: 0.8;
}

a {
  text-decoration: none;
}

p + p {
  margin-top: 0.5em;
}

:not(p) > img.box-image, :not(p) > img.box-image-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

:not(p) > iframe.box-iframe, :not(p) > iframe.box-iframe-iframe {
  width: 100%;
  height: 100%;
}

:not(p) > a.box-link, :not(p) > a.box-link-link {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#header-nav {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
header {
  background-color: #0a50a1;
}

.header-overview {
  width: 960px;
  height: 145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  background-color: #0a50a1;
  padding-bottom: 20px;
}

.header-nav {
  width: 100%;
  height: 96px;
  background-color: #222222;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}
.header-nav__list-box-list {
  width: 960px;
  height: 96px;
  background-color: #222222;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
}
.header-nav__list-box-item:hover {
  background-color: #eeeeee;
}
.header-nav__list-box-item:hover .header-nav__list-box-link {
  color: #222222;
}
.header-nav__list-box-item {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: inline-flex;
  box-sizing: border-box;
  border: 2px solid #eeeeee;
  transition: all 0.1s;
}
.header-nav__list-box-text {
  width: inherit;
  height: inherit;
}
.header-nav__list-box-link {
  display: inline-flex;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 135%;
  color: #eeeeee;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: nowrap;
}

footer {
  background-color: #222222;
  color: white;
  padding-bottom: 40px;
}

.footer-nav {
  width: 960px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 50px;
}
.footer-nav__list-box-item {
  width: auto;
  height: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: inline-flex;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid white;
}
.footer-nav__list-box-list:last-of-type {
  border-right: 1px solid white;
}
.footer-nav__list-box-link:hover {
  text-decoration: underline;
}
.footer-nav__list-box-link {
  position: relative;
  font-size: 16px;
  color: white;
  text-align: center;
}

.footer-information {
  width: 960px;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: column;
}
:not(p) > img.footer-information__logo-box, :not(p) > img.footer-information__logo-box-image {
  width: 200px;
  height: 55px;
}

.footer-information__copyright-box {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-right: 50px;
}

#eye-catch {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #deebf7;
}
.eye-catch__image-box {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.eye-catch__image-box-image {
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.eye-catch__text-box {
  width: 960px;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.eye-catch__text-box-text {
  font-size: 300%;
  color: #2f5597;
  margin: 50px;
}

.bottom-contact {
  width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.bottom-contact__caption-box-text {
  font-size: 120%;
  font-weight: bold;
}
.bottom-contact__caption-box {
  width: 640px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.bottom-contact__phone-box {
  width: 320px;
  height: auto;
}
.bottom-contact__phone-box-text {
  margin: 0px;
  text-align: center;
}
.bottom-contact__phone-box-text:nth-of-type(1) {
  font-weight: bold;
}
.bottom-contact__phone-box-text:nth-of-type(2) {
  font-size: 200%;
  font-weight: bold;
}
.bottom-contact__phone-box-text:nth-of-type(3) {
  font-size: 95%;
  white-space: nowrap;
}
.bottom-contact__mail-box {
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
:not(p) > a.bottom-contact__mail-box, :not(p) > a.bottom-contact__mail-box-link {
  display: inline-flex;
  width: 256px;
  height: 61px;
  justify-content: center;
  align-items: center;
}

#contact {
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.intro {
  width: 960px;
  height: auto;
  margin-top: 30px;
}
.intro__text-box {
  font-size: 100%;
  text-align: center;
}
.intro a:hover {
  text-decoration: underline;
}

.tel-fax {
  width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 10px auto 40px;
}
.tel-fax__caption-box {
  width: 640px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 10px;
}
.tel-fax__phone-box, .tel-fax__fax-box {
  width: 320px;
  height: auto;
  text-align: center;
}
.tel-fax__phone-box-text:nth-of-type(1), .tel-fax__fax-box-text:nth-of-type(1) {
  font-weight: bold;
  margin: 0px;
}
.tel-fax__phone-box-text:nth-of-type(2), .tel-fax__fax-box-text:nth-of-type(2) {
  font-size: 200%;
  font-weight: bold;
  margin: 0px;
}
.tel-fax__phone-box-text:nth-of-type(3), .tel-fax__fax-box-text:nth-of-type(3) {
  font-size: 95%;
  white-space: nowrap;
  margin: 0px;
}
.tel-fax__mail-box {
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.alert {
  display: none;
}
.alert__text-box {
  font-size: 14px;
  color: red;
  text-align: center;
}

.contact-about {
  width: 960px;
  height: auto;
}
.contact-about__text-box {
  text-align: center;
}

.contact {
  width: 600px;
  margin: 20px auto 40px;
}
.contact th, .contact td {
  border: solid 1px #B9B9B9;
  padding: 10px;
  text-align: center;
}
.contact th {
  font-weight: bold;
  background-color: #EEE;
  width: 200px;
}
.contact td {
  width: 400px;
}
.contact input {
  width: 100%;
}
.contact input[type=submit] {
  width: 80px;
}
.contact textarea {
  width: 100%;
  height: 200px;
}

body {
  font-family: "メイリオ", Meiryo, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #111;
}

section {
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
h1 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
  color: white;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 .h1-text {
  display: inline-block;
}

h2 {
  width: 960px;
  height: 50px;
  background-color: #0a50a1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 180%;
  color: white;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}

h3 {
  width: 100%;
  height: auto;
  font-size: 130%;
  border-bottom: solid 1px #111111;
  margin-bottom: 15px;
}

a:hover img {
  opacity: 0.8;
}

a {
  text-decoration: none;
}

p + p {
  margin-top: 0.5em;
}

:not(p) > img.box-image, :not(p) > img.box-image-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

:not(p) > iframe.box-iframe, :not(p) > iframe.box-iframe-iframe {
  width: 100%;
  height: 100%;
}

:not(p) > a.box-link, :not(p) > a.box-link-link {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#header-nav {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
header {
  background-color: #0a50a1;
}

.header-overview {
  width: 960px;
  height: 145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  background-color: #0a50a1;
  padding-bottom: 20px;
}

.header-nav {
  width: 100%;
  height: 96px;
  background-color: #222222;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}
.header-nav__list-box-list {
  width: 960px;
  height: 96px;
  background-color: #222222;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
}
.header-nav__list-box-item:hover {
  background-color: #eeeeee;
}
.header-nav__list-box-item:hover .header-nav__list-box-link {
  color: #222222;
}
.header-nav__list-box-item {
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: inline-flex;
  box-sizing: border-box;
  border: 2px solid #eeeeee;
  transition: all 0.1s;
}
.header-nav__list-box-text {
  width: inherit;
  height: inherit;
}
.header-nav__list-box-link {
  display: inline-flex;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 135%;
  color: #eeeeee;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: nowrap;
}

footer {
  background-color: #222222;
  color: white;
  padding-bottom: 40px;
}

.footer-nav {
  width: 960px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 50px;
}
.footer-nav__list-box-item {
  width: auto;
  height: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: inline-flex;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid white;
}
.footer-nav__list-box-list:last-of-type {
  border-right: 1px solid white;
}
.footer-nav__list-box-link:hover {
  text-decoration: underline;
}
.footer-nav__list-box-link {
  position: relative;
  font-size: 16px;
  color: white;
  text-align: center;
}

.footer-information {
  width: 960px;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: column;
}
:not(p) > img.footer-information__logo-box, :not(p) > img.footer-information__logo-box-image {
  width: 200px;
  height: 55px;
}

.footer-information__copyright-box {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-right: 50px;
}

#eye-catch {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #deebf7;
}
.eye-catch__image-box {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.eye-catch__image-box-image {
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.eye-catch__text-box {
  width: 960px;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.eye-catch__text-box-text {
  font-size: 300%;
  color: #2f5597;
  margin: 50px;
}

.bottom-contact {
  width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.bottom-contact__caption-box-text {
  font-size: 120%;
  font-weight: bold;
}
.bottom-contact__caption-box {
  width: 640px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.bottom-contact__phone-box {
  width: 320px;
  height: auto;
}
.bottom-contact__phone-box-text {
  margin: 0px;
  text-align: center;
}
.bottom-contact__phone-box-text:nth-of-type(1) {
  font-weight: bold;
}
.bottom-contact__phone-box-text:nth-of-type(2) {
  font-size: 200%;
  font-weight: bold;
}
.bottom-contact__phone-box-text:nth-of-type(3) {
  font-size: 95%;
  white-space: nowrap;
}
.bottom-contact__mail-box {
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
:not(p) > a.bottom-contact__mail-box, :not(p) > a.bottom-contact__mail-box-link {
  display: inline-flex;
  width: 256px;
  height: 61px;
  justify-content: center;
  align-items: center;
}

.alert-success {
  width: 960px;
  height: auto;
  border: solid 1px #B9B9B9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
  padding: 20px;
  font-size: 120%;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 4px;
}

.alert-error {
  width: 960px;
  height: auto;
  border: solid 1px #B9B9B9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
  padding: 20px;
  font-size: 120%;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 4px;
}

.link {
  display: inline-block;
  margin: 50px;
}

.link:hover {
  text-decoration: underline;
}
