

/* CSS Document */


/* 全体設定 */
.css-carousel-slider4 {
    width: 100%;
    overflow: hidden;
    position: relative;
	margin-top: 0px;
}
.css-carousel-slider4 img {
    width: 100%;
    height: auto;
    vertical-align: top;
	margin-top: 0px;
}

/* スライド設定 */
.css-carousel-slider4 .slide-wrap {
    width: 400%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider4 20s infinite;
    animation-delay: 2s;
	margin-top: 0px;
}
.css-carousel-slider4 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main4 20s infinite;
    animation-delay: 2s;
	margin-top: 0px;
}
.css-carousel-slider4 .slide {
    width: 100%;
	margin-top: 0px;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider4 {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 4 * -100%)); }
    25% { transform: translateX(calc(1 / 4 * -100%)); }

    45% { transform: translateX(calc(2 / 4 * -100%)); }
    50% { transform: translateX(calc(2 / 4 * -100%)); }

    70% { transform: translateX(calc(3 / 4 * -100%)); }
    75% { transform: translateX(calc(3 / 4 * -100%)); }

    95% { transform: translateX(calc(4 / 4 * -100%)); }
    100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main4 {
    0% { transform: translateX(100%); }
    75% { transform: translateX(100%); }
    95% { transform: translateX(0%);}
}

.pclogo{
	width: 40vw;
}

a {
color:black;
text-decoration:none;
}

header{
	margin-top: 0%;
	margin-bottom: 0%;
	width: 100%;
	text-align: center;
	float: center;margin: 3% 0 1% 0;
	height:auto;
}

.headerRight{
	display: inline-block;
	font-size:min(3vw,30px);
	font-family: 'Noto Sans JP', sans-serif;
	margin: 2%;
}

img.icon{
	width:2vw;
	vertical-align:baseline
}

.mainImage{
	position: relative;
	margin-top: 0px;
}

.mainImage p {
	position: absolute;
	color:white;
	top:30%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
	margin:0px;
  padding:0px;
	text-shadow: 1px 2px 3px #2A2A2A;
	font-size:min(2.1vw,30px);
	font-family: 'Noto Sans JP', sans-serif;
	line-height:6.5vw;
	max-width: 550px;
}

.mainText{
	font-size:min(12vw,100px);
}

.subText{
	font-size:min(6vw,60px);
}



ul{
	text-align: left;
	color: #0C6382
}

.Text{
  color: black;
	font-size: 17px;
	line-height: 180%;
	margin: 0 auto;
	padding: 3%;
	  max-width: 800px
}

.imgR2{
	width: 90%;
	margin: 3%;
	border-radius: 12px;
}

imgParts{
	height: 10px;
	margin: 20%;
}

.videoSq {
	width: 95%;
	max-width: 650px;
	border-radius: 12px;
}

.videoY {
	width: 95%;
	max-width: 750px;
	border-radius: 12px;
}

.width{
margin: 0 auto;
	text-align: center;
	max-width: 750px
}

.widthS{
	width: 90%;
	max-width: 700px;
margin: 0 auto;
}

.imgR{
	width: 90%;
	margin: 5%;
	border-radius: 12px;
}


.imgBlock{
	text-align: center;
}

.imgSq{
	width: 100%;
	max-width: 650px;
}

.imgS{
	width: 80%;
	max-width: 600px;
	margin: 3%
}

.imgSS{
	width: 60%;
	max-width: 300px;
	margin: 10%
}

.imgFit{
  width: 1024px;
  height: 1024px;
  object-fit: contain;
}

.flex{
	display: flex;
	align-items: center;
}

