@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

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;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
img {
	width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	text-decoration:none;
	outline:none;
    color: #333;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:baseline;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance:none;
	border-radius:0;
    font-family: 'Sawarabi Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
    border: none;
}
.clearfix:after {
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.floatL {
	float:left;
	display:inline;
}
.floatR {
	float:right;
	display:inline;
}
.alignCenter {text-align:center;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.valignTop {vertical-align:top;}
.valignMiddle {vertical-align:middle;}
.valignBottom {vertical-align:bottom;}
.bold { font-weight:bold; }
.red { color: #c80000; }
sup {vertical-align: super; font-size: 80%; }

.pcon { display:block; }
.spon { display:none; }
@media only screen and (max-width:750px){
.pcon { display:none; }
.spon { display:block; }
}


/* html
-------------------------------------------------*/
body {
	overflow-x: hidden;
}

/* body
-------------------------------------------------*/
body {
	font-family: 'Sawarabi Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-size: 14px;
	line-height: 1.65;
	color: #333;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* #wrapper
-------------------------------------------------*/
#wrapper {
	width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

/* inner
-------------------------------------------------*/
.inner {
	max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

/* #header
-------------------------------------------------*/
#header {
    width: 100%;
	max-width: 1024px;
    height: 96px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#header .hlogo {
	width: 234px;
    position: absolute;
    left: 0;
    top: 33px;
}
#header .hnav {
    position: absolute;
    right: 0;
    top: 33px;
}
#header .hnav ul li {
    display: inline-block;
    margin-left: 28px;
}
#header .hnav ul li a {
    font-size: 16px;
}
#header .hnav ul li.on a {
    color: #02adbd;
}
#header .hnav ul li:last-child a {
    display: block;
    background-color: #02adbd;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    color: #fff;
    border-radius: 10px;
}

/* title
-------------------------------------------------*/
.headline1 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}
.headline1.lin {
    line-height: 1.4;
}
.headline2 {
    font-weight: normal;
    margin-bottom: 30px;
    color: #000;
}

/* linkArea
-------------------------------------------------*/
.linkArea {
	background: #e0e0e0;
	padding: 33px 0 22px;
	margin-bottom: 58px;
}
.linkArea ul {
	padding-left: 7.5%;
}
.linkArea ul li {
	min-width: 13.2%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 16px;
}
.linkArea ul li a.on {
	color: #02adbd;
}
.linkArea ul li.wid01 {
	min-width: 12.2%;
}
.linkArea ul li.wid02 {
	min-width: 17%;
}
.linkArea ul li .trigger {
	cursor: pointer;
	color: #333;
}
.linkArea ul li .trigger span {
	padding-left: 2px;
}
.linkArea ul li .trigger.open span {
	display: inline-block;
	transform:rotate(90deg);
}
.linkArea ul li div {
	width: 100%;
	display: none;
}
.linkArea ul li ul li {
	display: block;
	min-width: 100%;
	margin-bottom: 1px;
}
.linkArea.ce,
.linkArea.ce2 {
	text-align: center;
}
.linkArea.ce ul,
.linkArea.ce2 ul {
	padding-left: 0;
}
.linkArea.ce ul li {
	padding: 0 3%;
    min-width: inherit;
}
.linkArea.ce2 ul li {
	padding: 0 3%;
    min-width: inherit;
}

/* listBtn
-------------------------------------------------*/
.listBtn {
	padding-bottom: 6.6em;
}
.listBtn li {
	display: inline-block;
	vertical-align: top;
	padding-right: 2em;
}
.listBtn li.pr {
	padding-right: 1.55em;
	padding-top: 1.1em;
}
.listBtn li a {
	color: #02adbd;
}
.listBtn li span {
	transform: rotate(90deg);
	display: inline-block;
	vertical-align: middle;
	padding: 0 1.1em;
	font-size: 12px;
}
.listBtn li .blank {
	transform: rotate(0deg);
}
.listBtn.flex {
	display: flex;
    justify-content: space-between;
}
.listBtn.flex li {
	display: list-item;
    padding: 0;
}

/* link
-------------------------------------------------*/
.link {
    position: relative;
    padding-left: 1em;
}
.link::before {
    content: '▶︎';
    font-size: 0.75em;
    vertical-align: middle;
    position: absolute;
    top: 0.3em;
    left: 0;
}

