@charset "utf-8";
.sp {
	display: none!important;
}
input[type="submit"] {
	-webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
}
body {
	padding-top: 82px;
	font-size: 16px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	color: #000;
	width: 100%;
	min-width: 1200px;
	word-break: normal;
	word-wrap:break-word;
	line-height: 1.5;
}
.gotic {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}
.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
input , select , textarea {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}
input[type="text"] {
	border: 1px solid #C4C4C4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
h1 {
	padding: 0;
	font-size: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-rendering: inherit;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding-top: 6px;
	padding-right: 26px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #C4C4C4;
}
select::-ms-expand {
	display: none;
}
img {
	border: none;
	vertical-align: top;
	height: auto;
	max-width:100%;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	text-decoration: none;
}
.hover01 {
	cursor: pointer;
	transition: 0.2s;
}
.hover01:hover {
	opacity: 0.7;
}
.hover02 {
	cursor: pointer;
}
.hover02:hover {
	text-decoration: underline;
}
.link01 {
	text-decoration: underline;
}
.link01:hover {
	text-decoration: none;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* {
	outline:none;
}
.acccont {
	display: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.cmnbox01 {
	padding-top: 120px;
}
.cmnbox01.type02 {
	padding-bottom: 120px;
}
.cmnwrap01 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}
.cmnanc01 {
	margin-top: -82px;
	padding-top: 82px;
}
.cmnanc02 {
	margin-top: -120px;
	padding-top: 120px;
}
.cmnttl01 {
	margin-bottom: 80px;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}
.cmnttl02 {
	margin-bottom: 25px;
	font-size: 54px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.ttlbox {
	margin-bottom: 70px;
	text-align: center;
}
.cmnttl02_top {
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}
.cmnttl02_top::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	background-color: #000;
}
.btn01 {
	display: inline-block;
	position: relative;
	padding-top: 16px;
	padding-left: 25px;
	padding-right: 53px;
	padding-bottom: 17px;
	width: 330px;
	color: #fff;
	font-size: 26px;
	background-color: #0068B7;
	text-align: center;
	font-weight: bold;
}
.btn01.type02 {
	width: 490px;
	padding-top: 23px;
	padding-bottom: 23px;
}
.btn01::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: calc(50% - 8px );
	right: 25px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 14px solid #fff;
}
.header01 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding-right: 60px;
	padding-left: 40px;
	width: 100%;
	min-height: 82px;
	background-color: #0068B7;
}
.header02 {
	margin-top: 26px;
	float: left;
}
.header03 {
	margin-top: 29px;
	float: right;
}
.header04 {
	
}
.header05 {
	float: left;
	margin-left: 50px;
	font-size: 18px;
}
.header06 {
	color: #fff;
}

