@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;
}

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

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .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: #35a2da;
  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: #35a2da;
  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: 768px) {
  #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_title {
  background: #35a2da;
  transform: skewX(-10deg);
  margin: 2rem auto;
  position: relative;
  margin-bottom: 1.5em;
  display: table;
}

@media screen and (max-width: 768px) {
  .h2_title {
    width: 95%;
  }
}

h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem;
  transform: skewX(10deg);
}

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

@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;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

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

.top-lead .subtitle {
  font-size: 2rem;
  line-height: 1;
  margin-top: 1em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top-lead {
    display: none;
  }
}

.top-lead span.bgLRextend::before {
  background: #35a2da;
}

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

#vision {
  /* margin: 0 0 100px 0; */
  padding: 2em 0;
}

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

#vision.widthMax {
  background: #edf0f2;
}

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

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

#intro img {
  padding-right: 3em;
}

@media screen and (max-width: 768px) {
  #intro img {
    padding-right: 1em;
  }
}

#intro h3 {
  color: #35a2da;
}

#intro .col {
  background: #d3e2f0;
  color: #014099;
  padding: 2em 3em 2em 30%;
  position: relative;
  width: 70vw;
  /* margin: 0 calc(90% - 90vw); */
  font-weight: bold;
}

#intro .col::after {
  content: "";
  position: absolute;
  left: 3vw;
  top: 0;
  transform: skewX(-10deg);
  transform-origin: right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d3e2f0;
}

@media screen and (max-width: 768px) {
  #intro .col {
    width: 85vw;
    position: static;
    padding: 1em;
  }

  #intro .col::after {
    left: 10vw;
  }
}

#intro .inner {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  #intro .inner {
    display: flex;
    margin-bottom: 1em;
  }
}

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

@media screen and (max-width: 768px) {
  #intro .button {
    max-width: 80%;
    margin: 1rem auto 0;
  }
}

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

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

/* @media screen and (max-width:768px) {
    #intro .col {
        width: 70vw;
        position: static;
        padding: 0 0 0 20%;
        margin: 0 calc(50% - 50vw);
    }

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

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

} */

#vision img {
  display: block;
  width: 20%;
  height: 20%;
  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 {
  margin: 2em auto;
  max-width: 800px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #vision .vision-lead {
    display: none;
  }
}

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

@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;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

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

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

#vision .vision-catch {
  margin: 0 auto;
  padding: 0 6em;
  position: relative;
  bottom: -2em;
  z-index: 99;
}

#vision .vision-catch img {
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  #vision .vision-catch {
    padding: 0;
  }
}

#vision .vision-note {
  background: #fff;
  width: 85%;
  margin: 0 auto;
  padding: 2em 0;
}

#vision ul {
  /* counter-increment: title; */
  counter-reset: title;
}

#vision .vision-note li {
  display: flex;
  width: 80%;
  margin: 2em auto;
}

@media screen and (max-width: 768px) {
  #vision .vision-note li {
    position: relative;
    display: block;
  }
}

#vision .vision-note li p {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #vision .vision-note li p {
    display: block;
  }
}

#vision .vision-note li p span {
  display: contents;
}

#vision .vision-note li p::before {
  content: counter(title);
  counter-increment: title 1;
  color: #014099;
  font-size: 10em;
  font-weight: bold;
  position: relative;
  left: 2em;
  bottom: 0;
  opacity: 0.1;
  line-height: 1;
  font-style: oblique;
}

@media screen and (max-width: 768px) {
  #vision .vision-note li p::before {
    content: none;
    position: relative;
  }

  #vision .vision-note li p::before {
    opacity: 1;
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 90%;
    /*画像の幅*/
    height: 100%;
    /*画像の高さ*/
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
  }

  #vision .vision-note li .vision-note-col1::before {
    background-image: url(../img/sp/1-202410.png);
  }

  #vision .vision-note li .vision-note-col2::before {
    background-image: url(../img/sp/2-202410.png);
  }

  #vision .vision-note li .vision-note-col3::before {
    background-image: url(../img/sp/3-202410.png);
  }

  #vision .vision-note li .vision-note-col4::before {
    background-image: url(../img/sp/4-202410.png);
  }

  #vision .vision-note li .vision-note-col5::before {
    background-image: url(../img/sp/5-202410.png);
  }

  #vision .vision-note li .vision-note-col6::before {
    background-image: url(../img/sp/6.png);
  }

  #vision .vision-note li .vision-note-col7::before {
    background-image: url(../img/sp/7.png);
  }

  #vision .vision-note li img {
    display: none;
  }
}

