@charset "UTF-8";

html{
	width:100%;
}
body{
	*font-size:small;
	*font:x-small;
	font-size:14px;
	color:#333;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #fff;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
@font-face{
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500 !important;
  src: local('Roboto-Medium.ttf'), url('Roboto-Medium.ttf') format('woff');
	}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
a{
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
a{
	-webkit-tap-highlight-color:transparent;
}
a:hover{
	opacity:0.7;
}
img{
	vertical-align:top;
	border:0;
	max-width:100%;
	height: auto;
	-webkit-backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
input, 
textarea, 
select,
button,
label{
  outline:none;
  border: 0;
	-webkit-tap-highlight-color:transparent;
}
button {
  cursor: pointer
}
.pc_only {
  display: block !important
}

.sp_only {
  display: none !important
}
.wrapper{
  position: relative;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width:767px) {
.wrapper{
}
.pc_only {
	display: none !important
}
.sp_only {
	display: block !important
}
}


/* main
-----------------------------------------------*/
#main{
	position: relative;
	width: 100%;
	height: 520px;
}
#main .img{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-right: 60px solid #fff;
}
#main .img::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("bgi_main.jpg") left bottom;
	background-size: cover;
	transform: scale(1.1);
	opacity: 0;
	transition: transform 2s cubic-bezier(.210, .60, .350, 1),opacity 2s cubic-bezier(.210, .60, .350, 1);
}
#main.fade .img::before{
	transform: scale(1);
	opacity: 1;
}
#main .img::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: width .8s cubic-bezier(.210, .60, .350, 1);
}
#main.fade .img::after{
	width: 0;
}
#main .inner{
	position: relative;
	z-index: 2;
	max-width: 1320px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	margin: 0 auto;
	display: flex;
}
#main .txt{
	text-align: left;
	margin-top: 70px;
	margin-right: 20px;
	width: 416px;
	background: #fff;
    height: fit-content;
    padding: 20px;
}
#main .txt h1{
	font-size: 54px;
	line-height: 1.3;
	transform: translateY(10px);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(.210, .60, .350, 1),opacity 1.2s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .4s;
}
#main .txt h1 img{
	width: 380px;
}
#main.fade .txt h1{
	transform: translateY(0);
	opacity: 1;
}
#main .txt p{
	font-size: 24px;
	font-weight: bold;
	opacity: 0;
	transition: opacity 1.2s cubic-bezier(.210, .60, .350, 1);
	transition-delay: 1.2s;
	padding: 10px 20px;
	border: 2px solid #333;
	border-left: none;
	border-right: none;
	margin: 20px 0 0 0;
	text-align: center;
}
#main .txt p span{
	font-size: 16px;
}
#main.fade .txt p{
	opacity: 1;
}
#main .movie{
	flex: 1;
	transform: translateY(10px);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(.210, .60, .350, 1),opacity 1.2s cubic-bezier(.210, .60, .350, 1);
	transition-delay: 1.6s;
}
#main .movie .in{
	background: #ffe100;
	padding: 10px 10px 5px;
	width: 450px;
	margin: 100px auto 0;
}
#main .movie .in p{
	margin-top: 6px;
	font-size: 12px;
}
#main.fade .movie{
	opacity: 1;
}

#lead .logo{
	overflow: hidden;
	position: relative;
	left: 0;
	top: -60px;
	z-index: 2;
	color: #e91581;
	padding: 40px 15% 40px 60px;
	white-space: nowrap;
	/* transform: translate(-124%,50%); */
	max-width: 939px;
	margin: auto;
	box-sizing: border-box;
}
#lead .logo::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: width .8s cubic-bezier(.210, .60, .350, 1);
	transition-delay: 2.4s;
}
#lead.fade .logo::before{
	width: 100%;
}
#lead .logo p{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}
#lead .logo img,
#lead .logo p{
	opacity: 0;
	transition: opacity 1.0s cubic-bezier(.210, .60, .350, 1);
	transition-delay: 2.8s;
}
#lead.fade .logo img,
#lead.fade .logo p{
	opacity: 1;
}
@media only screen and (max-width:1024px) {
#lead .logo{
	padding: 45px;
}
#lead .logo p{
	font-size: 28px;
}
}
@media only screen and (max-width:767px) {
#main{
	position: relative;
	width: 100%;
	height: auto;
}
#main .inner{
	text-align: center;
}
#main .img{
	position: relative;
	border-right: none;
	height: 200px;
	margin-top: 30px;
}
#main .inner{
	padding: 0 20px;
	display: block;
}
#main .txt{
	margin: 20px auto 0;
	padding-right: 20px;
	width: initial;
	display: inline-block;
}
#main .txt img{
	width: 320px;
}
#main .txt p{
	font-size: 16px;
	padding: 8px 10px;
	margin: 10px 0 0 20px;
}
#main .movie{
	margin-right: 20px;
}
#main .movie .in{
	width: 100%;
	margin: 20px auto 0;
}
#lead .logo{
	padding: 20px 30px;
}
#lead .logo p{
	font-size: 18px;
	margin-top: 5px;
}
}
@media only screen and (max-width:440px) {
#lead .logo {
	position: relative;
	padding: 20px 15px;
	white-space: pre-wrap;
	/* transform: translate(-100%,0%); */
}
#lead {
	padding: 30px 20px 60px;
}
}