.cont01_01 {
	
}
.cont01_02 {
	padding-top: 19px;
	padding-right: 40px;
	padding-bottom: 19px;
	padding-left: 40px;
	font-size: 48px;
	font-weight: bold;
	background: linear-gradient(to right, #AACF4D 40%, #151516 100%);
}
.cont01_02.type02 {
	background: linear-gradient(to left, #EFE800 40%,  #151516 100%);
	text-align: right;
}
.cont01_02.type03 {
	background: linear-gradient(to right, #38BEEF 40%,  #151516 100%);
}
.cont01_02.type04 {
	background: linear-gradient(to left, #F5A100 40%,  #151516 100%);
	text-align: right;
}
.grad01 {
	background: linear-gradient(to right, #66696C 40%,  #151516 100%);
}
.grad02 {
	background: linear-gradient(to left, #66696C 40%, #151516 100%);
}
.cont01_03 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/bg01.png);
}
.cont01_03.type02 {
	background-image: url(../img/bg02.png);
	background-position: right center;
}
.cont01_03.type03 {
	background-image: url(../img/bg03.png);
}
.cont01_03.type04 {
	background-image: url(../img/bg04.png);
	background-position: right center;
}
.cont01_04 {
	float: left;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
	width: 34%;
	text-align: center;
}
.cont01_03.type02 .cont01_04,
.cont01_03.type04 .cont01_04 {
	float: right;
}
.cont01_05 {
	padding-bottom: 30px;
}
.cont01_06 {
	font-size: 20px;
	padding-bottom: 90px;
	font-weight: bold;
	color: #fff;
}
.cont01_07 {
	position: relative;
	float: right;
	width: calc(57% + 60px);
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
}
.cont01_03.type02 .cont01_07,
.cont01_03.type04 .cont01_07 {
	float: left;
	text-align: left;
}
.cont01_08 {
	position: relative;
	z-index: 1;
	margin-top: -12.7%;
}
.cont01_09 {
	position: absolute;
	right: 20px;
	bottom: 50px;
	z-index: 2;
}
.cont01_03.type02 .cont01_09,
.cont01_03.type04 .cont01_09 {
	right: auto;
	left: 20px;
}
.cont02 {
	background-color: #E2E9ED;
}
.cont02_01 {
	
}
.cont02_02 {
	margin-bottom: 100px;
}
.cont02_02:last-child {
	margin-bottom: 0;
}
.cont02_10 {
	float: right;
	width: 45.8%;
	height: 100px;
	background-image: url(../img/pic02_01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cont02_10.type02 {
	background-image: url(../img/pic02_03.png);
}
.cont02_10.type03 {
	background-image: url(../img/pic02_05.png);
}
.cont02_02.type02 .cont02_10 {
	float: left
}
.cont02_11 {
	float: left;
	padding-bottom: 50px;
	width: 54.2%;
	background-color: #0068B7;
}
.cont02_02.type02 .cont02_11 {
	float: right;
}
.cont02_12 {
	display: block;
	padding-top: 19px;
	padding-bottom: 19px;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #4f4f4f;
}
.cont02_13 {
	
}
.cont02_14 {
	padding-top: 40px;
	padding-bottom: 55px;
	text-align: center;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}
.cont02_14 span {
	display: block;
	font-size: 40px;
}
.cont02_15 {
	
}
.cont02_16 {
	float: left;
	width: 53.5%;
	
}
.cont02_17 {
	padding-top: 45px;
	padding-right: 6.3%;
	padding-bottom: 45px;
	padding-left: 6.8%;
	font-size: 20px;
	color: #fff;
}
.cont02_18 {
	
}
.cont02_19 {
	float: right;
	padding-top: 38px;
	width: 46.5%;
	
}
.cont02_15.type02 .cont02_16 {
	width: 57%;
}
.cont02_15.type02 .cont02_17 {
	
}
.cont02_15.type02 .cont02_19 {
	padding-top: 58px;
	width: 43%;
}
.cont03 {
	background-color: #E2E9ED;
}
.cont03_01 {
	max-width: 1240px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.cont03_02 {
	margin-bottom: 70px;
}
.cont03_02:last-child {
	margin-bottom: 0;
}
.cont03_03 {
	float: left;
	width: calc(50% - 20px);
	margin-right: 40px;
}
.cont03_03:nth-child(2n) {
	margin-right: 0;
}
.cont03_04 {
	display: block;
	padding-top: 9px;
	padding-bottom: 8px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background-color: #AACF4D;
}
.cont03_04.type02 {
	background-color: #F0E900;
}
.cont03_04.type03 {
	background-color: #38BEEF;
}
.cont03_04.type04 {
	background-color: #F5A100;
}
.cont03_05 {
	padding-top: 30px;
	padding-bottom: 25px;
	background-color: #4F4F4F;
	text-align: center;
}
.cont03_06 {
	padding-bottom: 22px;
}
.cont03_07 {
	color: #fff;
}
.cont03_08 {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	text-align: center;
}
.cont03_09 {
	text-align: center;
}
.cont03_10 {
	text-align: center;
}
.foot01 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #0068B7;
	text-align: center;
}
.foot02 {
	margin-bottom: 22px;
}
.foot03 {
	color: #fff;
	font-size: 12px;
}
