@charset "utf-8";

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

h2, h3, h4, h5, ul, li, div {
    margin-block-start: 0em;
    margin-block-end: 0em;
	box-sizing: border-box;
	margin:  0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
}

a {
	color: #1aa6bf;
}

a:hover {
	color: #d4f0f5;
}

@media screen and (max-width:768px) { 

img {
	max-width: 100%;
}

}


header {
/*  padding: 20px;
*/  background: #1aa6bf;
  box-sizing: border-box;
}

main {
	overflow: hidden;
}



/*-----------------------------------
   common
-----------------------------------*/
.note {
	color: #b8d5da;
	text-indent: -1em;
	padding-left: 1em;
}

.note + p {
	margin: 20px 0 0;
}

.spOnly {
	display: none;
}
@media screen and (max-width:768px) { 
	.spOnly {
		display: block;
	}
}



/*-----------------------------------
   indx.html
-----------------------------------*/

/* mainvisual */

#mainvisual {
	width: 100%;
	height: 600px;
	background: #1aa6bf;
	position: relative;
}
#mainvisual .mainvisual_inner { 
	width: 1000px;
	margin: 0 auto;
}
#mainvisual .logoArea {
	width: 400px;
	margin: 0 auto;
	padding-top: 140px;
}
#mainvisual .scroll {
	color: #fff;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	position: absolute;
	top: 390px;
	left: 10%;
}
#mainvisual .scroll p {
	position: relative;
}
#mainvisual .scroll p:after {
	content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #fff;
    top: 70px;
    left: 10px;
}

@media screen and (max-width:768px) { 
#mainvisual .mainvisual_inner {
	width: 100%; 
}

#mainvisual .logoArea {
	width: 80%;
	text-align: center;
	padding-top: 130px;
}
#mainvisual .scroll {
	left: 10px;
}
}

/* news */

#news {
	margin: 30px 0 0;
}
#news .inner {
	width: 1000px;
	margin: 0 auto;
	border:1px solid #c1c1c1;
	padding:20px;
}
#news .inner p {
	font-size: 12px;
	text-align:center;
}

@media screen and (max-width:768px) { 
	#news {
		margin: 15px;
	}
	#news .inner {
		width: 100%;
		padding:15px;
	}
}


/* concept */

#concept {
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
}
#concept .conceptImg {
	width: 50%;
	float: left;
	padding-top: 50px;
}
#concept .conceptTxt {
	width: 50%;
	float: right;
	padding-top: 190px;
}
#concept .conceptTxt h3 {
	font-size: 26px;
	margin: 0 0 20px;
}
#concept .conceptTxt .en {
	color: #c1c1c1;
	margin: 10px 0 0;
}

@media screen and (max-width:768px) { 
#concept {
	width: 100%;
	padding: 0 20px;
}
#concept .conceptImg {
	width: 70%;
	float: none;
	margin: 0 auto;
}
#concept .conceptTxt {
	width: 100%;
	padding-top: 0px;
}
}



/* imgArea */

#imgArea {
	line-height: 0;
}

#imgArea ul {
	overflow: hidden;
    padding-inline-start: 0px;
/*	margin-bottom: 60px;
*/}

#imgArea li {
	float: left;
	width: 50%;
	list-style: none;
}
#imgArea li:nth-child(2n) {
	float: right;
}
#imgArea li img {
	width: 100%;
}

/* menuArea */

#menuArea {
	background: #d4f0f5;
	padding: 100px 0 0;
    overflow: hidden;
}
#menuArea section {
	width: 1000px;
	margin: 0 auto 150px;
	background: #FFF;
	padding: 140px 80px 80px 80px;
    box-sizing: border-box;
	position: relative;
}
#menuArea section h2 {
	text-align: center;
	position: absolute;
	top: -70px;
    left: 0;
}
#menuArea section h2 img {
	width: 50%;
}
#menuArea section h2:before {
	content: "";
	position: absolute;
	background: url(../img/menu_tit_s.png) no-repeat;
	background-size: contain;
    top: 130px;
    left: 50%;
    margin-left: -50px;
	width: 100px;
    height: 50px;
	
}
#menuArea section p {
	margin: 40px 0;
}
#menuArea section .menuArea_link {
	background: url(../img/top/menu_link_icon.png) no-repeat;
	background-size: contain;
	width: 43px;
	height: 49px;
	position: absolute;
	bottom: 40px;
	right: 80px;
}
#menuArea section .menuArea_link a {
	color: #754c24;
	font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    right: 80px;
    border-bottom: 1px solid #754c24;
    width: 200px;
    padding: 2px 20px;
    text-align: right;
	letter-spacing: 5px;
}
#menuArea section .menuArea_link a:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 12px;
    border-color: transparent transparent transparent #754c24;
    bottom: 0px;
    right: 0px;
    position: absolute;

}

