@charset "utf-8";
* {
	box-sizing: border-box;
}

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.75;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.pcNone {
	display: none;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}

a:link,
a:visited {
	color: #e65096;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #e65096;
	text-decoration: none;
}

.hover a img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .7;
}

.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header01 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
}

.header01 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}

.header01 > .inner01 > .logo01 {
	width: 126px;
	margin-left: 20px;
	margin-top: -3px;
}

.spNavicon {
	display: none;
}

.navArea01 {
	display: block;
	width: 535px;
	margin-right: 25px;
}

.globalNav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.globalNav01 > li {
	position: relative;
}

.globalNav01 > li:before {
	position: absolute;
	top: 0;
	left: -25px;
	width: calc(100% + 50px);
	width: -webkit-calc(100% + 50px);
	height: 100%;
	background-color: #fff;
	content: " ";
}

.globalNav01 > li > a {
	display: block;
	position: relative;
	padding-top: 22px;
	padding-bottom: 32px;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
}

.globalNav01 > li > a:before {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 2px;
	background-color: #e65096;
	content: " ";
	-webkit-transition: all.3s;
	transition: all.3s;
}

.globalNav01 > li > a:hover:before {
	width: 100%;
	left: 0;
	margin-left: 0;
}

.globalNav01 > li > a > span {
	display: block;
	margin-top: -2px;
	margin-bottom: 2px;
	color: #999;
	font-size: 1.0rem;
}

#contents01 {
	position: relative;
	margin-top: 100px;
	padding-bottom: 90px;
}

.mainArea01 {
	background: url(../images/mainimage.png) no-repeat 107.5% 0/auto 100%,url(../images/bg07.png) repeat 0 0;
}

.mainArea01 > .inner01 {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 3.816%;
}

.mainArea01 > .inner01 > .title01 {
	width: 56.833%;
	margin-left: 1%;
	padding-top: 3.75%;
}

.mainArea01 > .inner01 > .btn01 {
	width: 52.5%;
	margin-top: -10px;
	margin-left: 1.833%;
}

.heading01 {
	margin-top: 80px;
	background: url(../images/bg02.png) repeat 0 0;
	text-align: center;
}

.cvArea01 + .section01 > .heading01 {
	margin-top: 0;
}

.heading02 {
	position: relative;
	padding-top: 26px;
	padding-bottom: 8px;
	background-color: #e65096;
	color: #fff;
	font-size: 3.3rem;
	font-weight: bold;
	text-align: center;
}

.heading02.type01:before {
	position: absolute;
	bottom: -4px;
	right: 20px;
	width: 192px;
	height: 207px;
	background: url(../images/img02.png) no-repeat 0 0;
	content: " ";
}

.heading02 .text01 {
	position: relative;
	text-shadow:1px 1px 4px rgba(178,44,107,.4);
	font-weight: bold;
	line-height: 1.2;
}

.heading02 .text01.type01:before {
	position: absolute;
	top: 45%;
	left: -60px;;
	width: 50px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	content: " ";
}

.heading02 .text01.type01:after {
	position: absolute;
	top: 45%;
	right: -60px;;
	width: 50px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	content: " ";
}

.heading02 .text02 {
	position: relative;
	top: -3px;
	color: #fae43c;
	font-size: 4.2rem;
	font-weight: bold;
}

.heading02 .font02 {
	font-weight: bold;
}

.heading02 .text03 {
	display: table;
	margin: 10px auto 20px;
	padding: 8px 2px 6px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	font-size: 2.2rem;
	font-weight: bold;
}

