@charset "UTF-8";

/* body,Anchor
------------------------------------------------*/
* { box-sizing: border-box; }
body {
	background: #fff;
	margin: 0;
	padding: 0 0 80px;/*.footer-bnr分*/
	line-height: 1.8;
	font-weight: normal;
	font-style: normal;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 15px;
	color: #333;
}
a { overflow: hidden; }
a:link,
a:visited {
	color: #005481;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
	color: #005481;
	transition: 0.5s;
}
a:hover img {
	opacity: 0.8;
	transition: 0.5s;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.inner {
	width: 990px;
	margin: 0 auto;
}
.align-right {
	text-align: right;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width:767px) {
	body {
		padding: 0 0 50px;/*.footer-bnr分*/
		font-size: 14px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	.sp-block {
		display: block;
	}
	.pc-block {
		display: none;
	}
	.wrap_box {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	.wrap_box iframe,
	.wrap_box object,
	.wrap_box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* スクロールフェードイン */
.scroll-fade {
	opacity: 0.1;
	transition: all 500ms;
}
.scroll-fade.up {
transform: translate(0, 50px);
}
.scroll-fade.right {
transform: translate(-50px, 0);
}
.scroll-fade.left {
transform: translate(50px, 0);
}
.scroll-fade.scrollin {
opacity: 1;
transform: translate(0, 0);
}
#main {
	max-width: 100vw;
	overflow-x: hidden;/*横からのフェードインによる横スクロール発生を防ぐ*/
}

/* main
------------------------------------------------*/
#main h2 {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
	line-height: 1;
}
#main h2 span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.08em;
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 20px;
}
#main h2 span:first-letter {
	color: #0074C6;
}
#main h3 {
	margin: 30px 0;
	text-align: center;
	font-size: 20px;
	color: #0074C6;
}
#main .entrybtn {
	position: relative;
	width: 300px;
	margin: 20px auto 0;
}
#main .entrybtn a {
	display: block;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #0074C6;
	border: 2px solid #0074C6;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 70px;
	line-height: 70px;
}
#main .entrybtn a:hover {
	background: #fff;
	border-color: #0074C6;
	color: #0074C6;
}
#main .entrybtn a:before {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translate(0, -50%) rotate(135deg);
}
#main .entrybtn a:hover:before {
	border-color: #0074C6;
}
#main .entrybtn span {
	display: block;
	position: absolute;
	top: -20px;
	left: 15px;
	background: url(img/btn-entry-comment.svg) no-repeat;
	background-size: cover;
	width: 145px;
	height: 44px;
}
#main #lead {
	background: #EBF8FF;
	padding: 50px 0;
	text-align: center;
	font-size: 20px;
}
#main #lead dl,
#main #lead dd {
	margin: 0 auto;
}
#main #lead dt {
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
	padding: 0 30px;
	letter-spacing: 0.08em;
	font-weight: bold;
}
#main #lead dt:before,
#main #lead dt:after {
	position: absolute;
	top: -5px;
	content: "";
	width: 1px;
	height: 45px;
	background: #333;
}
#main #lead dt:before {
	left: 10px;
	transform: rotate(-30deg);
}
#main #lead dt:after {
	right: 10px;
	transform: rotate(30deg);
}
#main #lead dd span {
	display: block;
}
#main #instagtam {
	padding: 50px 0 40px;
	text-align: center;
}
#main #instagtam h2 {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 0 70px 0 80px;
}
#main #instagtam h2:before,
#main #instagtam h2:after {
	content: "";
	position: absolute;
	top: -5px;
}
#main #instagtam h2:before {
	left: 0;
	background: url("img/icon-Instagram.svg") no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
}
#main #instagtam h2:after {
	right: 0;
	background: url("img/icon-wakaba.svg") no-repeat;
	background-size: cover;
	width: 45px;
	height: 50px;
}
#main #instagtam h2 span:first-letter {
	color: #CF006D;
}
#main #campaign {
	background: url(img/bg-repeat.svg) repeat;
	padding: 50px 0 30px;
	text-align: center;
}
#main #campaign p {
	margin-bottom: 30px;
}
#main #campaign .entrybtn {
	margin: 50px auto 20px;
}
#main #campaign p strong {
	color: #CF2E2E;
}
#main #point {
	padding: 50px 0;
}
#main #point .flex .box {
	width: 48%;
	margin: 20px 0 0;
	font-size: 16px;
}
#main #point .flex .box p,
#main #point .flex .box dl,
#main #point .flex .box dd {
	margin: 0;
}
#main #point .flex .box dt {
	position: relative;
	margin: 30px 0 10px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #0074C6;
}
#main #point .flex .box dt span {
	display: inline-block;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%,0);
	background: #0074C6;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 18px;
	color: #fff;
}
#main #online {
	background: #EBF8FF;
	padding: 50px 0;
}
#main #online h2 i {
	color: #0074C6;
	font-style: normal;
}
#main #online h3 + p {
	text-align: center;
}
#main #online .radius img {
	border-radius: 10px;
}
#main #online ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
#main #online ol:after {
	content: "";
	display: block;
	width: 30%;
}
#main #online ol li {
	position: relative;
	width: 30%;
	background: #fff;
	border: 3px solid #0074C6;
	border-radius: 10px;
	margin: 30px 0 0;
	padding: 30px 10px 20px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
