@charset "UTF-8";
/****************************************
header
*****************************************/
.site-header{
	background: rgba(255,255,255,0.8);
	padding: 20px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
	z-index: 999;
}

.site-header.hide{
	transform: translateY(-100%);
}

.site-logo__img{
	height: auto;
	width: 50%;
}
.gnav__menu__item{
	margin-left: 20px;
}

.gnav__menu__item__link{
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 768px) {
    .columns.is-flex-direction-column-reverse-mobile {
        flex-direction: column-reverse;
    }
}

/****************************************
footer
*****************************************/
.site-footer{
	background: #333;
	color: #fff;
	padding: 80px 0;
}
/****************************************
contents
*****************************************/
.hero{
}

.hero__img{
	height: auto;
	width: 100%;
	margin-bottom:3em
}

strong {
	font-weight: 700;
}

.sec{
	margin-bottom: 120px;
}

.page-title{
	text-align: center;
}

.page-title__title{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}

.img-container{
	overflow: hidden;
	position: relative;
}

.img-container__img{
	display: block;
	opacity: 0;
	position: relative;
	transition:all .5s .3s ease; 
	z-index: 0;
}

.img-container:before{
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s 0s ease; 
	width: 100%;
	z-index: 1;		
}

.text-container{
	padding:0 20px;
}

.text-container__title{
	color: #333;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: nomal;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.text-container__title:before{
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s .3s ease; 
	width: 100%;
	z-index: 1;		
}

.text-container__title__inner{
	display: inline-block;
	opacity: 0;
	transition: all .8s .5s ease;
}

.text-container__text{
	left: -50px;
	opacity: 0;
	position: relative;
	transition: all .5s .5s ease;
}

/*アニメーションするプロパティを設定します*/
.img-container.active img{
	opacity: 1;
}

.img-container.active:before{
	transform: translateX(100%);	
}

.text-container.active .text-container__title:before{
	transform: translateX(100%);
}

.text-container.active .text-container__title__inner{
	opacity: 1;
}

.text-container.active .text-container__text{
	left: 0;
	opacity: 1;
}
.underline_y {
background: linear-gradient(transparent 60%, #FFFE03 60%);
}
.underline_p{
	background: linear-gradient(transparent 80%, #E056DB 80%);
}
.box_border {
  border: 5px dashed #82ae46;
	background-color:#f2ffe5;
  padding: 2em;
  border-radius: 15px;
}
@media screen and (max-width: 959px) {
	main {
		margin-top:4em!Important;
	}
}
@media screen and (max-width: 633px) {
	main {
		margin-top:4em!Important;
	}
}
@media screen and (max-width: 480px) {
	main {
		margin-top:6em!Important;
	}
}
.box_g {
    position: relative;
    margin: 2em 0 6em 0;
    padding: 2em 1em 2em 0em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box_g .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box_g p {
    margin: 0; 
    padding: 0;
}
.box_p {
    position: relative;
    margin: 2em 0 6em 0;
    padding: 2em 1em 2em 0em;
    border: solid 3px #FFC0CB;
    border-radius: 8px;
}
.box_p .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FFC0CB;
    font-weight: bold;
}
.box_p p {
    margin: 0; 
    padding: 0;
}
.box_comment {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 1em 1em;
    background: #fff0c6;
    border-radius: 30px;
}
.box_comment:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    top: 0;
    color: #fff0c6;
}
.box_comment:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    top: 0;
    color: #fff0c6;
}
.box_comment p {
    margin: 0; 
    padding: 0;
}
table th {width:20%;}table td {width:40%;}@media screen and (max-width: 767px){table{display:block;width:100%;}table tbody{display:block;width:100%;}table tr{display:block;width:100%;}table th{display:block;width:100%;}table td{display:block;width:100%;}}