@charset "UTF-8";		
		
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {		
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		box-sizing: border-box;
	}	
body {
	line-height: 30px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 16px;
	background-color: rgb(84,81,212);
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: rgb(84,81,212);
    text-decoration: none;
}		
		
a:hover {		
    opacity: 0.8;		
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    flex-flow: row wrap;
    background-color: rgba(29,42,68);
    padding: 50px;
}

.main {
    width: 70%;
}

.sidebar {
    width: 30%;
}

header {padding: 0;background-size: cover;background-repeat: no-repeat;background-position: top center;}

.nav_area nav {
	/* margin-right: -16px; */
	/* background-color: #FFF; */
}
.nav_area nav ul{
	display: flex;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 1000;
}
.nav_area nav ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	font-size: 14px;
	display: block;
	border-bottom: 3px solid transparent;
}
.nav_toggle{
	display: none;
}		

.nav_area nav ul li {
    width: 20%;
    text-align: center;
    line-height: 50px;
    z-index: 1000;
}

header nav ul li a:hover,header nav ul li a:active {
    color: #FFF;
    border-bottom: 3px solid rgb(248,217,0);
    box-sizing: border-box;
}

.title {
    text-align: center;
    line-height: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.title a {
    color: rgb(255,255,255);
    font-size: 12px;
}

ul#links01 li:last-child {
    border-right: 1px solid #DDD;
}

ul#links01 a:hover {
    background-color: rgb(0,152,226);
    color: #FFF;
}

.menu {
    border-bottom: rgba(0,0,0,0.3) 5px solid;
    overflow: hidden;
}

.color3 {
    background-color: rgb(11,20,69);
    color: #FFF;
}

.color2 {
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
}

.color1 {
    background-color: rgb(255,255,255);
}

.main_image {max-width: 1100px;margin: 0 auto;padding: 40px 0;background-image: linear-gradient( to top, rgba(84,81,212,0.7),rgba(84,81,212,0.7) ),url(../img/main_image.jpg);padding: 0;background-size: cover;background-repeat: no-repeat;background-position: top center;}

.block1 {
    padding: 50px 20px 0;
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.main_image article {
    padding: 50px 20px;
    max-width: 50%;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

.main_image article h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.main_image p.btn {
    background-color: rgb(255,255,255);
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 5px;
    font-family: 'Arimo', sans-serif;
    width: 50%;
    font-weight: bold;
}

.main_image p.btn a {
    display: block;
    line-height: 40px;
    color: rgb(84,81,212);
    font-family: 'Oswald', sans-serif;
}

.box3 {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 auto;
}

.box3 article {
    width: 32%;
    /* background-color: #FFF; */
    padding: 0;
    margin-bottom: 50px;
}

.box3 article img {
    width: 100%;
}

.box3 article a {
    color: #333;
}

.box3 article h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 30px;
    color: #777;
    padding: 5px 0 0;
}

.content {
    max-width: 1100px;
    margin: 0 auto 40px;
}

.content h1,.content h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 10px 0 60px;
}

.content img {
    float: left;
    margin: 0 20px 20px 0;
}

.content h3 {
    font-weight: bold;
    color: rgb(84,81,212);
    font-size: 20px;
    margin: 0 0 20px;
}

.content p {
    margin-bottom: 20px;
}

.box4 {
    max-width: 1100px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.box4 article {
    width: 25%;
    padding: 20px;
    margin-bottom: 20px;
    /* border: 1px solid rgba(0,0,0,0.1); */
}

.box4 article img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: table;
}

.box4 article a {
    color: #333;
}

.box4 article h2 {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    color: rgb(84,81,212);
}

