@charset "utf-8";
@import url("header.css");
body, div, ul, li, p, a {
	padding: 0;
	margin: 0;
}

.noto-serif-jp-uniquifier {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    width: auto;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*ローディング*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height:  calc(var(--vh, 1vh)* 100);
	z-index: 999;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeOut 1.5s 2.5s forwards;
	text-align: center;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 60px;/*ロゴの大きさ*/
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
60% {
    opacity: 1;
    transform: translateY(0);
  }
100% {
    opacity: 0;
  }
}

/* 初期画面 */
.layer {
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    margin-bottom: 100px;
    padding-top: 80px;
}
@media screen and (max-width: 480px){
	.layer {
	padding-top: 70px;	
	}
}
/* PC向けの設定 */
.txt{
	position: absolute;
	padding-top: 100px;
	padding-left: 5vw;
}
.txt1 {
	display: flex;
	overflow: hidden;
}

.txt1 p {
	color: #000000;
	font-size: calc(4vw + 1rem);
	font-weight: bold;
	letter-spacing: .06em;
	margin: 0;
	/* ここからアニメーション関係 */
	transform: translateY(2em);
	animation: textanimation 1s forwards;
	font-family: 'Noto Serif JP', sans-serif;
}
/* 1文字目 */
.txt1 p:nth-child(1) {
    animation-delay: 3s
}
/* 2文字目 */
.txt1 p:nth-child(2) {
    animation-delay: 3.2s
}
/* 3文字目 */
.txt1 p:nth-child(3) {
    animation-delay: 3.4s
}
/* 4文字目 */
.txt1 p:nth-child(4) {
    animation-delay: 3.6s
}
/* 5文字目 */
.txt1 p:nth-child(5) {
    animation-delay: 3.8s
}
/* 6文字目 */
.txt1 p:nth-child(6) {
    animation-delay: 4.0s
}
@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}
.txt2 {
	display: flex;
	overflow: hidden;
	justify-content: start;
}

.txt2 p {
	color: #000000;
	font-size: calc(4vw + 1rem);
	font-weight: bold;
	letter-spacing: .06em;
	margin: 0;
	/* ここからアニメーション関係 */
	transform: translateY(2em);
	animation: textanimation 1s forwards;
	font-family: 'Noto Serif JP', sans-serif;
	padding-left: 0px;
}
/* 1文字目 */
.txt2 p:nth-child(1) {
    animation-delay: 3s
}
/* 2文字目 */
.txt2 p:nth-child(2) {
    animation-delay: 3.2s
}
/* 3文字目 */
.txt2 p:nth-child(3) {
    animation-delay: 3.4s
}
/* 4文字目 */
.txt2 p:nth-child(4) {
    animation-delay: 3.6s
}
/* 5文字目 */
.txt2 p:nth-child(5) {
    animation-delay: 3.8s
}
/* 6文字目 */
.txt2 p:nth-child(6) {
    animation-delay: 4s
}


@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}
.txt3 {
    display: flex;
    overflow: hidden;
}

.txt3 p {
	color: #000000;
	font-size: calc(4vw + 1rem);
	font-weight: bold;
	letter-spacing: .06em;
	margin: 0;
	/* ここからアニメーション関係 */
	transform: translateY(2em);
	animation: textanimation 1s forwards;
	font-family: 'Noto Serif JP', sans-serif;
}
/* 1文字目 */
.txt3 p:nth-child(1) {
    animation-delay: 3s
}
/* 2文字目 */
.txt3 p:nth-child(2) {
    animation-delay: 3.2s
}
/* 3文字目 */
.txt3 p:nth-child(3) {
    animation-delay: 3.4s
}
/* 4文字目 */
.txt3 p:nth-child(4) {
    animation-delay: 3.6s
}
/* 5文字目 */
.txt3 p:nth-child(5) {
    animation-delay: 3.8s
}
/* 6文字目 */
.txt3 p:nth-child(6) {
    animation-delay: 4s
}
@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}
  /* 背景画像の読み込み */
  .layer-bg img {
	position: relative;
	width: 100%;
	height: auto;
  }

/*タブレット向け背景画像*/
@media screen and (min-width:480px) and (max-width:1024px){
.layer-bg img{
	object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 1024px;
}
}
/* SP向け背景画像 */
@media screen and (max-width: 480px){  
.layer-bg img{
	object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 800px;
}
}

