body {
	width:100%;
	min-width: 320px;
	color: #333;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	background: #fff;
}

a img {
    transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover img {
	opacity: 0.6;
}
.container {
	text-align: center;
	position: relative;
}
h2 {
	margin: 40px auto 20px;
}
article {
	width:1024px;
	padding: 0px 0px;
	margin: 0px auto;
	z-index: 1;
}
.flexBody {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.layoutBody {
	position: relative;
}

/*
header
*/
header {
	width: 100%;
	height: 90px;
	margin: 0px auto;
	box-sizing: border-box;
	position: fixed;
	background: rgba(255,255,255,1);
	z-index: 1000;
}
header #headerArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1024px;
	max-width: 1024px;
	margin: 0px auto;
}
header #titleArea {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
header #titleArea #alsok {
	margin-right: 20px;
}
eader #head_cvArea {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 30px;
}


main {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 50px;
	margin: 0px auto;
}
main img {
	vertical-align:top;
}

/*
main
*/
#main {
	height: 450px;
	position: relative;
	border-bottom: 10px solid #f1e9a6;
}
#main h1 {
	position: absolute;
	top: 60px;
	left: 50px;
}
#main p {
	position: absolute;
	top: 250px;
	left: 50px;
}
#main figure {
	position: absolute;
	bottom: 0px;
	right: 20px;
}


/*
intro
*/
#intro .flexBody {
	margin: 0px 50px;
}
#intro .case {
	padding: 5px;
	background: #f1e9a6;
}


/*
about
*/
#about figure {
	margin: 10px auto;
}


/*
voice
*/
#voice .layoutBody {
	height: 520px;
	margin: 0px 50px;
}
#voice .layoutBody #voice1 {
	position: absolute;
	top: 0;
	left: 0;
}
#voice .layoutBody #voice2 {
	position: absolute;
	top: 40px;
	right: 0;
}
#voice .layoutBody #voice3 {
	position: absolute;
	top: 250px;
	left: 0;
}


/*
feat
*/
#feat h2 {
	padding: 5px;
	background: #f1e9a6;
}
#feat .item {
	display: inline-block;
	margin: 30px 30px 30px;
}
#feat .item_full {
	display: block;
	margin: 30px 30px 30px;
}


/*
option
*/
#option {
}
#option .item {
	display: inline-block;
	margin: 30px 10px 30px;
}
#option.item_full {
	display: block;
	margin: 30px 30px 30px;
}


/*
flow
*/
#flow {
	border-top: 10px solid #f1e9a6;
	background: #efeedf;
	padding-bottom: 30px;
	z-index: 10;
}
#flow .flow {
	width: 900px;
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 20px auto;
	border-radius: 20px;
	background: #fff;
	z-index: 10;
	position: relative;
}
#flow .arrow {
	text-align: center;
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 100;
}
#flow #arrow1 {
	margin: 0px auto;
	top: 90px;
	left: 0;
	right: 0;
}
#flow #arrow2 {
	margin: 0px auto;
	top: 210px;
	left: 0;
	right: 0;
}



/*
point
*/
#point {
	padding-bottom: 30px;
	z-index: 10;
}
#point h2 {
	margin: 20px auto 40px;
}
#point .point {
	width: 900px;
	height: 130px;
	display: flex;
	justify-content: flex-start;
	align-items: top;
	margin: 20px auto 50px;
	border-radius: 20px;
	background: #dff1fa;
	z-index: 10;
	position: relative;
}
#point .point .flag {
	align-items: top;
	margin: 0px 0px 0px 60px;
}
#point .point .cnt {
	margin: 15px 0px 0px 30px;
}
#point #point1 .cnt {
	margin: 25px 0px 0px 30px;
}
#point #point3 .cnt {
	margin: 5px 0px 0px 30px;
}


.bannerArea {
	margin: 30px auto;
}

.cvArea {
	width: 100%;
	background: #ffea47;
	padding: 10px 0px;
	margin: 40px auto 0;
}
.cvArea h2 {
	margin: 0px 0px;
}
.cv_btnArea {
	width: 100%;
	background: #1e4c98;
	padding: 20px 0px;
}
.cv_btnArea div {
	display: inline-block;
	margin: 0px 10px;
}
.cvArea .contentsBody,
.cv_btnArea .contentsBody {
	width: 1024px;
	margin: 0px auto;
}

.telLink {
	pointer-events: none;
}

.to_top {
	width: 1024px;
	text-align: right;
	margin: 0px auto;
	padding: 10px 0;
}
.to_top a {
	margin: 0px auto;
}


footer {
	width: 100%;
}
footer #copyright {
	width: 100%;
	background: #27378e;
}
footer #copyright .contentsBody {
	width: 1024px;
	margin: 0px auto;
	padding: 30px 0px;
}
footer #copyright p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
footer #privacy {
	text-align: right;
	width: 1024px;
	margin: 0px auto;

}
footer #privacy .contentsBody {
	width: 1024px;
	margin: 0px auto;
	padding: 10px 0px;
}

#footer_cv {
	display: none;
}


.youtube iframe{
  width: 1024px;
  height:576px;
}


