@charset "utf-8";
/* CSS Document */
.toppage section h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2em;
  font-weight: 900;
  color: #00a0db;
}
.toppage section h2 span {
  font-size: 0.5em;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .toppage section h2 {
    font-size: calc(92vw / 20);
  }
  .toppage section h2 span {
    font-size: 0.3em;
    line-height: 0.2;
  }
}
/**************************************************
#main
**************************************************/
#main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative
}
#main .rapnwes {
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 0.5em;
  margin-left: 20%;
  align-self: flex-end;
}
#main .rapnwes .ttl img {
  max-width: 100px;
}
#main .rapnwes p {
  padding: 0.2em 0;
  display: flex;
  flex-direction: column;
}
#main .rapnwes p span {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  margin-right: 10px;
}
#main .copy {
  margin: auto;
    width: 100%;
    position: relative;
}
#main #needs h1 {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP';
}
#main #needs {
  /*background: #dacda0;*/
  border-radius: 150px;
  padding: 2em 1vw;
  /*width: calc(90% - 13vw);*/
  max-width: 1100px;
  margin: 0em auto 0;
}
#main #needs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 20px;
  justify-content: center;
  margin-bottom: 1em;
}
#main #needs ul li {
  background: #FFF;
  border-radius: 20px;
  margin: 5px;
}
#main #needs ul li a {
  background: linear-gradient(45deg, #009fd7 0%, #2062ff 52%, #0014c9 90%);
  padding: 0.5em 1em;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 900;
  color: #FFF;
}
  #main #needs ul li a:hover {
  background: linear-gradient(45deg, #f7f303 0%, #fd9610 36%, #c90000 90%);
  font-size: 1.2em;
  }
@media screen and (max-width: 768px) {
  #main .copy {
    max-width: 700px;
   margin: auto;
        height: 92vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 8vh;
  }
  #main .copy > img {
    width: 65vw;
  }
  #main .copy::before {
    content: '';
    display: block;
    background: url(../img/mainSp01.webp) no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 3vh;
    z-index: -1
  }
  #main .copy::after {
    content: '';
    display: block;
    background: url(../img/mainSp02.webp) no-repeat;
    background-size: 100% auto;
        background-position: bottom;
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 15vh;
  }
#main .rapnwes {
    text-align: left;
        border: 1px solid #000;
        padding: 1.2em 1em 1em 3em;
        margin-left: 10%;
        align-self: flex-end;
        position: absolute;
        bottom: 1vh;
        right: -1px;
        border-radius: 50px 0 0 50px;
}
}
@media screen and (min-width: 769px) {
  #main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 7vw 0;
  }
  #main {
    max-height: 1100px;
    min-height: 1250px;
  }
  #main::after {
    content: '';
    background: url("../img/mainBg.webp") no-repeat;
    background-size: 100% auto;
    height: 100vh;
    padding: 7vw 0;
    width: 100%;
    display: block;
    animation: yurayura 7s linear infinite;
	position: absolute;
        top: -22px;
        overflow: hidden;
        z-index: -1;
  }
  .okomari .jirei .wrap_flex {
    margin: 1.5em;
  }
  #main .rapnwes {
    position: absolute;
    right: 0;
  }
  #main .rapnwes .ttl {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #2a2d84;
    margin-bottom: 0.3em;
  }
  #main .rapnwes .ttl img {
    max-width: 200px;
  }
  #main .rapnwes p {
    flex-direction: row;
  }
  #main #needs h1 {
    font-size: 2em;
  }
  #main #needs {
    padding: 2em 1vw;
  }
  #main #needs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    column-gap: 20px;
    justify-content: center;
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
#main #issues {
  max-width: 1100px;
  margin: 0em auto 0;
}
#main #issues h1 {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP';
}
@media screen and (min-width: 769px) {
#main #issues ul {
  column-count: 2;
}
#main #issues ul li {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
}
@media screen and (min-width: 769px) {
  #main #issues h1 {
    font-size: 2em;
  }