#main #online ol li span {
	color: #0074C6;
}
#main #online ol li:before {
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,0);
	width: 40px;
	height: 40px;
	background: #0074C6;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
#main #online ol li:nth-child(1):before {
	content: "1";
}
#main #online ol li:nth-child(2):before {
	content: "2";
}
#main #online ol li:nth-child(3):before {
	content: "3";
}
#main #online ol li:nth-child(4):before {
	content: "4";
}
#main #online ol li:nth-child(5):before {
	content: "5";
}
#main #online .flex .img,
#main #online .flex .box {
	width: 50%;
	margin: 0;
}
#main #online .flex .img {
	background: #f2aa48;
}
#main #online .flex .box {
	background: #fff;
	padding: 20px 30px 0;
}
#main #online .flex .box ul {
	display: flex;
}
#main #online .flex .box ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	background: #FFFCD1;
	border-radius: 50%;
	line-height: 1.4;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #F2AA48;
}
#main #online .flex .box ul li:last-child {
	background: #F2AA48;
	margin: 0 0 0 20px;
	font-size: 20px;
	color: #fff;
}
#main #online .flex .box ul li span {
	display: block;
	font-size: 39px;
}
#main #access {
	padding: 50px 0 30px;
}
#main #access .flex p {
	width: 50%;
	margin: 0;
}
#main #access .flex .img img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#main #access .flex .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0074C6;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#main #access .flex + p {
	text-align: center;
}
#main #access p strong {
	color: #CF2E2E;
}
#main #access .entrybtn {
	margin: 30px auto 70px;
}
#main #access table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}
#main #access th,
#main #access td {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
#main #access th {
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}
#main #price {
	background: url(img/bg-repeat.svg) repeat;
	padding: 50px 0 30px;
}
#main #price h3 + p:not(.align-left) {
	text-align: center;
}
#main #price table {
	width: 50%;
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px auto;
}
#main #price th,
#main #price td {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height: 1;
}
#main #price th {
	background: #0074C6;
	font-size: 18px;
	color: #fff;
}
#main #price td {
	background: #fff;
	font-size: 23px;
	font-weight: bold;
}
#main #price td small {
	font-size: 12px;
	font-weight: normal;
}
#main #price ul {
	background: #F5F5F5;
	list-style: disc;
	padding: 30px 30px 30px 50px;
	font-size: 14px;
}
#main #price ul li {
	margin: 0 0 10px;
}
#main #price ul li:last-child {
	margin: 0;
}
#main #price .flex dl {
	width: 23%;
	background: #EBF8FF;
	border-radius: 20px;
	margin: 20px 0;
	padding: 15px;
	text-align: center;
}
#main #price .flex dt {
	letter-spacing: 0.06em;
	font-size: 20px;
	font-weight: bold;
}
#main #price .flex dd {
	margin: 0;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
	color: #0074C6;
}
#main #price .flex dd.small {
	line-height: 1.5;
	font-size: 16px;
}
#main #price .flex dd.small div {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#main #price .flex dd .num {
	font-size: 50px;
}
#main #price .flex dd .txt {
	font-size: 31px;
}
#main #voice {
	background: #EBF8FF;
	padding: 50px 0 30px;
}
#main #voice .inner {
	width: 800px;
}
#main #voice ul li {
	background: #fff;
	border-radius: 10px;
	margin: 0 0 10px;
	padding: 20px 50px;
}
#main #entry {
	padding: 50px 0 30px;
	text-align: center;
}
#main #entry .flex p {
	width: 50%;
	margin: 0;
}
#main #entry .flex .img img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#main #entry .flex .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FC8341;
	background: linear-gradient(180deg, #FC8341 0%, #FEAC1C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC8341', endColorstr='#FEAC1C',GradientType=1 );
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#main #entry .entrybtn {
	margin: 50px auto 0;
}
@media screen and (max-width:767px) {
	#main h3 {
		font-size: 19px;
	}
	#main .entrybtn {
		width: 100%;
	}
	#main #lead {
		padding: 40px 0;
		font-size: 18px;
	}
	#main #lead dt {
		padding: 0 25px 0 30px;
		letter-spacing: 0.06em;
	}
	#main #lead dt:before,
	#main #lead dt:after {
		top: 3px;
		height: 25px;
	}
	#main #lead dd span {
		display: inline;
	}
	#main #instagtam {
		padding: 40px 20px;
	}
	#main #campaign {
		padding: 40px 0 20px;
	}
	#main #campaign p {
		margin-bottom: 20px;
	}
	#main #campaign .entrybtn {
		margin: 40px auto 20px;
	}
	#main #point {
		padding: 40px 20px;
	}
	#main #point .flex .box {
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 15px;
	}
	#main #point .flex .box p {
		width: 45%;
	}
	#main #point .flex .box dl {
		width: 50%;
	}
	#main #point .flex .box dt {
		margin: 0 0 5px;
		text-align: left;
		font-size: 19px;
	}
	#main #point .flex .box dt span {
		position: inherit;
		top: 0;
		left: 0;
		transform: none;
		display: block;
		width: 100px;
		padding: 0 10px;
		text-align: center;
		font-size: 15px;
	}
	#main #online {
		padding: 40px 0;
	}
	#main #online h3 + p {
		text-align: left;
	}
	#main #online ol:after {
		content: none;
	}
	#main #online ol li {
		width: 48%;
		font-size: 17px;
	}
	#main #online .flex .img {
		width: 100%;
	}
	#main #online .flex .box {
		width: 100%;
		padding: 20px 20px 10px;
	}
	#main #online .flex .box ul {
		justify-content: center;
	}
	#main #access {
		padding: 40px 20px 20px;
	}
	#main #access .flex + p {
		text-align: left;
	}
	#main #access .entrybtn {
		margin: 20px auto 50px;
	}
	#main #price table {
		width: 100%;
	}
	#main #price ul {
		padding: 20px 20px 20px 40px;
		font-size: 13px;
}
	#main #price .flex dl {
		width: 48%;
		margin: 10px 0;
		padding: 15px;
	}
	#main #price .flex dd {
		font-size: 16px;
	}
	#main #price .flex dd.small {
		font-size: 14px;
	}
	#main #price .flex dd.small div {
		font-size: 11px;
	}
	#main #price .flex dd .num {
		font-size: 42px;
	}
	#main #price .flex dd .txt {
		font-size: 27px;
	}
	#main #voice {
		padding: 40px 0 20px;
	}
	#main #voice .inner {
		width: 100%;
	}
	#main #voice ul li {
		padding: 20px;
	}
	#main #entry {
		padding: 40px 20px 20px;
		text-align: left;
	}
	#main #access .flex p,
	#main #entry .flex p {
		width: 100%;
	}
	#main #access .flex .img img,
	#main #entry .flex .img img {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	#main #access .flex .txt,
	#main #entry .flex .txt {
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		padding: 20px;
	}
}
@media screen and (max-width:480px) {
	#main h2 {
		font-size: 13px;
	}
	#main h2 span {
		margin: 0 0 15px;
		font-size: 26px;
		line-height: 26px;
	}
	#main h3 {
		font-size: 18px;
	}
	#main .entrybtn span {
		width: 123px;
		height: 36px;
	}
	#main #lead {
		font-size: 17px;
	}
	#main #lead dt:before,
	#main #lead dt:after {
		top: 3px;
		height: 25px;
	}
	#main #instagtam h2 {
		display: block;
		padding: 0 20px;
	}
	#main #instagtam h2:before,
	#main #instagtam h2:after {
		top: 0;
	}
	#main #instagtam h2:before {
		width: 40px;
		height: 40px;
	}
	#main #instagtam h2:after {
		width: 35px;
		height: 40px;
	}
	#main #point .flex .box {
		display: block;
		font-size: 14px;
	}
	#main #point .flex .box p,
	#main #point .flex .box dl {
		width: 100%;
	}
	#main #point .flex .box dt {
		margin: 20px 0 10px;
		text-align: center;
	}
	#main #point .flex .box dt span {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
    padding: 5px 20px;
	}
	#main #online ol li {
		width: 100%;
		padding: 20px 20px 15px;
		line-height: 1.5;
		font-size: 17px;
	}
	#main #online .flex .box ul li {
		width: 130px;
		height: 130px;
		font-size: 20px;
	}
	#main #online .flex .box ul li:last-child {
		margin: 0 0 0 10px;
		font-size: 18px;
	}
	#main #online .flex .box ul li span {
		font-size: 30px;
	}
	#main #price .flex dl {
		width: 100%;
		margin: 5px 0;
		padding: 10px;
	}
	#main #price .flex dd.small div {
		text-align: center;
	}
	#main #access .flex .txt {
		padding: 15px 50px;
	}
	#main #voice ul li {
		padding: 10px;
	}
	#main #entry .flex .txt {
		padding: 25px 50px 10px;
	}
}
/* visual
------------------------------------------------*/
#visual .img {
	background: url("img/visual-img.jpg") no-repeat top center;
	background-size: cover;
	height: 500px;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}
