@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #404040;
	font-family: "UD新ゴ コンデンス70 M", sans-serif;
}
a{
	color: #404040;
	/* text-decoration: none; */
}
li{
	list-style-type: none;
}
img{
  max-width: 100%;
  vertical-align: top;
}
.no-scroll{
	overflow: hidden;
}
*,
::before,
::after{
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
main{
	display: block;
}



body {
	position: relative;
	font-size: 20px;
	width: 100%;
	background: #eee;
}
.ignore-pc{
	display: none;
}
@media screen and (max-width: 767.98px) {
	body {
		width: 100%;
		font-size: 14px;
		background: #eee;
	}
	.ignore-sp{
		display: none;
	}
}


/* gheader
========================================================*/

#gheader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;
	background: #fff;
}

/*　上に上がる動き　*/

#gheader.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#gheader.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#gheader h1 {
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -25px 0 0;
	width: 98px;
	height: 50px;
}
#gheader h2{
	position: absolute;
	top: 50%;
	left: 143px;
	margin: -12.5px 0 0;
	width: 280px;
	height: 25px;
}
.social-list{
	position: absolute;
	margin: auto;
	top: 0;
	right: 20px;
	bottom: 0;
	display: flex;
	height: 42px;
}
.social-list li + li{
	margin-left: 10px;
}
.social-list a.x{
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/ico_x@2x.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.social-list a:hover{
	opacity: 0.7;
	transition: opacity 400ms ease;
}

@media screen and (max-width: 767.98px) {
	#gheader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 45px;
		z-index: 1000;
		background: #fff;
	}
	#gheader h1{
		position: absolute;
		top: 50%;
		left: 10px;
		margin: -12.5px 0 0;
		width: 49px;
		height: 25px;
	}
	#gheader h2{
		position: absolute;
		top: 50%;
		left: 70px;
		margin: -7px 0 0;
		width: 174px;
		height: 14px;
	}
	.social-list{
		position: absolute;
		margin: auto;
		top: 0;
		right: 10px;
		bottom: 0;
		display: flex;
		height: 25px;
	}
	.social-list li + li{
		margin-left: 5px;
	}
	.social-list a.x{
		display: block;
		width: 25px;
		height: 25px;
		background: url(../img/ico_x@2x.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
}


/* footer
========================================================*/

.gfooter {
	position: relative;
	background: #5a5a5a;
	z-index: 50;
}
.gfooter__inr {
	max-width: 800px;
	margin: 0 auto;
}
.gfooter__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
}
.gfooter__nav li {
	margin: 10px;
}
.gfooter__nav li a {
	padding-right: 14px;
	background: url(../img/ico_arw@2x.png) right center no-repeat;
	background-size: 7px 12px;
	color: #fff;
	text-decoration: none;
}
.gfooter p.copyright {
	padding: 20px;
	border-top: 2px solid #fff;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 767.98px) {
	.gfooter__inr {
		max-width: 100%;
	}
	.gfooter__nav {
		justify-content: left;
		padding: 20px 10px;
		font-size: 16px;
		line-height: 1.8;
	}
	.gfooter__nav li {
		flex: 0 0 46%;
		max-width: 46%;
		margin: 2%;
		border-bottom: 2px solid #fff;
	}
	.gfooter__nav li a {
		display: block;
		padding-right: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: url(../img/ico_arw@2x.png) right center no-repeat;
		background-size: 7px 12px;
		color: #fff;
		text-decoration: none;
	}
	.gfooter p.copyright {
		padding: 20px 5px;
		border-top: 2px solid #fff;
		font-size: 10px;
		text-align: center;
		color: #fff;
	}
}	


/* btn_up
========================================================*/

.btn_up {
	position: absolute;
	right: 30px;
	top: -45px;
	transition: all 400ms ease;
	font-size: 20px;
}
.btn_up a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 46px;
	text-decoration: none;
}
.btn_up a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	margin: auto;
	background: url(../img/btn_up@2x.png) 0 0 no-repeat;
	background-size: 100% 100%;
	transition: all 400ms ease;
}
.btn_up a:hover:after {
	transform: translateY(-10px);
}
@media screen and (max-width: 767.98px) {
	.btn_up {
		right: 20px;
		top: -40px;
		font-size: 14px;
	}
	.btn_up a {
		padding-right: 46px;
	}
	.btn_up a:after {
		width: 36px;
		height: 36px;
	}	
}


/* btn_fixed
========================================================*/

.btn_fixed {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 40px;
	right: 20px;
	width: 354px;
	/*transition: all 1ms ease;*/
}
@media screen and (max-width: 767.98px) {
	.btn_fixed {
		bottom: 10px;
		left: 0;
		right: 0;
		width: 94.6%;
		margin: auto;
	}
}


/* ----- Common Styles ----- */

