/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul, li, summary{
    list-style-type: none;
}
summary::-webkit-details-marker {
  display:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}
/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
}
body{
	width: 100%;
	background: #f0f0f0;
	font-size: 24px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
    background: #fff;
    /*opacity: 0;
    anoverflow: hidden;
    imation: fade-in .3s ease .3s forwards;
	background: url(../images/bg.webp) repeat center top / 100% auto #fff;*/
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
video{
    display:block;
    width: 100%;
}
/*--------------------------------
Header
--------------------------------*/
.header-innner{
    padding:2%;
    border-bottom: solid 1px #999;
}
.top-logo-flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.top-logo{
    width:33%;
}
.top-btn{
    width:33%;
}
.top-digi-flex{
    display: flex;
    padding: 2%;
    justify-content: space-between;
    align-items: stretch;
}
.top-digi{
    margin: 1% 3%;
}
.top{
    position:relative;
    min-height:120vmin;
}
.top-video{
    width:100%;
}
.sub-top{
	padding: 2% 0;
	background: #eb6877;;
}
.logo-link{
	padding: 2%;
	height: 96px;
	display: block;
}
.logo-link .content-img{
	height: 100%;
}
/*--------------------------------
Contents
--------------------------------*/
.heading{
	background: url(../images/bg_heading.webp) no-repeat center top / 100% auto;
	position: relative;
}
.heading-txt{
	padding: 4%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.sub-head-txt{
	padding: 4%;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff2061;
	text-align: center;
}
.intro{
	padding: 4%;
    color: #333;
}
.intro-txt{
    font-size: .9em;
    padding-bottom: 1%;
    line-height: 1.2;
}
.intro-txt01{
    font-size: .8em;
    line-height: 1.4;
    padding-top: 1%;
}
.top-head {
	display: flex;
	justify-content: center;
}
.reason-head{
    margin: 0 0 2%;
}
.top-headtxt{
	color:#7f571a;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: bold;
    letter-spacing: 1px;
}
.reason{
    background: #fdf0f2;
    padding: 8% 4%;
}
.reason-item{
    padding: 4% 2% 0;
}
.intro-digicafe{
    background: #ecfef9;
    padding: 4%;
}
.howto-item{
    padding: 4%;
}
.howto-head{
    margin: 8% 0 4%;
}
.howto-head-read{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.4;
}
.flex-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}
.howto-flex{
    margin: 8% 0 2%;
}
.howto-flex-item{
    width: 45%;
    margin: 0 0 6%;
}
.howto-txt{
    text-align: center;
    padding-top: 8%;
    font-weight: 600;
    font-size: 1.1em;
    color:#333;
}
.event-head{
    margin: 0 0 4%;
}
.event-flex{
    margin: 4% 0 2%;
    padding: 4%;
}
.event-img{
    width: 45%;
    margin: 0 0 6%;
}
.safety-flex{
    margin: 8% 0 2%;
}
.safety-img{
    width: 47%;
    margin: 0 0 4%;
}
.step-head{
    margin: 8% 0;
}
.step-item{
    margin: 8% auto 6%;
}
.step-flex{
    display: flex;
    background: #fff;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 3%;
    margin: 4% 0;
}
.step-img{
    width: 25%;
    margin: auto;
}
.stepimg02{
    width: 30%;
}
.stepimg03{
    width: 40%;
}
.step-txt-area{
    width: 60%;
}
.step-no{
    width: 30%;
    margin: 0 auto 3%;
}
.step-txt{
    text-align: center;
    line-height: 1.4;
    color: #333;
    font-size: 1.1em;
    font-weight: 600;
}
.review{
    background: #fdf0f2;
    padding: 10% 4% 2%;
}
.review-item{
    background: #fff;
    border-radius: 10px;
    padding: 6% 6% 4%;
    margin: 8% 0;
}
.review-area{
    padding-bottom: 4%;
}
.review-txt{
    line-height: 1.4;
    font-size: 1.1em;
}
.man{
    color:#5eb9b5;
}
.woman{
    color:#eb6877;
}
.regist{
    padding:4%;
}
.regist-head{
    margin: 6% 0 4%;
}
.regist-txt{
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.3em;
}
.btn_area{
    justify-content: space-around;
    margin: 5% auto 1%;
}
.btn_man{
    width: 46%;
    display: flex;
    align-items: center;
}
.btn_man a{
    background: #5eb9b5;
    color: #fff;
    border-radius: 70px;
    font-size: 1.4em;
    font-weight: bold;
}
.btn_woman{
    width: 46%;
    display: flex;
    align-items: center;
}
.btn_woman a{
    background: #eb6877;
    color: #fff;
    border-radius: 70px;
    font-size: 1.4em;
    font-weight: bold;
}
.reg-btn02{
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 8% 5%;
}
.reg_txt{
    font-weight: normal;
    font-size: .7em;
}
.w100{
	width: 100%;
}
.general{
	padding: 4%;
}
.content-head-txt{
	padding: 0 0 4%;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.general .heading{
	background: none
}
.general  .heading-txt{
	padding: 0 0 4%;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #262626;
}
.tertiary-head{
	padding: 0 0 4%;
	font-size: 1.1em;
	color: #fc5266;
	line-height: 1.1;
}
.general-txt, .list-item{
	padding: 0 0 4%;
	line-height: 1.6;
}
.general .general-txt, .general .list-item{
	font-size: .9em;
	line-height: 1.4;
}
.general-table{
	width: 100%;
	font-size: .9em;
}
.table-row{
	border-bottom: 1px solid #fff;
}
.table-head{
	padding: 2%;
	width: 30%;
	font-weight: normal;
	background: #999;
	color: #fff;
	border-right: 1px solid #fff;
}
.table-data{
	padding: 2%;
	width: 70%;
	background: #f0f0f0;
}
.slide .slick-arrow{
	margin: auto;
	width: 40px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	text-indent: -9999px;
	box-shadow: none;
}
.slide .slick-next{
	right: 2%;
	z-index: 3;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.slide .slick-prev{
	position: absolute;
	left: 2%;
	z-index: 3;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.slide .slick-disabled{
	opacity: 0;
}
.wrap .slick-track {
  display: flex;
}
.wrap .slick-slide {
  height: auto !important;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 2%;
}
.fixed-btn{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	z-index: 2;
	display: none;
}
.intro-btn{
    width: 90%;
    margin: 5% auto 1%;
}
.btn_txt{
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.1em;
    padding: 2% 0;
}
.marker {
  background: linear-gradient(transparent 35%, #ff0 0%);
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4%;
	width: 100%;
	text-align: center;
	background: #eb6877;
	color: #fff;
}
.gnav-list{
	width: 100%;
	text-align: center;
}
.nav-link{
	padding: 2% 0;
	color: #fff;
	display: block;
	font-size: .8em;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.copy, .info{
	padding: 2% 0;
	font-size: .8em;
	line-height: 1.4;
}
.info {
	display: inline-block;
}
.japhic {
	padding-left: 5vh;
	height:20vh;
}
/*--------------------------------
Modal
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(-32px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.logo-link{
		height: 64px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
    .intro{
        padding: 4% 3%;
    }
    .intro-txt{
            font-size: .75em;
    }
    .intro-txt01{
            font-size: .7em;
    }
    .btn_txt{
        font-size: 1em;
    }
    .howto-txt{
        font-size: .9em;
    }
    .step-txt-area {
        width: 65%;
    }
    .stepimg01 {
        width: 20%;
    }
    .step-txt{
        font-size: 1em;
    }
    .review-txt{
          font-size: 1em;  
    }
    .regist-txt{
        font-size: 1.2em;
    }
    .regist {
    padding: 4% 3%;
    }
    .btn_area{
        justify-content: space-between;
    }
    .btn_man,btn_woman {
        width: 48%;
    }
    .reg-btn02{
        width: 100%;
        padding: 5% 5%;
    }
	/*--------------------------------
	Buttons
	-------------------------------*/
	.btn-row{
		padding: 4%;
	}
	.reg-btn{
		line-height: 64px;
		border-radius: 32px;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	/*--------------------------------
	Modal
	--------------------------------*/
}
@media screen and (max-width:420px) {
    .intro-txt {
        font-size: .7em;
    }
    .intro-txt01 {
        font-size: .6em;
    }
    .btn_txt {
        font-size: .9em;
    }
    .top-headtxt{
        font-size: 1.3em;
    }
    .reason-item {
        padding: 4% 0 0;
    }
    .howto-item {
        padding: 4% 0;
    }
    .event-flex{
        padding: 4% 2%;
    }
    .step-txt {
        font-size: .9em;
    }
    .review-txt {
        font-size: .9em;
    }
    .regist-txt {
        font-size: 1.1em;
    }
    .btn_man a,.btn_woman a{
        font-size: 1.2em;
    }
    .howto-head-read{
        font-size: 1em;
    }
}
@media screen and (max-width:380px) {
    .btn_txt {
        font-size: .8em;
    }
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
}