@charset "utf-8";

* {
  margin: 0; 
}

body {
  font-family: "Noto Sans JP";
  
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  line-height: 150%;
}

@media(min-width:768px) {
  .spbr{
    display: none;
  }
  .pcnone {
    display: none;
  }
}

@media(max-width:767px) {
  .spnone {
    display: none;
  }
}

.line {
  background:linear-gradient(transparent 60%, #ffff99 60%);
}

.container {
  width: 100%;
  padding-bottom: 50px;
}

.container2 {
  width: 100%;
  background-color: #F9F6F2;
  padding-bottom: 50px;
}

.container3 {
  width: 100%;
  background-color: #EFEFEF;
  padding-bottom: 50px;
}

.box-a {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
@media(min-width:768px) {
  .box-a {
    width: 800px;
  }   
}

.box-b {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media(min-width:768px) {
  .box-b {
    width: 800px;
  }   
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.small {
  font-size: 0.8em;
}

.hero {
  display: grid;
  place-items: center;
  background-image: url(img/natukumo.png);
  max-width: 100%;
  background-size: cover;
  overflow: hidden;
}

.hero-img {
  max-width: 100%;
  max-height: 90svh;
  content: url("img/hero_sp.png");
  object-fit: contain;
}
@media (min-width: 768px) {
  .hero-img {
    max-width: 90%;
    max-height: 80svh;
    content: url("img/hero.png");
  }
}

.period {
  width: 100%;
  background-color: #000066;
  color: #f0f0f0;
  padding: 14px 10px;
  text-align: center;
}
@media(min-width:768px) {
.period {
  padding: 20px 0;
  font-size: 1.6em;
  }
}

.intro {
  margin: 40px 0 5px 0;
  color: #111;
  font-family: "Mochiy Pop One";
  font-size: 1.3em;
  font-weight: 400;
  line-height: 150%;
}
@media(min-width:768px) {
  .intro {
    margin: 60px 0 5px 0;
    font-size: 2em;
  }
}

.intro-p {
  display: inline-block;
  font-size: 1.1em;
  line-height: 150%;
   margin-bottom: 4px;
 }
@media(min-width:768px) {
.intro-p {
  font-size: 1.3em;
  }
}

.button {
  display: inline-block;
  background-color: #e34b27;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 4px 4px 12px rgba(0,0,0,0.15);
  padding: 0.8em 1.2em;
  margin: 1em 0 0.5em 0;
}
@media(min-width:768px) {
  .button {
    padding: 1em 2em;
  }
}

.h1 {
  display: inline-block;
  color: #111;
  font-family: "Mochiy Pop One";
  font-size: 1.3em;
  font-weight: 400;
  line-height: 150%;
  padding: 40px 0 20px 0;
}
@media(min-width:768px) {
  .h1 {
    font-size: 2em;
    padding: 60px 0 40px 0;
  }
}

.card-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 60px;
  row-gap: 50px;
  margin: 30px 50px;
}

.card {
  padding: 4px 0;
  border-radius: 25px;
  background: #fff;
  box-shadow: 6px 6px 12px #bbb,
              -6px -6px 12px #fff;
}

@media(min-width:768px) {
  .card-box {
    margin: 10px 50px;
  }
  .card {
    padding: 30px 50px;
  }
}

.card img {
  width: 100px;
  padding-bottom: 10px;
}

.card h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 20px;
}

.card p {
  text-align: justify;
  line-height: 150%;
}

@media(min-width:768px) {
  .card-box {
    margin: 30px 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .card {
    padding: 30px;
  }
  .card h3 {
    font-size: 1.3em;
  }
}

.epaper {
  font-size: 0.9em;
  margin: 40px 0 0 0;
}

.epaper a {
  color: #000066;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
.epaper a:hover {
  color: #0000ff;
}
@media(min-width:768px) {
  .epaper a {
    padding: 0 1em;
  }
}

.overview {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 6px 6px 12px #bbb,
              -6px -6px 12px #fff;
}
.overview ul {
  padding-left: 10px;
}
@media(min-width:768px) {
  .overview {
    font-size: 1.1em;
    padding: 30px;
  }
  .overview ul {
    padding-left: 40px;
  }
}

.overview ul li {
  list-style: none;
  padding: 4px;
}

.overview i {
  margin-right: 0.3em;
  color: #e34b27;
}

.osusume {
  width: 200px;
}

.flow{
  font-size: 1.1em;
  position: relative;
  border: solid 2px #C1E3FA;
  border-radius: 15px;
  text-align: center;
  background-color: #C1E3FA;
  padding: 1em 1.5em 1em 1.5em;
  margin-bottom: 30px;
}
.flow:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #C1E3FA transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  text-align: center;
}

.flowend{
    font-size: 1.1em;
    position: relative;
    border: solid 2px #C1E3FA;
    border-radius: 15px;
    text-align: center;
    background-color: #C1E3FA;
    padding: 0.7em 1.1em 0.6em 1.1em;
}

.contact {
  display:inline-block;
  border: 1px solid #000066;
  border-radius: 15px;
  padding: 10px 20px 20px 20px;
  margin: 20px auto 80px auto;
}

.contact h3 {
  font-size: 1.3em;
  line-height: 150%;
}

.contact p {
  font-size: 1.1em;
}

.contact a:hover {
  color: #0000ff;
}

.contact i {
  color: #e34b27;
}

@media(min-width:768px) {
.contact {
  padding: 10px 30px 30px 30px;
}

.contact h3 {
  font-size: 1.4em;
  line-height: 200%;
}

.contact p {
  font-size: 1.2em;
}
}

footer {
  background-color: #f0f0f0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
@media(min-width:768px) {
  footer {
    padding: 50px 0;
  }
}

footer ul {
  margin: 10px 10px 20px 10px;
  justify-content: center;
}

footer li {
  padding: 10px 20px;
  list-style-type: none;
}

footer li:last-child {
  border-right: none;
}

footer li a:hover {
  color: #0000ff;
}

@media(min-width:768px) {
  footer ul {
    display: flex;
    margin: 10px 10px 40px 0 ;  }    
  footer li {
    border-right: 1px solid #bbb;
  }
}

footer p {
  margin: 8px 0;
  font-size: 0.8em;
  line-height: 180%;
}

/* 動き 上に */
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }

    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

/* 動き 大きく */
.bigLogo{
  animation-name: bigAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
  
  @keyframes bigAnime{
    from {
      transform: scale(0.5);
      opacity: 0;
    }
  
    to {
      transform: scale(1);
      opacity: 1;
    }
  }


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.bigTrigger {
  opacity: 0;
}