/* lead
-----------------------------------------------*/
#lead{
	overflow: hidden;
	position: relative;
	margin-left: 60px;
	color: #fff;
	padding: 120px 40px 60px;
}
#lead::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("bgi_lead.jpg");
	background-size: cover;
	transform: scale(1.15);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(.210, .60, .350, 1),opacity 1.2s cubic-bezier(.210, .60, .350, 1);
	transition-delay: 2s;
}
#lead.fade::before{
	transform: scale(1);
	opacity: 1;
}
#lead .inner{
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	padding: 40px;
	opacity: 0;
	transition: opacity 1.2s cubic-bezier(.210, .60, .350, 1);
	transition-delay: 3.4s;
}
#lead.fade .inner{
	opacity: 1;
}
#lead .inner::before,
#lead .inner::after{
	content: "";
	position: absolute;
	width: 96px;
	height: 96px;
	border: 2px solid #fff;
}
#lead .inner::before{
	left: 0;
	top: 0;
	border-right: none;
	border-bottom: none;
}
#lead .inner::after{
	right: 0;
	bottom: 0;
	border-left: none;
	border-top: none;
}
#lead .img{
	width: 380px;
	height: 320px;
	background-color: #e4e4e4;
	float: left;
	margin: -80px 50px 30px 0;
}
#lead p{
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
}
@media only screen and (max-width:767px) {
#lead{
	margin-left: 0;
	padding: 80px 20px 60px;
}
#lead .inner{
	margin: 0 auto;
	padding: 20px;
}
#lead .inner::before,
#lead .inner::after{
	width: 60px;
	height: 60px;
}
#lead p{
	font-size: 14px;
}
}


/* contact
-----------------------------------------------*/
.contact{
	display: table;
	width: 100%;
	background-color: #fff;
}
#contact1{
	margin-left: 60px;
}
.contact .col{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	color: #fff;
}
.contact .col a{
	color: #fff;
}
.contact .col.mail{
	background-color: #e91581;
	text-align: center;
}
.contact .col.tel{
	background-color: #e964a4;
}
.contact .col .inner{
	display: inline-block;
	max-width: 500px;
	width: 100%;
	text-align: center;
}
.contact .col p{
	position: relative;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	padding-left: 50px;
}
.contact .col p strong{
/* 	display: block; */
	font-size: 54px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
.contact .col p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 34px;
	height: 34px;
	background-size: 100% auto;
}
.contact .col.mail p::before{
	background-image: url("icon_info_01.svg");
}
.contact .col.tel p::before{
	background-image: url("icon_info_02.svg");
}
.contact .col p{
	font-size: 18px;
}
.contact .col p strong{
	font-size: 46px;
}
@media only screen and (max-width:1024px) {
.contact .col{
	padding: 30px 20px;
}
.contact .col p{
	font-size: 14px;
}
.contact .col p strong{
	font-size: 42px;
}
.contact .col p::before{
	top: 10px;
}
}
@media only screen and (max-width:767px) {
.contact{
	display: block;
}
#contact1{
	margin-left: 0;
}
.contact .col{
	display: block;
	width: 100%;
	padding: 20px 20px;
	text-align: center;
}
.contact .col.mail{
	text-align: center;
}
.contact .col p{
	font-size: 13px;
	padding-left: 35px;
}
.contact .col p strong{
	font-size: 38px;
	margin-bottom: 3px;
	display: block;
}
.contact .col p::before{
	top: 11px;
	width: 25px;
	height: 25px;
}
}

