@charset "UTF-8";

/* =========================================================
reset
========================================================= */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
i {
	font-family: 'ionicons';
	font-style: normal;
}


/* =========================================================
base
========================================================= */
html {
    overflow-y: scroll;
	 overflow-x: hidden;
    min-height: 1000px;
}
body {
	color: #000;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font:14px/1.8 YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	font-weight: 400;
		-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-height: 900px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* link */
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a img {
	-webkit-transition: opacity, 300ms;
	transition: opacity, 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
img {
	max-width: 100%;
}
.tel-link {
	cursor: default;
	pointer-events: none;
	color: #000;
}

@media screen and (max-width: 768px) {
.tel-link {
	pointer-events: auto;
}
}
/* clear */
.cf {
 *zoom: 1;
}
.cf::before, .cf::after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* sppc */
.only-pc {
	display: block;
}
.only-sp {
	display: none;
}

@media screen and (max-width: 768px) {
.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
}

/* =========================================================
animation
========================================================= */

.fadeOut {
    -webkit-animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
}
.fadeIn {
    -webkit-animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); }}
@keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); transform: translate(0px,0px); }}
@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); }}
@keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); transform: translate(10px,0px); }}

@keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* =========================================================
 Layout 
========================================================= */
header {
    height: 75px;
    position: relative;
}

footer {
}
 
main {
  margin:0 80px;
	animation: bodyFadeIn 1s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 1s ease 0s 1 normal;

}
.article-wrap {
    clear: both;
	  position: relative;
	padding: 80px 0;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
.inner-mini{
    width: 800px;
    margin: 0 auto;
}
.pic-wrap {
	
}
.text-wrap{
	
}
.aside-wrap{
	
}
.w-herf {
	width: 50%;
}
.w-thrd {
	width: 33%;
}
.w-quarter {
	width: 25%;
}
.grid-herf li {
	width: 48%;
	margin-right: 3%;
	float: left;
}
.grid-herf li:nth-child(2n) {
	margin-right: 0%;
}

.grid-thrd li {
    width: 30.5%;
	float: left;
    margin-right: 4%;
	position: relative;
}
.grid-thrd li img {
	width: 100%;
}
.grid-thrd li:nth-child(3n) {
	margin-right: 0%;
}

.grid-quarter li {
    width: 23%;
	float: left;
    margin-right: 2%;
	position: relative;
}
.grid-quarter li img {
	width: 100%;
}
.grid-quarter li:nth-child(4n) {
	margin-right: 0%;
}
.grid-fifth li {
    width: 18.3%;
    float: left;
    margin-right: 1.7%;
    position: relative;
}




.list-cycle li:before {
	font-size: 10px;
	content: "●";
	padding-right: 4px;
}
.list-cycle li {
	padding-left: 1em;
	text-indent: -1em;
}
.list-cycle dd:before {
	font-size: 14px;
	content: "・";
	padding-right: 4px;
}
.list-cycle dd {
    padding-left: 1em;
    text-indent: -1em;
}
.reft {
	float: left;
}
.right {
	float: right;
}
/* text */

.article-title{
	    font-size: 18px;
    letter-spacing: 0.2em;
	 writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl; 
	position: absolute;
      top: -70px;
    left: 110px;
}
.article-title-en{
font-size: 50px;
	 writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl; 
	position: absolute;
      top: -70px;
    left: 40px;
}
.sec-title{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-subtitle{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-leadcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-subcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.aside-title{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


.sub-title {
	
}

.sup {
	font-size: 10px;
}

.line100{
	background: #000;
	height: 1px;
	width: 100px;	
}
.en-bold{
font-family: futura-pt, sans-serif;
}
.jp-bold{
font-family: a-otf-futo-go-b101-pr6n, sans-serif;
}
.serif{
font-family: ten-mincho-text,serif;
font-weight: 400;
font-style: normal;
}

/* adobe webfont 読込遅延*/
.en-bold {
  visibility: hidden;
}
.wf-active .en-bold {
  visibility: visible;
}
.jp-bold {
  visibility: hidden;
}
.wf-active .jp-bold {
  visibility: visible;
}

.copy p {
    line-height: 36px;
    letter-spacing: 0.1em;
}
/* =========================================================
module
========================================================= */

/* breadcrumb */

#breadcrumb {
    margin-top: 20px;
    height: 48px;
}
#breadcrumb ul {
float: right;
}
#breadcrumb ul li {
    display: inline;
    position: relative;
    padding-right: 15px;
	    font-size: 12px;
}
#breadcrumb ul li.current {
    padding-right: 0px;
}
#breadcrumb ul li:after {
    content: ">";
    font-size: 72%;
    top: 0px;
    right: 2px;
    position: absolute;
}
#breadcrumb ul li.current:after {
	padding-left: 0;
	content: "";
}

