@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	color: #2f2f2f;
}

@media screen and (min-width: 751px) {
	body {
		font-size: 1.3rem;
	}
}


/* =============================================================================
 Base
============================================================================= */

body {}

#container {}

#commonHeader {}

#globalNavi {}

#mainArea {
	padding-top: 50px;
}

#contents {}

#commonFooter {}

@media screen and (min-width: 751px) {

	#commonHeader,
	#mainArea,
	#globalNavi,
	#commonFooter {}
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {}

body {}


/* link setting */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* image setting */

img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

@media screen and (min-width: 751px) {
	img {
		width: auto;
	}
}

/* =============================================================================
 Common Class
============================================================================= */

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.bg-yellow {
	background-color: #fae600;
}

.bg-blue {
	background-color: #005bac;
}

.bg-blue-border {
	background: url(../images/bg_blue-pc.png) repeat-x bottom;
	background-size: 10px 10px;
	background-color: #005bac;
}

.bg-white {
	background-color: #fff;
}

.bg-yellow-border {
	padding-bottom: 10px;
	background: url(../images/bg_blue-pc.png) repeat-x bottom;
	background-size: 10px 10px;
	background-color: #005bac;
}

@media screen and (min-width: 751px) {
	.bg-blue-border {
		background: url(../images/bg_blue-pc.png) repeat-x bottom;
		background-size: 19px 10px;
		background-color: #005bac;
	}

	.bg-yellow-border {
		background: url(../images/bg_blue-pc.png) repeat-x bottom;
		background-size: 19px 10px;
		background-color: #fae600;
	}
}

.mb2em {
	margin-bottom: 2em;
}

.shadowBtm {
	box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	position: relative;
}

.contInner {
	max-width: 750px;
}

.sec01 .contInner,
.sec02 .contInner,
.sec03 .contInner,
.sec04 .contInner {
	padding-bottom: 1px;
}

@media screen and (min-width: 751px) {
	.contInner {
		max-width: 525px;
		margin: 0 auto;
	}
}

.anime {
	visibility: hidden !important;
}

.anime.animated {
	visibility: visible !important;
}

@media screen and (min-width: 751px) {

	.on img,
	img.on {
		-webkit-transition: opacity ease .3s;
		-moz-transition: opacity ease .3s;
		-ms-transition: opacity ease .3s;
		-o-transition: opacity ease .3s;
		transition: opacity ease .3s;
	}

	.on img:hover,
	img.on:hover {
		opacity: 0.7;
	}

	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
}

/* =============================================================================
 common header
============================================================================= */

#commonHeader {}

#commonHeader .headerInner {}

@media screen and (min-width: 751px) {}



/* =============================================================================
 common header
============================================================================= */

#globalheader {
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

#globalheader .gnInner {
	margin: 0 auto;
}


#globalheader {
	height: 50px;
	min-width: inherit;
}

.menuOpen #globalheader {
	height: 100%;
}

#globalheader .gnInner {
	max-width: 750px;
	min-width: inherit;
	height: 50px;
	position: relative;
}

@media screen and (min-width: 751px) {
	#globalheader .gnInner {
		max-width: 100%;
		width: 100%;
	}

	#globalheader .gnInnerPc {
		width: 100%;
		background: #fff;
	}

	#globalheader .gnInnerPc2 {
		max-width: 525px;
		margin: 0 auto;
		position: relative;
	}
}

.menuOpen #globalheader .gnInner {
	height: 100%;
}

#globalheader .siteLogo {
	width: 100%;
	height: 50px;
	padding: 14px 0 0 20px;
	text-align: left;
	background-color: #fff;
	box-sizing: border-box;
}

#globalheader .siteLogo img {
	width: 162px;
	height: 22px;
}

#globalheader .btnMenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	display: block;
}

#globalheader .btnMenu span {
	position: absolute;
	top: 22px;
	left: 11px;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #0059af;
	font-size: 0;
	text-indent: -10000px;
}

#globalheader .btnMenu span:before,
#globalheader .btnMenu span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #0059af;
	-webkit-transition: transform ease .3s;
	-moz-transition: transform ease .3s;
	-ms-transition: transform ease .3s;
	-o-transition: transform ease .3s;
	transition: transform ease .3s;
}

#globalheader .btnMenu span:before {
	top: -8px;
}

#globalheader .btnMenu span:after {
	top: 8px;
}