/* subLead
-----------------------------------------------*/
#subLead{
	position: relative;
	z-index: 1;
	padding: 80px 40px;
}
#subLead::before{
	content: "";
	width: 60px;
	height: 60px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -30px;
	z-index: -1;
	transform: translateX(-50%) rotate(45deg);
}
#subLead p{
	color: #e91581;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
@media only screen and (max-width:767px) {
#subLead{
	padding: 40px 20px;
}
#subLead::before{
	bottom: -20px;
}
#subLead p{
	font-size: 16px;
	text-align: left;
}
}

/* point_ttl
-----------------------------------------------*/
.point_ttl{
	text-align: center;
}
.point_ttl p{
	font-size: 18px;
	font-weight: bold;
}
.point_ttl h2{
	display: inline-block;
	font-size: 40px;
	margin-top: 15px;
	font-weight: normal;
}
.point_ttl h2::after{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-color: #e91581;
	margin: 15px auto 0;
	opacity: 0;
	transition: width .3s cubic-bezier(.210, .60, .350, 1),opacity .3s cubic-bezier(.210, .60, .350, 1);
}
.point_ttl.fade h2::after{
	width: 100%;
	opacity: 1;
}
.point_ttl h2 strong{
	font-family: 'Roboto', sans-serif;
	font-size: 94px;
	color: #e91581;
	line-height: .8;
}
@media only screen and (max-width:767px) {
.point_ttl p{
	font-size: 14px;
}
.point_ttl h2{
	font-size: 26px;
}
.point_ttl h2 strong{
	font-size: 64px;
}
}

/* point_navi
-----------------------------------------------*/
#point_navi{
	background: #f2f2f2;
	padding: 120px 40px 120px;
}
#point_navi .point_ttl + p{
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.8;
}
#point_navi .img{
	position: relative;
	max-width: 860px;
	margin: 60px auto 0;
}
#point_navi .img .anime{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: transform .8s cubic-bezier(.210, .60, .350, 1),opacity .8s cubic-bezier(.210, .60, .350, 1);
}
#point_navi .img.fade .anime{
	opacity: 1;
	transform: translateY(0);
}
#point_navi .img.fade .img2{transition-delay: .4s;}
#point_navi .img.fade .img3{transition-delay: .8s;}
#point_navi .img a{
	display: block;
	position: absolute;
	left: 12.3%;
	bottom: .3%;
	width: 14.6%;
	height: 14.6%;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
}
#point_navi .img a:hover{
	opacity: .3;
}
@media only screen and (max-width:767px) {
#point_navi{
	background: #f2f2f2;
	padding: 60px 20px 80px;
}
#point_navi .point_ttl + p{
	font-size: 14px;
	margin-top: 20px;
}
#point_navi .img{
	margin: 20px auto 0;
	max-width: 280px;
}
#point_navi .img a{
	left: 50%;
	bottom: 0;
	width: 107px;
	height: 107px;
	transform: translateX(-50%);
}
}

/* point_overview
-----------------------------------------------*/
#point_overview{
	background: #f2f2f2;
	padding: 0 40px 120px;
}
#point_overview .inner{
	max-width: 1080px;
	margin: 0 auto;
}
#point_overview ul{
	margin-top: 40px;
}
#point_overview ul li{
	position: relative;
	padding: 40px 40px 40px 130px;
	border-bottom: 1px solid #808080;
	opacity: 0;
	transform: translateY(15px);
	transition: transform .8s cubic-bezier(.210, .60, .350, 1),opacity .8s cubic-bezier(.210, .60, .350, 1);
}
#point_overview ul.fade li{
	opacity: 1;
	transform: translateY(0);
}
#point_overview ul.fade li:nth-child(2){transition-delay: .4s;}
#point_overview ul.fade li:nth-child(3){transition-delay: .8s;}
#point_overview ul li::before{
	position: absolute;
	left: 30px;
	top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 94px;
}
#point_overview ul li:nth-child(1)::before{content: "1";color: #0171bc;}
#point_overview ul li:nth-child(2)::before{content: "2";color: #006837;}
#point_overview ul li:nth-child(3)::before{content: "3";color: #ff0000;}
#point_overview ul li h3{
	font-size: 30px;
}
#point_overview ul li:nth-child(1) h3{color: #0171bc;}
#point_overview ul li:nth-child(2) h3{color: #006837;}
#point_overview ul li:nth-child(3) h3{color: #ff0000;}
#point_overview ul li p{
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
}
@media only screen and (max-width:767px) {
#point_overview{
	padding: 0 20px 80px;
}
#point_overview ul{
	margin-top: 20px;
}
#point_overview ul li{
	padding: 20px 20px 20px 50px;
}
#point_overview ul li::before{
	left: 0;
	top: 10px;
	font-size: 58px;
}
#point_overview ul li h3{
	font-size: 20px;
}
#point_overview ul li p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
}
}

