
/*------------------------------------*\
  URLを消す
\*------------------------------------*/

@media print {
a[href]:after {
	content: "" !important;
}
abbr[title]:after {
	content: "" !important;
}
}
/*------------------------------------*\
  基本
\*------------------------------------*/
html {
	overflow-y: scroll;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 100%;
	background:#FFF;
	color:#111;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body p {
	line-height:2;
}
.small,p.small {
	font-size:0.8em;
}
.x-small,p.x-small {
	font-size:0.7em;
}
.pt0 {
	padding-top:0
}
.mt0 {
	margin-top:0
}
.mb0 {
	margin-bottom:0
}
.mb10 {
	margin-bottom:10px
}
.mb20 {
	margin-bottom:20px
}
.mb30 {
	margin-bottom:30px
}
.mtb20 {
	margin:20px 0;
}
.mt20 {
	margin:20px 0 0 0;
}
.img-round {
	border-radius:10px;
}
.imgHover:hover {
	overflow:hidden;
}
.imgHover img:hover {
	transform:scale(1.1, 1.1);
}
#primary, #secondary {
	margin-top:30px;
}
a:link {
	color:#f6846e;
}

/*-------------------------------------------------
UL/OL
-------------------------------------------------*/
ul {
	list-style: none;
}
ul.list, ol.list {
	margin-left:2em;
}
ul.list li {
	list-style:disc;
	font-size:0.9em;
}
dl.list {
	font-size:0.9em;
}
dl.list dt {
	color:#978859;
}
dl.list dd {
	margin-bottom:30px;
}
ul.sns {
	display:inline;
}
ul.sns li {
	float:left;
	margin:10px 10px 0 0;
}
ul.sns.after {
	display:block;
	content:'';
	clear:both;
}
/*-------------------------------------------------
レイアウト用
-------------------------------------------------*/

#totop {
	bottom:10px;
	position: fixed;
	right: 10px;
}
.contents {
	clear: both;
	padding-bottom: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}
button.tiny, .button.tiny {
	padding-top: 0.5rem;
	padding-right: 1.25rem;
	padding-bottom: 0.5rem;
	padding-left: 1.25rem;
	font-size: 0.6875rem;
}
button, .button {
	background-color: #FFF;
	border:2px solid #000;
	color:#000!important;
	text-decoration:none;
	padding:10px 50px;
	margin:15px auto;
}
.button.button-small {
	padding:10px;
	margin:15px auto;
}
button:hover, .button:hover, button:focus, .button:focus {
	background-color: #FFF;
	border-color: #aaa;
	text-decoration:none;
	color:#aaa!important;
}
.button.sub{
	border:none;
	box-shadow:0 0 3px #aaa;
}

