@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/

.pic-left {
	float: left;
}

.pic-left {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

.img100 img{
	width:100%;
	height:auto;
}

.font_b {
	font-weight: bold;
}

svg {
	vertical-align:bottom;
}

/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.midashi1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 38px;
	margin-bottom:60px;
	text-align:center;
}

.midashi2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: #0071BC;
}

.midashi3 {
}


.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
}

.header_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

.header_logo a{
	color: #000;
	text-decoration: none;
}

header h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-left: 20px;
}

header h1 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:24px;
}

.header_logo img{
	width: 90px;
	height: auto;
}

.header_in {
	display: flex;
	justify-content:flex-start;
	align-items: center;
}

.header_info {
	flex: 1;
}

.header_nav {
}

.header_nav nav ul {
	display: flex;
	justify-content:flex-end;
}

.header_nav nav ul li {

}

.header_nav nav ul li a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	margin-left: 15px;
}

.header_nav nav ul li a:hover{
	color: #999;
}

.main_img {
	background-image: url(../img/main_img.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
}

.main_icont {
	width: 615px;
	margin-left: 5%;
	padding-top: 12%;
	padding-bottom: 12%;
}

.main_icont h2 {
	margin-bottom: 20px;
}

.main_icont h2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 38px;
	color: #ED1C24;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height:1.0em;
}

.main_icont h2 span span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #000000;
}

.main_icont h3 {
	margin-bottom: 50px;
}

.main_icont h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #000000;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.main_imgc {
	width: 590px;
}

.main_imgc ul{
	display: flex;
	justify-content:center;
	align-items: stretch;
}

.main_imgc ul li{
	background-color: #19487E;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	height: 190px;
	width: 190px;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 5px;
}

.main_ip {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #FFF;
	line-height: 1.2em;
}

.main_ip span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 37px;
	color: #FFF;
	line-height: 1.2em;
	padding-top: 10px;
	display: block;
}

.bg_1200 {
	background-color: #F2F2F2;
	min-width:1200px;
}

.main1 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 4%;
}

.main1 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
}

.main1 h2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 34px;
	text-align: center;
	color: #C1272D;
}

.main1_btn {
	display: flex;
	justify-content: center;
	width: 80%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #071A4A;
}

.main1_btn p{
	font-size: 34px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main1_btn:hover {
	background-color: #030B1F;
}

.main2 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;	
}

.main2_title {
	text-align: center;
	padding-top: 73px;
	padding-bottom: 50px;
}

.main2 h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 34px;
}

.main2 h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 55px;
	color: #ED1C24;
}

.main2_ill {
	width: 192px;
	margin-top: -200px;
	margin-left: 65px;
}

.main2_ill img{
	width: 100%;
	height:auto;
}

.main2_c {
	background-color: #CFDDE2;
	margin-top: -27px;
	padding-top: 5%;
	padding-right: 4%;
	padding-bottom: 1%;
	padding-left: 4%;
}

.main2_c ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main2_c ul li{
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 32%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 2%;
}

.main2_c ul li p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 21px;
}

.main2_c ul li p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 27px;
	background: linear-gradient(transparent 70%, #F9E453 70%);
}

.triangle {
	width: 100%;
}

.triangle img{
	width: 100%;
	height:auto;
}

.main3_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}

.main3_1t {
	width:55%;
	order: 2;
}

.main3_1p {
	width:40%;
	order: 1;
}

.main3_1p img{
	width:100%;
	height:auto;
}

.main3_2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}

.main3_2t {
	width:55%;
	order: 1;
}

.main3_2p {
	width:40%;
	order: 2;
}

.main3_2p img{
	width:100%;
	height:auto;
}

.main3_h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom:30px;
}

.main3_title {
	text-align: center;
	background-image: url(../img/main3_back.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	padding-top: 105px;
	padding-bottom: 85px;
	margin-top:-30px;
}

.main3_title h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 40px;
}

.main3_title h4 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 50px;
}

.main4 {
	background-color: #F2F2F2;
	padding-top: 120px;
	padding-bottom: 100px;
	min-width:1200px;
}


.main4_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main4_in {
	width: 31%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main4_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 10px;
}

.main4_price {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 53px;
	color:#0071BC;
}

.main4_txt {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
}

.main4_btn {
	display: flex;
	justify-content: center;
	width: 700px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #071A4A;
}

.main4_btn p{
	font-size: 34px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main4_btn:hover {
	background-color: #030B1F;
}

.main5 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main5_m {
	padding-top: 80px;
	padding-bottom:50px;
}

.main5_c {
	width: 19%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-bottom: 50px;
	border: 3px solid #B3B3B3;
}

.main5_nb {
	background-color: #0071BC;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: 20px;
}

.main5_nb p{
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 60px;
	text-align: center;
	padding-bottom:5px;
}

.main5_c h5{	
	text-align: center;
	margin-bottom: 30px;
	height: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main5_c h5 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 40px;
}

.main5_m {
	padding-top: 80px;
	padding-bottom:50px;
}

.main5_list {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.main5_list ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}

.main6 {
	background-color: #F2F2F2;
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.main6_c {
	width: 79%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 3%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	margin-bottom:20px;
}

.main6_in1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.main6_in2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.main6_left {
	width: 45px;
}

.main6_right {
	flex: 1;
}

.main6_q {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0071BC;
	margin-right:10px;
}

.main6_q p{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:26px;
}

.main6_qt {
	font-size:20px;
}

.main6_a {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D4145A;
	flex: 1;
}

.main6_a p{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:26px;
}

.main6_at {
	font-size:17px;
}

.main_cont {
	min-width:1200px;
	padding-bottom:80px;
	padding-top: 80px;
}

.cont_p {
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom:50px;
}

.main7 {
	background-color: #071A4A;
	min-width: 1200px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.main7 h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #FFF;
	margin-bottom:20px;
}

.main7 p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 23px;
	color: #FFF;
}


footer {
	background-color: #F2F2F2;
	min-width: 1200px;
	padding-top: 55px;
	padding-bottom: 55px;
}

.footer_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.foot_info {
	width: 360px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 15px;
}

.foot_logo {
	width: 130px;
	margin-bottom: 20px;
}

.foot_logo img{
	width:100%;
	height:auto;
}

.foot_sn {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:16px;
}

.foot_sn span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:25px;
}

.foot_info p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
}

.foot_nav {
	flex: 1;
	padding-top: 20px;
	padding-left: 50px;
}

.foot_nav ul{
	display: flex;
	justify-content: flex-start;
	width: 630px;
}

.foot_nav ul li{
	margin-right: 20px;
}

.foot_nav ul li a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}


.copyright {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #000;
	padding-top: 200px;
	width: 150px;
	float: right;
}


/*　中ページ　*/


.page_title {
	padding-bottom: 5%;
	background-color: #F2F2F2;
	width: 100%;
	text-align: center;
	padding-top: 5%;
	min-width:1200px;
}

.page_title h3 {
	font-size: 35px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.page_cont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
	padding-top: 60px;
}


}


.pad {
	padding-top:50px;
}

.thanks {
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px;
}

.gotop {
	text-align: center;
}

.gotop a{
	color: #111111;
	text-decoration: underline;
}

.gotop a:hover{
	color: #999999;
	text-decoration: underline;
}
