body * {
  font-family: 'Noto Sans JP', sans-serif;
}
html {
  font-size: 1vw;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 2.083333333vw;
  }
}
@media only screen and (max-width: 680px) {
  html {
    font-size: 3.864734299vw;
  }
}
h1 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.442;
  color: #fff500;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  color: #1b90b4;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  h2 {
    font-size: 1.8rem;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #1b90b4;
  margin: 0;
}
.page-title {
  text-align: center;
  padding: 3rem 0;
}
.midashi-title {
  margin: 4rem 0;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .midashi-title {
    margin: 2.5rem 0 3rem;
  }
}
.midashi-title h2 {
  font-family: 'Rock Salt', cursive;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  line-height: 0;
  color: #e7f4f7;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .midashi-title h2 {
    font-size: 2.3rem;
  }
}
.midashi-title span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  color: #1b90b4;
  margin: 0;
  display: block;
  text-shadow: 0px -4px 0px #fff;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .midashi-title span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 680px) {
  .midashi-title span {
    text-shadow: none;
  }
}
.midashi-title span:after {
  content: "";
  display: block;
  width: 6rem;
  height: 1.5px;
  background-color: #1b90b4;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.border-title {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 680px) {
  .border-title {
    margin-bottom: 0;
  }
}
.border-title h2,
.border-title h3,
.border-title h4 {
  display: inline-block;
  background: linear-gradient(transparent 50%, #fff500 80%);
  padding: 5px;
}
@media only screen and (max-width: 680px) {
  .border-title h2,
  .border-title h3,
  .border-title h4 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
    color: #1b90b4;
    margin: 0;
  }
}
p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.65;
  color: #303030;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  p {
    letter-spacing: 0;
  }
}
a {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #fff500;
  margin: 0;
  opacity: 1;
}
@media only screen and (max-width: 680px) {
  a {
    font-size: 14px;
    line-height: 1.571;
  }
}
a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}
.contents-width {
  width: 55%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-width {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .contents-width {
    width: 85%;
  }
}
@media only screen and (max-width: 680px) {
  .contents-width {
    width: 90%;
  }
}
.contents-box-width {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-box-width {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .contents-box-width {
    width: 85%;
  }
}
@media only screen and (max-width: 680px) {
  .contents-box-width {
    width: 90%;
  }
}
.section-small {
  padding-left: 15%;
  padding-right: 15%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1440px) {
  .section-small {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .section-small {
    padding: 0;
  }
}
.spacer-s {
  padding-top: 0.5rem;
}
.spacer-m {
  padding-top: 1rem;
}
.spacer-l {
  padding-top: 2rem;
}
.spacer-xl {
  padding-top: 5rem;
}
@media only screen and (max-width: 680px) {
  .spacer-xl {
    padding-top: 3rem;
  }
}
.container-padding {
  padding-top: 3rem;
}
.pc-br {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 680px) {
  .sp-br {
    display: block;
  }
}
ul,
ol {
  padding-left: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
#background-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  box-sizing: border-box;
}
#background-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  #background-container img {
    height: 100%;
  }
}
.philosophy .border-title {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 680px) {
  .philosophy .border-title h3 {
    background: linear-gradient(transparent 70%, #fff500 80%);
  }
}
.top-title {
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .top-title {
    width: auto;
    text-align: center;
  }
}
.top-title h2 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.442;
  color: #fff500;
  margin: 0;
  padding: 3rem 0;
  text-shadow: 1px 1px 6px #303030;
}
@media only screen and (max-width: 1024px) {
  .top-title h2 {
    font-size: 3rem;
  }
}
#hero-container {
  position: relative;
}
#hero-container:after {
  content: "";
  background-color: #1b90b4;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85%;
  z-index: -1;
}
#hero-container ul {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: end;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  #hero-container ul {
    grid-template-columns: 0.6fr 1fr;
  }
}
@media only screen and (max-width: 680px) {
  #hero-container ul {
    grid-template-columns: 1fr;
  }
}
#hero-container ul li {
  text-align: right;
}
@media only screen and (max-width: 680px) {
  #hero-container ul li {
    text-align: left;
  }
}
#hero-container ul li img {
  width: 17rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  #hero-container ul li img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  #hero-container ul li img {
    max-width: 50%;
  }
}
#hero-container ul li h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  color: #fff500;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 680px) {
  #hero-container ul li h2 {
    font-size: 1.8rem;
  }
}
#hero-container .hero-caption {
  margin-top: 2rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 680px) {
  #hero-container .hero-caption {
    margin-top: 1rem;
  }
}
#hero-container .hero-caption p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.65;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  #hero-container .hero-caption p {
    letter-spacing: 0;
  }
}
.bg-white {
  background-color: #fff;
}
@media only screen and (max-width: 680px) {
  #greetings .midashi-title {
    margin-bottom: 1rem;
  }
}
#greetings .author-container ul {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  #greetings .author-container ul {
    grid-template-columns: 1fr;
  }
}
#greetings .author-container ul li:last-child {
  padding: 2rem;
  background-color: #f4f4f4;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 680px) {
  #greetings .author-container ul li:last-child {
    padding: 1.5rem 7%;
  }
}
#greetings .author-container ul li:last-child:before {
  content: '';
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-right: 3rem solid #f4f4f4;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
}
@media only screen and (max-width: 680px) {
  #greetings .author-container ul li:last-child:before {
    top: 0;
    left: 50%;
    transform: rotate(90deg) translate(-4rem, 1.5rem);
  }
}
#greetings .author-container ul li h3 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #303030;
  margin: 0;
  margin-bottom: 0.5rem;
}
#greetings .author-container ul li p {
  color: #303030;
}
#greetings .author-container ul li h4 {
  margin-bottom: 0.5rem;
}
#greetings .author-container ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 680px) {
  #greetings .author-container ul li img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    box-sizing: border-box;
  }
  #greetings .author-container ul li img > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }
  #greetings .author-container ul li img:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 1/1;
    box-sizing: border-box;
  }
}
.about-container .about-caption ul li {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 680px) {
  .about-container .about-caption ul li {
    margin-bottom: 1rem;
  }
}
.about-container .about-caption ul li:last-child {
  margin-bottom: 0;
}
.about-container .about-caption ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
#activity-container ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  #activity-container ul {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 680px) {
  #activity-container ul {
    gap: 1rem;
  }
}
#activity-container ul li {
  border: 1px solid #1b90b4;
  border-radius: 10px;
  padding: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  #activity-container ul li {
    padding: 2rem 7%;
  }
}
@media only screen and (max-width: 680px) {
  #activity-container ul li {
    padding: 1.5rem;
  }
}
#activity-container ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 1rem 0;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}
#activity-container ul li img > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
#activity-container ul li img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 16/9;
  box-sizing: border-box;
}
#activity-container ul li p {
  color: #1b90b4;
}
.text-list-container ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.linkbtn-container {
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .linkbtn-container {
    margin-bottom: 1rem;
  }
}
.linkbtn-container h3 {
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .linkbtn-container h3 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.65;
    color: #1b90b4;
    margin: 0;
  }
}
@media only screen and (max-width: 680px) and (max-width: 680px) {
  .linkbtn-container h3 {
    letter-spacing: 0;
  }
}
.linkbtn-container ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.linkbtn-container ul li {
  width: 20rem;
}
.linkbtn-container ul li a {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #fff500;
  margin: 0;
  background-color: #1b90b4;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 1rem;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .linkbtn-container ul li a {
    font-size: 14px;
    line-height: 1.571;
  }
}
.linkbtn-container ul li a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_blank.svg");
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 1rem;
}
@media only screen and (max-width: 680px) {
  .linkbtn-container ul li a:after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
footer {
  background-color: #1b90b4;
  padding: 3rem 0;
}
@media only screen and (max-width: 680px) {
  footer {
    padding: 2rem 0;
  }
}
footer .footer-container {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: end;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container {
    grid-template-columns: 1fr;
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-container .footer-cap {
    text-align: center;
  }
}
footer .footer-container .footer-other {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container .footer-other {
    text-align: center;
  }
}
footer .footer-container h1,
footer .footer-container h2,
footer .footer-container p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
footer .footer-container small {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
footer .footer-container .sns-btn {
  width: 100%;
  max-width: 17rem;
  margin-left: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container .sns-btn {
    margin: 0 auto 1rem;
  }
}
footer .footer-container .sns-btn a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #1b90b4;
  margin: 0;
  display: block;
  background-color: #fff;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 680px) {
  footer .footer-container .sns-btn a {
    font-size: 14px;
    line-height: 1.571;
  }
}

/*# sourceMappingURL=app.css.map */