/*-------------------------------------------------
footer
-------------------------------------------------*/
#footer {
	position:relative;
	padding:30px 10px 80px;
	background: #f4f4f4;
	width: 100%;
	font-size:0.8em;
	color:#222;
}
#footer .copyright {
	text-align:center;
	padding: 10px;
}
#footer .env{
	text-align:center;
	font-size:0.7em;
	padding: 10px 0;
}
#footer a {
	color:#444;
}
#footer ul>li {
	line-height:1.9;
}
 @media(min-width:640px) {
#footer {
	padding:30px 10px;
}
a.tel-link {
	pointer-events:none;
}
}
/*-------------------------------------------------
画像
-------------------------------------------------*/
figure {
	margin-top: 5px;
	margin-bottom: 15px;
}
/*-------------------------------------------------
フォーム
-------------------------------------------------*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: white;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"].xs{
	display:inline-block;
	width:4em;
}
input[type="text"].sm{
	display:inline-block;
	width:20em;
}
select.xs{
	display:inline-block;
	width:10em;
}
/*-------------------------------------------------
 Layout
-------------------------------------------------*/
section {
	padding-top:100px;
	margin:-60px auto 0 auto;
	min-height:400px;
}
article {
	margin:30px auto;
}
section p {
	font-size:0.9em;
	margin-bottom:1em;
}
.frame {
	background:#e7e7e7;
	padding:25px;
	margin-bottom:30px;
}
.frame.arrow {
	padding:15px;
}
.frame h5 {
	border-bottom:1px solid #aaa;
	margin-bottom:10px;
}
.frame p:last-child {
	margin-bottom:0;
}
.bnr {
	padding:15px;
	border-radius:10px;
	background:#fcfade;
}
ul.news {
	margin:30px 0;
}
ul.news li {
	border-bottom:1px dotted #999;
	padding:8px 3px;
	font-size:0.85em;
}
/*-------------------------------------------------
 H
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h2 {
	font-size:1.6em;
	margin-bottom:40px;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:500;
	color:#444;
}
h2.orange {
	color:#f6846e;
}
h2 span {
	display:block;
	font-size:0.45em;
}
section h3 {
	font-size:1.3em;
	padding:0 0 0 10px;
	margin-bottom:30px;
	color:#444;
	border-left:5px solid #f5653e;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:500;
}
section h3 span {
	font-size:0.7em;
}
h3.subtitle {
	font-size:1.8em;
	margin-bottom:5px;
	color:#444;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:500;
}
h3.curriculum-title {
	font-size:1.6em;
	margin-bottom:20px;
	padding:5px 10px 7px 10px;
	border:2px solid #00a1e9;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:500;
}
h3.curriculum-title .num {
	background:#00a1e9;
}
section h4 {
	font-size:0.95em;
	margin-bottom:10px;
	color:#444;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:500;
}
h5.entry-title {
	color:#444;
	font-size:1.05em;
	margin-bottom:10px;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:500;
}
.num {
	display:inline-block;
	padding:4px 7px;
	background:#000;
	color:#FFF;
	margin-right:10px;
}
small {
	font-size: 0.9em;
	line-height: 130%;
}
p.lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:200;
}
strong.copy {
	font-size:2em;
	color:#f62a77;
}
/*-------------------------------------------------
 label
-------------------------------------------------*/
.label {
	display:inline-block;
	margin-bottom:2px;
	font-weight:700;
	text-align:center;
	background:#4fb9b8;
}
.label.primary{
	background:#3aabd2;
}
.label.orange {
	background:#f6846e;
}
.label.green {
	background:#4fb9b8;
}
input[type="text"].medium, input[type="date"].medium, select.medium {
	width:160px;
	display:inline-block;
}
input[type="text"].small, select.small {
	width:80px;
	display:inline-block;
}
/*-------------------------------------------------
 inner Style
-------------------------------------------------*/
.box {
	position:relative;
	background:rgba(255,255,255,1);
	margin:10px;
	padding:15px;
	box-shadow:0 0 5px #999;
}
.flow {
	position:relative;
}
.arrow-flow {
	width:100%;
	height:30px;
	background:url(../img/arrow-down.png) top center no-repeat;
}
.box h3 {
	margin:20px 0 0 0;
	font-weight:900;
	text-align:center;
}
.box h4.label {
	display:block;
	font-size:1.2em;
	font-weight:700;
	color:#FFF;
	borer-radius:0;
	background:#aaa;
	width:200px;
	margin:0 auto;
}
.box.ygreen {
	border:3px solid #22AC38;
}
.box.ygreen h3 {
	color:#22AC38;
}
.box.ygreen h4.label {
	background:#22AC38;
}
.box.emerald {
	border:3px solid #299FA2;
}
.box.emerald h3 {
	color:#299FA2;
}
.box.emerald h4.label {
	background:#299FA2;
}
.box.blue {
	border:3px solid #4290BD;
}
.box.blue h3 {
	color:#4290BD;
}
.box.blue h4.label {
	background:#4290BD;
}
span.circle {
	display:inline-block;
	width:70px;
	height:70px;
	background:#069;
	font-size:0.8em;
	padding:25px 5px 5px;
	color:#FFF;
	text-align:center;
	border-radius:50%;
	font-weight:700;
}
/*-------------------------------------------------
各ページ
-------------------------------------------------*/
table.table {
	width:100%;
	margin:0 0 20px 0;
	border:none;
	background:transparent!important;
	border-top:1px solid #ccc;
}
table.table tr, table.table th, table.table td {
	background:transparent!important;
	padding:15px 0;
}
/*-------------------------------------------------
テーブル
-------------------------------------------------*/
table td:nth-child(even), table td:nth-child(odd), table th:nth-child(even), table th:nth-child(odd) {
	background-color:#FFF!important;
	vertical-align:middle;
}
body.curriculum table.table {
	border:1px solid #ccc;
	margin-bottom:15px;
}
table.table th, table.table td {
	border-bottom:1px solid #ccc;
	font-size:0.9em;
	padding:15px 5px;
}
body.curriculum table.table th, body.curriculum table.table td {
	border-bottom:1px solid #ccc;
}
table.table th {
	vertical-align:middle;
	text-align:left;
}
table.table th.border {
	border-bottom:3px solid #aaa;
	text-align:center;
}
table.table-bordered {
	border-collapse:collapse;
}
table.table-bordered th, table.table-bordered td {
	padding:15px;
	border:1px solid #ccc;
	font-size:0.9em;
}
table.table-bordered thead th {
	background:#2ab79e!important;
	color:#FFF;
}
table.table-bordered.table-color2 thead th {
	background:#f6846e!important;
	color:#FFF;
}

