/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本共通cssの定義
=================================================================== */

html {
	font-size: 62.5%;
}
body {
    background: url(../images/dot_bg.jpg) repeat;
    -webkit-background-size: 3%;
    -moz-background-size:3%;
    background-size:3%;
	font-size: 4.0vw;
    line-height: 2.0;
	letter-spacing: 0.05em;
	color: #333333;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic , Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
	body {
		width: 768px;		
		margin: 0 auto;
		font-size: 2.2rem;
		line-height: 2.0;
	}
	.sp_cont {
		display: none;
	}
}
* {
  box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}
a  {
    -webkit-tap-highlight-color: #ccccccc;
}
.cent {
	text-align: center;
}
.lef {
	text-align: left;
}
.rig {
	text-align: right;
}
.txt_red {
    color: #b70b0b;
}
.txt_kome {
	font-size: 75%;
	line-height: 1.5;
}

main {
	text-align: center;
}
.sec_cont {
	padding: 1em 1em 0;
	margin: 0 0 1.5em;
}
main h2 {
	color: #154948;	
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1em;
}
.txtarea {
	text-align: left;
}
.txtarea p {
	margin-bottom: 1em;
}
.txtarea p:last-child {
	margin-bottom: 0;
}
.txt_sml {
	font-size: 80%;
}
.txt_lar {
	font-size: 120%;
}
.txt_bold {
	font-weight: 500;
}
.txt_strike {
	position: relative;
}
.txt_strike:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	border-bottom: 2px solid #e64994;	
	top: 0.7em;
}
.txt_line {
	border-bottom: 3px solid #333333;
}
.lbl_txt {
	color: #ffffff;
	background: #154948;
	display: inline-block;
	padding: 0 0.5em 0.1em;
	margin: 0 0.2em;
	line-height: 1.2;
	border-radius: 0.1em;
}
.txt_obi span {
	color: #ffffff;
	background: #154948;
	display: inline-block;
	padding: 0 0.5em 0.1em;
	margin: 0 0.2em;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.txt_obi.bg_white span {
	color: #154948;
	background: #ffffff;
}
.slash {
	background: url("../images/icon_slash_lef.png") no-repeat 0 50% / auto 1em,url("../images/icon_slash_rig.png") no-repeat 100% 50% / auto 1em;
	display: inline-block;
	padding: 0 1.5em;
}
.lbl_arrow {
	position: relative;
	margin: 0 auto 1em;
}
.lbl_arrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2em;
	background: url("../images/bg_triangle_wide.png") no-repeat 50% 0 / 5em auto;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.highlighter {
	background: linear-gradient(transparent 60%, #e2dcce 60%);
	padding-bottom: 0.1em;
}
.txt_slash:before,
.txt_slash:after {
    display: inline-block;
    content: '';
    width: 0.8em;
    height: 1em;
    border-left: 2px solid #e64994;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.txt_slash:after {
	width: 0.7em;
    border-left: none;
    border-right: 2px solid #e64994;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.ttl-border {
	display: flex;
	align-items: center;
}
.ttl-border:before,
.ttl-border:after {
    border-top: 1px solid #8f7030;
    content: "";
    flex-grow: 1;
}
.ttl-border:before {
	margin-right: 2em;
}
.ttl-border:after {
	margin-left: 2em;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
.whitebox {
	padding: 3em;
	background: #ffffff;
}
.borderbox {
	border: 10px solid #ededed;
	padding: 2em;
}
.borderbox_in {
	position: relative;
	padding: 2em;
	background: #ffffff;
	margin: 0 auto 2em;
	z-index: 1;
}
.borderbox_in:before {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #9e895b;
    content: '';
	z-index: -1;
}
.borderbox_in a {
	position: relative;
	z-index: 10;
}
.linebox {
	position: relative;
	padding: 2em 4%;
	background: #ffffff;
}
.linebox:before,
.linebox:after {
	content: "";
    position: absolute;
	display: block;
	width: calc(100% - 6em);
    height: calc(100% - 6em);
	margin: 0;
}
.linebox:before {    
    right: 0;
    top: 0;    
    border-top: 1px solid #9ec565;
    border-right: 1px solid #9ec565;
}
.linebox:after {    
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #9ec565;
    border-left: 1px solid #9ec565;
}
.kadomarubox {
	background: #ffffff;
	max-width: 960px;
	border: 10px solid #eeeeee;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 2em 3em;
	margin: auto;
	position: relative;
}
.shadowbox {
	box-shadow: 0px 4px 8px -6px #664b3c;
	background: #ffffff;
}
ul.list_dot {
	display: inline-block;
	margin-bottom: 1em;
	text-align: left;
}
ul.list_dot li{
	padding: 0 2em 0 3.5em;
}
ul.list_dot li:before {
	content: "●";
	font-size: 30%;
	padding-right: 0.8em;
	display: inline-block;
	vertical-align: 0.8em;
}
ul.list_cir li{
  padding: 0 2em 0 3.5em;
  text-indent: -1em;
}
ul.list_cir li:before {
  content: "";
  display: inline-block;
  border: 3px solid #999999;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.2em;
}
ul.list_cir.pink  li:before {
	border-color: #ed3780;	
}
ul.list_slash li:after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}
ul.list_kome li {
    text-indent: -1em;
    margin-left: 1em;
	font-size: 1.8rem;
	color: #6d6d6d;
}
ul.list_kome li:before {
	content: "※";
}
p.note {   
	font-size: 1.8rem;
	color: #6d6d6d;
	line-height: 1.8;
}
table {
	width: 100%;
	border-right: 1px solid #9ec565;
	border-bottom: 1px solid #9ec565;
	background: #ffffff;
}
table th,
table td {
	border-top: 1px solid #9ec565;
	border-left: 1px solid #9ec565;
	padding: 0.8em 1em;
	line-height: 1.4;
	text-align: center;
}
table th {
	color: #ffffff;
	background: #8bbc45;	
	vertical-align: middle;
}
table th:nth-of-type(n+2) {
	border-left: 1px solid #ffffff;
}
table tr.green td {
	background: #f5f9ef;
}
table td {
	font-size: 1.5rem;
}
table td.kouza {
	text-align: left;
}
.shadow {
	position: relative;
}
.shadow:before,
.shadow:after {
	z-index: 0;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 8px;
	width: 50%;
	top: 80%;
	max-width:140px;
	background: #d0cecb;
	-webkit-box-shadow: 0 15px 10px #827f7e;
	-moz-box-shadow: 0 15px 10px #827f7e;
	box-shadow: 0 15px 10px #827f7e;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.shadow:after {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	right: 8px;
	left: auto;
}
.theme {
	margin-bottom: 1em;
}
.theme .lbl_num {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	font-size: 5rem;
	color: #ffffff;
	background: #d4a4a4;
	border-radius: 100%;
	line-height: 2.3;	
	margin: -1.3em auto 1em
}
.theme .lbl_num:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 1.3em;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #9e895b;
	top: 2em;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}
.pagetop a {
    position: relative;
    display: block;
    font-size: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #b70b0b;
    border-radius: 50%;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.pagetop a::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 25px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


@media screen and (max-width: 768px) {
	.sec_cont {
		padding: 4vw 8% 0;
		margin-bottom: 4vw;
	}
	main h2 {
		font-size: 5vw;
		font-weight: 600;
	}
	.txt_bold {
		font-weight: 600;
	}
	.ttl-border:before {
		margin-right: 1em;
	}
	.ttl-border:after {
		margin-left: 1em;
	}
	.flexbox {
		flex-direction: column;
	}
	.whitebox {
		padding: 1.5em 4%;
	}
	.borderbox {
		border-width: 6px;
		padding: 1em 4%;
	}
	.borderbox_in {
		margin-bottom: 1.5em;
		padding: 2em 6%;
	}
	.borderbox_in:before {
		top: 3vw;
		left: 3vw;
		width: calc(100% - 6vw);
		height: calc(100% - 6vw);
	}
    .kadomarubox {        
        border-radius: 10px;
        padding: 7vw 5vw;
		border-width: 6px;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }	
	.shadowbox {
		padding: 1.5em 4%;
	}
	ul.list_kome li,
	p.note {
		font-size: 2.8vw;
	}
	.shadow:before {
		  left: 8%;
	}
	.shadow:after {
		  right: 8%;
	}
	table th,
	table td {
		padding: 0.6em;
	}
	.theme .lbl_num {
		width: 22vw;
		height: 22vw;
		font-size: 9.4vw;
	}
	.theme .lbl_num:after {
		width: 0.45vw;
	}
	.pagetop {
		right: 2%;
		bottom: 18vw;
	}
	.pagetop a {
		width: 54px;
		height: 54px;
	}
	.pagetop a::before {
		top: 23px;
	}
}

@media screen and (max-width: 374px) {
    .contTitle {
      	font-size: calc(30/375 * 100vw);
    }
}


/* cta */
.ctabtn {
	background: #d9f2fd;
	padding: 2.5em 1.5em 1.2em;
}
.ctabtn ul li a {
	display: block;
	background: #e6220f url("../images/icon_digital.png") no-repeat 1em 50% / 1.9em auto;
	color: #ffffff;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	padding: 0.6em 0 0.4em;
	margin-bottom: 1em;
	border-bottom: 0.25em solid #a80f00;
	border-radius: 3em;
	position: relative;	
}
.ctabtn ul li:first-of-type a {
	background-image: url("../images/icon_school.png");
}
.ctabtn ul li:last-of-type a {
	background-image: url("../images/icon_shiryou.png");
	letter-spacing: 0.3em;
}	
.ctabtn ul li a span {
	color: #fbfcc3;
	font-size: 75%;
	letter-spacing: 0.05em;
	display: block;
}
.ctabtn ul li a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 0.5em;
	height: 0.5em;
	border-right: 0.15em solid #ffffff;
	border-bottom: 0.15em solid #ffffff;
	transform: rotate(-45deg);
}
.ctabtn ul li a:hover {
	top: 0.1em;
	border-bottom-width: 0.15em;
	margin-bottom: 1.1em;
}


/* header */
#header {
	width: 100%;
	background: #fff;
	padding: 0.5em 0;
	/*padding: 0.5em 4%;*/
	display: flex;
	justify-content: space-between;	
	align-items: flex-end;
}
#header p {
	width: 36%;
}
#header p img {
	width: 100%;
	height: auto;
}
#header .freecall a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 130%;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: url("../images/icon_freecall.svg") no-repeat 0 100% / 1.7em auto;
	padding-left: 2em;
}
#header #freecall {
	display: none;
}
#header .freecall a .txt_sml {
	font-size: 50%;
}