body, figure, ul {
    margin: 0;
}
body{
	height: 1200px;
}
body::before{
    background-image: url(image/bg2-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
	
}

/*NEWS*/
.news-1{
	position:relative;
    max-width: 1500px;
    padding-top: 5px;
    padding-bottom: 90px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom:100px;
    background-color: #D7043F;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;
    width: 90%;
    box-sizing: border-box;
	opacity: 0;
    visibility: hidden;
	transition: all 1s;
    transform: translateY(150px);
    }
  .is-active {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
}
.news-2{
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 10px;
	
}
.news-txt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: calc(1.3vw + 1.2rem);
	padding-top: 50px;
	padding-right: 5vw;
	padding-left: 5vw;
	box-sizing: border-box;
}
.news-list{
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FFFFFF;
	border-radius: 0px 10px 10px 0px;
}
.news-list .item {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 20px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.news-list .item:first-child a{
	max-height: none;
}
.news-list .item:last-child a{
	border-bottom:none;
}
.news-list .item .date{
	margin: 0;
	min-width: 100px;
	font-size: 16px;
	color: #999;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 30px;
}
.news-list .item .category_1{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_2{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_3{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_4{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_1 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #02600A;
	border-radius:10px;
}
.news-list .item .category_2 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #02600A;
    border-radius: 10px;
}
.news-list .item .category_3 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #02600A;
	border-radius:10px;
}
.news-list .item .category_4 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #0205A3;
	border-radius:10px;
}
.news-list .item .title{
	margin: 0;
	width: 100%;
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: calc(0.2vw + 0.8rem);
	height: auto;
	color: #333333;
}
.news-list .item a:hover .title{
  color: #00F;
}
a.btn_03 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
	width: 10vw;
	height: 1.2vw;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #d7043f;
	border: solid 2px #ffffff;
	color: #ffffff;
	border-radius: 100vh;
	transition: 0.5s;
	font-size: calc(0.2vw + 0.6rem);
	top:85%;
	left:50%;
	transform: translate(-50%,-50%);
}
a.btn_03:hover {
	border: solid 2px #d7034f;
	color: #d7034f;
	background: #ffffff;
}
@media screen and (max-width: 896px){
a.btn_03 {
	top:88%;
	left:50%;
	transform: translate(-50%,-50%);
}
}
@media screen and (max-width: 767px){
a.btn_03 {
	top:93%;
	left:50%;
	transform: translate(-50%,-50%);
}
.news-2{
	display: flex;
    flex-direction: column;
    align-items: center;
	box-sizing: border-box;
	}
	.item{
	display: flex;
    flex-direction: column;	
	}
.news-list .item a{
	flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
  .news_list_item a  {
    font-size: 11px;
    }
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
/*フッターサイトマップ*/	
#footer {
  height: 10%;
  position: relative;
  margin-top: 40px;
  color: #333;
}
#footer a {
  text-decoration: none;
  color: #333;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px 20px;
}
#footer .primary .flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
#footer .primary .flex .left{
  width: 100%;
}
#footer .primary .flex .left .logo{
	width: 100%;
    font-size: 1.4em;  
}
#footer .primary .flex .left .address{
    font-size: calc(0.2vw + 0.8rem);	
}
#footer .primary .flex .right{
  display: flex;
  width: 100%;
  justify-content: start;
}
@media screen and (max-width: 896px) {
#footer .primary .flex .left{
  width: 450px;
}
#footer .primary .flex .left .logo{
    font-size: 18px;  
}
#footer .primary .flex .left .address{
    font-size: 12px;	
}
#footer .primary .flex .right{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-size: 12px;
}
}
@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
  }
}
/* logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-section {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-left: 20px;
  font-size:calc(0.5vw + 0.5rem);
}
#footer .parent {
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: bold;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .navi-section {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
  #footer .navi li {
    border-top: 1px solid #000000;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/*フッター*/

body {
    font-family: Lato, sans-serif;
    background-repeat: no-repeat;
}

footer {
	width: 100%;
	bottom: 0px;
	background-color: #FAF7D4;
}
footer div {
  margin: -5px 0px 0px 0px;
  padding:0px;
  color: #333;
  text-align:center;
}
svg {
  width:100%;
}



.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #f9c202;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #f9c202;
  stroke-width:0.5;
  opacity:.6; 
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
    filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);  
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}
@keyframes ball {
  to {transform: translateY(20%);}
}
.copyright{
	color: #333333;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: calc(0.5vw + 0.5rem);
}