.menuOpen #globalheader .btnMenu span {
	background-color: transparent;
}

.menuOpen #globalheader .btnMenu span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #272727;
}

.menuOpen #globalheader .btnMenu span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #272727;
}

#globalheader #globalnavi {
	float: none;
	position: absolute;
	top: 50px;
	right: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.88);
	-webkit-transition: height ease .3s;
	-moz-transition: height ease .3s;
	-ms-transition: height ease .3s;
	-o-transition: height ease .3s;
	transition: height ease .3s;
}

.menuOpen #globalheader #globalnavi {
	overflow-y: auto;
	height: calc(100vh - 50px);
}

#globalheader #globalnavi .menuBody {}

.menuOpen #globalheader #globalnavi .menuBody {}

#globalheader #globalnavi ul {
	margin-top: calc(100/750*86vw);
	margin-bottom: calc(100/750*86vw);
	float: none;
	width: auto;
	white-space: normal;
}

#globalheader #globalnavi ul li {
	margin: 0;
	display: block;
	height: calc(100/750*120vw);
	line-height: calc(100/750*120vw);
	text-align: center;
	position: relative;
}

#globalheader #globalnavi ul li:before {
	top: 27px;
	left: 30px;
	width: 8px;
	height: 8px;
}

#globalheader #globalnavi ul li:after {
	margin: 0 auto;
	position: absolute;
	content: "";
	width: 16px;
	height: 1px;
	background-color: #090909;
	right: 0;
	left: 0;
	border: 0;
}

#globalheader #globalnavi ul li:last-child:after {
	content: none;
}

#globalheader #globalnavi ul li a {
	padding: 0;
	border-bottom: none;
	display: block;
	line-height: calc(100/750*120vw);
	color: #272727;
	font-size: calc(100/750*42vw);
	font-weight: bold;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#globalheader #globalnavi ul li.current a {
	color: #005cac;
}

@media screen and (min-width: 751px) {
	#globalheader #globalnavi ul {
		margin-top: 64px;
		margin-bottom: 64px;
	}

	#globalheader #globalnavi ul li {
		height: 80px;
		line-height: 80px;
	}

	#globalheader #globalnavi ul li a {
		line-height: 80px;
		font-size: 32px;
		opacity: 1;
		-webkit-transition: opacity ease .3s;
		-moz-transition: opacity ease .3s;
		-ms-transition: opacity ease .3s;
		-o-transition: opacity ease .3s;
		transition: opacity ease .3s;
	}

	#globalheader #globalnavi ul li a:hover {
		text-decoration: none;
		opacity: .7;
	}
}

.contColumn {
	width: calc(100/750*694%);
	padding-top: calc(100/750*50%);
	margin: 0 auto;
}

.contColumn .columnTitle {
	position: relative;
}

.contColumn .columnTitle .img {
	position: absolute;
	left: calc(100/694*16%);
	top: 0;
}

.contColumn .columnTitle .img.animated {
	animation-name: fadeIn;
}

.work .contColumn .columnTitle .img {
	width: calc(100/694*352%);
}

.contColumn .columnTitle .name {
	position: absolute;
	left: calc(100/694*16%);
	bottom: calc(100/694*140%);
	font-size: calc(100/694*58vw);
	font-weight: bold;
}

.contColumn .columnTitle .name.animated {
	animation-delay: .5s;
	animation-name: fadeIn;
}

.bg-blue .contColumn .columnTitle .name {
	color: #fff;
}

.bg-yellow .contColumn .columnTitle .name {
	color: #005bad;
}

.contColumn .columnTitle .text {
	position: absolute;
	left: calc(100/694*170%);
	bottom: calc(100/694*72%);
	font-size: calc(100/694*26vw);
	font-weight: bold;
}

.contColumn .columnTitle .text.animated {
	animation-delay: .5s;
	animation-name: fadeIn;
}

.bg-blue .contColumn .columnTitle .text {
	color: #fff;
}

.bg-yellow .contColumn .columnTitle .text {
	color: #005bad;
}

.contColumn .columnTitle .photo {
	position: relative;
	right: 0;
}

.contColumn .columnTitle .photo.animated {
	animation-delay: 1.0s;
	animation-name: fadeIn;
}

@media screen and (min-width: 751px) {
	.contColumn .columnTitle .name {
		font-size: 52px;
	}

	.contColumn .columnTitle .text {
		font-size: 22px;
	}
}