#main #issues ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 20px;
  justify-content: center;
  margin-bottom: 1em;
}
#main #issues ul li {
  background: #FFF;
  border-radius: 20px;
  margin: 5px;
}
#main #issues ul li a {
  background: linear-gradient(45deg, #009fd7 0%, #2062ff 52%, #0014c9 90%);
  padding: 0.5em 1em;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 900;
  color: #FFF;
}
  #main #issues ul li a:hover {
  background: linear-gradient(45deg, #f7f303 0%, #fd9610 36%, #c90000 90%);
  font-size: 1.2em;
  }
}
/**************************************************
#top_about
**************************************************/
#top_about {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(240, 239, 236, 1));
}
#top_about > div {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1400px;
  margin: auto;
}
#top_about > div > div {
  flex: 1 50%;
  text-align: left;
  padding: 2em;
}
#top_about h3 {
  font-size: 2.5em;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP';
}
#top_about p {
  line-height: 2.3;
  font-size: 1.1em;
  font-family: 'Noto Sans JP';
}
@media screen and (max-width: 768px) {
  #top_about h3 {
    font-size: calc((95vw - 30px) / 10);
  }
  #top_about p br {
    display: none
  }
}
@media screen and (min-width: 769px) {
  #top_about > div {
    flex-direction: row;
    gap: 50px;
  }
}
/**************************************************
#tips
**************************************************/
.toppage section#tips {
  background: #0053a9;
  padding: 2em 0;
  color: #FFF;
  position: relative;
  margin-top: 10vw
}
.toppage section#tips::before {
  content: "";
  background: url(../img/tipsBg.svg);
  display: block;
  width: 100%;
  height: 10vw;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: -10vw;
  left: 0;
  background-color: #f0efec;
}
.toppage section#tips h2 {
  font-family: 'Sunday April', sans-serif;
  font-size: clamp(18px, 5vw, 80px);
  transform: skew(-10deg, -10deg);
  position: absolute;
  top: -9vw;
  text-align: center;
  width: 100%;
  color: #00a0db;
  font-weight: 900;
}
.toppage section#tips h2 span {
  transform: skew(-15deg, -15deg);
}
.toppage section#tips h2 + p {
  margin-bottom: 2em;
  line-height: 2;
  width: calc(85% - 30px);
  margin: 0 auto 2em;
}
.toppage section#tips ul {
  display: flex;
  justify-content: center;
  width: calc(98% - 20px);
  max-width: 1400px;
  margin: auto;
}
/*****sp card******/
@media screen and (max-width: 768px) {
  .toppage section#tips ul {
    flex-direction: column;
    gap: 3vw;
  }
  .card {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 10px;
    color: #000;
    align-items: end;
  }
  .front {
    font-size: 1.4em;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    background-color: #fff;
    backface-visibility: hidden;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 0.5em;
    box-shadow: 3px 3px 0px 0px #00a0db;
    width: calc(100% - 1.1em);
  }
  .front br {
    display: none
  }
  .back {
    background-color: #FFEB3B;
    padding: 1em;
    box-shadow: 3px 3px 0px 0px #00a0db;
    width: calc(100% - 2.3em);
    border-radius: 5px;
  }
  .back a {
    display: flex;
    /* width: 100%; */
    height: 100%;
    padding: 0;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: justify;
    color: #000;
    flex-direction: row;
    gap: 10px;
  }
  .back a img {
    width: 40%;
  }
}
/*****pc card******/
@media screen and (min-width: 769px) {
  .toppage section#tips ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .toppage section#tips ul li {
    flex: 1;
  }
  .card {
    perspective: 150rem;
    -moz-perspective: 150rem;
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 10px;
    color: #000;
  }
  .front, .back {
    background-color: #fff;
    height: 100%;
    width: 100%;
    transition: .8s;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px 0px #00a0db;
  }
  .front {
    font-size: 1.8em;
    font-weight: 900;
    font-family: 'Noto Sans JP';
  }
  .back {
    background-color: #FFEB3B;
    transform: rotateY(180deg);
  }
  .front, .back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    border-radius: 20px;
  }
  .back a {
    display: flex;
    text-decoration: none;
    height: 100%;
    padding: 1em;
    justify-content: center;
    text-align: justify;
    flex-direction: column-reverse;
    color: #000;
  }
  .back a:hover {
    color: #000;
  }
  .toppage section#tips ul li:first-child .card {
    transform: rotate(-2deg);
  }
  .toppage section#tips ul li:nth-child(2) {
    transform: rotate(3deg);
  }
  .toppage section#tips ul li:nth-child(3) {
    transform: rotate(-1deg);
  }
  .toppage section#tips ul li:nth-child(4) {
    transform: rotate(-5deg);
  }
  .card:hover .front {
    transform: rotateY(-180deg);
  }
  .card:hover .back {
    transform: rotateY(0);
  }
}
@media screen and (max-width: 1100px) {
  .toppage section#tips ul li {
    flex: 45% 1;
  }
  .toppage section#tips h2 + p {
    text-align: justify;
  }
  .toppage section#tips h2 + p br {
    display: none;
  }
}
/**************************************************
top_rapnews
**************************************************/
#top_rapnews {
  background: #0053a9;
  padding: 1em 0;
}
#top_rapnews > .wrap {
  border: 2px solid #000;
  box-shadow: 5px 5px 0px 0px #00a0db;
  background: #FFF;
  border-radius: 20px;
  width: calc(99% - 20px);
  max-width: 1400px;
  margin: 4em auto 0;
}
#top_rapnews > .wrap .ttl {
  margin-top: -4em;
  text-align: left;
  padding: 1em;
}
#top_rapnews > .wrap .flexBox {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}
#top_rapnews .article {
  padding: 0 2em;
  flex: 7 10%;
  border-right: 1px solid #000;
}
#top_rapnews .article a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none;
}
#top_rapnews .article .vol {}
#top_rapnews .article .title {
  font-size: 1.4em;
  font-weight: 900;
}
#top_rapnews .article p {
  text-align: justify;
}
#top_rapnews .guide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 2em;
  flex: 3 10%;
  min-width: 300px;
}
#top_rapnews .guide a {
  background: #000;
  color: #FFF;
  display: block;
  padding: 1em;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
  #top_rapnews > .wrap .flexBox {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
    flex-direction: column;
  }
  #top_rapnews .article {
    border-right: none
  }
}
/**************************************************
#service
**************************************************/
.toppage section#service {
  background: #0053a9;
  padding: 5em 0;
}
.toppage section#service h2 {
  color: #FFF;
}
.toppage section#service .service_list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  width: calc(98% - 30px);
  max-width: 1400px;
  margin: 2em auto;
}
.toppage section#service .service_list > div {
  flex: 1 calc(20% - ((10px * 3) / 5));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background: rgb(0 54 136);
    color: #FFF;
    font-size: 0.8em;
}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
.toppage section#service .service_list > div {
  flex: 1 calc(50% - (10px / 2));
}}

