@charset "UTF-8";
/* CSS Document */
.sp_menu {
	display: none;
}
main {
	width: 1000px;
	margin: 0 auto;
}

main p{
	color: #333;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
section {
	width: 100%;
	margin-bottom: 130px;
	box-sizing: border-box;
}
section.sec_2col {
	width: 48%;
}

section .sec_box {
	box-sizing: border-box;
	margin-top: 80px;
}
section.cf .sec_box:first-child {
	margin-top: 0px;
}

p.text {
	font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}
/*h1-------------------------*/
h1 {
	margin: 0;
	float: left;
}
/*h3-------------------------*/
h3 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.7em;
	margin-bottom: 40px;
	color: #007cc2;
	border-bottom: 1px solid #007cc2;
}
h3 span {
	background-color: #007cc2;
	color: #fff;
	padding:6px 6px;
	letter-spacing: normal;
	margin-right: 0.4em;
}
h3 span.h3_eng {
	background-color: #007cc2;
	color: #fff;
	padding:6px 10px;
	letter-spacing: normal;
	margin-right: 0.4em;
}
h4 {
	font-size: 22px;
	color: #333333;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 10px;
	border-left: 6px solid #007cc2;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
h5 {
	color: #007cc2;
	width: 100%;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	border-top: 3px solid #007cc2;
	
}
#sp_menubtn {
	display: none;
}

/* 500px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 500px) {
	main {
	width: 100%;
	margin: 0 auto;
}
	.flexbox {
	width: 100%;
    display: block;
	margin-top: 50px;
	box-sizing: border-box;
}
	section {
	padding: 0 3%;
    margin-bottom: 80px;
	box-sizing: border-box;
}
	section.sec_2col {
	width: 100%;
	box-sizing: border-box;
}
	section.sec_2col iframe {
	width: 100%;
}
h4 {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	letter-spacing: normal;
}
h5 {
	font-size: 18px;
}
}

/*ヘッダー（home）
---------------------------------------------------------*/
.mainvisual_top {
	width: 100%;
	position: relative;
}
.mainvisual_top img{
	width: 100%;
	margin-bottom: 20px;
}
.title_img {
	position: absolute;
	max-width: 240px;
	width: 25%;
	top: 3%;
	left: 2%;	
}
/*ヘッダー（中ページ）
---------------------------------------------------------*/
/*navi-------------------------*/
header {
	width: 100%;
}
.header_box {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.header_box ul {
	width: 100%;
	float: left;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.header_box ul li {
	width: 20%;
	line-height: 30px;
	list-style: none;
	float: left;
	text-align: center;
	border-left: 1px solid #007cc2;
	box-sizing: border-box;
}
.header_box ul li:last-child {
	border-right: 1px solid #007cc2;
	box-sizing: border-box;
}
.header_box ul li a{
	display: inline-block;
	width: 200px;
	color: #444;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
.header_box ul li a:hover{
	color: #007cc2;
}

/* Global Menu */
.header_box{
	position: relative;
}
/* Submenu */
ul li ul.sub_menu {
	position: absolute;
	top: 140px;
	left: 400px;
	z-index: 100;
}
ul li ul.sub_menu li{
	display: block;
	float: none;
	border: none;
}
ul li ul.sub_menu li a{
	display: inline-block;
	background-color: rgba(0,124,194,0.90);
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	letter-spacing: 0.2em;
}
ul li ul.sub_menu li a:hover{
	background-color: rgba(36,158,227,0.90);
	color: #fff;
}
.header_box ul li ul.sub_menu {
	display: none;
}
.sub_menu:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 85px;
    margin-top: -30px;
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(0,124,194,0.890);
}
.-open-btn {
	position: absolute;
	right: 410px;
	top: 120px;
}


.mainvisual {
	position: relative;
    min-width: 1000px;
    overflow: hidden;
    height: 275px;
	width: 100%;
	background: /*linear-gradient(to bottom, rgba(0,0,0,0.10) 90%, rgba(0,0,0,0.3)),*/url(../../about/images/about_mainv.jpg)no-repeat;
	background-size: cover;
	margin-bottom: 70px;
}
.mainvisual h2{
	color: #fff;
	width: 470px;
	margin: 0 auto;
	padding: 103px 0;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em;
	background-color: rgba(0,0,0,0.50);
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}


.close-MenuArea {
	display: none;
}

/* 500px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 500px) {
/* Global Menu */
h1 {
    margin: 0 0 25px 10px;
    float: left;
	width: 100%;
}
h1 img{
	width: 45%;
}
.header_box ul {
    float: left;
    margin: 0;
}
.-open-btn {
    position: absolute;
    right: 20px;
    top: 262px;
}
.sp_menu {
	display: block;
	position: absolute;
    right: 10px;
    top: 22px;
}
.header_box{
	width: 100%;
	padding: 10px 0;
	padding-bottom: 0px;
	border-top: 5px solid #007cc2;
}
	.mainvisual_top img {
    margin-bottom: 0px;
	position: relative;
}
	#sp_menubtn {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
}
.mainvisual {
    min-width:auto;
    height: 150px;
}
.mainvisual h2{
	color: #fff;
	width: 100%;
	margin: 0 auto;
	font-size: 25px;
	letter-spacing: 0.3em;
}
	
.GlobalNavi,.MenuIcon,.SubMenu {
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin: 0;
	padding-left: 0px;
	top: 0px;
	left: 0;
	display: block;
}
	.title_img {
	position: none;
    width: 45%;
	top: -70px;
}
ul li ul.sub_menu {
    position: static;
    top: 140px;
    left: 501px;
    z-index: 100;
}
	ul li ul.sub_menu li a {
    display: inline-block;
    background-color: rgba(0,124,194,0.90);
    color: #fff;
    line-height: 60px;
    font-size: 14px;
    letter-spacing: 0.2em;
}
}


