@charset "utf-8";

body {
  font-family: "Noto sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 820px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

.widthMax {
  margin: 0 calc(50% - 50vw);
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #034ea2;
  text-decoration: none;
  outline: none;
}

#footer a {
  text-decoration: underline;
}

#footer #page-top a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
  letter-spacing: 0.1em;
}

#splash-logo {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #034ea2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #splash-logo {
    font-size: 0.9rem;
  }
}

#g-nav.panelactive li:last-child a {
  margin: 30px 0 0 0;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  white-space: nowrap;
}

@media screen and (max-width: 820px) {
  #pc-nav {
    display: none;
  }
}

h1 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 0.8rem;
  }
}

h1 a {
  color: #fff;
}

h2 {
  padding-top: 2rem;
  font-size: 2rem;
  color: #034ea2;
  text-align: center;
  margin: 2rem auto;
  position: relative;
  margin-bottom: 1.5em;
}

h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 800px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #034ea2;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }

  h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #02cc82;
  }
}

@media screen and (max-width: 550px) {
  h2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.top-lead {
  position: fixed;
  bottom: 20%;
  left: 5%;
  /* font-size: 2.5rem; */
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
}

.top-lead .lead img {
  width: 100%;
  margin-bottom: 1em;
}

.top-lead .title {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .top-lead .title {
    font-size: 2rem;
  }
}

.top-lead .title img {
  width: 60%;
}

.top-lead .subtitle img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .top-lead {
    position: relative;
    left: 0;
    bottom: -5%;
    padding: 1ch;
  }

  .top-lead .lead img {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .top-lead .title img {
    width: 100%;
  }
}

.top-lead span.bgLRextend::before {
  background: #034ea2;
}

@media screen and (max-width: 550px) {
  .top-lead {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 380px) {
  .top-lead {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .top-lead {
    font-size: 1rem;
  }
}

#main-area {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

#vision {
  margin: 0 0 100px 0;
  padding-top: 5em;
}

@media screen and (max-width: 768px) {
  #vision {
    margin: 0 0 50px 0;
    padding-top: 0;
  }
}

#vision .bullets {
  font-size: 1.2rem;
  margin: 2ch;
  letter-spacing: 0.2em;
  padding: 0 6ch;
}

@media screen and (max-width: 768px) {
  #vision .bullets {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  #vision .bullets {
    font-size: 0.9rem;
  }
}

#vision .bullets b {
  color: #02cc82;
}

#vision .bullets span {
  background: linear-gradient(transparent 80%, #02cc82 20%);
}

#vision .grid {
  max-width: 1000px;
  margin: 2em auto;
}

#vision .intro {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #vision .intro {
    margin-bottom: 10rem;
    display: block;
  }
}

#vision .intro .representative_img {
  position: relative;
  /* left: -10%; */
  top: -5em;
}

@media screen and (max-width: 768px) {
  #vision .intro .representative_img {
    position: static;
  }
}

#vision .intro img {
  width: 300px;
  height: 450px;
}

@media screen and (max-width: 768px) {
  #vision .intro img {
    margin: 0;
    margin-left: auto;
    width: 50%;
    height: 50%;
    z-index: 1;
  }
}

#vision .intro h3 {
  color: #034ea2;
}

#vision .intro .col {
  background: #034ea2;
  color: #fff;
  padding: 2em 0 2em 44%;
  position: relative;
  left: 20%;
  width: 60vw;
  height: 13em;
  /* margin: 0 calc(90% - 90vw); */
}

#vision .intro .col .text {
  position: absolute;
  left: 20em;
}

.text_pc {
  display: block;
  position: absolute;
  bottom: 15em;
  z-index: 2;
  color: #fff;
}

.text_pc span {
  font-size: 2rem;
}

.text_sp {
  display: none;
}

#vision .intro .inner {
  position: relative;
  /* right: -150px; */
}

#vision .intro .inner .button {
  max-width: 400px;
  text-align: center;
  margin-top: 1rem;
}

#vision .intro .col span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .text_sp {
    display: block;
  }

  .text_pc {
    display: none;
  }

  #vision .intro .col {
    width: 70vw;
    position: static;
    padding: 0 0 0 20%;
    margin: 0 calc(50% - 50vw);
    height: inherit;
  }

  #vision .intro .inner {
    position: absolute;
    z-index: 2;
    width: 80%;
    padding: 0;
    top: 10em;
    left: 2em;
  }

  #vision .intro .col span {
    font-size: 1.3rem;
  }
}

#vision img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #vision img {
    display: block;
    width: 100%;
  }
}

#vision .content {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #vision .img {
    width: 100%;
    min-height: 290px;
    margin: 0 0 50px 0;
  }

  #vision .content {
    width: 100%;
    text-align: left;
  }
}

#vision .vision-lead p {
  width: 80%;
  margin: 2em auto;
  padding-bottom: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #vision .vision-lead p {
    width: 100%;
    margin: 0;
    max-width: none;
    padding: 1.5ch;
    text-align: left;
  }
}

#vision p span {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #vision p span {
    text-align: center;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 550px) {
  #vision p span {
    font-size: 1.1rem;
  }
}

#vision .vision-lead {
  position: relative;
  letter-spacing: 0.2em;
  color: #034ea2;
  font-size: 1rem;
  font-weight: bold;
  background: #f5f8fb;
}