.box1 {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.box1 article {
    text-align: left;
    clear: both;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.box1 article a {
    color: #333;
}

.box1 article h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(84,81,212);
}

.box1 p.btn, .box3 p.btn,.box2 p.btn {
    background-color: rgb(84,81,212);
    text-align: center;
    margin-left: auto;
    display: block;
    border-radius: 5px;
    /* box-shadow: 0 0 5px #333; */
    line-height: 40px;
    position: relative;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
}

.box1 p.btn a {
    display: block;
    color: #FFF;
}

.box1 p.btn a, .box3 p.btn a,.box2 p.btn a {
    display: block;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
}

.color4 {
}

.link {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.link aside {
    margin-bottom: 40px;
    color: #FFF;
    width: 100%;
}

.link aside h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

footer {
    background-color: rgba(0,0,0,0.2);
    padding: 40px 20px;
    color: #CCC;
    font-size: 14px;
    text-align: center;
}

footer a {
    color: #CCC;
}

ul.breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    /* background-color: rgba(255,255,255,0.7); */
}

ul.breadcrumb li {
    display: inline-block;
    font-size: 12px;
}

ul.breadcrumb li:after {
    content: ">";
    margin: 0 0 0 5px;
}

ul.breadcrumb li:last-child:after {
    content: none;
}

.page-top {position: fixed;right: 10px;margin: 0;font-size: 12px;font-weight: normal;z-index: 100;bottom: 10px;line-height: 20px;font-family: 'Arimo', sans-serif;}
.page-top a {display: block;/* width: 100px; */padding: 5px 17px;color: #FFF;text-align: center;background: rgb(84,81,212);opacity: 10;}

.page-top i {
    font-size: 30px;
}

.link li a,.link li {
    color: #FFF;
}

.inner {
    /* background-color: #FFF; */
}

ul.breadcrumb li,ul.breadcrumb li a {
    color: #FFF;
}

.box1 p.btn:after,.box3 p.btn:after {
    /* content: "\f0da"; */
    font-family: FontAwesome;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.box1 p.btn {
    width: 20%;
    margin-top: 20px;
}

.box2 p.btn {
    width: 50%;
    border: 1px solid rgb(11,20,69);
}

.box3 p.btn {
    width: 40%;
    margin-top: 20px;
}

.box1 p.btn:hover, .box3 p.btn:hover {
    background-color: rgb(84,81,212);
}

.article_inner {
    padding: 0 20px 20px;
}

.box3 article p {
    font-size: 14px;
    line-height: 24px;
    clear: both;
    color: #777;
}

.box1 article p {
    font-size: 14px;
    line-height: 24px;
    color: #AAA;
}

.box4 article p {
    font-size: 14px;
    line-height: 24px;
    color: #AAA;
}

.box2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: row wrap;
    overflow: hidden;
}

.color5 {
    background-color: rgb(248,217,0);
}

.box2_inner article {
    box-sizing: border-box;
}

.box2_inner.left article {
    margin-left: auto;
    display: table;
    width: 550px;
    padding: 0 40px 0 0;
    margin-bottom: 50px;
}

.box2_inner.right article {
    margin-right: auto;
    display: table;
    width: 550px;
    padding: 0 0 0 40px;
    margin-bottom: 50px;
}

.box2_inner {
    width: 50%;
}

.block2 {
    width: 100%;
}

.box2_inner.left,.box2_inner.right {
    padding: 50px 0 0 0;
}

.box2_inner article h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.box2_inner article p {
    font-size: 14px;
    line-height: 24px;
}

.main_image_inner article p {
    font-size: 14px;
    line-height: 24px;
}

.main_image.sub {
    padding: 100px 0;
}

.nav_area {
    max-width: 1100px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.3);
}

.nav_area ul {
    display: flex;
}

.nav_area ul li {
    width: 16.6%;
    text-align: center;
    font-size: 12px;
}

.nav_area ul li a {
    color: #FFF;
    line-height: 70px;
}

.nav_area ul li a:hover {
    color: rgb(84,81,212);
}

p.headline {
    width: 100%;
    text-align: center;
    color: rgb(84,81,212);
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.box3 article i {
    background-color: rgb(84,81,212);
    color: #FFF;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

.box1_inner_left {
    width: 68%;
}

.box1_inner_right {
    width: 28%;
}

.box1_inner_left img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.box1 article:last-child {
    border-bottom: none;
}

.box1_inner_right aside h3 {
    color: rgb(84,81,212);
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.box1_inner_right aside li a {
    color: #AAA;
    font-size: 14px;
}

.box1_inner_right aside li {
    line-height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.link li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 40px;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {		
nav{
	display: none;
	position: absolute;
	top: 68px;
	width: 100%;
	left: -20px;
	z-index: 1000;
}
.nav_area nav ul{
	display: block;
	margin: 0 0 0 auto !important;
	width: 50%;
	background-color: rgba(29,42,68);
}
.nav_area nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 100%;
}
.nav_area nav ul li:last-child{
	border: none;
}
.nav_area nav ul li a{
	display: block;
	font-size: 14px;
}

ul.breadcrumb {
    padding: 0 10px;
}

/*開閉ボタン*/
.nav_toggle{
	display: block;
	width: 20px;
	height: 27px;
	position: relative;
	top: 0px;
	z-index: 100;
	margin-left: auto;
	margin-right: 5px;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span{
	display: block;
	height: 3px;
	background: #FFF;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav_toggle span:nth-child(1){
	top: 6px;
}
.nav_toggle span:nth-child(2){
	top: 12px;
}
.nav_toggle span:nth-child(3){
	top: 18px;
}

/*開閉ボタンopen時*/
.open .nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open .nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open .nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
}
.content img {
    float: left;
    margin: 0 20px 20px 0;
    width: 40%;
}
.box2_inner.left article {
    width: 100%;
    padding: 0 40px 0 40px;
}
.box2_inner.right article {
    width: 100%;
    padding: 0 40px 0 40px;
}
.wrapper {
    padding: 20px;
}
}

@media screen and (max-width: 768px) {		
.content img {
    width: 40%;
}
.main_image article {
    max-width: 80%;
}
.box3 article {
    width: 49%;
}
.box4 article {
    width: 49%;
}
.main {
    width: 100%;
}
.sidebar {
    width: 100%;
}
.title {
    padding: 0 20px;
}
.box1_inner_left {
    width: 100%;
}
.box1_inner_right {
    width: 100%;
    margin-bottom: 20px;
}
.box1 article:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
}		
		
@media screen and (max-width: 480px) {		
.main_image article {
    max-width: 100%;
}
.box3 article {
    width: 100%;
}
.content img {
    width: 100%;
    margin: 0 0 20px;
}		
.box4 article {
    width: 100%;
}
.link aside {
    margin-bottom: 40px;
    color: #FFF;
    width: 100%;
}
.box1 p.btn {
    width: 60%;
}
.title {
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.title a {
    /* font-size: 20px; */
}
.main_image {
    padding: 0;
}
.box2_inner {
    width: 100%;
}
.nav_area nav ul {
    width: 90%;
}
.main_image article h2 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
}
.box3 article h2 {
    font-size: 16px;
}
.box1_inner_left img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
}
.box1 article {
    padding-bottom: 20px;
}
}		