.scroll-space{
  box-sizing: border-box;
  padding: 40px 8%;
  color: #fff;
  overflow: hidden;
	background-color: rgba(255,255,255,1.00);
	border-radius: 15px;
	max-width: 880px;
	margin: 5% auto;
  .no{
    color: black;
	font-size: 18px;
	line-height: 200%;
	margin: 0 auto;
	  max-width: 880px;
  }
	.blue{
    background: #77BBCF;
    width: 250px;
    height: 250px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .pink{
    background: #FFB4B4;
    width: 250px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .yellow{
    background: #F8913C;
    width: 250px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .green{
    background: #26AA5A;
    width: 250px;
    height: 250px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

　
html,　body {
   margin:0;
  padding: 0;
}

h1{
	line-height: 80%;
	font-size: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	 background: linear-gradient(90deg, #25D6DD, #4A56F0 50%, #FF62AD);
  background: -webkit-linear-gradient(0deg, #25D6DD, #4A56F0 50%, #FF62AD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 10px 0;
	padding: 20px 0;
}


.allbody{
	/*background-color: black;color: white;*/
	/*親div*/
  position: relative;/*相対配置*/
	margin: 0%;
	text-align: center;
	padding: 0% 5%;
	background-color: #E7EBDE;
}

.blocktext{
	font-size: 12px;
	line-height: 140%;
}

.bodytext{
	font-size: 22px;
	line-height: 170%;
	margin: 2vw;
}

.bodytextS{
	font-size: 16px;
	line-height: 200%;
	margin: 5% 8%;
	background-color: white;
	border-radius: 12px;
	padding: 5% 8%;
}

.bodytextSS{
	font-size: 12px;
}

.bodytextSSS{
font-size: 8px;
	max-width: 650px;
	margin: 0 auto;
}

.blocknear{
	margin-top: -20px;
	font-size: 8px;
	max-width: 700px;
}

.imgFlex{
	width: 100%;
}


.bodytext p {
	left: 0px;
	height: auto;
	font-size: 1.8vw;
  }

.bodyboldBig{
	font-size: 40px;
	background: linear-gradient(90deg, #25D6DD, #4A56F0);
  background: -webkit-linear-gradient(0deg, #25D6DD, #4A56F0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.bodybold{
	font-size: 40px;
	background: linear-gradient(90deg, #25D6DD, #4A56F0);
  background: -webkit-linear-gradient(0deg, #25D6DD, #4A56F0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bodyboldS{
	font-size: 20px;
	background: linear-gradient(90deg, #25D6DD, #4A56F0);
  background: -webkit-linear-gradient(0deg, #25D6DD, #4A56F0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 100%;
}

.bodybold2{
	font-size: 32px;
	background: linear-gradient(90deg, #66D03C, #076F4E);
  background: -webkit-linear-gradient(0deg, #66D03C, #076F4E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text{
	font-size: 1.2vw;
}

.lptitle{
	text-align: center;
	margin: auto;
	font-size: 6vw;
	color: #1886BC;
	 padding: 15px 25px;
    margin: 0 2vw;
    color: #1886BC;
    background: #fff;
    border-top: solid 2px #0D4561;
    border-bottom: solid 2px #0D4561;
	line-height: 130%;
}
.lptitleS{
    background: #0070b8;
	height: 25px;
	font-size: 12px;
	color: #FFFFFF;
    line-height: 120%;
	padding: 20px
}

.lptitleSub{
	  width: 100%;
    background: #d6d6d6;
    margin:0px;
	height: 20px;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	font-size: 14px;
	color: #0070b8;
    line-height: 120%;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 0px;
	}

.small{
	font-size: 3.8vw;
}

.strong{
	font-size: 4.8vw;
	color: #FFF700
}

.number{
	font-size: 22px;
	color: #1886BC
}

.blockS{
	max-width: 70vw;
	margin: auto;
	margin-top: 6%;
	padding-top: 6%;
	padding-left: 6%;
	padding-right: 6%;
	font-size: 3.5vw;
	line-height: 180%;
	color:#1886BC;
}

.blockSS{
	max-width: 70vw;
	margin: auto;
	padding-left: 6%;
	padding-right: 6%;
	font-size: 3.5vw;
	line-height: 180%;
	color:#1886BC;
}

footer {
    width: 100%;
    background: #749A21;
	height: 80px;
	margin: 0;
}


.copyright {
	 font-size: 10px;
    color: #fff;
    text-align:center
}



footer .copyright p {
   
}

.CardList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 15px 3%;
	margin-top: 5vw;
	margin-left: 7vw;
	margin-right: 7vw;
	padding: 1vw;
	font-size: 3.8vw;
	line-height: 180%;
}

.Card {
  
  row-gap: 10px;
  min-height: 60px;
  padding: 15px;
 background-color: #E9F6F5;
    background-image:
	 repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
  border-radius: 10px;
  border: solid #E9F1F6;
	line-height: 150%;
display: inline-block; /* インラインブロック化 */
	}

.shoulderM{
	font-size: 3vw;
	line-height:100%;
}

.mainTitleImage img{
	width: 100%;
	text-align: center;
	margin-bottom: -15px;
		}

.logo{
max-width: 150px;
	margin-left: auto;
    margin-right: auto;
}

a.white {
color: white
}

.btn-container2 {
  position: relative;
  top: 0px;
  width: 90vw;
}

.btn-container {
  position: relative;
  bottom: -450px;
  width: 100%;
  text-align: center;
}

button {
  border-radius: 10px; border: none; 
  background: #A7D14D;
  height: 50px;
  width: 70%;
  margin: 0px 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
	text-align: center;
	}

.arlink2{
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 10px; border: solid rgba(54,177,190,1.00); 
 font-size: 14px; 
  background-color: #FFEFE6;
	height: 40px;
  width: 70%;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
}

.arlink{
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 10px; border: none; 
	box-shadow: inset 0px 0px 0px 3px #36B1BE, inset 0px 0px 0px 4px #FFFFFF ;
	font-size: 4vw; 
  background: -webkit-linear-gradient(0deg, #36B1BE, #69D9E5 50%, #36B1BE);
  height: 80px;
  width: 85%;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
	color: white;
	line-height: 5vw;
}


@media screen and (min-width: 442px) {
.CardList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 15px 3%;
	margin-left: 7vw;
	margin-right: 7vw;
	padding: 1vw;
	font-size: 2vw;
	line-height: 180%;
}
	.lptitle{
	text-align: center;
	margin: auto;
	font-size: 2vw;
	color: #1886BC;
	 padding: 15px 25px;
     margin: 1em 4vw;
    color: #1886BC;
    background: #fff;
    border-top: solid 2px #0D4561;
    border-bottom: solid 2px #0D4561;
}
.copyright{
	font-size: 14px;
   color: #fff;
   text-align:center
}
	.arlink{
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 10px; border: none; 
	box-shadow: inset 0px 0px 0px 3px #36B1BE, inset 0px 0px 0px 4px #FFFFFF ;
	font-size: 3vw; 
  background: -webkit-linear-gradient(0deg, #36B1BE, #69D9E5 50%, #36B1BE);
  height: 80px;
  width: 80%;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
	color: white;
	line-height: 5vw;
}
	.blockS{
	max-width: 70vw;
	margin: auto;
	padding-left: 6%;
	padding-right: 6%;
	font-size: 2vw;
	line-height: 180%;
	color:#1886BC;
}
	.blockSS{
	max-width: 70vw;
	margin: auto;
	padding-left: 6%;
	padding-right: 6%;
	font-size: 1.8vw;
	line-height: 180%;
	color:#1886BC;
}
}