/* =============================================================================
 common footer
============================================================================= */

#commonFooter {
	background: url(../images/bg_yellow.png) repeat;
	background-size: 12px 12px;
}

#commonFooter .footer_goTop {
	margin: 0 auto;
	margin-top: calc(100/750*-27vw);
	width: calc(100/750*48vw);
}

#commonFooter .footer_sns {
	width: 100%;
	padding-bottom: calc(100/750*60vw);
}

#commonFooter .footer_sns .footer_snsTitle {
	margin: 0 auto;
	padding-top: calc(100/750*56vw);
	padding-bottom: calc(100/750*42vw);
	width: calc(100/750*168vw);
}

#commonFooter .footer_sns ul {
	text-align: center;
}

#commonFooter .footer_sns ul li {
	padding-left: calc(100/750*32vw);
	padding-right: calc(100/750*32vw);
	width: calc(100/750*158vw);
	display: inline-block;
}

#commonFooter .footer_area {
	padding-bottom: calc(100/750*34vw);
	background-color: #fff;
	border-top: #e6e6e6 2px solid;
}

#commonFooter .footer_area .footer_link {
	margin: 0 auto;
	width: calc(100/750*386vw);
	padding-top: calc(100/750*56vw);
	padding-bottom: calc(100/750*76vw);
}

#commonFooter .footer_area .copyright {
	font-size: calc(100/750*16vw);
	color: #005cac;
	text-align: center;
}

@media screen and (min-width: 751px) {
	#commonFooter .footer_goTop {
		width: 48px;
		margin: 0 auto;
		margin-top: -27px;
	}

	#commonFooter .footer_sns {
		width: 750px;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	#commonFooter .footer_sns .footer_snsTitle {
		padding-top: 28px;
		padding-bottom: 21px;
		width: 84px;
	}

	#commonFooter .footer_sns ul li {
		padding-left: 12px;
		padding-right: 12px;
		width: 104px;
	}

	#commonFooter .footer_area {
		padding-bottom: 17px;
	}

	#commonFooter .footer_area .footer_link {
		width: 193px;
		padding-top: 28px;
		padding-bottom: 38px;
	}

	#commonFooter .footer_area .footer_link img {
		width: 193px;
	}

	#commonFooter .footer_area .copyright {
		font-size: 8px;
	}
}


/* =============================================================================
 Common Block Styles
============================================================================= */

/* side navi */

#sideNavi {}

/* pagetop */
#pagetop {}

@media screen and (min-width: 751px) {}


/* =============================================================================
 index Page Styles
============================================================================= */

.index .mv {
	width: 100%;
	position: relative;
	background-color: #ffe600;
}

.index .mv .mvArea .mvBgImg {
	width: 100%;
}