#visual .img .inner {
	height: 500px;
	padding-top: 100px;
}
#visual .img p {
	width: 48%;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
	margin: 0;
	line-height: 1.3;
	text-align: center;
}
#visual .img strong {
	font-size: 66px;
}
#visual .img p + p {
	background: rgba(255,255,255,0.8);
	border-radius: 40px;
	text-shadow: 0;
	margin: 10px 0 0;
	padding: 20px 35px;
	text-align: center;
	line-height: 1;
}
#visual .btn {
	background: url("img/bg-repeat.svg") repeat;
	margin: 0 0 -100px;
}
#visual .btn ul {
	position: relative;
	top: -100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#visual .btn ul li {
	width: 24%;
}
#visual .btn ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 3px solid #fff;
	border-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 125px 10px 15px;
	text-align: center;
}
#visual .btn ul li a div {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 125px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#visual .btn ul li:nth-child(1) a {
	background: #0074C6;
}
#visual .btn ul li:nth-child(1) a div {
	background: url("img/visualbtn-img1.jpg") no-repeat top center;
	background-size: 100% auto;
}
#visual .btn ul li:nth-child(2) a {
	background: #FF8C00;
}
#visual .btn ul li:nth-child(2) a div {
	background: url("img/visualbtn-img2.jpg") no-repeat top center;
	background-size: 100% auto;
}
#visual .btn ul li:nth-child(3) a {
	background: #FF000D;
}
#visual .btn ul li:nth-child(3) a div {
	background: url("img/visualbtn-img3.jpg") no-repeat top center;
	background-size: 100% auto;
}
#visual .btn ul li:nth-child(4) a {
	background: #0074C6;
}
#visual .btn ul li:nth-child(4) a div {
	background: url("img/visualbtn-img4.jpg") no-repeat top center;
	background-size: 100% auto;
}
#visual .btn ul li a:hover {
	opacity: 0.8;
}
@media screen and (max-width:767px) {
	#visual .img {
		height: 250px;
		font-size: 20px;
	}
	#visual .img .inner {
		height: 250px;
		padding-top: 50px;
	}
	#visual .img strong {
		font-size: 31px;
	}
	#visual .img p + p {
		padding: 10px 15px;
	}
	#visual .btn {
		margin: 0 0 -10px;
	}
	#visual .btn ul {
		top: -30px;
	}
	#visual .btn ul li {
		width: 49%;
		margin: 0 0 10px;
	}
	#visual .btn ul li a {
		padding: 120px 10px 10px;
		border-radius: 10px;
		border: 3px solid #fff;
	}
	#visual .btn ul li a div {
		height: 110px;
	}
}
@media screen and (max-width:480px) {
	#visual .img {
		height: 190px;
		font-size: 14px;
	}
	#visual .img .inner {
		height: 190px;
		padding-top: 40px;
	}
	#visual .img strong {
		font-size: 22px;
	}
	#visual .btn ul li a {
		padding: 90px 10px 15px;
	}
	#visual .btn ul li a div {
		height: 80px;
	}
	
}
/* header,footer
------------------------------------------------*/
#header {
	padding: 10px 0;
}
#header h1 {
	margin: 0;
	line-height: 1;
}
#header h1 a {
	display: inline-block;
}
#header img {
	max-width: none;
	width: auto;
	height: 50px;
}
#pagescroll {
	margin: 20px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.08em;
	font-size: 16px;
	text-align: right;
}
#pagescroll a {
	display: block;
	position: relative;
	color: #0074C6;
	text-decoration: none;
	padding: 0 23px 0 0;
	font-weight: bold;
}
#pagescroll a:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 3px;
	width: 7px;
	height: 7px;
	border-left: solid 2px #0074C6;
	border-top: solid 2px #0074C6;
	transform: rotate(45deg);
}
#pagescroll a:hover {
	opacity: 0.8;
}
#footer {
	background: #F5F5F5;
	padding: 20px 0;
}
#footer .inner {
	align-items: center;
	position: relative;
	padding-bottom: 40px;
}
#footer p {
	margin: 0;
	line-height: 1.3;
	font-size: 14px;
}
#footer p img {
	max-width: none;
	width: auto;
	height: 70px;
}
#footer .freetel {
	background: url(img/icon-freetel.svg) no-repeat left center;
	background-size: auto 30px;
	padding: 0 0 0 60px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.08em;
	font-size: 35px;
	font-weight: bold;
}
#footer small {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #888;
}
.footer-bnr {
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 1000000;
	background: #FC8341;
	background: linear-gradient(170deg, #FC8341 0%, #FEAC1C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC8341', endColorstr='#FEAC1C',GradientType=1 );
	color: #fff;
	box-shadow: 0 -5px 5px rgb(0 0 0 / 10%);
	width: 100%;
	margin: 0;
	text-align: center;
}
.footer-bnr img {
	height: 80px;
	max-width: none;
}
@media screen and (max-width:767px) {
	#header {
		 text-align: center;
	}
	#header img {
		height: 36px;
	}
	#header a {
		text-decoration: none;
	}
	#footer a {
		text-decoration: none;
		color: #333;
	}
	#footer .inner {
		display: block;
		padding-bottom: 30px;
	}
	#footer p {
		margin: 0 0 10px;
		text-align: center;
		line-height: 1.5;
		font-size: 12px;
	}
	#footer p img {
		height: 40px;
	}
	#footer .freetel {
		font-size: 32px;
	}
	#footer small {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer-bnr img {
		margin: auto;
		height: 50px;
	}
}