@media screen and (max-width: 768px) {
	#header {
		padding: 0.4em 2% 0.4em 4%;
		align-items: center;
	}
	#header p {
		width: 42%;
	}
	#header .freecall {
		line-height: 1;
	}
	#header .freecall a {
		font-size: 130%;
		line-height: 0.9;			
		background-position: 0.3em 60%;
		padding: 0 0.3em 0.3em 2.2em;		
		border-radius: 0.3em;		
	}
	#header #freecall {
		display: block;
	}
	#header #freecall.freecall a {		
		color: #ffffff;
		background: #154948 url("../images/icon_freecali_wh.svg") no-repeat 0.3em 60% / 1.7em auto;	
	}
	#header #freecall a .txt_sml {		
		vertical-align: 0.3vw;
	}
}


/* mv */
#mv img {
	width: 100%;
	height: auto;
}


/* intro */
#intro {
	background: url("../images/bg_gara.jpg") repeat-y 50% 0 / 100% auto;
	padding-bottom: 1em;
}
#intro .borderbox_in {
	padding-bottom: 0;
	margin-bottom: 0;
}
#intro h2 {
	margin: 0.5em auto 1em;
}
#intro h2 .imgtxt {
	width: 65%;
	margin: 0.6em auto 0.2em;
}
#intro .txtarea {
	margin-bottom: 1.5em;
}
#intro h3 {
	line-height: 1.5;
	margin-bottom: 1em;
	font-size: 140%;
}
#intro .work p {
	margin-bottom: 0;
}
#intro .work ul.list_dot {
	margin-bottom: 0;
}
#intro .work ul.list_dot li {
	padding-left: 1.5em;
}
#intro .imgarea {
	margin-bottom: 1.5em;
}
#intro .layerwrap h3 {
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -2em;	
}
#intro .layerwrap h3.txt_obi  span {
	background: #9e895b;
}
@media screen and (max-width: 768px) {
	#intro.sec_cont {	
		padding-left: 2%;
		padding-right: 2%;
	}
	#intro h3 {
		font-size: 118%;
	}	
}