@media screen and (min-width: 751px) {
	.index .mv {
		padding-bottom: 24px;
	}

	.index .mv .contInner {
		max-width: 100%;
		overflow: hidden;
	}

	.index .mv .mvArea {
		position: relative;
		margin: 0 auto;
		max-width: 750px;
	}

	.index .mv .mvArea .mvBgImg {
		width: 1280px;
		height: 648px;
		margin-bottom: 24px;
		margin: 0 auto;
		background: url(../images/img_index_mv-pc.jpg) no-repeat;
		background-position: center center;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

.index .mv .mvArea .mvBgImg.animated {
	animation-delay: .5s;
	animation-name: fadeIn;
}

.index .mv .mvArea .mvBtn {
	margin: auto;
	width: calc(100/750*92%);
	position: absolute;
	left: 0;
	right: 0;
	top: calc(747/1066*100%);
}

.index .mv .mvArea .mvBtn.animated {
	animation-delay: .5s;
	animation-name: fadeIn;
}

.index .mv .mvArea .mvText {
	margin: auto;
	width: calc(100/750*750%);
	position: absolute;
	left: 0;
	right: 0;
	top: calc(278/1066*100%);
}

@media screen and (min-width: 751px) {
	.index .mv .mvArea .mvText {
		margin: auto;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: calc(215/650*100%);
	}

	.index .mv .mvArea .mvBtn {
		width: 48px;
		top: auto;
		bottom: 15%;
	}
}

.index .mv .mvArea .mvText.animated {
	animation-delay: 1s;
	animation-name: fadeIn;
}

.index .sec01 {
	width: 100%;
	background-color: #ffe600;
}

.index .sec01 .contInner {
	max-width: 702px;
	padding-top: calc(100/750*26%);
	width: calc(100/750*702%);
	margin: 0 auto;
	background: url(../images/bg_yellow.png) repeat;
	background-size: 12px 12px;
}

@media screen and (min-width: 751px) {
	.index .sec01 .contInner {
		width: 491px;
		padding-top: 26px;
	}
}

.index .sec01 .lead01 .left {
	float: left;
	padding-left: calc(100/702*11%);
	width: calc(100/702*252%);
}

.index .sec01 .lead01 .right {
	width: 100%;
	display: block;
	margin: 12px auto;
	visibility: hidden;
}

.index .sec01 .lead01 .right img {
	display: block;
	margin: 0 auto;
}

.index .sec01 .lead01 .right p {
	display: block;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.index .sec01 .lead01 .right img {
		display: block;
		margin: 0 auto;
		max-width: 436px;
	}
}

.index .sec01 .lead01 .right.animated {
	animation-name: fadeInLeft;
}

.index .sec01 ul li {
	padding-bottom: calc(100/702*52%);
}

.index .sec01 ul li a {
	margin-left: calc(100/702*-24%);
}

.index .sec02 {
	background-color: #fae600;
}

.index .sec02 .contInner {
	padding-top: calc(100/750*36%);
	width: calc(100/750*708%);
	margin: 0 auto;
}

.index .sec02 ul li {
	padding-bottom: calc(100/750*55%);
}

@media screen and (min-width: 751px) {
	.index .sec02 .contInner {
		width: 491px;
		padding-top: 36px;
	}
}


/* =============================================================================
 Page Styles
============================================================================= */

.contentTitle {
	width: 100%;
	background: url(../images/bg_blue-pc.png) repeat-x bottom;
	background-size: 10px 10px;
	background-color: #005bac;
}

.contentTitle .large {
	padding-top: calc(100/750*40%);
	padding-left: calc(100/750*50%);
	color: #fff;
	font-size: calc(100/750*76vw);
	font-weight: bold;
	display: block;
	line-height: 1.46;
}

.contentTitle .small {
	padding-left: calc(100/750*50%);
	padding-bottom: calc(100/750*55%);
	color: #fff;
	font-size: calc(100/750*28vw);
	font-weight: normal;
	display: block;
	line-height: 1.46;
}

@media screen and (min-width: 751px) {
	.contentTitle {
		width: 100%;
		background: url(../images/bg_blue-pc.png) repeat-x bottom;
		background-size: 19px 10px;
		background-color: #005bac;
	}

	.contentTitle .large {
		font-size: 38px;
	}

	.contentTitle .small {
		font-size: 14px;
	}
}

ul.anchLink {
	padding-top: calc(100/750*84%);
	padding-bottom: calc(100/750*66%);
}

ul.anchLink li {
	width: calc(100/750*650%);
	margin: 0 auto;
	padding-bottom: calc(100/650*26%);
}

ul.anchLink li:last-child {
	padding-bottom: 0;
}

.contColumn {
	width: calc(100/750*694%);
	padding-top: calc(100/750*50%);
	margin: 0 auto;
}

.contColumn .columnTitle {
	position: relative;
}

.contColumn .columnTitle .img {
	/* position: absolute;
	left: calc(100/694*16%); */
	top: 0;
	display: block;
}

.contColumn .columnTitle .img.animated {
	animation-name: fadeIn;
}

.work .contColumn .columnTitle .img {
	width: calc(100/694*352%);
}

.contColumn .columnTitle .name {
	/* position: absolute;
	left: calc(100/694*16%);
	bottom: calc(100/694*140%); */
	font-size: calc(100/694*58vw);
	font-weight: bold;
}

.contColumn .columnTitle .name.animated {
	animation-delay: .5s;
	animation-name: fadeIn;
}

.bg-blue .contColumn .columnTitle .name {
	color: #fff;
}

.bg-yellow .contColumn .columnTitle .name {
	color: #005bad;
}

.contColumn .columnTitle .text {
	/* position: absolute;
	left: calc(100/694*170%);
	bottom: calc(100/694*72%); */
	font-size: calc(100/694*26vw);
	font-weight: bold;
}

.contColumn .columnTitle .text.animated {
	animation-delay: .5s;
	animation-name: fadeIn;
}

.bg-blue .contColumn .columnTitle .text {
	color: #fff;
}

.bg-yellow .contColumn .columnTitle .text {
	color: #005bad;
}

.contColumn .columnTitle .photo {
	position: relative;
	right: 0;
}

.contColumn .columnTitle .photo.animated {
	animation-delay: 1.0s;
	animation-name: fadeIn;
}

@media screen and (min-width: 751px) {
	.contColumn .columnTitle .name {
		font-size: 52px;
	}

	.contColumn .columnTitle .text {
		font-size: 22px;
	}
}

.columnBox {
	padding-top: calc(100/694*46%);
	padding-bottom: calc(100/694*40%);
	background: url(../images/bg_yellow.png) repeat;
	background-size: 12px 12px;
	box-sizing: border-box;
}

.columnBox.columnBoxYellow {
	border: #ffe600 solid 4px;
	box-shadow: 3px 3px 3px 0px #004a8c;
	-moz-box-shadow: 3px 3px 3px 0px #004a8c;
	-webkit-box-shadow: 3px 3px 3px 0px #004a8c;
}

.columnBox.columnBoxBlue {
	border: #005bac solid 4px;
	box-shadow: 3px 3px 3px 0px #cfba00;
	-moz-box-shadow: 3px 3px 3px 0px #cfba00;
	-webkit-box-shadow: 3px 3px 3px 0px #cfba00;
}

.columnBox .columnLeadText {
	padding-left: calc(100/694*36%);
	padding-right: calc(100/694*36%);
	padding-bottom: 0.4em;
	font-size: calc(100/694*30vw);
	font-weight: bold;
	color: #005bad;
	line-height: 1.46;
	letter-spacing: -1px;
}

.columnBox p {
	padding-left: calc(100/694*36%);
	padding-right: calc(100/694*36%);
	padding-bottom: 0.4em;
	font-size: calc(100/694*20vw);
	line-height: 1.46;
	color: #2f2f2f;
}

.columnBox .img {
	padding-left: calc(100/694*36%);
	padding-right: calc(100/694*36%);
	padding-bottom: 0.4em;
}

.columnBox .left {
	float: left;
}

.columnBox .right {
	float: right;
}

@media screen and (min-width: 751px) {
	.columnBox .columnLeadText {
		font-size: 22px;
	}

	.columnBox p {
		font-size: 16px;
	}
}

.columnStitle {
	width: 100%;
	margin-bottom: 32px;
	padding-top: 30px;
	padding-bottom: 24px;
	background: url(../images/bg_blue-pc.png) repeat-x top;
	background-size: 10px 10px;
	background-color: #005bac;
	font-size: calc(100/750*45vw);
	font-weight: bold;
	line-height: 1.46;
	color: #fff;
	text-align: center;
	box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 751px) {
	.columnStitle {
		background: url(../images/bg_blue-pc.png) repeat-x top;
		background-size: 19px 10px;
		background-color: #005bac;
		font-size: 28px;
	}
}

.columnSbox {
	width: calc(100/750*686%);
	margin: 0 auto;
	margin-bottom: calc(100/750*64%);
	padding-top: calc(100/750*50%);
	padding-right: calc(100/686*28%);
	padding-bottom: calc(100/750*30%);
	padding-left: calc(100/686*28%);
	background: url(../images/bg_life_mid.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}

.columnSbox:before {
	content: "";
	width: 100%;
	height: 14px;
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
	background: url(../images/bg_life_top.png) no-repeat;
	background-size: 100% auto;
}

.columnSbox:after {
	content: "";
	width: 100%;
	height: 14px;
	display: block;
	position: absolute;
	bottom: -14px;
	left: 0;
	background: url(../images/bg_life_btm.png) no-repeat;
	background-size: 100% auto;
}

.columnSbox .columnSboxTitle .img {
	width: calc(100/750*374%);
	margin: 0 auto 16px;
	display: block;
}

.columnSbox .columnSboxTitle .img.animated {
	animation-name: fadeIn;
}

.columnSbox .columnSboxTitle .name {
	font-size: calc(100/750*54vw);
	font-weight: bold;
	color: #005bad;
}

.columnSbox .columnSboxTitle .text {
	padding-left: 1em;
	font-size: calc(100/750*30vw);
	font-weight: bold;
	color: #005bad;
}

.columnSbox .columnSboxTitle .lead {
	width: 100%;
	margin: 10px auto 0;
	padding: 10px 0 0.4em;
	display: block;
	color: #005bad;
	font-size: calc(100/750*30vw);
	font-weight: bold;
	line-height: 1.46;
	border-top: #005bad 1px solid;
}

.columnSbox .columnSboxTitle .name.animated,
.columnSbox .columnSboxTitle .text.animated,
.columnSbox .columnSboxTitle .lead.animated {
	animation-delay: .5s;
	animation-name: fadeIn;
}

.columnSbox p {
	font-size: calc(100/694*20vw);
	line-height: 1.46;
	color: #2f2f2f;
}

@media screen and (min-width: 751px) {
	.columnSbox .columnSboxTitle .name {
		font-size: 40px;
	}

	.columnSbox .columnSboxTitle .text {
		font-size: 22px;
	}

	.columnSbox .columnSboxTitle .lead {
		font-size: 22px;
	}

	.columnSbox p {
		font-size: 16px;
	}
}



.work .sec02 .contColumn .columnTitle .img {
	padding-top: calc(100/694*32%);
}

.work .sec02 .bg-blue {
	padding-bottom: calc(100/750*100%);
	background: url(../images/bg_blue-pc.png) repeat-x bottom;
	background-size: 10px 10px;
	background-color: #005bac;
}

.work .sec02 .contColumn .columnBox .left {
	width: calc(100/694*400%);
	padding-left: calc(100/694*36%);
}

.work .sec02 .contColumn .columnBox .left p {
	padding-left: 0;
	padding-right: 0;
}

.work .sec02 .contColumn .columnBox .right {
	width: calc(100/694*218%);
	padding-left: 1.32em;
}

@media screen and (min-width: 751px) {
	.work .sec02 .bg-blue {
		padding-bottom: 60px;
		background: url(../images/bg_blue-pc.png) repeat-x bottom;
		background-size: 19px 10px;
		background-color: #005bac;
	}
}

.work .sec03 .contColumn {
	padding-top: calc(100/750*68%);
}

.work .sec03 .contColumn .columnTitle .img {
	margin-top: calc(100/694*-8%);
}

.work .sec03 .bg-yellow {
	padding-bottom: calc(100/750*100%);
}

.work .sec03 .contColumn .columnBox .left {
	width: calc(100/694*446%);
	padding-left: calc(100/694*36%);
}

.work .sec03 .contColumn .columnBox .left p {
	padding-left: 0;
	padding-right: 0;
}

.work .sec03 .contColumn .columnBox .right {
	width: calc(100/694*123%);
	padding-left: 1.46em;
	padding-right: calc(100/694*36%);
}

@media screen and (min-width: 751px) {
	.work .sec03 .bg-yellow {
		padding-bottom: 60px;
	}
}


.life .sec02 .contColumn .columnTitle .img {
	padding-top: calc(100/694*32%);
}

.life .contColumn .columnTitle .img {
	width: calc(100/694*398%);
	left: 0;
}

.life .sec02 .bg-blue {
	padding-bottom: calc(100/750*100%);
	background: url(../images/bg_blue-pc.png) repeat-x bottom;
	background-size: 10px 10px;
	background-color: #005bac;
}

.life .sec02 .contColumn .columnBox .left {
	width: calc(100/694*440%);
	padding-left: calc(100/694*36%);
}

.life .sec02 .contColumn .columnBox .left .columnLeadText,
.life .sec02 .contColumn .columnBox .left p {
	padding-left: 0;
	padding-right: 0;
}

.life .sec02 .contColumn .columnBox .right {
	width: calc(100/694*138%);
	padding-left: 1.32em;
	padding-right: 1em;
}

@media screen and (min-width: 751px) {
	.life .sec02 .bg-blue {
		padding-bottom: 60px;
		background: url(../images/bg_blue-pc.png) repeat-x bottom;
		background-size: 19px 10px;
		background-color: #005bac;
	}
}

.life .sec03 .contColumn {
	padding-top: calc(100/750*68%);
}

.life .contColumn .columnTitle .name {
	left: 0;
}

.life .contColumn .columnTitle .text {
	left: calc(100/694*100%);
}

.life .sec03 .bg-yellow {
	padding-bottom: calc(100/750*100%);
}

.life .sec03 .contColumn .columnBox .left {
	width: calc(100/694*446%);
	padding-left: calc(100/694*36%);
}

.life .sec03 .contColumn .columnBox .left p {
	padding-left: 0;
	padding-right: 0;
}

.life .sec03 .contColumn .columnBox .right {
	width: calc(100/694*133%);
	padding-left: 1.46em;
	padding-right: calc(100/694*36%);
}

.life .columnSbox .columnSboxTitle .img {
	width: calc(100/694*394%);
	margin: 0 auto 32px;
}

@media screen and (min-width: 751px) {
	.life .contColumn .columnTitle .name {
		font-size: 46px;
	}

	.life .sec03 .bg-yellow {
		padding-bottom: 60px;
	}
}


.life .sec02 .contColumn .columnTitle .img {
	padding-top: calc(100/694*32%);
}

.life .contColumn .columnTitle .img {
	width: calc(100/694*398%);
	left: 0;
}

.mission .sec02 .bg-blue {
	padding-bottom: calc(100/750*100%);
	background: url(../images/bg_blue-pc.png) repeat-x bottom;
	background-size: 10px 10px;
	background-color: #005bac;
}

.mission .sec02 .contColumn .columnBox .left {
	width: calc(100/694*400%);
	padding-left: calc(100/694*36%);
}

.mission .sec02 .contColumn .columnBox .left .columnLeadText,
.mission .sec02 .contColumn .columnBox .left p {
	padding-left: 0;
	padding-right: 0;
}

.mission .sec02 .contColumn .columnBox .right {
	width: calc(100/694*188%);
	padding-left: 1.32em;
	padding-right: 1em;
}

@media screen and (min-width: 751px) {
	.mission .sec02 .bg-blue {
		padding-bottom: 60px;
		background: url(../images/bg_blue-pc.png) repeat-x bottom;
		background-size: 19px 10px;
		background-color: #005bac;
	}
}

.mission .sec03 .contColumn {
	padding-top: calc(100/750*68%);
}

.mission .contColumn .columnTitle .name {
	left: 0;
}

.mission .contColumn .columnTitle .text {
	left: calc(100/694*100%);
}

.mission .sec03 .bg-yellow {
	padding-bottom: calc(100/750*100%);
}

.mission .sec03 .contColumn .columnBox .left {
	width: calc(100/694*446%);
	padding-left: calc(100/694*36%);
}

.mission .sec03 .contColumn .columnBox .left p {
	padding-left: 0;
	padding-right: 0;
}

.mission .sec03 .contColumn .columnBox .right {
	width: calc(100/694*123%);
	padding-left: 1.46em;
	padding-right: calc(100/694*36%);
}

.mission .sec02 .contColumn .columnTitle .img,
.mission .sec03 .contColumn .columnTitle .img {
	width: calc(100/694*392%);
	margin: 0 auto 32px;
}

.mission .columnSbox .columnSboxTitle .img {
	width: 100%;
	margin: 0 auto 32px;
}

@media screen and (min-width: 751px) {
	.mission .contColumn .columnTitle .name {
		font-size: 46px;
	}

	.mission .sec03 .bg-yellow {
		padding-bottom: 60px;
	}
}


.data .sec01 .contInner {
	padding-top: calc(100/750*64%);
	padding-bottom: calc(100/750*60%);
}

.data .dataArea {
	width: calc(100/750*654%);
	margin: 0 auto;
	background: url(../images/bg_data_cont.png) no-repeat;
	background-size: cover;
	display: block;
}

.data .dataArea .question01 {
	padding-top: calc(100/654*14%);
	padding-bottom: calc(100/654*24%);
}

.data .dataArea .answer01 {
	padding-bottom: calc(100/654*28%);
}

.data .dataArea .question02 {
	padding-bottom: calc(100/654*23%);
}

.data .dataArea .answer02 {
	padding-bottom: calc(100/654*28%);
}

.data .dataArea .question03 {
	padding-bottom: calc(100/654*13%);
}

.data .dataArea .answer03 {
	padding-bottom: calc(100/654*26%);
}

.data .dataArea .question04 {
	padding-bottom: calc(100/654*13%);
}

.data .dataArea .answer04 {
	padding-bottom: calc(100/654*26%);
}

.data .dataArea .question05 {
	padding-bottom: calc(100/654*26%);
}

.data .dataArea .answer05 {
	padding-bottom: calc(100/654*18%);
}

.data .dataArea .animated {
	animation-name: bounceInDown;
}

@media screen and (min-width: 751px) {
	.data .sec01 .contInner {
		padding-top: 64px;
		padding-bottom: 60px;
	}
}


.become .roadArea {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.become .sec02 .contInner {
	padding-bottom: 3em;
}

.become .sec02 .columnStitle {
	margin-bottom: 0;
	z-index: 1;
	position: relative;
}

.become .roadArea .img01 {
	width: 100%;
	display: block;
}

.become .roadArea .text01 {
	width: calc(100/750*348%);
	position: absolute;
	left: calc(100/750*155%);
	top: calc(100/1822*40%);
}

.become .roadArea .text02 {
	width: calc(100/750*482%);
	position: absolute;
	left: calc(100/750*155%);
	top: calc(100/1822*220%);
}

.become .roadArea .text03_1 {
	width: calc(100/750*288%);
	position: absolute;
	left: calc(100/750*21%);
	top: calc(100/1822*437%);
}

.become .roadArea .text03_2 {
	width: calc(100/750*306%);
	position: absolute;
	left: calc(100/750*423%);
	top: calc(100/1822*437%);
}

.become .roadArea .text04_1 {
	width: calc(100/750*376%);
	position: absolute;
	left: calc(100/750*21%);
	top: calc(100/1822*748%);
}

.become .roadArea .text04_2 {
	width: calc(100/750*328%);
	position: absolute;
	left: calc(100/750*401%);
	top: calc(100/1822*748%);
}

.become .roadArea .text04_2>a img:hover {
	opacity: 0.8;
}

.become .roadArea .text05 {
	width: calc(100/750*376%);
	position: absolute;
	left: calc(100/750*21%);
	top: calc(100/1822*1018%);
}

.become .roadArea .text06 {
	width: calc(100/750*372%);
	position: absolute;
	left: calc(100/750*357%);
	top: calc(100/1822*1326%);
}

.become .roadArea .text07 {
	width: calc(100/750*288%);
	position: absolute;
	left: calc(100/750*20%);
	top: calc(100/1822*1296%);
}

.become .roadArea .text01.animated,
.become .roadArea .text02.animated,
.become .roadArea .text03_1.animated,
.become .roadArea .text03_2.animated,
.become .roadArea .text04_1.animated,
.become .roadArea .text04_2.animated,
.become .roadArea .text05.animated,
.become .roadArea .text06.animated,
.become .roadArea .text07.animated {
	animation-name: fadeIn;
}



.become .contColumn .columnTitle .img {
	left: 0;
}

.become .columnBox {
	padding-top: calc(100/694*40%);
	padding-bottom: calc(100/694*32%);
	background: url(../images/bg_yellow.png) repeat;
	background-size: 12px 12px;
	box-sizing: border-box;

}

.become .sec03 .contColumn {
	padding-top: 0;
}

.become .sec03 .contColumn .columnTitle .name {
	left: calc(100/694*16%);
	bottom: calc(100/504*140%);
}

.become .sec03 .contColumn .columnTitle .text {
	left: calc(100/694*120%);
	bottom: calc(100/504*100%);
}

.become .sec04 .contColumn .columnTitle .name {
	left: calc(100/694*16%);
	bottom: calc(100/352*140%);
}

.become .sec04 .contColumn .columnTitle .text {
	left: calc(100/694*120%);
	bottom: calc(100/352*100%);
}

#sec03>.borderSlash>img {
	width: 100%;
}

#sec01>.contInner.bg-yellow-primary {
	background: #ffe600;
}

.slashBlock {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.slashBlock>img {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.sp-br {
	display: block;
}

@media screen and (min-width: 751px) {
	.sp-br {
		display: none;
	}
}

.noteText {
	color: #005bac;
	font-size: 14px;
	font-weight: 300;
	margin: 18px auto;
}


.columnTitle__name {
	font-size: calc(100/694*58vw);
	font-weight: bold;
	color: #005bad;
}

@media screen and (min-width: 751px) {
	.columnTitle__name {
		font-size: 52px;
	}
}

.columnTitle__text {
	font-size: calc(100/694*26vw);
	font-weight: bold;
	color: #005bad;
	margin-left: 28px;
}

@media screen and (min-width: 751px) {
	.columnTitle__text {
		font-size: 22px;
	}
}

.columnTitle__img img {
	margin: 20px auto 40px;
}

.columnBox-mt14 {
	margin-top: 14px;
}

.pb-32 {
	padding-bottom: 32px;
}