/* moldal menu */

.menu-btn {
position: fixed;
    top: 26px;
    right: 25px;
    cursor: pointer;
    z-index: 100;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
display: block;
    width: 600px;
    margin: 0 auto;
}

.menu li {
	opacity: 0;
	color: #fff;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}

.open .menu li {
	opacity: 1;
	transform:translateY(15px);
}

.open .menu li:nth-child(1) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1).5s;
}

.open .menu li:nth-child(2) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
}

.open .menu li:nth-child(3) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
}

.open .menu li:nth-child(4) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index: 99;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
position: relative;
    width: 28px;
    height: 22px;
    z-index: 100;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #101010;
    border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.open .menu-trigger span {
    background-color: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/*タブ*/
.tabs {

}

.tab_item {
       width: 32.2%;
    height: 60px;
    background-color: #d9d9d9;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 0.5%;
    cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
padding: 0;
    clear: both;

}
#course01_content,
#course02_content,
#course03_content {
  display: none;
}
#course01:checked ~ #course01_content,
#course02:checked ~ #course02_content,
#course03:checked ~ #course03_content {
  display: block;
}
.tabs input:checked + .tab_item. {
  background-color: #5ab4bd;
  color: #fff;
}

/* =========================================================
common
========================================================= */
 header h1 {
    font-size: 14px;
    position:absolute;
        top: 25px;
    right: 85px;
    letter-spacing: 0.08em;
}

#side-logo {
    position: fixed;
    top: 20px;
	left:17px;
}
 header .line100 {
    position: absolute;
    top: 74px;
    right: 80px;
}
footer {
    margin: 80px 0;
    text-align: center;
}
.fb-wrap {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 50px;
}

footer .footer-logo {
    width: 400px;
    margin: 0 auto 30px;
}
footer p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
}

.nav-logo {
    width: 200px;
    margin: 30px auto;
}

.nav-title {
    width: 200px;
    margin: 30px auto 0;
}

.menu ul {
    display: block;
    width: 350px;
    margin: 0 auto;
}
.menu li a {
    display: block;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #44474b solid 1px;
    color: #fff;
    padding-left: 15px;
}
.menu-title {
    font-size: 12px;
    margin-top: 20px;
}




@media screen and (max-width: 1080px) {
	
.inner {
    width: 85%;
    padding-left: 0px;
    margin: 0 auto;
	}
	
	
}


@media screen and (max-width: 800px) {
#side-logo {
    position: fixed;
    top: 20px;
    left: 15px;
    width: 30px;
}
header {
    height: 60px;
    position: relative;
}	
	header h1 {
    font-size: 12px;
    position: absolute;
    top: 22px;
    right: 85px;
    letter-spacing: 0.08em;
}
	.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
}
main {
    margin: 0 60px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
}
	#breadcrumb ul li {
    display: inline;
    position: relative;
    padding-right: 15px;
    font-size: 10px;
}
	header .line100 {
    position: absolute;
    top: 60px;
    right: 60px;
}#breadcrumb {
    margin-top: 15px;
    height: 40px;
}
	.inner {
    width: 90%;
    padding-left: 0px;
    margin: 0 auto;
}
	.article-title-en {
    font-size: 36px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: -60px;
    left: 20px;
}
	.article-title {
    font-size: 15px;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: -60px;
    left: 75px;
}
	
	
	
	}
	
	@media screen and (max-width: 600px) {
		
		main {
    margin: 0 0px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
}
		#side-logo {
    position: fixed;
    top: 20px;
    display: none;
    left: 15px;
    width: 30px;
}
		header h1 {
    font-size: 12px;
    position: absolute;
    top: 22px;
    display: none;
    right: 85px;
    letter-spacing: 0.08em;
}header .line100 {
    position: absolute;
    top: 60px;
    display: none;
    right: 60px;
}
	#breadcrumb {
    margin-top: 15px;
    height: 40px;
    display: none;
}	
	.article-title-en {
    font-size: 26px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top:30px;
    left: 20px;
}	
		.article-title {
    font-size: 13px;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    left: 60px;
}
		
		.w-herf {
    width: 100%;
}
		.right {
    float: none;
}
		.grid-thrd li {
    width: 100%;
    float: none;
    margin-right: 0;
    position: relative;
}
		
	header {
    height: 0px;
    position: relative;
}	
		#siteid {
    top: -50px;
    position: absolute;
    z-index: 2;
    left: 50px;
    width: 100px;
    display: none;
}
		
		
}