/* what */
#what .imgarea {	
	margin: 0 auto 1em;
}
#what .txt_obi {
	position: relative;
	left: -0.7em;
	margin-bottom: 0.8em;
	line-height: 2;
}
#what .txt_obi span {
	color: #154948;
	background: #dbe3e3;
}


/* point */
#point {
	padding-top: 2em;
}
#point .ttlarea {
	margin-bottom: 1em;
}
#point .ttlarea h2 {
	margin-bottom: 0.5em;
}
#point .point {
	margin-bottom: 1.5em;
}
#point .imgline {
	border-bottom: 0.4em solid #9e895b;
}
#point .wrap .point:nth-of-type(2) .theme .lbl_num {
	background: #d4d0a4;
}
#point .wrap .point:nth-of-type(3) .theme .lbl_num {
	background: #a4d4c7;
}
#point .wrap .point:nth-of-type(4) .theme .lbl_num {
	background: #a4b1d4;
}
#point .point h3 {
	color: #9e895b;
	font-size: 150%;
	line-height: 1.5;
}
#point .naitei {
	background: url("../images/bg_triangle.png") no-repeat 50% 0 / 110px auto, url("../images/bg_graphpaper.png") repeat 0 0 / 9px 9px;
}
#point .naitei .borderbox_in {
	background: none;
}
#point .naitei h2 {
	line-height: 1.8;
}
#point .naitei h2 .txt_obi span {
	font-size: 140%;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0.2em;
}
#point .naitei h3 {
	background: url("../images/bg_circle.png") no-repeat 50% 50% / auto 250px;
	height: 250px;
	line-height: 225px;
	margin-bottom: 1em;
}
#point .naitei h3 img {
	width: 60%;
}
#point .bg_white {
	margin-bottom: 0.5em;
}
#point .bg_white .txt_red {
	color: #b70b0b;
}
@media screen and (max-width: 768px) {
	#point .naitei h2 {
		font-size: 4.2vw;
	}
	#point .point h3 {
		font-size: 130%;
	}
	#point .naitei {
		background-size: 16vw auto, 2vw 2vw;
	}
	#point .naitei h3 {
		background-size: auto 36vw;
		height: 38vw;
		line-height: 33vw;
	}
}