#vision .vision-note li span {
  color: #014099;
  font-size: 1.2em;
  font-weight: bold;
}

#message .h2_title {
  bottom: 2em;
}

#message .col {
  display: flex;
  margin: 2em 0;
}

@media screen and (max-width: 768px) {
  #message .col {
    flex-direction: column;
    margin: 2em 0;
  }
}

#message .col span {
  display: block;
  font-size: 1.5em;
  color: #014099;
  font-weight: bold;
}

#message .col img {
  width: 30%;
  height: 30%;
}

@media screen and (max-width: 768px) {
  #message .col img {
    width: 60%;
    height: 60%;
  }
}

#message .col:nth-of-type(2) img {
  position: relative;
  bottom: -100px;
  right: 2em;
}

@media screen and (max-width: 768px) {
  #message .col:nth-of-type(2) img {
    bottom: 10px;
    right: 0;
    left: 9em;
  }
}

#message .col:nth-of-type(3) img {
  position: relative;
  bottom: -100px;
  left: 2em;
}

@media screen and (max-width: 768px) {
  #message .col:nth-of-type(3) img {
    bottom: 10px;
    order: 2;
  }
}

#message.widthMax {
  background: #d3e2f0;
  margin-top: 5em;
  padding-bottom: 2em;
}

#message p {
  background: #fff;
  padding: 2em;
  width: 80%;
}

@media screen and (max-width: 768px) {
  #message p {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #message .col:nth-of-type(3) p {
    order: 1;
  }
}

#member {
  width: 100%;
}

#member .h2_title {
  background: #35a2da;
  transform: skewX(-10deg);
  margin: 0rem auto;
  position: relative;
  /* margin-bottom: 1.5em; */
  display: inline-table;
  top: -50px;
}

@media screen and (max-width: 768px) {
  #member .h2_title {
    top: -30px;
  }
}

#member .h2_title h2 {
  text-align: inherit;
}

#member .inner {
  background: #d3e2f0;
  margin: 5em 0;
  padding-bottom: 2em;
}

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

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

#member .genma {
  height: 250px;
  width: 60vw;
  max-width: 700px;
  min-width: 600px;
  margin: 0 auto;
  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 .pcimg {
  width: 250px;
  position: relative;
  bottom: 0;
  margin: -9px;
}

@media screen and (max-width: 768px) {
  .pcimg {
    width: 150px;
  }
}

#member .col {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}

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

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

#member .col {
  text-align: center;
  margin-top: 5em;
}

@media screen and (max-width: 768px) {
  #member .col {
    margin-top: 1em;
  }
}

#member .col figcaption {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  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;
  padding: 1em;
}

#member ul,
.modaal-wrapper ul {
  display: flex;
  justify-content: center;
  max-width: 350px;
}

#member span,
.modaal-wrapper span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #014099;
}

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

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

@media screen and (max-width: 768px) {
  #member .icon img,
  .modaal-wrapper .icon img {
    width: 35px;
    height: 35px;
  }
}

.modal01,
.modal02,
.modal03,
.modal04,
.modal05 {
  width: 50%;
  margin: 0 auto;
}

#activities .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

#activities li figure {
  width: 300px;
  margin: 1em;
}

@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%;
  }
}

@media screen and (max-width: 768px) {
  #activities li figure {
    margin: 2em 1em;
  }
}

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

#activities {
  background: #f5f8fb;
}

#activities .h2_title {
  bottom: 2em;
}

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

#next {
  position: relative;
}

#next img {
  max-width: 800px;
  margin: 3em auto;
  display: block;
}

#next .button {
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#contact {
  background: #d3e2f0;
  padding: 2em 0;
}

#contact ul {
  display: flex;
  justify-content: center;
}

#contact ul a {
  /* transform: skewX(30deg); */
}

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

#contact li {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 315px;
  padding: 2em 1em;
  background: #fff;
  color: #014099;
  font-weight: bold;
  border: 3px solid #35a2da;
  opacity: 1;
  text-align: center;
  margin-right: 1rem;
  transition: all 0.4s ease 0s;
  /* transform: skewX(-30deg); */
}

#contact li:hover {
  background: #014099;
  border: 3px solid #014099;
  color: #fff;
}

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

#footer {
  background: #35a2da;
  text-align: left;
  position: relative;
  color: #fff;
}

#footer .footer a {
  color: #014099;
}

#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:first-child {
  margin-bottom: 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: #014099 2px solid;
  padding-left: 1rem;
}

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