/* point_merit
-----------------------------------------------*/
#point_merit{
	background: #f2f2f2;
	padding: 0 40px 120px;
}
#point_merit .inner{
	max-width: 1080px;
	margin: 0 auto;
}
#point_merit ul{
	position: relative;
	font-size: 0;
	margin-top: 60px;
}
#point_merit ul::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	height: 70%;
	transform: translate(-50%,-50%);
	background: #f3d5e0;
}
#point_merit ul li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
	padding: 40px 50px;
	background-color: rgba(255,255,255,.3);
	border: 3px solid #ffa1c3;
	box-sizing: border-box;
	width: 49%;
	margin-top: 60px;
	opacity: 0;
	transition: opacity .8s cubic-bezier(.210, .60, .350, 1);
}
#point_merit ul li.fade{
	opacity: 1;
}
#point_merit ul li:nth-child(3){
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#point_merit ul li:nth-child(1),
#point_merit ul li:nth-child(4){
	margin-right: 2%;
}
#point_merit ul li .ttl{
	position: absolute;
	left: 50px;
	top: -60px;
	font-family: 'Roboto', sans-serif;
}
#point_merit ul li .ttl span,
#point_merit ul li .ttl strong{
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	color: #e91581;
}
#point_merit ul li .ttl span{
	position: relative;
	top: -10px;
	font-size: 16px;
	font-weight: bold;
}
#point_merit ul li .ttl strong{
	font-size: 94px;
	font-weight: normal;
}
#point_merit ul li h3{
	color: #e91581;
	font-size: 28px;
	line-height: 1.5;
}
#point_merit ul li p{
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:767px) {
#point_merit{
	padding: 0 20px 80px;
}
#point_merit ul{
	margin-top: 40px;
}
#point_merit ul::before{
	left: 40px;
	top: 40px;
	width: 100%;
	height: 100%;
	transform: translate(0,0);
	background: #f3d5e0;
	opacity: .4;
}
#point_merit ul li{
	display: block;
	padding: 40px 20px 30px;
	width: 100%;
	margin-top: 40px;
}
#point_merit ul li:nth-child(1),
#point_merit ul li:nth-child(4){
	margin-right: 0;
}
#point_merit ul li .ttl{
	left: 20px;
	top: -30px;
}
#point_merit ul li .ttl span{
	top: -8px;
}
#point_merit ul li .ttl strong{
	font-size: 60px;
}
#point_merit ul li h3{
	font-size: 18px;
}
#point_merit ul li p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 5px;
}
}
/* point
-----------------------------------------------*/
#point{
	padding: 100px 0 0;
}
#point .ttl{
	text-align: center;
}
#point .ttl img{
	width: 320px;
}
#point .ttl h2{
	font-size: 40px;
	font-weight: normal;
	margin-top: 15px;
}
#point .point{
	margin-top: 160px;
}
#point .point .main{
	position: relative;
}
#point .point .main .bg{
	position: absolute;
	left: 60px;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#point .point .main .bg::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
