@charset "UTF-8";

/*  main */
/*
.main_content {
   background-image: url("background_oyako2.png");
   background-repeat: no-repeat;
   background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
   width: 100%;
   height: 100vh;
}

.main_content:before {
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく
}
*/


.main_content {
	padding-bottom: 30px
}

.home_info {
	height: 200px;
	font-size: 45px;
	font-weight: bold;
	padding: 10px 0px 0px;
	color: #000000;
	width: 100%;
	text-align: center;
	background-image: url("aoitori-2.png");
	background-repeat: no-repeat;
}


 .sub {
	text-align: center;
	font-size: 25px;
	line-height: 2;
	width: 80%;
	margin: 30px auto;
	color: #000000;
	font-weight: bold;
}

.sub span {
	background: linear-gradient(transparent 70%, #ffcccc 0%);
	font-size: 30px;
}

.home_info1 {
	font-size: 40px;
	text-align: center;
	margin: 30px 0px;
	
  padding: 1.65rem 2rem;
  background-color: rgba(165, 210, 255, .4);
  background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 50%, transparent 50%),
    linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 50%);
  background-size: 40px 40px;
}

.support_heading {
	font-size: 45px;
	text-align: center;
	
}

a.detail_buttom {
	display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #073D9B;
  border: solid 2px #01266E;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  margin: 10px auto;
  width: 85%;
}

a.detail_buttom:hover {
   background: #67c5ff;
  color: white;
}

.textbox {
	padding: 20px;
	font-size: 20px;
	border: 2px #C8C7C7 solid;
	background: #FBFBFB;
}

.box1 {
	margin-top: 50px; 
}

.textbox p {
	font-size: 15px;
}

.textbox_1 p {
	width: 100%;
	margin: 30px auto;
}

.textbox_1 p span {
	font-size: 20px;
	color: #F7595C;
	font-weight: bold;
}

.textbox h4 {
	padding-bottom: 10px;
}

.bg_box {
	background-repeat: no-repeat;
	background-size: cover;
}

.container {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, 1fr);
}

.heading_1 {
	display: flex;
	border-bottom: 2px #5E9BFA solid;
}

.heading_1 h4 {
	padding-left: 10px;
	width: 80%;
}

.heading_1 img {
	width: 15%;
}

.video {
	width: 100%;
	height: 80%;
	margin: 10px auto;
}

.text-area {
	display: flex;
}

.text-content {
	width: 70%;
	margin: 20px auto;
}

.text_img {
	width: 20%;
	margin: 20px auto;
}

.text_img img {
	width: 200px;
}

.text1,
.text2,
.text3 {
	padding-bottom: 10px;
}

.headeing {
	margin-top: 100px;
}

.blog_heading {
    font-size: 30px;
	text-align: center;
	color: #364e96;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #364e96;/*上線*/
    border-bottom: solid 3px #364e96;/*下線*/
	margin: 50px auto 0px;
}

.blog_img {
	width: 40%;
	height: 40%;
	margin: 50px auto;
	background: #2fef83;
}

.blog_text {
	display: flex;
}

.talk_box {
	width: 50%;
	margin: 50px auto;
}
.talk1 {
	line-height: 2;
	font-family: 'Oswald', sans-serif;
}

/*
.talk1 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  margin: 20px;
  width: 50%;
  border: 2px #000000 solid;
}

.talk1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

*/

.talk1 span {
  font-size: 25px;
  font-weight: bold;
  background:linear-gradient(transparent 70%, #ffb6c1 0%) 
}

a.blog_link {
	display: block;
	width: 100%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #EC407A;
	border-top: 2px solid #EC407A;
	border-bottom: 2px solid #EC407A;
	border-radius: 3px;
	transition: .4s;
	margin-top: 30px;
}

a.blog_link:hover {
	background: #EC407A;
	color: #fff;
	font-weight: bold;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom: 0;
  left:-50%;
  opacity:.2;
  right:-50%;
  top:300px;
  z-index:-1;
  height: 700px;
  position: fixed;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:6s;
}

.bg3 {
  animation-duration:7s;
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