/* license */
#license h3 {
	text-align: left;
	background: url("../images/icon_academic.svg") no-repeat 50% 0 / auto 2.5em;
	padding-top: 3em;
	color: #154948;
	margin-bottom: 4em;
	line-height: 2.2;
	position: relative;
}
#license h3.txt_obi span {
	color: #154948;
	background: #dbe3e3;
}
#license h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 3em;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #c1b6af;
}
@media screen and (max-width: 768px) {
	#license.sec_cont {
		margin-bottom: 8vw;
	}
}

/* onlinelive */
#onlinelive .imgarea {
	position: relative;
}
#onlinelive .imgarea .imgtxt {
	display: inline-block;
	width: 50%;
	position: absolute;
	top: 3em;
	right: 3em;
}
#onlinelive .theme .lbl_num {
	background: #f8a77c;
	line-height: 1.8;
}
#onlinelive .theme .lbl_num img {
	width: 60%;
}
#onlinelive .theme p {
	line-height: 1.6;
}
#onlinelive .theme p .lbl_txt,
#onlinelive dl dt {
	color: #154948;
	background: #dbe366;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
}
#onlinelive .theme p .lbl_txt:first-child,
#onlinelive dl:first-of-type dt {
	background: #e2dcce;
}
#onlinelive .theme p .lbl_txt:nth-of-type(2),
#onlinelive dl:nth-of-type(2) dt {
	background: #dbe3e3;
}
#onlinelive h3 {
	color: #154948;
	font-size: 150%;
	line-height: 1.5;
	margin-bottom: 1em;
}
#onlinelive dl {
	margin-bottom: 1em;
}
#onlinelive dl dt {
	margin-bottom: 0.5em;
	display: block;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#onlinelive .imgarea .imgtxt {		
		width: 54%;
		top: 2em;
		right: 2em;
	}
	#onlinelive .theme .lbl_num {
		line-height: 1.75;
	}
}