#point .point .main.fade .bg::before{
	width: 0;
	transition: width .8s cubic-bezier(.210, .60, .350, 1);
}
#point #point2 .main .bg{background-image: url("bgi_point1.jpg");}
#point #point1 .main .bg{background-image: url("bgi_point2.jpg");}
#point #point3 .main .bg{background-image: url("bgi_point3.jpg");}
#point .point .main .img{
	position: absolute;
	left: 0;
	top: -80px;
	width: 640px;
	height: 360px;
	background: #fff;
	overflow: hidden;
}
#point .point .main .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(1.08);
	transition: opacity 1s cubic-bezier(.210, .60, .350, 1),transform 1s cubic-bezier(.210, .60, .350, 1);
}
#point .point .main.fade .img::before{
	opacity: 1;
	transform: scale(1);
}
#point #point2 .main .img::before{background-image: url("img_point1_main.jpg");}
#point #point1 .main .img::before{background-image: url("img_point2_main.jpg");}
#point #point3 .main .img::before{background-image: url("img_point3_main.jpg");}
#point .point .main .txt{
position: relative;
	padding: 100px 40px 100px 720px;
	color: #fff;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.2s cubic-bezier(.210, .60, .350, 1),transform 1.2s cubic-bezier(.210, .60, .350, 1);
	transition-delay: .8s;
}
#point .point .main.fade .txt{
	opacity: 1;
	transform: translateY(0);
}
#point .point .main .txt h3 span{
	font-family: 'Roboto', sans-serif;
	font-size: 94px;
}
#point .point .main .txt h3 strong{
	font-size: 40px;
}
#point .point .main .txt p{
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}
#point .point .box{
	max-width: 1080px;
	box-sizing: border-box;
	padding: 80px 40px;
	margin: 0 auto;
}
#point #point2 .box{border-top: 4px solid #00b9d0;}
#point #point1 .box{border-top: 4px solid #3d7ba4;}
#point .point .main + .box{
	border-top: none !important;
}
#point .point .link + .box{
	border-top: none !important;
}
#point .point .box > p{
	font-size: 16px;
	line-height: 1.8;
}
#point .point .box a{
	color: #0171bc;
	text-decoration: underline;
}
#point .point .box ul.list li{
	font-size: 16px;
	line-height: 1.8;
	color: #00b9d0;
	font-weight: bold;
	margin-top: 6px;
}
#point .point .box ul.note li{
	font-size: 14px;
	margin-top: 8px;
}
#point .point .box dl{
	line-height: 1.7;
	padding: 10px 0;
}
#point .point .box dl dt{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#point .point .box dl dd{
	font-size: 16px;
}
#point .point .box dl dd a{
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: -10px;
	margin-top: 8px;
}
#point .point .box_inner{
	margin-top: 20px;
	padding: 20px 20px 4px;
	border: 1px dotted #666;
}
#point .point .box_inner p{
	font-size: 16px;
	line-height: 1.8;
}
#point .point .box_inner ul{
	padding: 10px 0;
}
#point .point .box_inner li{
	margin-bottom: 10px;
}
#point .point .box_image{
	width: 100%;
	overflow: hidden;
}
#point .point .box_image p{
	line-height: 1.6;
	font-size: 17px;
	padding-top: 1em;
	width: calc(100% - 400px);
	float: left;
}
#point .point .box_image .images{
	margin: 0 0 0 40px;
	width: 360px;
	float: right;
}
.arrow01{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow01::before,
.arrow01::after{
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow01::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #0171bc;
    border-right: 2px solid #0171bc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#point .point .box .col2{
	font-size: 0;
}
#point .point .box .col2 .col{
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	width: 48%;
	margin-right: 4%;
}
#point .point .box .col2 .col:nth-child(2n){
	margin-right: 0;
}
#point .point .box .col2 .col .img{
}
#point .point .box .col2 .col p{
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.5;
}
@media only screen and (max-width:1200px) {
#point .point .main .img{
	width: 45%;
}
#point .point .main .txt{
	padding: 100px 40px 100px 50%;
}
}
@media only screen and (max-width:1000px) {
#point .point .box_image p{
	width: calc(100% - 308px);
	float: left;
}
#point .point .box_image .images{
	margin: 0 0 0 20px;
	width: 288px;
	height: 230px;
}
#point .point .box_image .images img{
	max-width: 100%;
	height: auto;
}
}
@media only screen and (max-width:767px) {
#point{
	padding: 60px 0 0;
}
#point .ttl{
	padding: 0 20px;
}
#point .ttl img{
	width: 320px;
	padding-right: 20px;
}
#point .ttl h2{
	font-size: 32px;
}
#point .point{
	margin-top: 80px;
}
#point .point .main .img{
	position: relative;
	max-width: 100%;
	width: auto;
	height: 200px;
	margin: 0 20px;
	top: -40px;
}
#point .point .main .bg{
	left: 0;
}
#point .point .main .txt{
	padding: 0 20px 40px 20px;
	margin-top: -20px;
}
#point .point .main .txt h3 span{
	font-size: 60px;
}
#point .point .main .txt h3 strong{
	font-size: 24px;
}
#point .point .main .txt p{
	font-size: 14px;
	line-height: 1.8;
}
#point .point .box{
	padding: 40px 20px;
}
#point .point .box > p{
	font-size: 14px;
}
#point .point .box ul.list li{
	font-size: 14px;
	margin-top: 6px;
}
#point .point .box ul.note li{
	font-size: 12px;
	margin-top: 8px;
}
#point .point .box_inner p {
	font-size: 14px;
	line-height: 1.6;
}
#point .point .box dl dt,
#point .point .box dl dd {
	font-size: 13px;
}
.arrow01 {
	font-size: 13px;
}
#point .point .box .col2{
	max-width: 480px;
	margin: 0 auto;
}
#point .point .box .col2 .col{
	display: block;
	margin-top: 20px;
	width: 100%;
	margin-right: 0
}
#point .point .box .col2 .col p{
	font-size: 13px;
	margin-top: 8px;
}
#point .point .box_image p{
	font-size: 14px;
	padding: 0;
	width: 100%;
	float: none;
}
#point .point .box_image .images {
	margin: 15px auto 0;
	width: 100%;
	float: none;
	height: auto;
	text-align: center;
}
}


