@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none !important;}
.pc {}

img {
	vertical-align: middle;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px !important;
	background: url("../Images/bg.png") center top repeat-x #AAD5F2;
	background-size: cover;
}

img {
	vertical-align: middle;
}

.sa {
  opacity: 0;
  transition: all .8s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}


header {
	width: 100%;
	height: auto;
	min-height: 880px;
	float: left;
	position: relative;
	background: url("../Images/bg2.png") center center no-repeat;
}

.header_logo {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.header_logo h1 {
	width: 100%;
	margin-bottom: 20px;
}

.header_logo h1 img {
	width: 700px;
}

.header_logo p {
	width: 100%;
	margin-top: -15px;
}

.header_logo p img {
	width: 720px;
}

.header_tv {
	width: 100%;
}

.header_tv img {
	width: 600px;
}

.header_text {
	width: 100%;
	text-align: center;
	color: #0C3E77;
	font-weight: 600;
	font-size: 1.3em;
	margin-top: 20px;
}

.header_iconbox {
	width: 900px;
	height: auto;
	min-height: 1px;
	margin: 0 auto;
	position: relative;
}

.header_img {
	width: auto;
	position: absolute;
	bottom: -250px;
	left: -60px;
}

.header_img img {
	width: 600px;
}

.header_img2 {
	width: auto;
	position: absolute;
	bottom: 140px;
	right: 40px;
}

.header_img2 img {
	width: 250px;
}

.fadein {
    opacity: 0;
    animation: fadein 3s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}

.had01 {animation-delay: 0.7s;}
.had02 {animation-delay: 1.2s;}
.had03 {animation-delay: 1.7s;}
.had04 {animation-delay: 2.2s;}

.section01 {
	width: 100%;
	height: auto;
	float: left;
}

.section01_area {
	width: 900px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.box {
	width: 100%;
	background: #fff;
	border-radius: 12px;
	border: 8px solid #0C3E77;
	padding: 22px;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 50px;
}

.box2 {
	width: 100%;
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 50px;
}

.box2 img {
	width: 100%;
}

.sec_text {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	margin-bottom: 50px;
}

.sec_h2title {
	width: 100%;
}

.sec_h2title img {
	width: 700px;
}

.sec_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.sec_inbox {
	width: 48%;
	margin-right: 4%;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
}

.sec_inbox:last-child {
	margin-right: 0;
}

.sec_inbox h3 {
	width: 80%;
	margin: -45px 10% 15px 10%;
	background: #FC1414;
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 5px 10px;
}

.sec_inbox .img1 {
	width: 100%;
	margin-bottom: 25px;
}

.sec_inbox .img1 img {
	width: 100%;
}

.sec_inbox .list {
	width: 100%;
	margin-bottom: 10px;
}

.sec_inbox .list li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #AAD5F2;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 10px 10px 10px 40px;
}

.sec_inbox .list li:last-child {
	border-bottom: none;
}

.sec_inbox .list li i {
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	top: 7px;
}

.sec_inbox .subtext {
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	text-indent: -1em;
	margin-left: 1em;
}

.sec_inbox .subtext2 {
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	margin-top: 20px;
	text-indent: -1em;
	margin-left: 1em;
}

.sec_in_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.sec_in_box .left {
	width: 60%;
	margin-right: 2%;
	text-align: left;
}

.sec_in_box .left .title {
	width: 100%;
	color: #FC1414;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 5px;
}

.sec_in_box .left .inlist {
	width: 100%;
}

.sec_in_box .left .inlist li {
	width: 100%;
	font-weight: 500;
	font-size: 1.1em;
}

.sec_in_box .left .inlist li span {
	color: #FC1414;
}

.sec_in_box .center {
	width: 100%;
	text-align: left;
}

.sec_in_box .center .title {
	width: 100%;
	color: #FC1414;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 5px;
}

.sec_in_box .center .inlist {
	width: 100%;
}

.sec_in_box .center .inlist li {
	width: 100%;
	font-weight: 500;
	font-size: 1.1em;
}

.sec_in_box .center .inlist li span {
	color: #FC1414;
}

.sec_in_box .center_img {
	width: 100%;
	text-align: center;
}

.sec_in_box .center_img img {
	width: 250px;
}

.sec_in_box .center_img2 {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.sec_in_box .center_img2 img {
	width: 300px;
}

.sec_in_box .right {
	width: 38%;
}


.sec_in_box .right img {
	width: 100%;
}

.sec_in_box .right .img01 {
	width: 180px;
}

footer {
	background: #fff;
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0 30px 0;
	box-sizing: border-box;
}

footer img {
	width: 240px;
}

.link_box {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.link_box a {
	width: 460px;
	background: #064854;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}

.link_box a span {
	display: inline-block;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.80);
	color: #fff;
	font-size: 1.4em;
}

.section02 {
	width: 100%;
	height: auto;
	float: left;
	background: #7BABCB;
	padding: 12px 0;
}

.section02_area {
	width: 900px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section02_area p {
	width: 100%;
	color: #fff;
}