@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;
	}	
body {
	line-height: 30px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	background-color: rgb(91,201,147);
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: rgb(91,201,147);
    text-decoration: none;
}		
		
a:hover {		
    opacity: 0.8;		
}		
input,label {		
    display: none;		
}		
ul#links01 {
    display: flex;
    background-color: #FFF;
    max-width: 100%;
    margin: 0 auto;
}		
		
ul#links01 li {		
    width: 17%;		
    text-align: center;		
}		
		
ul#links01 li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 60px;
    display: block;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}		

header {
    border-top: 10px solid rgb(91,201,147);
    background-color: #FFF;
}

.main_image {
    background: url(../img/main_image.jpg) top center no-repeat;
    background-size: cover;
}

.main_image_inner {
    max-width: 1150px;
    margin: 0 auto;
}

.main_image_inner article {
    margin-right: auto;
    display: table;
    font-weight: bold;
    width: 40%;
    padding: 150px 20px;
    line-height: 40px;
}

.main_image_inner article a {
    color: #FFF;
    font-size: 30px;
    text-shadow: 0 1px 4px black;
}

.color2 {
    background-color: rgb(91,201,147);
}

.box1 {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 70px;
}

.block {
    padding: 70px 20px 0;
}

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

.box1_inner_left {
    width: 70%;
}

.box1_inner_right {
    width: 30%;
    position: relative;
    overflow: hidden;
}

p.btn a {
    border: 1px solid;
    color: #333;
    padding: 10px 20px;
    font-family: 'B612', sans-serif;
}

.box1_inner_right p {position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit- transform: translateY(-50%) translateX(-50%);}

.content {
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 70px;
}

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

.content h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
    border-left: 7px solid rgb(91,201,147);
    padding: 7px 10px;
}

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

.color4 {
    background-color: rgba(255,255,255,0.9);
}

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

p.headline {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 70px;
    text-align: center;
    font-family: 'B612', sans-serif;
}

.box3_inner {
    width: 24%;
    margin-bottom: 70px;
}

.box3_inner i {
    font-size: 40px;
    margin: 0 auto 70px;
    display: table;
    position: relative;
    color: rgb(91,201,147);
}

.box3_inner i:after {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    background-color: rgb(91,201,147);
    bottom: -20px;
    left: -5px;
    right: 0;
    margin: auto;
}

.box3_inner article {
    background-color: rgba(91,201,147,0.1);
    padding: 20px;
}

.box3_inner a {
    color: #333;
}

.box3_inner article h2 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.wide {
    padding: 0;
}

.box4 img {
    width: 50%;
    object-fit: cover;
}

.left article {
    width: 50%;
    padding: 100px 50px;
    box-sizing: border-box;
}

.right article {
    width: 50%;
    padding: 100px 50px;
    box-sizing: border-box;
}

.box4 {
    display: flex;
    overflow: hidden;
}

p.btn1 a {
    background-color: rgb(91,201,147);
    color: #FFF;
    padding: 10px 20px;
    font-family: 'B612', sans-serif;
}

p.btn1 {
    margin-top: 30px;
}

.box4 h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.color3 {
    background-color: rgba(255,255,255,0.8);
}

.left {
    flex-direction: row;
}

.right {
    flex-direction: row-reverse;
}

.color5 {
    background-color: rgba(0,0,0,0.4);
}

.color1 {
    background-color: #FFF;
}

footer {
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
}

footer p,footer p a {
    text-align: center;
    font-size: 14px;
    color: #CCC;
}

.link {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 70px;
    color: #CCC;
}

.link aside {
    width: 50%;
}

.link a {
    color: #CCC;
}

.link aside h3 {
    font-weight: bold;
    color: rgb(91,201,147);
    margin-bottom: 20px;
    font-family: 'B612', sans-serif;
}

ul.breadcrumb {
    max-width: 1150px;
    margin: 0 auto;
}

ul.breadcrumb li {
    font-size: 14px;
    display: inline-block;
    color: #FFF;
}

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

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

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

.sub article {
    padding: 100px 20px;
}

@media screen and (max-width: 1024px) {		
.menu {		
	padding: 0;	
}		
		
.menu a {		
    display: block;		
    padding: 10px;		
    text-decoration: none;		
    color: #000;		
    line-height: 1;		
    border-top: 1px solid #00000017;		
}		
		
label {
    display: block;
    margin: 0;
    padding: 5px;
    line-height: 1;
    color: #FFF;
    cursor :pointer;
    font-size: 16px;
    text-align: right;
    background-color: rgb(91,201,147);
}		
		
.menu ul {		
    margin: 0;		
    padding: 0;		
    background: #EEE;		
    list-style: none;		
}		
		
.menu li {		
    max-height: 0;		
    overflow-y: hidden;		
    -webkit-transition: all 0.5s;		
    -moz-transition: all 0.5s;		
    -ms-transition: all 0.5s;		
    -o-transition: all 0.5s;		
    transition: all 0.5s;		
    border-right: none !important;		
}		
		
#menu_bar01:checked ~ #links01 li,		
#menu_bar02:checked ~ #links02 li {		
    max-height: 46px;		
    opacity: 1;		
    background-color: #FFF;		
}		
ul#links01 li {		
    text-align: center;		
    border-right: 1px solid #DDD;		
    width: 100%;		
    font-size: 14px;		
}		
ul#links01 {		
    display: initial;		
}		
ul#links01 li a {
    line-height: 20px;
    display: block;
    font-size: 14px;
    background-color: rgba(91,201,147,0.5);
}
ul.breadcrumb {
    padding: 0 10px;
}
ul#links01 li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    display: block;
}		
}		
@media screen and (max-width: 768px) {		
.content img {
    float: left;
    margin: 0 20px 20px 0;
    width: 40%;
}
.box3_inner {
    width: 100%;
    margin-bottom: 70px;
}
.left article {
    padding: 10% 5%;
    box-sizing: border-box;
}
.right article {
    padding: 10% 5%;
    box-sizing: border-box;
}
.link {
    margin: 0 auto;
    display: block;
    padding-bottom: 0;
    color: #CCC;
    overflow: hidden;
}
.link aside {
    width: 100%;
}
.link aside {
    width: 100%;
    margin-bottom: 70px;
}
.sub article {
    padding: 50px 20px;
}
}		
		
@media screen and (max-width: 480px) {		
.main_image_inner article {
    margin: 0 auto;
    display: table;
    font-weight: bold;
    padding: 50px 20px;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
}
.main_image_inner {
    background-color: rgba(255,255,255,0.4);
}
.main_image_inner article a {
    color: rgb(91,201,147);
    font-size: 24px;
}
.box1_inner_left {
    width: 100%;
}
.box1_inner_right {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.box1 {
    margin: 0 auto;
    display: block;
}
.box1_inner_right p {
    position: initial;
    transform: initial;
    -webkit- transform: initial;
    text-align: center;
    margin: 30px 0 10px;
}
.content img {
    float: none;
    margin: 0;
    width: 100%;
}
.box4 img {
    width: 100%;
    object-fit: cover;
}
.box4 {
    display: block;
    overflow: hidden;
}
.left article {
    width: 100%;
    padding: 50px 50px;
    box-sizing: border-box;
}
.right article {
    width: 100%;
    padding: 100px 50px;
    box-sizing: border-box;
}
}		