table.table-bordered tbody th {
	background:#e1f6f2!important;
	text-align:left;
}
table.table-bordered.table-color2 tbody th {
	background:#faeeeb!important;
	text-align:left;
}
/*-------------------------------------------------
 サイドバー
-------------------------------------------------*/

#secondary .inner {
}
#secondary .inner .widget {
	margin-bottom:20px;
}
#secondary .inner .widget h3.widget-title {
	padding-bottom:20px;
	border-bottom:2px solid #000;
	font-size:1.25em;
}
#secondary .inner .widget h3.widget-title span {
	font-size:0.6em;
	padding:0 7px;
}
#secondary .inner .widget ul li {
	margin-bottom:2px;
}
#secondary .inner .widget ul li a {
	display:block;
	padding:10px;
	background:#f4f4f4;
	margin-bottom:2px;
	text-decoration:none;
	color:#888;
	font-size:0.9em;
}
/*-------------------------------------------------
 Home
-------------------------------------------------*/
#mainvisual {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:10;
}
#mainvisual article{
	position:absolute;
	top:25%;
	width:100%;
	text-align:center;
}
h4.catch {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #4fb9b8;
    font-size: 1.4em;
}
h1.slidetitle {
    font-size: 1.4em;
    text-align: center;
    color: rgba(0,0,0,0.7);
    font-weight: bold;
}
#mainvisual h1 span {
  width: 100%;
  float: left;
  font-size:0.7em;
  font-weight:700;
  color: rgba(0,0,0,0.6);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  transform: translateY(-50px);
  opacity: 0;
  animation-name: titleAnimation;
  animation-timing-function: ease;
  animation-duration: 4s;
}
#mainvisual h2 span {
  width: 100%;
  float: left;
  font-size:0.65em;
 	color: rgba(0,0,0,0.7);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  transform: translateY(-50px);
  opacity: 0;
  animation-name: titleAnimation2;
  animation-timing-function: ease;
  animation-duration: 4s;
}

#mainvisual h1 span {
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  margin-top:50px;
}
.sub{
	display:none;
}

#mainvisual h2 {
}
#mainvisual h2 span {
  animation-delay: 5.1s;
  -webkit-animation-fill-mode: forwards;
}
#mainvisual h2 span:first-child {
	
  margin-top:-0;
  animation-delay: 5.2s;
}
#mainvisual h2 span:last-child {
	margin-top:0;
  animation-delay: 5.5s;
  color: rgba(0,0,0,0.7);
}

@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  60% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}
@keyframes titleAnimation2 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  
}


h4.entry-title {
	color:#f5653e;
}
h3.slidesubtitle {
	position:absolute;
	top:20%;
	width:100%;
	text-align:center;
	font-weight:700;
	color:#8db909;
}
h3.slidesubtitle span {
	display:inline-block;
	padding:3px 35px;
	background:#008131;
	color:#FFF;
	text-align:center;
	font-size:0.8em;
}

header .menu-container {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:60px;
	background:rgba(79,185,184,0.95);
}
header .menu-container .menu{
	padding-top:10px;
}
header .menu-container .logo{
	float:left;
}
.menu-container:after {
	display:block;
	content:'';
	clear:both;
}
#mainvisual .menu-container.fixedTop {
	position: fixed;
	top: 0;
	left: 0;
	height:auto;
	animation-duration: 0.8s;
	animation-name: fadeIn;
	width:100%;
	max-width:100%;
	z-index:100;
	background:rgba(79,185,184,0.95);
	box-shadow:0 0 3px #ccc;
	margin:0;
	height:60px;
}