/* story */
#story {
	margin: 1.5em 0 3em;
}
#story h2 .txt_sml,
#support h2 .txt_sml,
#voice h2 .txt_sml {
	font-size: 90%;
}
@media screen and (max-width: 768px) {
	#story h2 .txt_sml,
	#support h2 .txt_sml,
	#voice h2 .txt_sml {
		font-size: 85%;
	}	
}

/* support */
#support {
	background: #f3eee4;
	padding-bottom: 2em;
	margin-bottom: 0;
}
#support .imgicon {
	width: 7em;
	height: 7em;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#support .imgicon img {
	border-radius: 50%;
	border: 0.4em solid #fff;
}
#support dl.borderbox_in {
	top: -4em;
	padding-top: 4.5em;
	margin-bottom: -2em;
}
#support dl dt {
	color: #154948;
	position: relative;
	padding-bottom: 0.5em;
margin-bottom: 0.8em;
}
#support dl dt:after {
	content: "";
	display: block;
	position: absolute;
	width: 4em;
	height: 2px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #9e895b;
	bottom: 0;
}
#support dl dd {
	text-align: left;
}
#support .txtmsg {
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#support.sec_cont{
		padding: 8vw 4% 2em 4%;	
	}
}


/* voice */
#voice .theme .lbl_num {
	line-height: 1.75;
}
#voice .theme .lbl_num img {
	width: 30%;
}
#voice h2 .txt_lar {
	line-height: 1.3;
	margin-top: 0.5em;
	display: inline-block;
}
#voice .voice {
	margin-bottom: 3em;
}
#voice .lbl {
	text-align: left;		
}
#voice .lbl span {
	color: #ffffff;
	background: #9e895b;
	display: inline-block;
	line-height: 1.2;
	padding: 0.2em 2em 0.3em;		
}
#voice h3 {
	font-size: 150%;
	line-height: 1.5;
	margin-bottom: 1em;
}
#voice figure {
	width: 54%;
	margin: 0 auto 1em;
}
#voice figure figcaption {
	margin-top: 1em;
}
#voice h4 {
	color:  #9e895b;
	margin-bottom: 0.6em;
	font-size: 110%;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	#voice h3 {
		font-size: 130%;
	}
}


/* challenge */
#challenge .borderbox_in {
	padding-bottom: 3em;
	background: #ffffff url("../images/bg_worldmap.png") no-repeat 50% 97% / 48% auto;
}
#challenge .borderbox_in:before {
	border-color: #b70b0b;
}
#challenge h2 {
	color: #333333;
}
#challenge h2 .lbl_txt {
	background: #b70b0b;
}
#challenge figure {
	margin-bottom: 1em;
}
#challenge figure figcaption {
	color: #ffffff;
	background: #9e895b;
}
@media screen and (max-width: 768px) {
	#challenge .borderbox_in {		
		background-size: 68% auto;
	}
}


