@charset "utf-8";
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
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 #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
/*　禁則処理の追加*/
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}
/*　禁則処理の追加*/
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
* {
    box-sizing: border-box;
}
@font-face {
	font-family: MyFont01;
	src: url(font/C4_Beogo_Nexus_0.eot) format("eot"), url(font/C4_Beogo_Nexus_0.woff) format("woff");
	font-display: swap;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.5em;
	background-color: #e7ebf4;
}
header {
	font-family: MyFont01;
	color: #FFF;
	background-color: #1c3771;
}
header .clearfix {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
header .clearfix .logo {
	width: 60px;
	display: block;
	float: left;
}
header .clearfix nav {
	display: none
}
header .clearfix .toggle_drawer {
	width: 55px;
	float: right;
	margin-top: 10px;
}


.sb-close {
	width: 55px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	right: 2.5%;
	top: 20px;
}
.sb-slidebar {
	width: 90%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: #1C3771;
}
.sb-slidebar .area {
	padding-top: 20%;
	padding-right: 20px;
	padding-left: 20px;
}
.sb-slidebar .area a {
	font-family: MyFont01, sans-serif;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
}
.sb-slidebar .area hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	margin-top: 3px;
	margin-bottom: 3px;
}


.main_image {
	font-family: MyFont01;
	position: relative;
}
.main_image img {
	width: 100%;
}
.main_image .name {
	background-image: url(images/index/bg01.png);
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 20px;
	color: #1C3771;
	height: 240px;
	width: 240px;
	padding-top: 15px;
	padding-left: 5px;
}
.main_image .name span {
	font-size: 14px;
}
.main_image .copy {
	font-size: 28px;
	color: #FFF;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	line-height: 1.2em;
	position: absolute;
	height: 5em;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 20px;
}
.main_image .yuryo {
	width: 100px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.content01 {
	width: 90%;
	max-width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.content01 .clearfix .r {
	margin-top: 20px;
	font-size: 20px;
}
.content01 .clearfix .r p {
	line-height: 2.7em;
}
.content02 {
	width: 90%;
	max-width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.content02 article {
	margin-top: 20px;
	border: 3px solid #ff8500;
	color: #1C3771;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 30px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
.content02 article a {
	display: block;
}
.content02 article a:nth-of-type(n+2) {
	margin-top: 30px;
}
.content02 article a span {
	color: #1c3771;
}
.content03 {
	font-family: MyFont01;
	width: 90%;
	max-width: 1200px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.content03 .clearfix article:nth-of-type(n+2) {
	margin-top: 30px;
}
.content03 .clearfix article h2 {
	font-size: 24px;
	color: #757575;
}
.content03 .clearfix article h2 span {
	color: #FF8500;
}
.content03 .clearfix article .btn {
	display: block;
	margin-top: 10px;
	position: relative;
}
.content03 .clearfix article .btn p {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #1C3771;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	font-size: 22px;
}
.content04 {
	width: 90%;
	max-width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.content04 a {
	font-family: MyFont01;
	color: #1C3771;
	font-size: 24px;
	border: 3px solid #ff8500;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 30px;
	padding-left: 30px;
	background-color: #FFF;
	display: block;
	position: relative;
}
.content04 a img {
	width: 150px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.content05 {
	width: 90%;
	max-width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.content05 a {
	font-family: MyFont01;
	color: #1C3771;
	font-size: 22px;
	border: 3px solid #ff8500;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 30px;
	padding-left: 30px;
	background-color: #FFF;
	display: block;
	margin-top: 20px;
}
.content05 .clearfix a:nth-of-type(1) {
	background-image: url(images/cmn/pic05.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 60px auto;
	padding-left: 85px;
}
.content05 .clearfix a:nth-of-type(2) {
	background-image: url(images/cmn/pic06.jpg);
	background-repeat: no-repeat;
	background-position: 35px center;
	background-size: 30px auto;
	padding-left: 70px;
}
footer {
	background-color: #1C3771;
	margin-top: 50px;
	font-family: MyFont01;
	font-size: 18px;
	color: #FFF;
	padding-top: 50px;
}
footer .clearfix {
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
footer a {
	color: #FFF;
	display: block;
}
footer .clearfix .l a span {
	font-size: 24px;
}
footer .clearfix .r {
	margin-top: 20px;
}
footer .clearfix .r div a {
	margin-top: 10px;
}
footer .foot_copy {
	text-align: center;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
footer .foot_copy p span {
	font-size: 16px;
}
.clearfix::after {
	content: ".";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
	font-size: 0em;
}
.title01 {
	font-family: MyFont01;
	text-align: center;
	position: relative;
	padding-bottom: 36px;
}
.title01 p {
	font-size: 72px;
	color: #FFF;
}
.title01 h2 {
	color: #757575;
	position: absolute;
	bottom: 0px;
	font-size: 36px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}
.title01 h2 span {
	color: #ff8401;
}
.btn01 {
	display: block;
	width: 260px;
	font-family: MyFont01;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #ff8500;
	color: #1C3771;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 30px;
}
.sp { display: block !important; }
.tblt_pc { display: none !important; }
@media screen and (min-width : 480px){
}
@media screen and (min-width : 768px){
.main_image .copy {
	height: auto;
	top: auto;
	bottom: 10px;
	left: 100px;
}
.sp { display: none !important; }
.tblt_pc { display: block !important; }
}
@media screen and (min-width : 1200px){
header .clearfix .logo {
	width: 75px;
}
header .clearfix .toggle_drawer {
	display: none;
}
.sb-slidebar {
	display: none;
}
header .clearfix nav {
	width: calc(100% - 75px);
	display: block;
	text-align: center;
	float: right;
	margin-top: 25px;
}
header .clearfix nav a {
	color: #FFF;
}
header .clearfix nav a:hover {
	color: #CCC;
}
.main_image .name {
	font-size: 22px;
	height: 300px;
	width: 300px;
	padding-top: 40px;
	padding-left: 15px;
}
.main_image .name span {
	font-size: 16px;
}
.main_image .copy {
	font-size: 40px;
	line-height: 1.4em;
}
.main_image .yuryo {
	width: 150px;
	right: 20px;
}
.content01 .clearfix .l {
	float: left;
	width: 45.8%;
}
.content01 .clearfix .r {
	float: right;
	width: 50%;
	margin-top: 0px;
}
.content02 article {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 50px;
	padding-left: 50px;
}
.content03 .clearfix article {
	float: left;
	width: 32%;
}
.content03 .clearfix article:nth-of-type(n+2) {
	margin-top: 0px;
	margin-left: 2%;
}
.content04 a {
	font-size: 30px;
	padding-left: 50px;
}
.content04 a img {
	right: 26px;
}
.content05 .clearfix a {
	width: 48%;
}
.content05 .clearfix a:nth-of-type(1) {
	background-position: 40px center;
	background-size: 60px auto;
	padding-left: 110px;
	float: left;
}
.content05 .clearfix a:nth-of-type(2) {
	background-position: 55px center;
	background-size: 30px auto;
	padding-left: 95px;
	float: right;
}
footer .clearfix .l {
	float: left;
	width: 40%;
	margin-top: 20px;
}
footer .clearfix .r {
	float: right;
	width: 47%;
	margin-top: -10px;
}
footer .clearfix .r div {
	float: left;
}
footer .clearfix .r div:nth-of-type(n+2) {
	margin-left: 10%;
}


a img {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #CCC;
}
a:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
}
@media screen and (min-width : 1400px){
.main_image .copy {
	font-size: 40px;
	bottom: 30px;
	left: 50px;
	line-height: 1.6em;
}
}