#mainvisual .menu-container .menu ul {
	margin:0;
	padding:10px 0;
}
#contents {
	position:absolute;
	top:500px;
	width:100%;
	z-index:1;
}
#sec01 {
	padding:80px 0;
}
#sec02 {
	background:url(../img/home/homeBg2.jpg) 50% 100% repeat fixed;
	background-size:cover;
	padding:100px 0;
}
#sec03 {
	background:url(../img/home/homeBg3.jpg) 50% 100% repeat fixed;
	background-size:cover;
	padding:100px 0;
}
#sec03 .set {
	margin-bottom:30px;
}
#sec03 .grid {
	margin-bottom:20px;
}
#sec03 .tableframe {
	background:#65b300;
	padding:7px;
	border-top:	1px solid #444;
	border-bottom:1px solid #444;
	margin-bottom:5px;
}
#sec03 .tableframe h4 {
	color:#FFF;
}
#sec04 {
	background:url(../img/home/homeBg4.jpg) 50% 100% repeat fixed;
	background-size:cover;
	padding:100px 0;
}
/*-------------------------------------------------
 layout
-------------------------------------------------*/
.visual {
	position:relative;
}
.visual article {
	position:absolute;
	top:45%;
	width:100%;
	text-align:center;
}
.visual article h2{
	color:#FFF;
	display:inline-block;
	text-shadow:1px 1px 1px #000;
}
/*-------------------------------------------------
 service
-------------------------------------------------*/
#service01 {
	background:url(../img/mainvisual_service01.jpg) center top fixed;
	background-size:contain;
	padding:50px 0;
	min-height:300px;
}
#service02 {
	background:url(../img/service_bg1.jpg) 50% 100% repeat fixed;
	background-size:cover;
	padding:180px 0 100px 0;
}
 @media(min-width:961px) {
#service01 {
	background-size:2000px 800px;
	min-height:500px;
}
}
/*-------------------------------------------------
 photo box
-------------------------------------------------*/
.box {
	position:relative;
}

/*-------------------------------------------------
header
-------------------------------------------------*/
header {
	margin:0 auto;
	position:relative;
}
h1.logo {
	position:absolute;
	top:20px;
	left:10px;
}
/*-------------------------------------------------
 check
-------------------------------------------------*/
ul.check {
	margin:0 0 10px 0;
	padding:0;
}
ul.check li {
	padding:0.5em 0 0.5em 40px;
	background:url(../img/check.png) 0 8px no-repeat;
	background-size:30px;
}
ul.check.bd li {
	font-weight:700;
}
/*-------------------------------------------------
 sidr&accordion
-------------------------------------------------*/
a.accordion-title {
        line-height: 48px;
		 border: none;
		 font-size: 1rem;
}
a.accordion-title:hover {
        line-height: 48px;
		 border: none;
}
.accordion-title:before {
    position: absolute;
    top: 0;
    right: 1rem;
    margin-top: 0;
    content: "+";
}
.accordion-content {
    padding: .5rem;
    border: none;
	font-size:0.9em;
}
.accordion-content a{
   line-height:30px;
   border-bottom:1px solid #ccc;
}
.accordion-content a.last{
   border-bottom:none;
}

.sidr ul li {
    border:none;
	border-bottom:1px solid #ccc;
}
/*-------------------------------------------------
 subnav
-------------------------------------------------*/
ul.subnav{
	margin:0;
	padding:0;
}
ul.subnav li{

  border-bottom:1px solid #FFF;
}

ul.subnav li:first-child{
	padding:10px 7px;
	font-weight:700;
}
ul.subnav li:first-child span{
	font-size:0.7em;
}

ul.subnav li a{
	padding:7px;
	display:block;
	font-size:0.9em;
	color:#FFF;
	background:rgba(79,185,184,0.95);
}


/*-------------------------------------------------
nav
-------------------------------------------------*/