/**************************************************
#top_works
**************************************************/
#top_works {
  padding: 4em 0;
}
#top_works .slick-slide img {
  aspect-ratio: 4 / 3.1;
  object-fit: cover;
}
#top_works h2 {
  display: inline-block;
  background-image: linear-gradient(45deg, #d2c3ff 0%, #85e5ff 52%, #9fe7be 90%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes gradationTextAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#top_works .slick-slider {
  margin: 1em 0;
}
#top_works .slick-slider .item {
  margin: 2em;
}
#top_works .slick-slider .item > a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #333;
  text-decoration: none;
  font-weight: 100;
  text-align: left;
}
#top_works .slick-slider .item h3 {
  padding: 0.8em 0;
}
#top_works .slick-slider .item ul.tag {
  text-align: left;
  display: flex;
  flex-wrap: wrap
}
#top_works .slider_l .item ul.tag {
  flex-direction: row-reverse;
}
#top_works .slick-slider .item ul.tag li {
  display: inline-block
}
#top_works .slick-slider .item ul.tag li a {
  padding: 0.5em;
  color: rgba(82, 82, 82, 1.00);
  text-decoration: none;
  font-size: 0.9em;
}
#top_works .slider_r .item ul.tag li a::before {
  content: '#';
  padding-right: 0.5em;
}
#top_works .slider_l .item ul.tag li a::after {
  content: '#';
  padding-right: 0.5em;
}
/**************************************************
#top_news
**************************************************/
.toppage section#top_news {
  background: #e6ebf3;
  padding: 5em 0;
}
.toppage section#top_news > .wrap {
  display: flex;
  justify-content: flex-start;
  width: calc(98% - 20px);
  max-width: 1200px;
  margin: auto;
}
.toppage section#top_news .ttl {
  text-align: left;
  font-size: 1em;
  flex: 30%;
}
.toppage section#top_news .newsList {
  display: flex;
  width: 100%;
}
.toppage section#top_news .newsList ul {
  width: 100%;
   display: flex;
   flex-direction: column;
   gap: 0.8em;
}
.toppage section#top_news .newsList ul li {
  padding: 1em;
  background: #FFF;
  border-radius: 5px;
   text-align: left;
}
.toppage section#top_news .newsList ul li .haeding {
   display: flex;
}
.toppage section#top_news .newsList ul li .haeding h4 {
   font-weight: bold;
   flex-basis: calc(100% - 104px);
}
.toppage section#top_news .newsList ul li .haeding h4 a {
   display: block;
   text-decoration: none;
}
@media screen and (max-width: 768px) {
  .toppage section#top_news > .wrap {
    flex-direction: column;
   }
   .toppage section#top_news .newsList ul li .haeding {
    flex-direction: column;
  }
.toppage section#top_news .newsList ul li .com {
   padding-left: 1em;
  }
}
@media screen and (min-width: 769px) {
.toppage section#top_news .newsList ul li .haeding {
   gap: 4px;
}
.toppage section#top_news .newsList ul li .haeding .date {
   flex-basis: 100px;
}
.toppage section#top_news .newsList ul li .com {
   padding-left: 104px;
}
}
/**************************************************
ounedmedia
**************************************************/
.toppage section#ounedmedia {
  padding: 5em 0;
  width: calc(98% - 20px);
  max-width: 1400px;
  margin: auto;
}
.toppage section#ounedmedia h2 {
  font-size: 3em;
  margin-bottom: 0.5em;
}
.toppage section#ounedmedia h2span {
  font-size: 0.6em;
}
.toppage section#ounedmedia ul {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.toppage section#ounedmedia ul li {
  flex: 1 50%;
}
.toppage section#ounedmedia ul li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #666;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .toppage section#ounedmedia ul {
    width: 85%;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .toppage section#ounedmedia ul {
    flex-direction: row
  }
}