/* #footer
-------------------------------------------------*/
#footer {
	width: 100%;
    background-color: #333;
    color: #fff;
    padding: 45px 0 35px;
}
#footer .box1 {
	padding: 0 0 55px 105px;
}
#footer .box1 .flogo {
    width: 230px;
}
#footer .box1 address {
    margin: 25px 0;
}
#footer .box1 a,
#footer .box2 a {
    color: #fff;
}
#footer .box1 a:hover,
#footer .box2 a:hover {
    color: #02adbd;
}
#footer .box2 {
	position: absolute;
    right: 90px;
    top: 0;
}
#footer .box2 .txt {
    margin: 20px 0;
}
#footer .fnav ul {
    font-size: 0;
    text-align: center;
}
#footer .fnav ul li {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    border-right: 1px solid #bfbfbf;
    padding-right: 12px;
    margin-right: 12px;
}
#footer .fnav ul li:last-child {
    border: none;
    background: url("../img/english.png") left center no-repeat;
    background-size: 11px auto;
    padding-left: 20px;
}
#footer .fnav ul li a {
    color: #bfbfbf;
}
#footer .fnav ul li a:hover {
    text-decoration: underline;
}
#footer small {
    font-size: 12px;
    color: #bfbfbf;
    display: block;
    text-align: center;
    padding-top: 10px;
}


@media only screen and (min-width:751px){
/* a
-------------------------------------------------*/
a:hover {
    color: #02adbd;
}
a.al:hover,
a.al:hover img {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	transition: opacity 400ms;
    text-decoration: none;
    cursor: pointer;
}

.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo17 { font-size: 17px; }
.fo18 { font-size: 18px; }
.fo19 { font-size: 19px; }
.fo20 { font-size: 20px; }
.fo27 { font-size: 27px; }
.fo24 { font-size: 24px; }
.fo30 { font-size: 30px; }
.fo35 { font-size: 35px; }

/* :hover
-------------------------------------------------*/
.listBtn li a:hover {
	color: #333;
}
}


@media only screen and (min-width:751px) and (max-width:1024px){
.fo12 { font-size: 1.171875vw; }
.fo13 { font-size: 1.2695312vw; }
.fo14 { font-size: 1.3671875vw; }
.fo15 { font-size: 1.4648437vw; }
.fo16 { font-size: 1.5625vw; }
.fo17 { font-size: 1.6601562vw; }
.fo18 { font-size: 1.7578125vw; }
.fo19 { font-size: 1.8554687vw; }
.fo20 { font-size: 1.953125vw; }
.fo24 { font-size: 2.34375vw; }
.fo27 { font-size: 2.6554687vw; }
.fo30 { font-size: 2.9296875vw; }
.fo35 { font-size: 3.4179687vw; }

/* body
-------------------------------------------------*/
body {
	font-size: 1.3671875vw;
}

/* #header
-------------------------------------------------*/
#header {
    height: 9.375vw;
}
#header .hlogo {
	width: 22.851vw;
    top: 3.222vw;
}
#header .hnav {
    top: 3.515625vw;
}
#header .hnav ul li {
    margin-left: 2.734375vw;
}
#header .hnav ul li a {
    font-size: 1.5625vw;
}
#header .hnav ul li:last-child a {
    height: 3.90625vw;
    line-height: 3.90625vw;
    padding: 0 1.171875vw;
    border-radius: 0.98vw;
}

/* title
-------------------------------------------------*/
.headline1 {
    margin-bottom: 4.8828vw;
}
.headline2 {
    margin-bottom: 2.9296vw;
}

/* linkArea
-------------------------------------------------*/
.linkArea {
	padding: 3.2vw 0 2.2vw;
	margin-bottom: 5.8vw;
}
.linkArea ul li {
	margin-bottom: 1.6vw;
}
.linkArea ul li ul li {
	margin-bottom: 1px;
}

/* listBtn
-------------------------------------------------*/
.listBtn li {
	padding-right: 1.95vw;
}
.listBtn li.pr {
	padding-right: 1.15vw;
}

/* #footer
-------------------------------------------------*/
#footer {
    padding: 4.3945vw 0 3.4179vw;
}
#footer .box1 {
	padding: 0 0 5.371vw 10.2639vw;
}
#footer .box1 .flogo {
    width: 22.46vw;
}
#footer .box1 address {
    margin: 2.4414vw 0;
}
#footer .box2 {
    right: 8.789vw;
}
#footer .box2 .txt {
    margin: 1.953125vw 0;
}
#footer .fnav ul li {
    font-size: 1.171875vw;
    padding-right: 1.171875vw;
    margin-right: 1.171875vw;
}
#footer .fnav ul li:last-child {
    background-size: 1.0742vw auto;
    padding-left: 1.953125vw
}
#footer small {
    font-size: 1.171875vw;
    padding-top: 0.9765625vw;
}
}


@media only screen and (max-width:750px){
/* body
-------------------------------------------------*/
body {
	font-size: 4vw;
}

/* #wrapper
-------------------------------------------------*/
#wrapper {
    padding-top: 16vw;
}
    
/* inner
-------------------------------------------------*/
.inner {
    width: 92%;
    margin: 0 auto;
}