.menu-collapser {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
}
header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:2;
}
header .inner {
	margin:20px auto;
	padding:0;
	max-width:1060px;
	transition: all 300ms ease-in-out;
	animation-duration: 1s;
	animation-name: menuIn;
}
header .inner:after {
	display:block;
	content:'';
	clear:both;
}
h1.logo {
	font-size:0.95em;
	font-weight:400;
	text-align:center;
}
h1.logo span {
	display:block;
	text-align:center;
}
h1.logo img {
	max-width:240px;
}
.menubar {
	padding-left:10px;
	text-align:left;
	width:100%;
}
.fixedTop {
	position: fixed;
	top: 0;
	left: 0;
	height:auto;
	animation-duration: 0.8s;
	animation-name: fadeIn;
	width:100%;
	max-width:100%;
	z-index:1000;
	background:rgba(79,185,184,0.8);
	box-shadow:0 0 3px #ccc;
	margin:0;
}
 @keyframes menuIn {
 0% {
 transform:translate(0, -600px);
}
 50% {
}
 100% {
 transform:translate(0, 0);
}
}
 @keyframes menuColor {
 0% {
 background: rgba(255,255,255,0.7);
}
 50% {
}
 100% {
 background: rgba(0,0,0,0.8);
}
}
#mailmag {
	position:fixed;
	top:90px;
	right:0;
	animation:btnin ease 1s;
	z-index:2;
}
#mailmag_sp {
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:2;
}
 @keyframes btnin {
 0% {
 right:-40px;
}
 100% {
 left:0;
}
}

/*-------------------------------------------------
 breadcrumbs
-------------------------------------------------*/
.breadcrumbs li {
    font-size: 0.8em;
}

/*-------------------------------------------------
 fixedButton
------------------------------------------------*/
#fixedButton {
	 display: none;
}


/*-------------------------------------------------
 tab
-------------------------------------------------*/
.tabs-content {
    border: none!important;
    background: transparent!important;
}
.tabs-title>a {
    display: block;
    padding: .7em;
    font-size: 0.9em;
    line-height: 1;
    color: #3aabd2;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: #3aabd2;
    color: #FFF;
	font-weight:bold;
}

.tabs-content h4.entry-title {
    color: #2ab79e;
}

/*-------------------------------------------------
 footer
-------------------------------------------------*/
footer ul {
	margin:0;
}
footer ul ul{
	margin:0 0 0 1em;
}

/*-------------------------------------------------
 responsive
-------------------------------------------------*/
 @media only screen and (max-width: 640px) {
#mainvisual {
	max-height:450px;
	overflow:hidden;
}
p.lead {
	font-size:1.1em;
	padding-left:10px;
	padding-right:10px;
}
img.smallImage {
	padding:0 50px;
}
table.transform th, table.transform td {
	display:block;
 width:100&;
	border:none;
}
.menu-collapser {
	background-color: transparent;
}
.menu .show-on-mobile {
    display: none;
}
.sub{
	display:block;
}
.sub h2{
	padding:5px 10px;
}

.sub .menu-container.fixedTop {
	position: fixed;
	top: 0;
	left: 0;
	height:auto;
	animation-duration: 0.8s;
	animation-name: fadeIn;
	width:100%;
	max-width:100%;
	z-index:100;
	background:rgba(79,185,184,0.95);
	box-shadow:0 0 3px #ccc;
	margin:0;
	height:60px;
}

}
 @media only screen and (max-width: 768px) {

#mainvisual .logo-mobile{
	position:absolute;
	top:10px;
	left:10px;
}
#mainvisual h1 span:first-child {
  margin-top:20px;
}
.menu .show-on-mobile {
    display: block;
    background: rgba(79,185,184,0.95);
    margin-top: 15px;
}
.menu-button{
	display:block;
	position:fixed;
	top:5px;
	right:10px;
	z-index:10000;
}
a.menu-button{
	color:#FFF;
	font-size:2em;
}
.box .mark {
	width:60px;
	height:60px;
	border-radius:50%;
	position:absolute;
	font-size:0.9em;
	font-weight:bold;
	line-height:4;
	text-align:center;
	background:#4fb9b8;
	color:#FFF;
	top:5px;
	left:5px;
}
.box .label{
	display:block;
	margin-bottom:6px;
}
h4.entry-title {
	font-size:1.1em;
}

}
 @media(min-width:641px) {
#mainvisual {
	max-height:600px;
	overflow:hidden;
}
#mainvisual article{
	top:18%;
	width:100%;
}
#mainvisual .menu-container {
	position:absolute;
	height:60px;
	bottom:0;
	width:100%;
	background:rgba(79,185,184,0.95);
}
#mainvisual .menu-container.fixedTop {
	position:fixed;
	height:60px;
	top:0;
	width:100%;
	background:rgba(79,185,184,0.95);
}
#mainvisual h3 {
	top:30%;
}
h4.catch {
    font-size: 2em;
}
h1.slidetitle {
    font-size: 2.2em
}

