@charset "utf-8";
html {
  scroll-behavior: smooth;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000;
  border: #fff solid 2px;
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  /*クロームバグ*/
  font-size: 0.85rem;
}

p {
  line-height: 1.6;
  max-height: 100%;
  /*クロームバグ*/
}

h2,
h3 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2vw;
}

img {
  max-width: 100%;
}

div.inner {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2vw;
}

header div#blue {
  background-color: #0073bf;
  color: #fff;
}
header div#blue p {
  line-height: 1;
}
header div#blue p.ttl {
  margin-top: 3px;
  font-size: 1.5rem;
}
header div#blue a {
  display: block;
  background-color: #fff;
  padding: 5px 1vw;
  color: #0073bf;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 900;
}
header div#blue a:hover {
  opacity: 0.8;
}
header .inner:nth-child(2) {
  padding-top: 6vw;
}
header div#blue .inner {
  padding: 1vw 2vw;
}
header strong {
  font-size: 1.2rem;
}

footer {
  padding: 2vw 0 10vw 0;
  background-image: url(../img/coprofile/footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
footer .inner p {
  text-align: center;
  width: 100%;
}
footer .inner p a {
  display: block;
  width: 100%;
  background-color: #0073bf;
  color: #fff;
  font-size: 1.4rem;
  padding: 1vw;
  line-height: 1.2;
}
footer .inner p a:hover {
  opacity: 0.8;
}
footer span {
  font-size: 0.9rem;
}
footer #copy {
  text-align: center;
  font-size: 0.9rem;
  padding-top: 5vw;
}

section {
  padding-top: 6vw;
}

section ul li {
  padding-left: 15px;
  line-height: 1.6em;
  background: url(../img/coprofile/list_dot.svg) left 0px top 4px no-repeat;
  background-size: 13px auto;
}
section h1 {
  text-align: center;
  margin-bottom: 4vw;
}
section h1 img {
  max-width: 100%;
}
section h2 {
  font-size: 1.6rem;
  color: #0073bf;
  margin-top: 2vw;
}
.blck {
  width: 48%;
  margin-bottom: 2vw;
}
.toimgs {
  display: flex;
  gap: 0.5vw;
  padding-top: 1vw;
}
.toimgs img {
  margin-bottom: 2px;
}
.toimgs p {
  width: 48%;
  font-size: 0.75rem;
  line-height: 1.2;
}
.ulimg {
  display: flex;
  gap: 0.5vw;
}
.ulimg ul {
  width: 50%;
}

@media (max-width: 900px) {
  header div#blue div.inner {
    flex-direction: inherit;
  }
  section h1 img {
   max-width: 350px;
 }

  div.inner {
    flex-direction: column;
    padding: 0 2vw;
  }
  .blck {
    width: 100%;
    margin-bottom: 4vw;
  }
  .toimgs p {
    width: inherit;
  }
  .ulimg ul {
   width: 70%;
 }
}

@media (max-width: 640px) {
  header div#blue p.ttl {
    margin-top: 3px;
    font-size: .85rem;
  }
  header div#blue a {
    font-size: 0.7rem;
    font-weight: 900;
  }
  footer .inner p a {
    font-size: 0.8rem;
    padding: 1vw;
  }
  footer span {
    font-size: 0.7rem;
  }
  header strong {
   font-size: 0.85rem;
 }
  section h1 img {
    max-width: 240px;
  }
  section h2 {
   font-size: 1.2rem;
  }
  .ulimg {
   flex-direction: column;
 }
 .ulimg ul {
   width: 100%;
 }
 
}

@media (min-width: 901px) {
 footer .inner br {
  display: none;
 }
}