@charset "utf-8";

/* -----------------------------------------------------------------
 cmn_mv
----------------------------------------------------------------- */
#main .cmn_mv {
	margin-left:3.3vw;
	margin-right:3.3vw;
}
#main .cmn_mv img {
	width:100%;
}
@media print, screen and (min-width: 1024px) {
#main .cmn_mv {
	position:relative;
	overflow:hidden;
	height:484px;
	margin-top:21px;
}
#main .cmn_mv {
	border-radius:10px;
}
#main .cmn_mv .bg {
	position:absolute;
	width:1765px;
	left:calc((100vw - 1765px) / 2);
}
#main .cmn_mv .ttl {
	position:absolute;
	top:72px;
	left:calc(50% - 168px);
}
}



/* -----------------------------------------------------------------
 label_qa
----------------------------------------------------------------- */
#main .label_qa {
	display:block;
}
@media print, screen and (max-width :1023px){
#main .label_qa {
	width:calc(246 / 750 * 100vw);
	margin-top:calc(157 / 750 * -100vw);
	margin-left:auto;
	margin-right:0;
}
}
@media print, screen and (min-width :625px) and (max-width :1023px){
#main .label_qa {
	width:205px;
	margin-top:-146px;
}
}
@media print, screen and (min-width: 1024px) {
#main .label_qa {
	position:relative;
	bottom:0;
	z-index:2;
	width:205px;
	margin-top:-151px;
	margin-left:auto;
	margin-right:7vw;
}
/*-- hover --*/
#main .label_qa img {
	transition:.3s all;
}
#main .label_qa:hover img {
	filter: brightness(1.2) grayscale(0.20);
}

}
@media print, screen and (min-width: 1480px) {
#main .label_qa {
	margin-right: calc((100vw - 6.6vw - 1300px) / 2 + 4vw);
}
}

/* -----------------------------------------------------------------
 intro_copy
----------------------------------------------------------------- */
#main .intro_copy {
	text-align:center;
	font-weight:bold;
	color:#063e8d;
}
@media print, screen and (max-width :1023px){
#main .intro_copy {
	display:table;
	margin:1em auto 0;
}
#main .intro_copy >span {
	display:inline-block;
}
}
@media print, screen and (min-width :350px) and (max-width :1023px){
#main .intro_copy {
	font-size:calc(1rem + 10 * (100vw - 350px) / 674); /* w350のとき14px ★ w1024のとき24px */ 

}
}
@media print, screen and (min-width: 1024px) {
#main .intro_copy {
	position:relative;
	font-size:24px;
	font-size:1.5rem;
}
#main .intro_copy::before,
#main .intro_copy::after {
	position:absolute;
	top:0;
	content:"";
	display:block;
	width:124px;
	height:85px;
}
#main .intro_copy::before {
	left:calc(50% + 13.5em);
	background:url(/library/beginner/img/copy_deco02.png) no-repeat center center;
	background-size:contain;
}
#main .intro_copy::after {
	right:calc(50% + 13.5em);
	background:url(/library/beginner/img/copy_deco01.png) no-repeat center center;
	background-size:contain;
}
}