/*グローバルナビ sp
---------------------------------------------------------*/
#MenuArea {
	padding-top: 0px;
	box-sizing: border-box;
}
#MenuArea:before,
#MenuArea:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
#MenuArea:after {
    clear: both;
}	
	
.close-MenuArea {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
}
.home_nav_sp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 246, 233);
    overflow-y: auto;
    z-index: 9999;
    opacity: 1;
    animation-duration: 1s;
}
.home_nav_sp .menu_sp {
	margin: 0;
    padding-left: 0;
}


/*お問い合せ-------------------------*/
.contact {
	width: 245px;
	height: 50px;
	line-height: 50px;
	float: right;
	background: url(../images/contact_icon.png)no-repeat 30px ,#007cc2;
	background-size: 24px auto;
	margin: 0;
	text-align: center;
}
.contact a {
	width: 210px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding-left: 35px;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact:hover {
	background: url(../images/contact_icon.png)no-repeat 30px ,#008DDD;
	background-size: 24px auto;
}
.f_contact {
    width: 283px;
    background: url(../images/contact_icon.png)no-repeat 55px ,#007cc2;
    background-size: 24px auto;
}


/*フッター
---------------------------------------------------------*/
footer {
	width: 100%;
	box-sizing: border-box;
}
.footer_box {
	width: 100%;
	background-color: #dee4e8;
	border-top: 2px solid #007cc2;
	border-bottom: 2px solid #007cc2;
}
.f_box {
	width: 1000px;
	margin: 50px auto;
}
.f_box_l {
	width: 283px;
	float: left;
}
.f_box_l p {
	font-size: 14px;
	margin: 0;
	margin-top: 5px;
}
.f_box_r {
	width: 576px;
	height: 194px;
	float: right;
}
.f_box_r ul{
	width: 100%;
	padding: 0;
	margin: 0;
}
.f_box_r ul li{
	width: 20%;
	padding-left: 10px;
	height: 194px;
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #b7b7b7;
	box-sizing: border-box;
}
.f_box_r ul li a{
	color: #444;
}
.f_box_r ul li .footer_in_ul{
	padidng: 0;
	width: 100%;
}
.f_box_r ul li .footer_in_ul li{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	height: auto;
	border: none;
	padding-left: 5px;
	padding-top: 3px;
}
.f_box_r ul li a{
	text-decoration: none;
}
.f_box_r ul li .footer_in_ul li .footer_in_ul2 li {
	font-weight: normal;
	padding-left: 10px;
	background: url(../images/arrow_fo.png)no-repeat;
	background-size: 4px auto;
	background-position: top 10px left 3px;
}
.f_box_r ul li .footer_in_ul li .footer_in_ul2 li a{
	color: #666;
}
.copyright {
	color: #999;
	font-size: 10px;
	line-height: 50px;
	text-align: center;
	margin: 0;
}
.f_contact {
	width: 283px;
	background: url(../images/contact_icon.png)no-repeat 55px ,#007cc2;
	background-size: 24px auto;
}
.f_contact:hover {
	background: url(../images/contact_icon.png)no-repeat 55px ,#008DDD;
	background-size: 24px auto;
}

.page_top {
    position: fixed;
    right: 5%;
    bottom: 10px;
}
.page_top a {
    display: block;
    background: #007cc2 url(../images/arrow_top.png) no-repeat center 25px;
	background-size: 37px; 
    border-radius: 100px;
    width: 80px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 3;
    font-size: 80%;
    padding-top: 40px;
    text-decoration: none;
}

/* 500px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 500px) {
#MenuArea {
	display: none;
	height: 375px;
}
.f_box {
	width: 100%;
}
.f_box_l {
	width: 283px;
	float: none;
	margin: 0 auto;
}
.f_box_r {
	width: 85%;
	height: 194px;
	float: none;
	margin: 0 auto;
	margin-top: 30px;
}
.f_box_r ul li {
    width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
    float: none;
	border-left: none;
    border-bottom: 1px solid #b7b7b7;
}
.f_box_r ul li .footer_in_ul li .footer_in_ul2 li {
    float: left;
	width: 70px;
}
	
.header_box ul li {
    width: 100%;
    line-height: 60px;
    float: none;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #007cc2;
	border-left: none;
}
.header_box ul li:last-child {
    border-right: none;
}
.header_box ul li a {
    display: inline-block;
    width: 100%;
}
	
.contact {
	margin: 0;
	width: 100%;
    height: 60px;
    line-height: 60px;
    float: right;
    background: url(../images/contact_icon.png)no-repeat 20% ,#007cc2;
    background-size: 24px auto;
}
.contact a {
    width: 100%;
	text-align: center;
	padding-left: 10px;
}
.contact:hover {
    background: url(../images/contact_icon.png)no-repeat 20% ,#008DDD;
    background-size: 24px auto;
}
}





















