@charset "UTF-8";

section {
	margin-bottom: 0;
}

/* ヘッダ */
header {
	padding-top: 0;
    margin-bottom: 0;
}
header .header_bar {
    background: rgba(255,255,255,0);
}
header .header_bar.floating {
    background: rgba(255,255,255,1);
	transition: .3s;
}

.more_link {
    font-size: 1.4rem;
    text-align: center;
}
.more_link {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.more_link a {
    padding: 0 1em;
}
.more_link:after {
    content: '';
    display: block;
    height: 1px;
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 1em);/*Chrome19~25対応*/
	width: -moz-calc(50% - 1em);/*Firefox4~15対応*/
	width: calc(50% - 1em);
    background: #fff;
    position: absolute;
    top: 50%;
    right: -20px;
}

/* メインビジュアル */
header .mv {
    position: relative;
}
header .mv .mv_slide {
    width: 100vw;
}
header .mv .mv_slide img {
    width: 100vw;
    height: 380px;
    object-fit: cover;
}
header .mv .mv_slide .slide1 img {
    object-position: 30% 0%;
}
header .mv .mv_slide .slide2 img {
    object-position: 0% 0%;
}
header .mv .mv_img img {
    width: 100vw;
    height: 380px;
    object-fit: cover;
    object-position: 30% 0%;
}
header .mv .catck {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 37%;
    left: 0;
}
header .mv .member_link {
    position: absolute;
    right: 0;
    bottom: 0;
}
header .mv .member_link a {
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px;
    background: #905117;
    background: -webkit-linear-gradient(0deg, rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    background: linear-gradient(0deg, rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#905117", endColorstr="#B67936", GradientType=0);
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .mv .member_link a img {
    width: 20px;
    margin-right: 15px;
}

/* 見出し */
.top_subtitle {
    text-align: center;
	margin-bottom: 25px;
}
.top_subtitle h2 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
}
.top_subtitle .en_title {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.1ex;
}

/* ごあいさつ */
section article.greetings {
    margin-bottom: 50px;
}
section article.greetings .greetings_message {
    background: #276da3;
    padding-top: 30px;
    padding-bottom: 80px;
}
section article.greetings .greetings_message * {
    color: #fff;
}
section article.greetings .top_subtitle {
    margin-bottom: 40px;
}
section article.greetings .top_subtitle .en_title {
    color: #7dacd0;
}
section article.greetings .greeting_img {
    margin: -50px 60px 0 0;
}

/* ニュース */
section article.news {
    margin-bottom: 50px;
}
section article.news .top_subtitle h2 {
    color: #276da3;
}
section article.news .top_subtitle .en_title {
    color: #7dacd0;
}
section article.news table {
    width: 100%;
}
section article.news table tr {
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
}
section article.news table th {
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 1em 0 0.2em;
}
section article.news table td {
    display: block;
    padding-bottom: 1em;
}
section article.news .more_link a {
    color: #276da3;
}
section article.news .more_link:after {
    background: #276da3;
}

/* バナー */
section article.banner {
    margin-bottom: 50px;
}
section article.banner ul {
    display: table;
    margin: auto;
    list-style: none;
}
section article.banner ul li.banner_kva {
    margin-bottom: 10px;
    border: solid 2px #276da3;
}
section article.banner ul li.banner_neamec {
    margin-bottom: 10px;
    border: solid 2px #ff472e;
}
section article.banner ul li.banner_bosai {
    border: solid 2px #0f5fa6;
}

@media (min-width: 375px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
/* メインビジュアル */
header .mv .mv_slide img {
    height: 600px;
}
header .mv .mv_slide .slide1 img {
    object-position: 50% 0%;
}
header .mv .mv_img img {
    height: 600px;
    object-position: 50% 0%;
}
header .mv .catck {
    font-size: 5rem;
    padding-left: 40%;
}
header .mv .member_link {
}
header .mv .member_link a {
    font-size: 2rem;
    padding: 15px 25px;
}
header .mv .member_link a img {
    width: auto;
    margin: 5px 20px 0 0;
}

.more_link:after {
    height: 2px;
//    margin-top: -1px;
}

section article > div {
	max-width: 1280px;
}

/* 見出し */
.top_subtitle {
	margin-bottom: 25px;
}
.top_subtitle h2 {
	font-size: 4.5rem;
}
.top_subtitle .en_title {
	font-size: 3rem;
    padding-left: 0.2em;
}

/* ごあいさつ */
section article.greetings {
    margin-top: 80px;
    margin-bottom: 80px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
section article.greetings .greetings_message {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
    position: relative;
}
section article.greetings .greetings_message:before {
    content: '';
    display: block;
    height: 100%;
	width: 80%;
    background: #276da3;
    position: absolute;
    top: 0;
    left: -80%;
}
section article.greetings .top_subtitle {
    text-align: left;
}
section article.greetings .greeting_img {
    width: 50%;
    margin: 60px 0 0;
    position: relative;
}
section article.greetings .more_link {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 30px;
    margin-left: 30px;
}
section article.greetings .more_link a {
    padding: 0 1em;
}
section article.greetings .more_link:after {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 6em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 6em);/*Firefox4~15対応*/
	width: calc(100% - 2em);
    top: 50%;
    right: -40px;
}

/* ニュース */
section article.news {
    margin-bottom: 80px;
}
section article.news .top_subtitle {
    text-align: left;
}
section article.news .top_subtitle h2 {
    color: #276da3;
}
section article.news .news_contents {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    position: relative;
}
section article.news table tr {
    border-width: 2px;
}
section article.news table th {
    display: table-cell;
    padding: 1em 3em;
    width: 11em;
}
section article.news table td {
    display: table-cell;
    padding: 1em 0;
}
section article.news .more_link {
    font-size: 1.8rem;
    text-align: left;
    margin: 0;
    width: 160px;
    position: absolute;
    top: -50px;
    right: 0px;
}
section article.news .more_link a {
    padding: 0;
    display: inline-block;
    width: 5em;
    text-align: center;
}
section article.news .more_link:before {
    content: '';
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-right: solid 2px #276da3;
    position: absolute;
    top: 0.6em;
    right: 0.1em;
    	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
section article.news .more_link:after {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 5em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 5em);/*Firefox4~15対応*/
	width: calc(100% - 5em);
    right: 0px;
}

/* バナー */
section article.banner {
    margin-bottom: 80px;
}
section article.banner ul {
    margin: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
section article.banner ul li {
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc((100% - 40px) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 40px) / 3);/*Firefox4~15対応*/
	width: calc((100% - 40px) / 3);  
}
section article.banner ul li.banner_kva {
    margin-bottom: 0px;
}
section article.banner ul li.banner_neamec {
    margin-bottom: 0px;
}
}


@media (min-width: 1120px) {
}


@media (min-width: 1200px) {
/* メインビジュアル */
header {
    padding: 0;
}
header .mv .mv_slide img {
    height: 858px;
}
header .mv .mv_slide .slide1 img {
    object-position: 100% 0%;
}
header .mv .mv_img img {
    height: 858px;
    object-position: 100% 0%;
}
header .mv .catck {
    font-size: 6rem;
    width: 550px;
    top: 42%;
    left: 50%;
    padding-left: 0;
}
header .mv .member_link {
    display: none;
}

/* 見出し */
.top_subtitle {
}
.top_subtitle h2 {
	font-size: 5.4rem;
}
.top_subtitle .en_title {
	font-size: 3.6rem;
}

/* ごあいさつ */
section article.greetings {
    margin-top: 120px;
    margin-bottom: 120px;
    overflow: hidden;
}
section article.greetings .greetings_message {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-right: 40px;
	padding-right: -webkit-calc(50vw - 600px + 40px);/*Chrome19~25対応*/
	padding-right: -moz-calc(50vw - 600px + 40px);/*Firefox4~15対応*/
	padding-right: calc(50vw - 600px + 40px);
}
section article.greetings .greetings_message:before {
    background: #276da3;
    width: 500px;
    left: -500px;
}
section article.greetings .greeting_img {
    width: 50%;
    margin: 90px 0 0;
    text-align: right;
}
section article.greetings .more_link {
    font-size: 2rem;
    margin-top: 50px;
    margin-left: 80px;
}
section article.greetings .more_link a {
    padding: 0 1em;
}
section article.greetings .more_link:after {
	width: 50vw;
    top: 50%;
    right: auto;
    left: 4.5em;
}

/* ニュース */
section article.news {
    margin-bottom: 120px;
}
section article.news table th {
    padding: 2em 6em;
    width: 15em;
}
section article.news table td {
    padding: 2em 0;
}
section article.news .more_link {
    font-size: 2rem;
    width: 200px;
    top: -55px;
}
section article.news .more_link a {
    padding: 0;
    display: inline-block;
    width: 5em;
    text-align: center;
}
section article.news .more_link:after {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 4.8em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 4.8em);/*Firefox4~15対応*/
	width: calc(100% - 4.8em);
}

/* バナー */
section article.banner {
    margin-bottom: 120px;
}
}


@media (min-width: 1400px) {
/* メインビジュアル */
}