/* -----------------------------------------------------------------
 box_case
----------------------------------------------------------------- */
.box_case {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_case .item {
	position:relative;
	padding-top:calc(84 / 750 * 100vw);
	padding-bottom:0;
}
.box_case .item >a {
	position:relative;

	display:-webkit-box;/**/
  	display:-ms-flexbox;/**/
	display: flex;

	-webkit-box-align: center;/**/
	-ms-flex-align: center;/**/
	align-items: center;

	-webkit-box-pack: center;/**/
	-ms-flex-pack: center;/**/
	justify-content: center;

	border: #999 1px dotted;
}
.box_case .item >a,
.box_case .item .img,
.box_case .item .img img {
	border-radius: 50%;
}
.box_case .item .box_ttl {
	position:absolute;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	width:100%;
}
.box_case .item .img {
	background:#000;
	line-height:0;/*IE貨*/
}
.box_case .item .img img {
	display:inline-block;/*IE貨*/
	width:100%;/*IE貨*/
	opacity:.7;
}
@media print, screen and (max-width :767px){
.box_case .item {
	margin-top:2em;
	width:calc(50% - 2px);
}
.box_case .item >a {
	padding: 7px;
}
}
@media print, screen and (min-width: 768px) and (max-width :1023px){
.box_case .item {
	margin-top:2em;
	width:calc(33% - 2px);
	padding-top:calc(84 / 750 * 66vw);
}
.box_case .item:nth-of-type(4),
.box_case .item:nth-of-type(9) {
	margin-left:calc(16.5% - 2px);
}
.box_case .item:nth-of-type(5),
.box_case .item:nth-of-type(10) {
	margin-right:calc(16.5% - 2px);
}

.box_case .item >a {
	padding: 7px;
}
}
@media print, screen and (min-width: 1024px) {
.box_case {
	justify-content: center;
	margin-top:0;
}
.box_case .item {
	width:30%;
	padding-top:76px;
}
.box_case .item:nth-of-type(2),
.box_case .item:nth-of-type(7) {
	margin-left:5%;
	margin-right:5%;
}
.box_case .item:nth-of-type(4),
.box_case .item:nth-of-type(9) {
	margin-left:17%;
	margin-right:3%;
}
.box_case .item:nth-of-type(5),
.box_case .item:nth-of-type(10) {
	margin-left:3%;
	margin-right:17%;
}
.box_case .item >a {
	padding: 13px;
	border: #999 2px dotted;
}
/*-- hover --*/
.box_case .item a .img {
	transition:.3s all;
}
.box_case .item a:hover .img {
	background:#063e8d;
}

}

/*---------- box_ttl ----------*/
.box_case .item .box_ttl .ttl {
	position:relative;
	text-align:center;
	font-weight:bold;
	font-family: '嗄苧劾悶', 'Yu Mincho', YuMincho, 'ヒラギノ苧劾 Pro', 'Hiragino Mincho Pro', 'MS P苧劾', 'MS PMincho', serif;
	color:#fff;
}
.box_case .item .box_ttl::before,
.box_case .item .box_ttl .ttl::before {
	content:"";
	display:block;
}
.box_case .item .box_ttl::before {
	background:url(/library/beginner/img/case_ttl_img_white.svg) no-repeat center center;
	background-size:contain;
}
.box_case .item .box_ttl .ttl::before {
	position:absolute;
	bottom:0;
	background:url(/library/beginner/img/case_ttl_line_white.svg) no-repeat center top;
	background-size:cover;
}
@media print, screen and (max-width :1023px){
.box_case .item .box_ttl::before {
	width:100%;
	height:7.9vw;
	max-height:3em;
}
.box_case .item .box_ttl .ttl {
	margin: 0 20px;
	padding-bottom:8px;
	font-size:16px;
	font-size:1.14rem;
}
.box_case .item .box_ttl .ttl::before {
	width:100%;
	height:6px;
}
}
@media print, screen and (min-width :350px) and (max-width :1023px){
.box_case .item .box_ttl .ttl {
	font-size:calc(1.143rem + 8 * (100vw - 350px) / 674); /* w350のとき16px ★ w1024のとき24px */ 
}
}
@media print, screen and (min-width :1024px){
.box_case .item .box_ttl::before {
	width:100%;
	height:50px;
}
.box_case .item .box_ttl .ttl {
	margin: 0 20px;
	padding-bottom:16px;
	font-size:32px;
	font-size:2rem;
}
.box_case .item .box_ttl .ttl::before {
	width:100%;
	height:12px;
}
}
@media print, screen and (min-width :1280px){
.box_case .item .box_ttl::before {
	height:64px;
}
}

/*---------- btn ----------*/
.box_case .item .btn {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	position:absolute;
	right:0;
	bottom:0;
	border-radius:50%;
	background:url(/library/beginner/img/btn_more_bg01.png) no-repeat center center;
	background-size:contain;
}
.box_case .item .btn::before {
	content:"";
	display:block;
	width:60%;
	height:60%;
	background:url(/library/beginner/img/btn_more_ico_white.svg) no-repeat center center;
	background-size:contain;
}
@media print, screen and (max-width :1279px){
.box_case .item .btn {
	width:33%;
	height:33%;
	max-width:80px;
	max-height:80px;
}
.box_case .item .btn >.txt {
	display:none;
}
}
@media print, screen and (min-width :1280px){
.box_case .item .btn {
	width:8.35em;
	height:8.35em;
	font-size:14px;
	font-size:0.88rem;
	color:#fff;
}
.box_case .item .btn::before {
	width:38%;
	height:38%;
}
.box_case .item .btn >span {
	margin-top:.5em;
}

}


/*---------- deco ----------*/
.box_case .item::before {
	position:absolute;
	content:"";
	display:block;
}
@media print, screen and (max-width :1023px){
.box_case .item:nth-of-type(1)::before {
	background:url(/library/beginner/img/case_deco_img01_sp.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(3)::before {
	background:url(/library/beginner/img/case_deco_img02_sp.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(5)::before {
	background:url(/library/beginner/img/case_deco_img04_sp.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(8)::before {
	background:url(/library/beginner/img/case_deco_img05_sp.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(10)::before {
	background:url(/library/beginner/img/case_deco_img06_sp.png) no-repeat left top;
	background-size:contain;
}
}
@media print, screen and (max-width :767px){
.box_case .item:nth-of-type(1)::before {
	top:calc(11 / 750 * -100vw);
	left:calc(10 / 750 * -100vw);
	width:calc(184 / 750 * 100vw);
	height:calc(146 / 750 * 100vw);
}
.box_case .item:nth-of-type(3)::before {
	top:calc(30 / 750 * 100vw);
	right:0;
	width:calc(242 / 750 * 100vw);
	height:calc(100 / 750 * 100vw);
}
.box_case .item:nth-of-type(5)::before {
	top:calc(30 / 750 * 100vw);
	left:calc(21 / 750 * -100vw);
	width:calc(368 / 750 * 100vw);
	height:calc(65 / 750 * 100vw);
}
.box_case .item:nth-of-type(8)::before {
	top:calc(17 / 750 * 100vw);
	right:calc(17 / 750 * -100vw);
	width:calc(315 / 750 * 100vw);
	height:calc(95 / 750 * 100vw);
}
.box_case .item:nth-of-type(10)::before {
	top:calc(40 / 750 * 100vw);
	right:calc(10 / 750 * -100vw);
	width:calc(353 / 750 * 100vw);
	height:calc(73 / 750 * 100vw);
}
}
@media print, screen and (min-width: 768px) and (max-width :1023px){
.box_case .item:nth-of-type(1)::before {
	top:calc(11 / 750 * -66vw);
	left:calc(10 / 750 * -66vw);
	width:calc(184 / 750 * 66vw);
	height:calc(146 / 750 * 66vw);
}
.box_case .item:nth-of-type(3)::before {
	top:calc(30 / 750 * 66vw);
	right:0;
	width:calc(242 / 750 * 66vw);
	height:calc(100 / 750 * 66vw);
}
.box_case .item:nth-of-type(5)::before {
	top:calc(30 / 750 * 66vw);
	left:calc(21 / 750 * -66vw);
	width:calc(368 / 750 * 66vw);
	height:calc(65 / 750 * 66vw);
}
.box_case .item:nth-of-type(8)::before {
	top:calc(17 / 750 * 66vw);
	right:calc(17 / 750 * -66vw);
	width:calc(315 / 750 * 66vw);
	height:calc(95 / 750 * 66vw);
}
.box_case .item:nth-of-type(10)::before {
	top:calc(40 / 750 * 66vw);
	right:calc(10 / 750 * -66vw);
	width:calc(353 / 750 * 66vw);
	height:calc(73 / 750 * 66vw);
}
}
@media print, screen and (min-width: 1024px){
.box_case .item:nth-of-type(1)::before {
	background:url(/library/beginner/img/case_deco_img01_pc.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(3)::before {
	background:url(/library/beginner/img/case_deco_img02_pc.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(4)::before {
	background:url(/library/beginner/img/case_deco_img03_pc.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(6)::before {
	background:url(/library/beginner/img/case_deco_img04_pc.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(8)::before {
	background:url(/library/beginner/img/case_deco_img05_pc.png) no-repeat left top;
	background-size:contain;
}
.box_case .item:nth-of-type(10)::before {
	background:url(/library/beginner/img/case_deco_img06_pc.png) no-repeat left top;
	background-size:contain;
}

.box_case .item:nth-of-type(1)::before {
	top:calc(76px - 1%);
	right:-18.2%;
	width:31.28%;
	height:31.28%;
}
.box_case .item:nth-of-type(3)::before {
	top:calc(76px - 2.5%);
	right:-18.2%;
	width:40.25%;
	height:29.23%;
}
.box_case .item:nth-of-type(4)::before {
	top:calc(76px - 3.8%);
	left:-33.33%;
	width:42.56%;
	height:29.23%;
}
.box_case .item:nth-of-type(6)::before {
	top:calc(76px - 20%);
	left:0%;
	width:67.94%;
	height:35.89%;
}
.box_case .item:nth-of-type(8)::before {
	top:calc(76px - 19.5%);
	right:-1%;
	width:53.33%;
	height:37.18%;
}
.box_case .item:nth-of-type(10)::before {
	top:calc(76px + 7.69%);
	right:-31.28%;
	width:33.84%;
	height:30.51%;
}
}


/* -----------------------------------------------------------------
 modaal
----------------------------------------------------------------- */
.modaal-overlay {
	z-index: 1999;
}
.modaal-wrapper .modaal-close {
	border-radius:0;
	background: #063e8d;
}
.modaal-container {
	max-width:850px;
	border-radius:20px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.modaal-close {
	position: absolute;
	right: 0;
	top: 0;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
	background: #fff;
}
@media print, screen and (max-width :1023px){
.modaal-content-container {
	padding:34px 19px 19px;
}
.modaal-close {
	width:34px;
	height:34px;
}
.modaal-close:before,
.modaal-close:after {
	top: 10px;
	left: 17px;
	width: 2px;
	height: 12px;
}
}

@media print, screen and (min-width: 1024px){
.modaal-container {
	border-radius:40px;
}
.modaal-content-container {
	padding:60px 40px 40px;
}

.modaal-close {
	width:50px;
	height:50px;
}
.modaal-close:before,
.modaal-close:after {
	top: 14px;
	left: 25px;
	width: 2px;
	height: 20px;
}
}



/*---------- modaal-wrapper ----------*/
.modaal-wrapper .ttl {
	display:flex;
	font-weight:bold;
	color:#063e8d;
}
.modaal-wrapper .ttl + * {
	margin-top:1.5em;
}
.modaal-wrapper .ttl::before {
	content:"";
	display:block;
	background:url(/library/beginner/img/case_ttl_img_navy.svg) no-repeat center center;
	background-size:contain;
}
.modaal-wrapper .box_layout_inc_img {
	overflow:hidden;
}
.modaal-wrapper .box_layout_inc_img .img {
	float:right;
	width:41%;
	max-width:240px;
	margin-left:.5em;
	margin-bottom:.5em;
}
.modaal-wrapper .box_layout_inc_img .img img {
	border-radius:100%;
}
.modaal-wrapper .box_layout_inc_img .body .btn_round a {
	display:inline;
	display:inline-block;
}

@media print, screen and (max-width :1023px){
.modaal-wrapper .ttl {
	font-size:20px;
	font-size:1.43rem;
}
.modaal-wrapper .ttl::before {
	width:3.22em;
	height:1.86em;
	margin-top: -.2em;
	margin-right:0.3em;
}

.modaal-wrapper .box_layout_inc_img {
}

}

@media print, screen and (min-width: 1024px){
.modaal-wrapper .ttl {
	font-size:32px;
	font-size:2rem;
}
.modaal-wrapper .ttl::before {
	width:74px;
	height:41px;
	margin-right:0.6em;
}

.modaal-wrapper .box_layout_inc_img {
}

}



/* -----------------------------------------------------------------
 qa_ttl
----------------------------------------------------------------- */
#main .qa_ttl {
	margin-top:3em;
	padding-top:5.5vw;
	background:url(/library/beginner/img/qa_ttl_ico.svg) no-repeat center top;
	background-size:3vw;
	text-align:center;
	color:#063e8d;
}
#main .qa_ttl .en,
#main .qa_ttl .jp {
	display:block;
}
#main .qa_ttl .en {
	font-weight: 300;
	font-size:45px;
	font-size:3.21rem;
	font-family: 'Roboto Condensed';
}
#main .qa_ttl .jp {
	position:relative;
	font-weight: bold;
	font-size:15px;
	font-size:1.07rem;
}
#main .qa_ttl .jp::before,
#main .qa_ttl .jp::after {
	position:absolute;
	bottom:.2em;
	content:"";
	display:block;
	width:calc(50% - 4.5em);
	height:1em;
	background:url(/library/beginner/img/qa_bg_slant_ptn.png) repeat-x center bottom;
	background-size:5px;
}
#main .qa_ttl .jp::before {
	left:0;
}
#main .qa_ttl .jp::after {
	right:0;
}
@media print, screen and (max-width :1023px){
#main .qa_ttl {
	margin-bottom:2em;
}
}
@media print, screen and (min-width: 1024px) {
#main .qa_ttl {
	margin-bottom:3em;
	padding-top:25px;
	background:url(/library/beginner/img/qa_ttl_ico.svg) no-repeat center top;
	background-size:15px;
}
#main .qa_ttl .en {
	font-size:60px;
	font-size:3.75rem;
}
#main .qa_ttl .jp {
	font-size:18px;
	font-size:1.13rem;
}
#main .qa_ttl .jp::before,
#main .qa_ttl .jp::after {
	width:calc(50% - 4.5em);
	height:1.2em;
	background:url(/library/beginner/img/qa_bg_slant_ptn.png) repeat-x center bottom;
	background-size:auto 10px;
}

}