a {
	cursor: pointer;
}
a picture {
	display: inline-block;
}


/* Section */
.sec {
	max-width: 1366px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.sec_fst {
	padding-top: 80px;
}
.sec__inr {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
	.sec {
		max-width: 100%;
		background-size: 100% auto;
	}
	.sec_fst {
		padding-top: 45px;
	}
	.sec__inr {
		max-width: 100%;
	}
}


/* Accodion */
.acc {
	position: relative;
}
.acc__ttl {
	position: relative;
	z-index: 1;
	display: block;
	cursor: pointer;
}

.acc__ttl	.ico {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
}
.acc__ttl	.ico::before,
.acc__ttl	.ico::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000;
	transform: translate(-50%, -50%);
}
.acc__ttl.active .ico::before {
	content: normal;
}

.acc__ttl .ico.ico_01 {
	right: 40px;
	width: 38px;
}
.acc__ttl .ico.ico_01::before,
.acc__ttl .ico.ico_01::after {
	width: 38px;
	height: 4px;
	background-color: #007e05;
}
.acc__ttl .ico.ico_01::before {
	width: 4px;
	height: 38px;
}

.acc__ttl .ico.ico_02 {
	right: 40px;
	width: 20px;
}
.acc__ttl .ico.ico_02::before,
.acc__ttl .ico.ico_02::after {
	width: 20px;
	height: 2px;
}
.acc__ttl .ico.ico_02::before {
	width: 2px;
	height: 20px;
}

.acc__cont {
	display: none;
	position: relative;
	z-index: 2;
	transition: .5s;
}
.acc__cont.open {
	display: block;
}

@media screen and (max-width: 767.98px) {
	.acc__ttl .ico.ico_01 {
		right: 5vw;
		width: 5vw;
	}
	.acc__ttl .ico.ico_01::before,
	.acc__ttl .ico.ico_01::after {
		width: 5vw;
		height: 0.5vw;
	}
	.acc__ttl .ico.ico_01::before {
		width: 0.5vw;
		height: 5vw;
	}	
}


/* Frame */
.frame_01 {
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	border-radius: 35px;
	background-color: #fff;
}
.frame_01 .frame__cont {
	padding: 0 40px 40px;
}

.frame_02 {
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 15px -5px #777;
}
.frame_02 .frame__ttl {
	padding: 40px 40px 20px;
}
.frame_02 .frame__cont {
	margin-top: -20px;
	padding: 0 40px 40px;
}
.frame_02.acc .frame__ttl {
	padding: 40px;
}
.frame_02.acc .frame__cont.acc__cont {
	padding: 0 40px 40px;
}
@media screen and (max-width: 767.98px) {
	.frame_01 {
		max-width: 720px;
		width: 96%;
		border-radius: 4.6vw;
	}
	.frame_01 .frame__cont {
		padding: 0;
	}

	.frame_02 {
		max-width: 720px;
		width: 96%;
		border-radius: 4.6vw;
		box-shadow: 0px 0px 5vw -3vw #777;
	}
	.frame_02 .frame__ttl {
		padding: 6vw;
	}
	.frame_02 .frame__cont {
		margin-top: -3vw;
		padding: 0 6vw 6vw;
	}
	.frame_02.acc .frame__ttl {
		padding: 6vw;
	}	
	.frame_02.acc .frame__ttl.acc__ttl .ico.ico_02 {
		right: 6vw;
	}
	.frame_02.acc .frame__cont.acc__cont {
		padding: 0 6vw 6vw;
	}	
}


/* Column */
.column_01 {
	display: flex;
}
.column_01 .column__item {
	flex: 0 0 50%;
	width: 50%;
}
@media screen and (max-width: 767.98px) {
	.column_01 {
		display: block;
	}
	.column_01 .column__item {
		flex: 0 0 100%;
		width: 100%;
	}
	
}


/* Section FAQ */
.sec_faq {
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
.sec_faq .frame_02 {
	margin-top: 30px;
}
.sec_faq .frame_02 .frame__ttl {
	font-size: 24px;
}
.sec_faq .frame_02 .frame__cont p {
	font-size: 18px;
	line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
	.sec_faq {
		padding-bottom: calc(3vw + 46px);
	}
	.sec_faq .frame_02 {
		margin-top: 4vw;
	}
	.sec_faq .frame_02 .frame__ttl {
		font-size: 20px;
	}
	.sec_faq .frame_02 .frame__cont p {
		font-size: 16px;
	}
}


/* Section Series */
.sec_series {
	padding-bottom: 80px;
}
.sec_series .column__item .btn {
	max-width: 323px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.sec_series {
		padding-bottom: 7vw;
	}
	.sec_series .column__item .btn {
		max-width: 647px;
		width: 86.26%;
	}	
}	