/* #header
-------------------------------------------------*/
#header {
    height: 16vw;
    position: fixed;
    top: 0;
    background-color: #fff;
}
#header .hlogo {
	width: 40vw;
    left: 6vw;
    top: 4.2vw;
}
#header .hnav {
    display: none;
}
#header .hmenu {
	position: absolute;
	right: 5vw;
	top: 3vw;
	display: block;
	cursor: pointer;
	width: 10.266vw;
}
    
/* #gnav
-------------------------------------------------*/
#gnav {
	position: fixed;
	top: 0;
    right: -150vw;
	width: 80%;
    height: 100vh;
	z-index: 999;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#gnav .hmenu {
	position: absolute;
	right: 5vw;
	top: 3vw;
	display: block;
	cursor: pointer;
	width: 10.266vw;
}
#gnav .btn a {
    display: block;
    width: 37.33vw;
    height: 12.533vw;
    color: #fff;
    text-align: center;
    line-height: 12.533vw;
    background-color: #02adbd;
    margin: 6.5vw auto 30vw;
    border-radius: 3vw;
}
#gnav ul {
	width: 100%;
}
#gnav nav ul li a {
	display: block;
    height: 16vw;
    line-height: 16vw;
	border-bottom: 1px solid #808080;
    padding-left: 6.66vw;
}
#gnav ul li .acc {
	display: none;
    background-color: #e0e0e0;
}
#gnav ul li ul {
    display: inline-block;
    width: 43%;
    vertical-align: top;
    padding: 3vw 0;
}
#gnav ul li ul.wi {
    width: 55%;
}
#gnav ul li ul li a,
#gnav ul li ul li.space {
    font-size: 3.466vw;
    border: none;
    height: 12vw;
    line-height: 12vw;
}
#gnav ul li ul li.tit a span {
    background: url("../img/icon1.png") right center no-repeat;
    background-size: 2vw auto;
    padding-right: 4vw;
}
#gnav ul li ul li.tit a.on span {
    background: url("../img/icon2.png") right center no-repeat;
    background-size: 2vw auto;
    padding-right: 4vw;
    color: #333;
}
#gnav ul li ul li ul {
    display: block;
    width: 100%;
    padding: 0 0 0 1vw;
    box-sizing: border-box;
}
#gnav ul li ul li ul li a {
    display: block;
}
body.active {
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
body.active #gnav {
	-moz-transform: translateX(-150vw);
	-webkit-transform: translateX(-150vw);
	transform: translateX(-150vw);
}
.overLay {
 	position: fixed;
 	top: 0;
 	left: 0;
 	background-color: rgba(0,0,0,0.50);
 	width: 100%;
 	height: 100%;
	z-index: 998;
	display: none;
	cursor: pointer;
}

/* title
-------------------------------------------------*/
.headline1 {
    font-size: 5.2vw;
    margin-bottom: 5vw;
}
.headline2 {
    font-size: 4.8vw;
    margin-bottom: 3vw;
}

/* linkArea
-------------------------------------------------*/
.linkArea {
	display: none;
}

/* listBtn
-------------------------------------------------*/
.listBtn {
	padding-bottom: 3.5em;
}
.listBtn li,
.listBtn li.pr {
	display: block;
	padding: 0 0 1.3em;
	letter-spacing: -0.02em;
}
.listBtn li span {
	padding-right: 0!important;
	margin-top: -1em;
}
.listBtn li .blank {
    margin-top: 0;
}
.listBtn.flex {
	display: block;
}
.listBtn.flex li {
	display: block;
    padding: 0 0 1.3em;
	letter-spacing: -0.02em;
}

/* #footer
-------------------------------------------------*/
#footer {
    padding: 9vw 0 6vw;
    font-size: 3.466vw;
}
#footer .box1 {
	padding: 0 0 10vw;
}
#footer .box1 .flogo {
    width: 48.66vw;
}
#footer .box1 address {
    margin: 6.5vw 0 3.5vw;
}
#footer .box1 a,
#footer .box2 a {
    font-size: 4vw;
}
#footer .box1 a:hover,
#footer .box2 a:hover {
    color: #fff;
}
#footer .box2 {
	position: static;
}
#footer .box2 .txt {
    margin: 3.5vw 0 5.5vw;
}
#footer .fnav ul {
    text-align: center;
    padding-top: 9.5vw;
}
#footer .fnav ul li {
    font-size: 2.933vw;
    padding: 0 4vw;
    margin: 0 0 4.5vw;
}
#footer .fnav ul li:last-child {
    background-size: 2.4vw auto;
    padding-left: 4.2vw;
}
#footer .fnav ul li a {
    color: #bfbfbf;
}
#footer .fnav ul li a:hover {
    text-decoration: none;
}
#footer small {
    font-size: 2.933vw;
    padding-top: 0;
}

/* idPad
-------------------------------------------------*/
.idPad {
	padding-top: 16vw;
	margin-top: -16vw;
}
}