/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%; }

:root {
  --color1:#005bac; }

body {
  word-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #efefef;
  font-size: 1.6rem;
  word-break: break-word;
  font-family: "Noto Sans JP",Hiragino Sans,Meiryo,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.6; }

body *, body :after, body :before {
  box-sizing: border-box; }

figure {
  margin: 0; }

img {
  display: block;
  height: auto; }

a {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s; }

a:link {
  color: #000; }

a:link, a:visited {
  text-decoration: none; }

a:visited {
  color: #000; }

a:hover {
  color: var(--color1); }

a:active, a:hover {
  text-decoration: none; }

a:active {
  color: #000 #000; }

header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  width: max(100%, 1220px);
  height: 110px; }
  header > h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: calc(1340px + 6rem);
    margin: auto;
    padding: 5.5rem 30px 16rem; }
    header > h1 img {
      display: block;
      width: 298px; }

main {
  padding-top: 110px; }
  main > section {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 6.1rem 44px 0; }
    main > section section {
      padding: 0 0 8rem; }
      main > section section:last-of-type {
        padding-bottom: 0; }
  main p {
    margin-bottom: 2.5rem; }
  main dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2.5rem 2rem; }
  main dt {
    width: 14rem;
    margin-bottom: 10px;
    font-weight: 600; }
  main dd {
    margin: 0;
    width: calc( 100% - 14rem );
    margin-bottom: 10px; }

h1 {
  font-size: 3.2rem;
  color: var(--color1);
  margin: 0;
  line-height: 1.7;
  font-weight: 600;
  max-width: calc(1340px + 6rem); }

.contents {
  padding: 6.1rem 0 10rem; }

h2 {
  position: relative;
  margin: 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 1.9rem;
  margin: 0 0 4rem; }
  h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9e9e9e; }
  h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color1); }

footer div {
  background-color: var(--color1);
  color: #fff;
  padding: 1rem 44px;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center; }

@media only screen and (max-width: 750.98px) {
  body {
    font-size: 1.4rem; }

  header {
    height: 70px; }
    header > h1 {
      padding: 3.5rem 20px 8rem; }
      header > h1 img {
        width: 205px; }

  main {
    padding-top: 70px; }
    main > section {
      padding: 4.2rem 20px 0rem; }
      main > section section {
        padding: 0 0 3.8rem; }
        main > section section:last-of-type {
          padding-bottom: 0; }
    main p {
      margin-bottom: 2rem; }
    main dl {
      margin: 0 0 2rem 0; }
    main dt {
      width: 100%;
      margin-bottom: 5px; }
    main dd {
      width: 100%;
      margin-bottom: 15px; }

  h1 {
    font-size: 3.2rem;
    color: var(--color1);
    margin: 0;
    line-height: 1.7;
    font-weight: 600;
    font-size: 2.3rem; }

  .contents {
    padding: 6.1rem 0 6rem; }

  h2 {
    font-size: 2rem;
    margin: 0 0 2.2rem; }

  footer div {
    padding: .6rem 20px;
    font-size: 1.25rem; } }