#footer {
	margin: 1.2em 0 1em;
	text-align: center;
	padding-bottom: 90px;
}
.footlink {
    margin-bottom: 0.3em;
}
.footlink li {
    display: inline-block;
	font-size: 80%;
    margin: 0 1.5%;
}
.footlink li a{
	white-space: nowrap;
	text-decoration: none;
	color: #333333;
}
.footlink li a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
.copyright {
	font-size: 60%;
}
.menuwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    z-index: 100;
	width: 768px;
	background: #ffffff;
}
.menuwrap li {
    /*width: 50%; ２つの場合*/
    width: 100%;
    display: table;
	border-collapse: separate;
	border-spacing: 0.15em 0.5em;
}
.menuwrap li a {
    display: table-cell;
    width: 100%;	
    height: 64px;
    vertical-align: middle;
    font-size: 1.9rem;
	font-weight: 600;
    color: #ffffff;
    background: #7cbc29;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
    padding-right: 1em;
    position: relative;
	border-radius: 0.5em;	
}
.menuwrap li:first-of-type a {
    background: #41aa46;
}
.menuwrap li:last-of-type a {
	background: #ec6800;
}
.menuwrap li a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    top: 0;	
    bottom: 0;
    right: 2em;
    margin: auto 0;
}
@media screen and (max-width: 768px) {
	#footer {
		margin: 1.2em 0 1em;
		text-align: center;
		padding-bottom: 18vw;
	}
	.menuwrap {
		width: 100%;
		padding: 0 0.3em;
	}
	.menuwrap li a {			
		height: 13vw;		
		font-size: 3.7vw;
		padding-right: 3vw;
	}
	.menuwrap li a:after {		
		width: 1.6vw;
		height: 1.6vw;
		border-right-width: 0.4vw;
		border-bottom-width: 0.4vw;
		right: 2.6vw;
	}
}

.bnrarea {
	width: 90%;
    margin: 1em auto 0;
}
.bnrarea li {
	margin-bottom: 1em;
}

/* reskilling_info */
#reskilling_info {
	font-size: 16px;
	margin: 40px auto;
}
.panel.is-show {
	display:block;
	text-align: center;
}
.tab-group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 700px;
	margin: 0 auto;
	padding-top: 26px;
}
.tab {
	color: #ffffff;
	background: #949292;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border-radius: 0.5em 0.5em 0 0;
	height: 44px;
	line-height: 50px;
	width: 49%;
	position: relative;
}
.tab.blue {
	background: #63c2bf;
}
.tab.is-active {
	background: #63c2bf;
}
.tab.green.is-active{
  background:#1bad55;
  transition: all 0.2s ease-out;
}
.tab img {
	display: block;
	position: absolute;
	margin: 0 auto;
	top: -26px;
	left: 2px;
	right: 0;
	width: 200px;
}
.tab:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.panel{
	display:none;
}
.tab.is-active:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}
.u-spItem {
    display: none;
}
#reskilling_info .border_wrap {
	width: 100%;
	margin: 0 auto;
	background: -webkit-linear-gradient(top left, #62c2c0 0%, #b7ea60 100%);
	background: -o-linear-gradient(top left, #62c2c0 0%, #b7ea60 100%);
	background: linear-gradient(to bottom right, #62c2c0 0%, #b7ea60 100%);
	border-radius: 30px;	
	padding: 40px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#reskilling_info #kyufu .border_wrap {
	background: -webkit-linear-gradient(top left, #b3e281 0%, #0da047 100%);
	background: -o-linear-gradient(top left, #b3e281 0%, #0da047 100%);
	background: linear-gradient(to bottom right, #b3e281 0%, #0da047 100%);
}
#reskilling_info .border_wrap:before {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background: #ffffff;
	border-radius: 14px;
	z-index: -1;
}
#reskilling_info .txt_red {
	color: #e62626;
}
#reskilling_info .txt_bold {
	font-weight: bold;
}
#reskilling_info .copy {
	display: flex;
	align-items: center;
	justify-content: center;	
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 1.8rem;
}
#reskilling_info .copy:before,
#reskilling_info .copy:after {
    display: block;
    content: '';
    width: 0.8em;
	height: 1.2em;
    border-left: 1px solid #333333;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
#reskilling_info .copy:after {	
    border-left: none;
	width: 0.2em;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);	
}
#reskilling_info .flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
	position: relative;	
}
#reskilling_info .cashback {
	margin-left: 1.5em;
}
.border_wrap .listlink {	
	position: absolute;
	right: 0;
	bottom: 0;
}
.border_wrap .listlink a {
	color: #555555;
	font-size: 13px;
	text-decoration: underline;
	position: relative;
	padding-right: 0.8em;
}
.border_wrap .listlink a:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0;
	top: calc(50% - 3px);
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#reskilling .border_wrap .btnarea {
	padding-top: 36px;
	position: relative;
}
#reskilling .border_wrap .btnarea img {
	position: absolute;	
	left: 4px;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 284px;
}
.border_wrap .btnarea a {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #e64e4e;
	border-radius: 8px;
	display: block;
	width: 340px;
	height: 64px;
	line-height: 64px;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
}
.border_wrap .btnarea a:after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	right: 30px;
	top: calc(50% - 4px);
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#kyufu .cashback_wrap {
	position: relative;
	margin-bottom: 15px;
}
#kyufu .kome {
	color: #555555;
	font-size: 13px;
}
#kyufu .border_wrap .btnarea {
	margin-top: 15px;
}
/* cvbtn fukidashi */
.fukidashi {
	position: relative;
	padding-top: 34px;
}
.fukidashi img.bubble {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 240px;
	height: auto;
}
.ctabtn .fukidashi {
	padding-top: 44px;
}
.ctabtn .fukidashi img.bubble {	
	width: 320px;
}