#contents {
	top:700px;
}
section {
	min-height:700px;
}
.logo {
	width:10%;
	float:left;
	padding:2px;
	text-align:center;
}
.menu {
	width:90%;
	float:left;
}
.menu > ul:before, .menu > ul:after {
	display: none!important;
}
#mainvisual h1 span{
    font-size: 0.6em;
}

h2 {
	font-size:2em;
}

h2.title span{
	font-size:0.8em;
}

section h3 {
	font-size:1.5em;
}
section h3 span {
	font-size:0.7em;
}
ul.subnav li a:hover{
	margin-left:-20px;
}

}
 @media(min-width:769px) {
#mainvisual {
	max-height:600px;
	overflow:hidden;
}
#mainvisual h2 span {
  font-size:0.9em;
}
.menu-button{
	display:none;
}
#contents {
	top:700px;
}
#sec03 .text {
	padding:7px;
}
#sec03 .grid {
	border-bottom:1px solid #444;
	border-left:1px solid #444;
	margin-bottom:0;
}
#sec03 .grid.end {
	border-right:1px solid #444;
}
#sec03 .set {
	margin-bottom:0;
}
.menu > ul > li span {
	display:block;
	font-size:0.7em;
	color:#FFF;
}
.box .mark {
	width:60px;
	height:60px;
	border-radius:50%;
	font-size:0.9em;
	font-weight:bold;
	line-height:4;
	text-align:center;
	background:#4fb9b8;
	color:#FFF;
	position:absolute;
	top : -webkit-calc(50% - 30px) ;
   top : calc(50% - 30px) ;
	left:10px;
}
ul.subnav{
	position:absolute;
	width:240px;
	right:0;
	top:460px;
	margin:0;
}
#about02 ul.subnav{
	width:180px;
}
#fixedButton {
	display:block;
	z-index:1000;
}
ul#rightmenu {
	margin: 0;
	padding: 0;
	position: relative;
}
ul#rightmenu li {
	list-style: none;
	background: #f6846e;
	margin-bottom: 5px;
	width:170px;
	height: 45px;
	margin-right: -133px;
	transition: all linear 0.3s;
	z-index:100;
}
ul#rightmenu li:hover {
	margin-right: 0px;
}
ul#rightmenu li a {
	display:block;
	padding:10px;
	color:#FFF;
}
ul#rightmenu li:nth-child(1) {
	position: fixed;
	top:71px;
	right:0;
}
ul#rightmenu li:nth-child(2) {
	position: fixed;
	top:111px;
	right:0;
}


}
@media(min-width:841px) {
#mainvisual {
	min-height:800px;
}
.logo {
	width:7%;
	float:left;
	text-align:center;
}
.menu {
	width:93%;
	float:left;
}
h4.catch {
    font-size: 1.7em;
}
h1.slidetitle {
    font-size: 2.6em;
}
#mainvisual h1 span {
  margin-top:100px;
}

#mainvisual h2 span:first-child {
  margin-top:-30px;
}
.copy {
	margin-top:40px;
}
#sec01 {
	min-height:400px;
	padding:100px 0;
}
#sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08, #sec09, #sec10, #sec11, #sec12 {
	min-height:1000px;
	padding:100px 0;
}
#news {
	padding:120px 0;
}
.text-body {
	text-align:center;
}
section h4 {
	font-size:1.2em;
}
.box h3.boxTitle {
	font-size:1.2em;
}
.arrow-flow {
	position:absolute;
	width:20px;
	height:50px;
	top:5px;
	right:0;
	margin-right:-10px;
	background:url(../img/arrow_right.png) center center no-repeat;
}
#about02 ul.subnav{
	width:200px;
}
}
@media (min-width:63.9375em){
	table.table-bordered tbody th {
	width:25%;
}
table.table th {
	width:25%;
}
}
 @media (min-width: 961px) {
#contents {
	top:800px;
}
#mainvisual h3 {
	top:25%;
}


#about02 ul.subnav{
	width:240px;
}

}
 @media (min-width: 1081px) {
#contents {
	top:900px;
}
}