@media screen and (max-width: 768px) {
  #vision .vision-lead {
    font-size: 1rem;
    text-align: left;
  }
}

@media screen and (max-width: 550px) {
  #vision .vision-lead {
    font-size: 0.8rem;
  }
}

#member .representative {
  display: flex;
  justify-content: center;
  align-items: center;
}

#member .representative img {
  width: 300px;
  height: 450px;
}

@media screen and (max-width: 768px) {
  #member .representative {
    display: block;
  }
}

#member .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#member figure {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  width: 50%;
}

#member figure:first-of-type#modal01 {
  width: 100%;
}

#member figure:first-of-type#modal02 {
  width: 50%;
}

@media screen and (max-width: 1165px) {
  #member figure,
  #member figure:first-of-type#modal02 {
    width: 100%;
  }
}

#member figure:first-child {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #member figure {
    display: none;
  }
}

#member ul,
#recommend ul,
.modaal-wrapper ul {
  display: flex;
  justify-content: center;
}

#member span,
.modaal-wrapper span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

#recommend span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 500px) {
  #recommend span {
    font-size: 1.125rem;
  }
}

#member p,
#recommend p,
.modaal-wrapper p {
  display: block;
  font-weight: bold;
  margin: 0 auto;
}

#member .icon img,
.modaal-wrapper .icon img {
  width: 46px;
  height: 46px;
}

#recommend .icon img {
  width: 4.2969vw;
  height: 4.2969vw;
  max-width: 55px;
  max-height: 55px;
}

@media screen and (max-width: 500px) {
  #recommend .icon img {
    width: 55px;
    height: 55px;
  }
}

#member figure img {
  display: block;
  width: 300px;
  height: 400px;
}

#member figcaption {
  width: 300px;
  margin-top: 1rem;
  padding: 1em;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000029;
  opacity: 1;
}

#member figcaption {
  position: relative;
  width: 500px;
  height: 300px;
  top: 80px;
  right: 20px;
}

.modal01,
.modal02,
.modal03,
.modal04,
.modal05,
.modal06,
.modal07,
.modal08,
.modal09,
.modal10,
.modal11,
.modal12,
.modal13,
.modal14,
.modal15,
.modal16 {
  width: 50%;
  margin: 0 auto;
}

.modal17 {
  width: 50%;
}

#member figure#modal06 {
  width: 100%;
}

#recommend .col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-top: 28px;
}

@media screen and (max-width: 500px) {
  #recommend .col {
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

#recommend .col .content {
  flex: 0 0 33.3333%;
  margin-top: 28px;
}

@media screen and (max-width: 500px) {
  #recommend .col .content {
    flex: 0 0 auto;
    margin-top: 20px;
  }
}

#recommend .col .content .card {
  display: block;
  width: calc(100% - 28px);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 24px 24px 24px 32px;
  height: 100%;
  border-left: 8px solid #034ea2;
}

@media screen and (max-width: 500px) {
  #recommend .col .content .card {
    padding: 20px 20px 20px 28px;
    width: 100%;
  }
}

#activities .col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -32px;
}

@media screen and (max-width: 500px) {
  #activities .col {
    width: auto;
    /* display: flex; */
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  #activities .col {
    display: block;
  }
}

#activities .col li {
  flex: 0 0 33.3333%;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  #activities .col li {
    flex: 0 0 50%;
  }
}

#activities li figure {
  /* width: 300px;
    margin: 1em; */
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  #activities li figure {
    width: 90%;
  }
}

#activities li figure img {
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 550px) {
  #activities li figure img {
    height: 100%;
  }
}

#activities li figure span {
  font-weight: bold;
}

#activities {
  background: #f5f8fb;
}

@media screen and (max-width: 768px) {
  #activities {
    padding: 0 50px;
  }
}

@media screen and (max-width: 500px) {
  #activities {
    padding: 0;
  }
}

.tab {
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 1110px) {
  .tab-area {
    width: 100%;
  }
}

#contact ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

@media screen and (max-width: 768px) {
  #contact ul {
    display: block;
    max-width: 800px;
  }
}

#contact a {
  flex: 0 0 33.333%;
}

#contact a:nth-of-type(n + 4) {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  #contact a:nth-of-type(n + 4) {
    margin-top: 0;
  }
}

#contact li {
  /* width: 315px; */
  padding: 2em 1em;
  color: #034ea2;
  font-weight: bold;
  border: 1px solid #034ea2;
  border-radius: 100em;
  opacity: 1;
  text-align: center;
  /* margin-right: 1rem; */
  transition: all 0.4s ease 0s;
  width: calc(100% - 16px);
  margin: 0 auto;
}

#contact li:hover {
  background: #034ea2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #contact li {
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

#footer {
  background: #f5f8fb;
  text-align: left;
  position: relative;
  color: #034ea2;
}

#footer .footer {
  font-weight: bold;
  padding: 50px 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #footer .footer {
    padding: 2ch 1ch;
  }
}

#footer .footer span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

#footer .footer li:nth-child(n + 2) {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  #footer .footer span {
    font-size: 1rem;
  }

  #footer .footer li {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 550px) {
  #footer .footer span {
    font-size: 0.9rem;
  }

  #footer .footer li {
    font-size: 0.5rem;
  }
}

#footer .footer span::before {
  content: "";
  border-left: #02cc82 2px solid;
  padding-left: 1rem;
}

#footer small {
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: #034ea2;
  color: #fff;
}