@media screen and (max-width: 767px) {
	.u-spItem {
		display: block;
	}
	#reskilling_info {
		font-size: 3.6vw;
		margin: 8vw auto;
		padding: 0 4%;
	}
	#reskilling_info img {
		height: auto;
	}
	.tab-group{
		width: 85%;
		/*max-width: 400px;*/
		margin: 0 auto;
		padding-top: 5.5vw;
	}
	.tab {		
		line-height: 1.2;
		font-size: 3vw;
		padding-top: 3vw;
		height: 12vw;
	}
	.tab img {
		top: -5.5vw;
		width: 95%;
		/*max-width: 130px;*/
		height: auto;
	}
	#reskilling_info .border_wrap {
		width: 100%;
		/*max-width: 460px;*/
		margin: 0 auto;
		padding: 30px 20px;
	}
	#reskilling_info .border_wrap:before {	
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-radius: 20px;
	}
	#reskilling_info .copy {
		font-size: 3.6vw;
		letter-spacing: -0.05em;
		align-items: flex-start;
	}
	#reskilling_info .copy:before,
	#reskilling_info .copy:after {
		position: relative;	
	}
	#reskilling_info .copy:before {
		left: 2.5em
	}
	#reskilling_info .copy:after {
		right: 2.5em
	}
	#reskilling_info .flexbox {
		flex-direction: column;
		padding: 0 2%;		
	}
	#reskilling_info .logo {
		margin-bottom: 4vw;
		width: 50vw;
	}
	#reskilling_info .cashback {
		margin-left: 0;
	}
	#reskilling_info .cashback img {
		width: 100%;
	}
	.border_wrap .listlink {		
		position: relative;
	}
	.border_wrap .listlink a {
		font-size: 3vw;
		text-decoration: underline;
		position: relative;
		padding-right: 0.8em;
	}
	#reskilling .border_wrap .btnarea {
		padding-top: 8vw;
	}
	#reskilling .border_wrap .btnarea img {
		width: 62vw;
		height: auto;
		left: 1.5vw;
	}
	.border_wrap .btnarea a {
		font-size: 4.4vw;
		width: 80%;
		min-width: 270px;
		height: 14vw;
		line-height: 14vw;
	}
	.border_wrap .btnarea a:after {
		width: 7px;
		height: 7px;
		right: 3.5vw;
		top: calc(50% - 4px);
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;	
	}
	#kyufu .cashback_wrap {
		padding: 0 15%;
	}
	#kyufu .kome {
		font-size: 3vw;
	}
	.ctabtn .fukidashi {
		padding-top: 8vw;
	}
	.ctabtn .fukidashi img.bubble {	
		width: 62vw;
	}
}
@media screen and (max-width: 374px) {
	#reskilling_info {
		padding: 0 2%;
	}
	#reskilling_info .border_wrap {
		border-radius: 15px;
	}
	#reskilling_info .border_wrap:before {
		border-radius: 10px;
	}
	.tab-group{
		width: 90%;
	}
	#reskilling_info .copy {
		font-size: 3.6vw;
	}
}