@media screen and (max-width:768px) { 
#menuArea {
	padding: 100px 20px;
}
#menuArea section {
	width: 100%;
	padding: 110px 20px;
}
#menuArea section h2 {
	top: -60px;
}
#menuArea section h2:before {
	top: 100px;
}
#menuArea section .menuArea_link {
	right: 20px;
}
}

@media screen and (max-width:414px) { 
#menuArea {
	padding: 60px 20px;
}
#menuArea section {
	padding: 110px 20px;
	margin: 0 auto 90px;
}
#menuArea section:last-child {
	margin: 0 auto;
}
#menuArea section h2 {
	top: -50px;
}
#menuArea section h2 img {
	width: 90%;
}
#menuArea section h2:before {
	top: 80px;
}
#menuArea section .menuArea_link a {
	right: 60px;
	width: 100px;
}
}



/* access */

#access .access_inner {
	padding: 100px 0;
}
#access .access_inner h3 {
	color: #666;
	font-size: 48px;
	text-align: center;
	margin: 0 0 40px;
}
#access .access_inner dl {
	width: 370px;
    margin: 0 auto;
    overflow: hidden;
	display: table;
}
#access .access_inner dt,
#access .access_inner dd {
	display: table-cell;
}
#access .access_inner dt {
	font-size: 24px;
	font-weight: bold;
	width: 100px;
}
#access .access_inner p {
	text-align: center;
}
#access .appBox {
	width: 370px;
	margin: 20px auto;
	overflow: hidden;
}
#access .appBox ul {
	width: 150px;
	margin: 0 auto;
	overflow: hidden;
}
#access .appBox li {
	float: left;
	width: 60px;
	margin: 0 15px 0 0;
}
#access .appBox li img {
	width: 100%;
}

@media screen and (max-width:414px) { 

#access .access_inner {
    padding: 60px 20px;
}
#access .access_inner h3 {
	margin: 0 0 20px;
}
#access .access_inner dl,
#access .appBox {
	width: 100%;
}
}


/*-----------------------------------
   共通
-----------------------------------*/

/* footer */

footer {
	width: 100%;
	height: 650px;
	background: url(../img/footer_bg.png) no-repeat center center;
	background-size: cover;
}
footer .footer_inner {
	padding: 100px;
	height: 100%;
}
footer .footer_inner .footer_logo {
	width: 300px;
}
footer .footer_inner .footer_logo img {
	width: 100%;
}
footer .footer_inner .copyright {
	color: #fff;
	    margin: 220px 0 0;
}

@media screen and (max-width:414px) { 

footer {
	height: 320px;
    background: url(../img/footer_bg.png) no-repeat center right;
	background-size: cover;
}
footer .footer_inner {
	padding: 20px;
}
footer .footer_inner .footer_logo {
    width: 200px;
    padding: 20px 0 0;
}
footer .footer_inner .copyright {
	margin: 40px 0 0;
	text-align: center;
}

}

#header {
	width: 100%;
	height: 160px;
	background: #1aa6bf;
}
#header .header_logo {
    width: 160px;
    margin: 0 auto;
    padding: 20px 0;
}
#header .header_logo img {
	width: 100%;
}

#mainImg  {
	width: 100%;
	height: 500px;
	overflow: hidden;
	    margin: 0 0 60px;
}
#mainImg img {
	width: 100%;
	height: auto;
}


.tit {
	color: #fbee03;
    text-align: center;
    font-size: 70px;
	font-weight:400;
    letter-spacing: 10px;
}

.content {
	width: 100%;
}
.content_inner {
	width: 1000px;
	margin: 0 auto 60px;
}

@media screen and (max-width:414px) { 
#header {
	height: 100px;
}
#header .header_logo {
    width: 100px;
}
.content_inner {
	width: 100%;
	padding: 0 20px;
}
}

.appBtn {
	width: 300px;
	margin: 50px auto 0;
}
.appBtn a {
	display: block;
	background: #1aa6bf;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	text-align: center;
}
.appBtn a:hover {
	opacity: 0.8;
}
@media screen and (max-width:414px) { 
.appBtn {
	width: 70%;
}
}