@media screen and (max-width: 640px) {
h2 {
	margin: 40px auto 20px;
}
article {
	width:100%;
}
.flexBody {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.layoutBody {
	position: relative;
}

/*
header
*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
}
header #headerArea {
	width: 100%;
	display: block;
	margin: 0;
}
header #titleArea {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
header #head_cvArea {
	display: none;
}
header #titleArea #alsok {
	height: calc(100vw*.48*.44);
	max-height: 60px;
	margin: 0 0px;
}
header #titleArea #mimamori {
	height: calc(100vw*.57*.33);
	max-height: 60px;
	margin: 0 0px;
}
header #titleArea div img {
	height: 100%;
	width: auto;
}


main {
}
main img {
	width:100%;
	height: auto;
}

/*
main
*/
#main {
	height: auto;
	position: static;
	border-bottom: 10px solid #f1e9a6;
}
#main h1 {
	position: static;
}
#main p {
	position: static;
}
#main figure {
	position: static;
}


/*
intro
*/
#intro .flexBody {
	display: block;
	margin: 0px 0px;
}
#intro .case {
}


/*
about
*/
#about figure {
	margin: 10px auto;
}


/*
voice
*/
#voice .layoutBody {
	height: auto;
	position: static;
	margin: 0px 0px;
}
#voice .layoutBody #voice1 {
	position: static;
	height: calc(100vw*.68)
}
#voice .layoutBody #voice2 {
	position: static;
	margin-top: calc(-100vw*.15);
	margin-bottom: calc(100vw*.1);
	height: calc(100vw*.66-100vw*.3);
}
#voice .layoutBody #voice3 {
	position: static;
	height: calc(100vw*.9)
}


/*
feat
*/
#feat h2 {
	padding: 5px;
	background: #f1e9a6;
}
#feat .item {
	width:90%;
	max-width: 540px;
	display: inline-block;
	margin: 20px auto 20px;
}
#feat .item_full {
	width:90%;
	max-width: 540px;
	display: inline-block;
	margin: 20px auto 20px;
}


/*
option
*/
#option {
}
#option .item {
	width:90%;
	max-width: 540px;
	display: inline-block;
	margin: 20px auto 20px;
}
#option.item_full {
	width:90%;
	max-width: 540px;
	display: block;
	margin: 20px auto 20px;
}


/*
flow
*/
#flow {
	border-top: 10px solid #f1e9a6;
	background: #efeedf;
	padding-bottom: 30px;
	z-index: 10;
}
#flow .flow {
	width: 90%;
	height: calc(100vw*.4);
	display: block;
	margin: 20px auto;
	padding: 10px 0;
	border-radius: 20px;
}
#flow .flow p {
	width: 90%;
	margin: 0px auto 5px;
}
#flow .arrow {
	text-align: center;
	width: 70px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 100;
}
#flow #arrow1 {
	margin: 0px auto;
	top: calc(100vw*.4 - 10px);
	left: 0;
	right: 0;
}
#flow #arrow2 {
	margin: 0px auto;
	top: calc(100vw*.8 + 20px - 10px);
	left: 0;
	right: 0;
}



/*
point
*/
#point {
	padding-bottom: 30px;
	z-index: 10;
}
#point h2 {
	margin: 20px auto 40px;
}
#point .point {
	width: 90%;
	height: calc(100vw*.35);
	height: auto;
	display: block;
	margin: 20px auto 40px;
	border-radius: 20px;
	background: #dff1fa;
	z-index: 10;
	position: relative;
}
#point .point .flag {
	width:15%;
	position: absolute;
	align-items: top;
	margin: 0px 0px 0px 2%;
}
#point .point .cnt {
	width: 100%;
	padding: 10px 0px;
	margin: 0px auto 0px auto;
}
#point .point .cnt h3,
	#point .point .cnt p {
	margin: 10px auto 10px 5%;
}
#point #point1 .cnt {
	margin: 0px auto 0px auto;
}
#point #point3 .cnt {
	margin: 0px auto 0px auto;
}


.cvArea {
	background: #ffea47;
	padding: 10px 0px;
	margin: 40px auto 0;
	width: 100%;
}
.cvArea h2 {
	margin: 0px 0px;
}
.cv_btnArea {
	width: 100%;
}
.cv_btnArea .contentsBody div {
	width:90%;
	max-width: 540px;
	display: inline-block;
	margin: 5px 10px;
}
.cvArea .contentsBody,
.cv_btnArea .contentsBody {
	width: 90%;
	margin: 0px auto;
}

.telLink {
	pointer-events: auto;
}

.to_top {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
.to_top a {
	display: block;
	max-width: 120px;
	margin: 0px auto;
}
	
#footer_cv {
	width: 100%;
	display: flex;
	position: fixed;
	bottom: 0px;
	padding: 5px;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
	background: rgba(255,255,255,.8);
	z-index: 1000;
}
#footer_cv #f_request {
	max-height: 40px;
	margin: 0 0px;
}
#footer_cv #f_tell {
	max-height: 40px;
	margin: 0 0px;
}
footer_cv div img {
	height: 100%;
	width: auto;
}

footer {
	width: 100%;
	padding-bottom: 50px;
}
footer #copyright {
	width: 100%;
	background: #27378e;
}
footer #copyright .contentsBody {
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px;
}
footer #privacy {
	text-align: right;
	width: 100%;
	margin: 0px auto;

}
footer #privacy .contentsBody {
	width: 96%;
	margin: 0px auto;
	padding: 10px 0px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

}