.heading03 {
	padding-bottom: 22px;
	background: url(../images/bg04.png) repeat-x 0 bottom;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.frameArea01 {
	padding: 30px 40px 45px;
	border: solid 4px #e65096;
	background: url(../images/bg01.png) repeat 0 0;
}

.flowBox01 + .frameArea01 {
	margin-top: 40px;
	padding-top: 28px;
	padding-bottom: 28px;
}

.frameArea02 {
	margin-top: 30px;
}

.frameArea02 > dt {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .06em;
}

.frameArea02 > dd {
	margin-top: 10px;
	padding: 20px 25px;
	border-radius: 10px;
	background-color: #fae1eb;
}

.frameArea03 {
	display: table;
	margin: 30px auto 0;
	padding: 8px 55px 10px;
	border-radius: 100px;
	border: solid 2px #e65096;
	background-color: #fdf2c8;
}

.frameArea03 > .text01 {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.4;
}

.frameArea03 .text02 {
	position: relative;
	top: 1px;
	color: #e65096;
	font-weight: bold;
	font-size: 2.8rem;
}

.frameArea04 {
	width: 78%;
	margin: 0 auto;
	padding: 50px;
	border: solid 4px #e65096;
	background-color: #fff1f8;
}

.subSection01 {
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 20px 0;
}

.subSection01 > .title01 {
	position: relative;
	display: table;
	margin: -15px auto 0;
	padding-bottom: 16px;
	background: url(../images/bg03.png) repeat-x 0 bottom/ auto 10px;
	color: #e65096;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.4;
}

.subSection01 > .title01 > span {
	position: relative;
	font-weight: bold;
}

.subSection01 > .title01 > .font04 {
	display: inline-block;
	margin-right: -.5em;
	text-indent: -.3em;
}

.subSection01 > .title01.type01 {
	left: -12px;
}

.subSection01 > .title01.type01 > span:before {
	position: absolute;
	top: -3px;
	left: -160px;
	width: 138px;
	height: 70px;
	background: url(../images/tx01.png) no-repeat 0 0;
	content: " ";
}

.subSection01 > .title02 {
	font-size: 2.8rem;
	font-weight: bold;
}

.subSection01 > .title02 > span {
	font-weight: bold;
}

.subSection01 > .title02 > .text01 {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-left: 5px;
	padding: 1px 8px;
	border: solid 2px #e65096;
	color: #e65096;
	font-size: 1.4rem;
}

.subSection01 > .image01 {
	margin-top: 40px;
	text-align: center;
}

.subSection02 {
	margin-top: 60px;
}

.colWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 40px;
}