/* link
-----------------------------------------------*/
.link{
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
}
.link .col{
	position: relative;
	display: table-cell;
	text-align: center;
	padding: 60px 40px 130px;
	width: 50%;
	box-sizing: border-box;
	color: #fff;
}
#point2 .link .col:nth-child(1){background-color: #00b9d0;}
#point2 .link .col:nth-child(2){background-color: #33c7d9;}
#point1 .link .col{background-color: #3d7ba4;}
.link .col h3{
	font-size: 24px;
}
.link .col p{
	font-size: 14px;
	line-height: 1.5;
	max-width: 600px;
	margin: 15px auto 0;
}
.link .col a{
	position: absolute;
	left: 50%;
	bottom: 50px;
	display: block;
	width: 280px;
	background-color: #fff;
	font-size: 17px;
	padding: 18px 30px;
	margin: 20px auto 0;
	transform: translateX(-50%);
	text-align: left;
	box-sizing: border-box;
	font-weight: bold;
}
#point2 .link .col a{color: #33c7d9;}
#point1 .link .col a{color: #3d7ba4;}
.link .col a::after{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-top: -6px;
}
#point2 .link .col a::after{background-image: url("icon_win_01.svg");}
#point1 .link .col a::after{background-image: url("icon_win_02.svg");}
@media only screen and (max-width:1024px) {
.link .col h3{
	font-size: 24px;
}
.link .col p{
	font-size: 15px;
}
}
@media only screen and (max-width:767px) {
.link{
	padding-left: 0;
}
.link .col{
	display: block;
	width: 100%;
	padding: 35px 20px;
}
.link .col h3{
	font-size: 20px;
}
.link .col p{
	font-size: 14px;
}
.link .col a{
	position: relative;
	left: 0;
	bottom: 0;
	width: 200px;
	font-size: 14px;
	padding: 15px 20px;
	margin: 10px auto 0;
	transform: translateX(0);
}
}


/* section
-----------------------------------------------*/
.section{
	padding: 120px 60px;
	text-align: center;
}
.section .ttl{
	display: inline-block;
	text-align: center;
	padding-bottom: 60px;
}
.section .ttl::after{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-color: #e91581;
	margin: 15px auto 0;
	opacity: 0;
	transition: width .3s cubic-bezier(.210, .60, .350, 1),opacity .3s cubic-bezier(.210, .60, .350, 1);
}
.section.fade .ttl::after{
	width: 100%;
	opacity: 1;
}
.section .ttl h2{
	font-size: 40px;
	font-weight: normal;
}
@media only screen and (max-width:767px) {
.section{
	padding: 60px 20px;
}
.section .ttl{
	padding-bottom: 30px;
}
.section .ttl::after{
	height: 2px;
	margin: 10px auto 0;
}
.section .ttl h2{
	font-size: 22px;
}
}


