* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

hr {
  background-image: linear-gradient(to right, rgba(0, 160, 233, 0), #00a0e9, rgba(0, 160, 233, 0));
  border: none;
  display: block;
  height: 4px;
  margin: 0;
}

ol {
  margin: 0;
}

:root {
  font-size: 17px;
  line-height: 23px;
}
@media (max-width: 799px) {
  :root {
    font-size: 13px;
    line-height: 19px;
  }
}

body {
  background-image: linear-gradient(#00a0e9 0px, #fff 730px);
  background-repeat: no-repeat;
  color: #231815;
  font-family: "Noto Serif", serif;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

.w1100 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 min(4.5454545455vw, 50px);
}

header {
  align-items: flex-end;
  display: flex;
}
.header_left {
  flex-grow: 0;
  flex-shrink: 0;
  width: 14%;
}
.header_left img {
  aspect-ratio: 140/134;
  width: 100%;
}

.header-right {
  flex-grow: 0;
  flex-shrink: 0;
  width: 86%;
}
.header_nap img {
  aspect-ratio: 860/56;
  width: 100%;
}

.header_nav {
  display: flex;
}
.header_nav_top {
  width: 18.7209302326%;
}
.header_nav_top img {
  aspect-ratio: 161/78;
}

.header_nav_profile {
  width: 29.3023255814%;
}
.header_nav_profile img {
  aspect-ratio: 252/78;
}

.header_nav_business {
  width: 29.8837209302%;
}
.header_nav_business img {
  aspect-ratio: 257/78;
}

.header_nav_inquiry {
  width: 22.0930232558%;
}
.header_nav_inquiry img {
  aspect-ratio: 190/78;
}

.header_nav img {
  width: 100%;
}

.hero {
  aspect-ratio: 1000/490;
  width: 100%;
}

.aside_and_main {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

aside {
  min-height: 490px;
  width: 25%;
}
@media (max-width: 799px) {
  aside {
    display: none;
  }
}
aside a {
  display: block;
}
aside img {
  aspect-ratio: 250/80;
  width: 100%;
}

main {
  width: 73%;
}
@media (max-width: 799px) {
  main {
    width: 100%;
  }
}

h1 {
  font-size: 1.25rem;
  line-height: 1;
}

h2 {
  font-size: 100%;
  line-height: 1;
  margin: 0;
}
h2 img {
  height: auto;
  width: 100%;
}

footer {
  background-color: #28a7e1;
  color: #fff;
  margin-top: 5px;
  padding: 1px 0;
  text-align: center;
}
.footer_copyright {
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1;
}

.clear {
  clear: both;
}

p {
  margin: 0;
}

.text_box {
  font-feature-settings: "palt";
  padding: 1.3rem 0.2rem;
  text-align: justify;
}

.orange {
  color: #00a0e9;
  font-weight: bold;
}

.info_date {
  background-color: #c3c4c4;
  border-radius: 2px;
  float: left;
  font-weight: bold;
  margin: 2px 20px 2px 5px;
  padding: 2px;
  text-align: center;
  width: 200px;
}
@media (max-width: 799px) {
  .info_date {
    width: 90px;
  }
}

.info_text {
  margin: 2px;
  padding: 2px 2px 2px 225px;
}
@media (max-width: 799px) {
  .info_text {
    padding: 2px 2px 2px 115px;
  }
}

.input_field {
  margin: 10px 0;
}

.input {
  background-color: #f6f7f7;
  border: none;
  font-size: 16px;
  padding: 8px 4px;
  width: 100%;
}

textarea {
  height: 336px;
}

.submit {
  margin: 15px 0 25px;
  text-align: right;
  word-spacing: 0.5em;
}

button {
  background-color: #28a7e1;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 5px 15px;
}
/*# sourceMappingURL=style.css.map */