.colWrap01 > .button01 {
	position: relative;
	display: block;
	width: 200px;
	height: 65px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all.3s;
	transition: all.3s;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.colWrap01 > .button01:hover {
	opacity: .7;
}

.colWrap01 > .button01:nth-child(1) {
	background: url(../images/btn03.png) no-repeat 0 0/100%;
}

.colWrap01 > .button01:nth-child(2) {
	background: url(../images/btn02.png) no-repeat 0 0/100%;
}

.col01 {
	width: 47.807%;
}

.col01.type01 {
	position: relative;
}

.col01.type01:before {
	position: absolute;
	top: 50%;
	right: -7.339%;
	width: 5.504%;
	height: 57px;
	margin-top: -28px;
	background: url(../images/ic04.png) no-repeat 0 0/100%;
	content: " ";
}

.col02 {
	width: 48%;
	margin-top: 35px;
}

.col03 {
	width: 63%;
}

.col03 > .text01 {
	margin-top: 20px;
}

.col04 {
	width: 32%;
}

.col04 > .image01 {
	margin-top: 20px;
	border: solid 1px #bfbfbf;
}

.imgArea01 {
	margin-top: 50px;
}

.imgArea01 > .image01 {
	width: 48%;
}

.imgArea01 > .image01:nth-child(n+3) {
	margin-top: 30px;
}

.cvArea01 {
	margin-top: 55px;
	background: url(../images/bg01.png) repeat 0 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.cvArea01 > .inner01 {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.cvArea01 > .inner01 > .btn01 {
	position: absolute;
	width: 53%;
	left: 2%;
	bottom: 9.592%;
}

.movieArea01 {
	max-width: 680px;
	margin: 40px auto;
}

.movieWrap01 {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.movieWrap01 > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.txtBlock01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.txtBlock01 > .image01 {
	width: 90px;
	margin-right: 13px;
}

.txtBlock01 > .text01 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.0;
}

.txtBlock02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-top: 10px;
}

.txtBlock02 > .text01 {
	position: relative;
	top: -5px;
	display: inline-block;
	margin-right: 20px;
	padding: 8px 13px;
	background-color: #e65096;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.0;
}

.txtBlock02 > .text01:before {
	position: absolute;
	content: "";
	right: -5px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #e65096;
}

.txtBlock02 > .text02 {
	position: relative;
	padding-left: 32px;
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.0;
}

.txtBlock02 > .text02:before {
	position: absolute;
	top: 13px;
	left: 0;
	width: 23px;
	height: 27px;
	background: url(../images/ic05.png) no-repeat 0 0/100%;
	content: " ";
}

.flowBox01 {
	margin-top: -10px;
}

.flowBox01 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 60px;
	background: url(../images/bg05.png) no-repeat 50% 100%;
}

.flowBox01 > li:last-child {
	background-image: none;
	padding-bottom: 0;
}

.flowBox01 > li:first-child {
	margin-top: 0;
}

.flowBox01 > li .heading03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.flowBox01 > li .heading03 > .icon01 {
	position: relative;
	top: -6px;
	display: inline-block;
	width: 60px;
	margin-right: 5px;
	margin-left: -18px;
}

.flowBox01 > li .heading03 > .text01 {
	font-weight: bold;
}

.flowBox01 > li .btn01 {
	width: 75.238%;
	margin: 10px auto 0;
}

.frameWrap01 {
	position: relative;
	margin-top: 50px;
	padding-bottom: 36%;
	height: 0;
	overflow: hidden;
}

.frameWrap01 > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.list01 > li {
	margin-top: 15px;
}

.list01 > li:first-child {
	margin-top: 0;
}

.list01 > li > .text01 {
	margin-top: 10px;
}

.list02 > dt {
	margin-top: 30px;
	padding: 12px 10px 10px 66px;
	border-radius: 5px;
	background-color: #e3e3e3;
	font-size: 2.4rem;
	font-weight: bold;
}

.list02 > dt:first-child {
	margin-top: 0;
}

.list02 > dd {
	display: none;
	margin-top: 25px;
	padding-left: 66px;
}

.list02 > dt,
.list02 > dd {
	position: relative;
}

.list02 > dt:hover {
	cursor: pointer;
	opacity: .7;
}

.list02 > dt:before {
	position: absolute;
	top: 18px;
	left: 22px;
	width: 31px;
	height: 27px;
	background: url(../images/ic10.png) no-repeat 0 0/100%;
	content: " ";
}

.list02 > dt > .icon01 {
	position: absolute;
	display: block;
	top: 14px;
	right: 16px;
	width: 36px;
	height: 36px;
	border-radius: 3px;
	background-color: #6e83eb;
	text-indent: -9999px;
}

.list02 > dt > .icon01 > span {
	position: absolute;
	width: 20px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-transition: all.3s;
	transition: all.3s;
}

.list02 > dt > .icon01 > span:nth-last-child(1) {
	 -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
   
}

.list02 > dt > .icon01 > span:nth-last-child(2) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.list02 > dt.active > .icon01 > span:nth-last-child(1) {
	display: none;
}

.list02 > dt.active > .icon01 > span:nth-last-child(2) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.list02 > dd:before {
	position: absolute;
	top: 2px;
	left: 24px;
	width: 28px;
	height: 25px;
	background: url(../images/ic11.png) no-repeat 0 0/100%;
	content: " ";
}

.list03 {
	margin-left: 10px;
}

.list03 > li {
	position: relative;
	margin-top: 5px;
	padding-left: 16px;
}

.list03 > li:first-child {
	margin-top: 0;
}

.list03 > li:before {
	position: absolute;
	top: 13px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #e52e84;
	border-radius: 50%;
	content: " ";
}

.list04 {
	margin-top: -8px;
}

.list04 > dt {
	float: left;
	clear: both;
}

.list04 > dd {
	margin-bottom: 15px;
	padding-bottom: 12px;
	padding-left: 6em;
	border-bottom: solid 1px #bfbfbf;
}

.list04 > dd:last-child {
	margin-bottom: 0;
}

.btn01 > a {
	position: relative;
	display: block;
	-webkit-transition: all.3s;
	transition: all.3s;
	overflow: hidden;
}

.btn01 > a:after {
	-webkit-animation: reflection 4s ease-in-out infinite;
	animation: reflection 4s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
}

.btn01.type01 a:after {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

@keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn01 > a:hover {
	opacity: .6;
}

.txt01 {
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.txt01 > span {
	font-weight: bold;
	font-size: 2.4rem;
}

.txt01 + .txt01 {
	margin-top: 20px;
}

.txt02 {
	margin-top: 50px;
	color: #e65096;
	text-align: center;
}

.txt02 > span {
	background: -webkit-linear-gradient(top, rgba(250,220,235,0) 23%,rgba(250,220,235,0) 31%,rgba(250,220,235,1) 32%,rgba(250,220,235,1) 99%,rgba(250,220,235,1) 100%);
	background: linear-gradient(to bottom, rgba(250,220,235,0) 23%,rgba(250,220,235,0) 31%,rgba(250,220,235,1) 32%,rgba(250,220,235,1) 99%,rgba(250,220,235,1) 100%);
	font-size: 2.8rem;
	font-weight: bold;
}

.font01 {
	display: inline-block;
	background: -webkit-linear-gradient(top, #ffed66 0%,#ffed66 100%);
	background: linear-gradient(to bottom, #ffed66 0%,#ffed66 100%);
	color: #e65096;
	line-height: 1.0;
}

.font02 {
	display: inline-block;
	text-indent: -.4em;
}

.font03 {
	font-size: 1.8rem;
}

.font04 {
	font-size: 2.4rem;
}

.footer01 {
	position: relative;
	padding: 25px 20px 22px;
	background: url(../images/bg02.png) repeat 0 0;
}

.copyright {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 58px;
	height: 58px;
}

.pagetop > a {
	-webkit-transition: all.3s;
	transition: all.3s;
}

.pagetop > a:hover {
	opacity: .7;
}

.form01 > dl:first-child {
	margin-top: 0;
}

.form01 dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../images/bg06.png) repeat-x 0 100%;
}

.form01 dt {
	width: 200px;
}

.form01 .required {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-left: 8px;
	padding: 0 8px;
	background-color: #eb6e87;
	border-radius: 2px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

.form01 dd {
	width: calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
}

.form01 dd input,
.form01 dd textarea {
	max-width: 100%;
	padding: 6px 10px;
	border: solid 1px #ccc;
}

.form01 dd > .text01 {
	margin-top: 10px;
	font-size: 1.4rem;
}

.form01 dd textarea {
	width: 100% !important;
}

.form01 dd textarea {
	height: auto !important;
}

.form01 dd ul > li {
	display: inline-block;
	margin-right: 10px !important;
}

.form01 dd label {
	margin: 0 !important;
}

.form01 dl.type01 > dt {
	text-align: left;
}

.form01 dl.type01 > dd {
	margin-top: 10px;
	margin-right: 0;
}

.form01 dl.type01 > dt,
.form01 dl.type01 > dd {
	width: 100%;
}

.br01 {
	display: none;
}

@media screen and (max-width: 1260px) {
.mainArea01 {
	background-position: right -50% top 0,0 0;
}
}

@media screen and (max-width: 1000px) {
.frameArea04 {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
body {
	width: 100%;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

.hover a:hover img {
	opacity: 1.0;
}
	
.header01 > .inner01 {
	padding: 8px 10px 14px;
}
	
.header01 > .inner01 > .logo01 {
	width: 80px;
	margin-left: 0;
	margin-top: 0;
}
	
.spNavicon {
	position: absolute;
	display: block;
	top: 19px;
	right: 12px;
	width: 36px;
	height: 28px;
	z-index: 9999;
}

.spNavicon  span {
	position: absolute;
	display: inline-block;
	-webkit-transition: all.3s;
	transition: all.3s;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #000;
	margin: 0 auto;
}
	
.spNavicon  span:nth-of-type(1) {
	-webkit-transform: translateY(-13px) scale(1);
	transform: translateY(-13px) scale(1);
}
.spNavicon.on  span:nth-of-type(1) {
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
}
	
.spNavicon  span:nth-of-type(2) {
	position: relative;
	background: none;
	top: -3px;
	
}
.spNavicon  span:nth-of-type(2):before,
.spNavicon  span:nth-of-type(2):after {
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	transform: rotate(0deg);
	position: absolute;
	-webkit-transition: all.3s;
	transition: all.3s;
}
.spNavicon.on  span:nth-of-type(2):before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spNavicon.on  span:nth-of-type(2):after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}	
	
.spNavicon  span:nth-of-type(3) {
	-webkit-transform: translateY(13px) scale(1);
	transform: translateY(13px) scale(1);
}
.spNavicon.on  span:nth-of-type(3) {
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
}

.navArea01 {
	width: 100%;
	position: fixed;
	display: none;
	top: 65px;
	left: 0;
	height: 100vh;
	background-color: #fff;
	margin-right: 0;
}

.globalNav01 > li {
	width: 100%;
	border-bottom: solid 1px #ccc;
}

.globalNav01 > li:before {
	content: none;
}

.globalNav01 > li > a {
	padding-top: 13px;
	padding-bottom: 11px;
}

.globalNav01 > li > a:before {
	content: none;
}
	
#contents01 {
	margin-top: 64px;
}

.mainArea01 {
	background: url(../images/bg01.png) repeat 0 0;
}	

.mainArea01 > .inner01 > .title01 {
	width: 100%;
	margin-left: 0;
	padding-top: 0;
}

.mainArea01 > .inner01 > .btn01 {
	width: 92.333%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}	

.heading01 {
	margin-top: 60px;
}
	
.heading02 {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 2.0rem;
}

.heading02.type01:before {
	content: none;
}

.heading02 .text01.type01:before {
	top: 42%;
	left: -31px;
	width: 30px;
}

.heading02 .text01.type01:after {
	top: 42%;
	right: -31px;
	width: 30px;
}

.heading02 .text02 {
	top: -2px;
	font-size: 2.4rem;
}

.heading02 .text03 {
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 1.8rem;
}	
	
.frameArea01 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}	

.frameArea02 > dt {
	font-size: 1.8rem;
}

.frameArea02 > dd {
	padding: 15px 20px;
}	
	
.frameArea03 {
	margin-top: 20px;
	padding: 12px 20px;
	border-radius: 0;
}

.frameArea03 > .text01 {
	font-size: 1.4rem;
}

.frameArea03 .text02 {
	top: 0;
	font-size: 1.8rem;
}	
	
.frameArea04 {
	padding: 30px 20px;
}	
	
.subSection01 {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
	
.subSection01 > .title02 {
	font-size: 2.2rem;
}
	
.subSection01 > .title01 {
	margin-top: 0;
	background-size: auto 8px;
	font-size: 2.4rem;
}

.subSection01 > .title01.type01 {
	left: 0;
	text-align: center;
}

.subSection01 > .title01.type01 > span:before {
	content: none;
}	

.subSection01 > .title02 > .text01 {
	padding-bottom: 0;
	font-size: 1.3rem;
}	
	
.subSection02 {
	margin-top: 50px;
}
	
.colWrap01 > .button01 {
	width: 153px;
	height: 48px;
	margin-left: 5px;
	margin-right: 5px;
}

.colWrap01 > .button01:hover {
	opacity: 1.0;
}	
	
.col01 {
	width: 100%;
}
	
.col01 > .image01 {
	max-width: 436px;
	margin-left: auto;
	margin-right: auto;
}

.col01.type01:before {
	top: 100%;
	right: 50%;
	width: 18px;
	margin-top: -9px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
	
.col01 + .col01 {
	margin-top: 40px;
}	

.col02 {
	width: 100%;
}	
	
.col03 {
	width: 100%;
}

.col03 > .text01 {
	margin-top: 15px;
}

.col04 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.imgArea01 {
	margin-top: 30px;
}

.imgArea01 > .image01 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.imgArea01 > .image01:nth-child(n+2) {
	margin-top: 20px;
}	
	
.cvArea01 {
	margin-top: 50px;
}

.cvArea01 > .inner01 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 22.132%;
}

.cvArea01 > .inner01 > .btn01 {
	width: 89.333%;
	left: 5.333%;
	bottom: 5.78%;
}	

.txtBlock01 > .image01 {
	width: 80px;
	margin-right: 10px;
}

.txtBlock01 > .text01 {
	width: 100%;
	margin-top: 16px;
	font-size: 2.0rem;
}	

.txtBlock02 > .text01 {
	top: -2px;
	margin-right: 10px;
	padding: 5px 5px;
	font-size: 1.1rem;
}

.txtBlock02 > .text02 {
	padding-left: 20px;
	font-size: 2.4rem;
}

.txtBlock02 > .text02:before {
	top: 8px;
	left: 4px;
	width: 12px;
}	
	
.flowBox01 {
	margin-top: -10px;
}

.flowBox01 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 60px;
	background: url(../images/bg05.png) no-repeat 50% 100%;
}

.flowBox01 > li:last-child {
	background-image: none;
	padding-bottom: 0;
}
	
.flowBox01 > li .heading03 {
	font-size: 1.8rem;
}	

.flowBox01 > li .heading03 > .icon01 {
	width: 36px;
	top: -3px;
	margin-left: 0;
}
	
.flowBox01 > li .heading03 > .text01 {
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
}

.flowBox01 > li .btn01 {
	width: 100%;
	margin: 10px auto 0;
}	
	
.frameWrap01 {
	margin-top: 40px;
	padding-bottom: 65%;
}
	
.list02 > dt {
	margin-top: 20px;
	padding-left: 45px;
	padding-right: 53px;
	font-size: 1.6rem;
}

.list02 > dd {
	margin-top: 18px;
	padding-left: 45px;
}

.list02 > dt:hover {
	opacity: 1.0;
}

.list02 > dt:before {
	top: 18px;
	left: 12px;
	width: 22px;
}

.list02 > dt > .icon01 {
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
}

.list02 > dt > .icon01 > span {
    width: 14px;
	height: 3px;
	margin-left: -7px;
	margin-top: -2px;
}

.list02 > dd:before {
	top: 2px;
	left: 12px;
	width: 20px;
}	
	
.list03 {
	margin-left: 0;
}

.list03 > li {
	padding-left: 12px;
}

.list03 > li:before {
	top: 10px;
	width: 6px;
	height: 6px;
}
	
.list04 {
	margin-top: -20px;
}

.txt01 {
	margin-top: 30px;
	font-size: 1.5rem;
}	
	
.txt01 > span {
	font-size: 1.8rem;
}
	
.txt02 {
	margin-top: 40px;
}

.txt02 > span {
	font-size: 2.0rem;
}
	
.font03 {
	font-size: 1.3rem;
}	
	
.font04 {
	font-size: 1.4rem;
}	
	
.footer01 {
	padding-top: 18px;
	padding-bottom: 14px;
	line-height: 1.6;
}

.pagetop {
	display: none;
	right: 20px;
	width: 40px;
	height: 40px;
}

.pagetop > a:hover {
	opacity: 1.0;
}	
	
.form01 dl {
	margin-top: 15px;
	padding-bottom: 15px;
}	
	
.form01 dt {
	width: 100%;
}

.form01 dd {
	width: 100%;
	margin-top: 8px;
}
	
.form01 dd > .text01 {
	font-size: 1.2rem;
}	
	
}

@media screen and (max-width: 480px) {
.br01 {
	display: block;
}
}
	
@media screen and (max-width: 360px) {
.colWrap01 > .button01 {
	margin-left: 30px;
	margin-right: 30px;
}

.colWrap01 > .button01:nth-child(2) {
	margin-top: 10px;
}

}

/* Clearfix */
.cf:after {
	content: " ";
	display: block;
	clear: both;
}

.imgArea {
	width: 100%;
}

.imgArea img {
	width: 100%;
}


.nav_men a::before {
	background-color: blue !important;
}

.spNaviMen {
	display: none;
}
.header01 .line {
	position: absolute;
    right: 70px;
    top: 15px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    width: 35px;
    height: auto;
}
.header01 .line img {
	width: 100%;
}
.header01 .hpb {
	position: absolute;
    right: 115px;
    top: 15px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    width: 35px;
    height: auto;
}
.header01 .hpb img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.spNaviMen {
		display: block;
		width: 160px;
		margin-right: 160px;
	}
	.nav_men {
		display: none !important;
	}
	.header01 .line {
		display: block;
	}
	.header01 .hpb {
		display: block;
	}
}

@media screen and (max-width:400px) {
	.spNaviMen {
		margin-right: 140px;
		width: 105px;
	}
	.header01 .line {
			right: 60px;
	}
	.header01 .hpb {
			right: 105px;
	}
}