/* faq
-----------------------------------------------*/
#faq{
	background-color: #fff;
}
#faq ul{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#faq ul li{
	position: relative;
	padding-left: 50px;
	line-height: 1.8;
}
#faq ul li.q{
	margin: 60px 0 0 0;
}
#faq ul li:first-child{
	margin-top: 0 !important;
}
#faq ul li.a{
	margin: 25px 0 0 60px;
}
#faq ul li::before{
	position: absolute;
	left: 0;
	top: -10px;
	line-height: 1;
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
}
#faq ul li.q::before{
	content: "Q";
	color: #e91581;
}
#faq ul li.a::before{
	content: "A";
}
#faq ul li p{
	font-weight: bold;
}
#faq ul li.q p{
	font-size: 24px;
}
#faq ul li.a p{
	font-size: 18px;
}
@media only screen and (max-width:767px) {
#faq ul li{
	padding-left: 35px;
}
#faq ul li::before{
	top: -11px;
	font-size: 40px;
}
#faq ul li.q{
	margin: 40px 0 0 0;
}
#faq ul li.a{
	margin: 15px 0 0 0;
}
#faq ul li.q p{
	font-size: 18px;
}
#faq ul li.a p{
	font-size: 14px;
}
}


/* message
-----------------------------------------------*/
#message{
	background-color: #f2f4f5;
}
#message .box{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
#message .box .img{
	position: absolute;
	left: 0;
	top: 0;
}
#message .box .img img{
	width: 220px;
}
#message .box .img p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}
#message .box .img p strong{
	display: block;
	font-size: 28px;
	line-height: 1.5;
}
#message .box .txt{
	padding-left: 280px;
}
#message .box .txt h3{
	font-size: 38px;
}
#message .box .txt p{
	font-size: 17px;
	margin-top: 30px;
	line-height: 1.8;
}
@media only screen and (max-width:1024px) {
#message .box .img{
	position: relative;
	margin-top: 40px;
}
#message .box .img img{
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#message .box .img p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#message .box .txt{
	padding-left: 0;
}
}
@media only screen and (max-width:767px) {
#message .box .img{
	margin-top: 20px;
}
#message .box .img p{
	font-size: 13px;
}
#message .box .img p strong{
	font-size: 22px;
}
#message .box .txt h3{
	font-size: 18px;
}
#message .box .txt p{
	font-size: 14px;
	margin-top: 20px;
}
#message .box .img img{
	width: 80px;
}
}


/* guideline
-----------------------------------------------*/
#guideline{
	background-color: #fff;
}
#guideline.fade .ttl::after{
	width: 60%;
}
#guideline .ttl h2{
	font-size: 24px;
}
#guideline .fig{
	position: relative;
}
#guideline .fig img{
	display: block;
	margin: 0 auto;
}
#guideline .fig a{
	display: none;
}
#guideline ul{
	text-align: left;
	max-width: 1200px;
	margin: 20px auto 0;
}
#guideline ul li{
	margin: 10px 0 0 1em;
	text-indent: -1em;
	font-size: 13px;
}
#guideline ul li.red{
	color: #ff0000;
}
@media only screen and (max-width:1024px) {
#guideline .fig a{
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
}
#guideline .fig a::after{
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url("icon_plus.svg");
	margin-left: 2px;
}
}
@media only screen and (max-width:767px) {
#guideline{
	padding-left: 0;
	padding-right: 0;
}
#guideline ul{
	padding: 0 20px;
}
#guideline ul li{
	margin: 8px 0 0 1em;
	font-size: 12px;
}
#guideline .fig a{
	font-size: 13px;
}
#guideline .fig a::after{
	top: -2px;
}
}


/* footer
-----------------------------------------------*/
footer{
	background-color: #f2f4f5;
	text-align: center;
	padding: 60px 40px 60px;
}
footer ul{
	font-size: 0;
	font-weight: bold;
	max-width: 840px;
	margin: -10px auto 0;
}
footer ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-top: 10px;
}
footer ul li a{
	margin: 0 10px;
}
footer > a{
	display: block;
	max-width: 100px;
	margin: 50px auto 0;
}
footer p{
	font-size: 13px;
	margin-top: 15px;
}
@media only screen and (max-width:767px) {
footer{
	background-color: #f2f4f5;
	text-align: center;
	padding: 40px 20px 40px;
}
footer ul{
	text-align: left;
}
footer ul li{
	font-size: 12px;
}
footer ul li a{
	margin: 0 5px;
}
footer > a{
	max-width: 80px;
	margin: 30px auto 0;
}
footer p{
	font-size: 12px;
	margin-top: 10px;
}
}