@charset "utf-8";

.home .mv{
	position:relative;
	background:url(../img/top/mv.jpg) no-repeat center center;
	height:100vh;
	background-size:cover;
}


.home .mv .read_txt{
	position: absolute;
	top: 210px;
	left: 10%;
	font-size: 55px;
	font-weight: 800;
}
.home .mv h1{
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
	margin:0 auto;
	text-align:center;
	z-index:9;
	width: 520px;
}

.home .area01{
	padding:100px 20px 160px 20px;
}

.home .area01 .box{
	width:1300px;
	margin:0 auto;
	position: relative;
	display: flex;
	flex-flow: row-reverse;
}

.home .area01 .box .txt,
.home .area02 .box .txt{
	font-size:20px;
	line-height:2em;
}

.home .area01 .txtbox{
	width: 50%;
	margin-right: 20px;
}

.home .area01 .box .img{
	width: 604px;
}

.home .area01 .box .img img{
	width: 100%;
}

.home h2.tit{
	color:#00AEC2;
	font-size:30px;
	padding:0 0 30px 0;
	line-height:1.6em;
	font-weight: 400;
} 

.home h2.tit span{
	color:#1f2048;
	font-size:140px;
	line-height:1em;
	font-weight: 400;
}

.home .area01 .box .btn{
	padding:90px 0 0 0;
}

.home .area01 .box .btn a{
	width:370px;
	background:url(../img/common/btn_arrow.png) no-repeat 90% center #00AEC2;
	background-size: 15px;
	box-sizing:border-box;
	border-radius:80px;
	line-height:80px;
	height:80px;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	padding:0 30px 0 0;
}
.home .area02 .box .btn a {
    width: 370px;
    background: url(../img/common/btn_arrow.png) no-repeat 90% center #00AEC2;
    background-size: 15px;
    box-sizing: border-box;
    border-radius: 80px;
    line-height: 80px;
    height: 80px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0 30px 0 0;
	margin-top:40px
}

.home .area01 .box .btn a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

.home .area02{
	padding:0 20px;
}

.home .area02 .box{
	max-width:1200px;
	margin:0 auto;
	position:relative;
	display: flex;
}

.home .area02 .box .img{
	width: 605px;
    margin-right: 60px;
}

.home .area02 .box .txtbox{
	width: 50%;
}

@media screen and (max-width: 1200px) {
	.home h2.tit span{
		color:#1f2048;
		font-size:100px;
		line-height:1em;
		font-weight: 400;
	}
	.home .area01 .box{
		width:100%;
	}
	
	.home .area01 .txtbox{
		width: 50%;
	}
	
	.home .area01 .box .img{
		width: 50%;
	}
	.home .area02 .box{
		width:100%;
	}

	.home .area02 .box .img{
		width: 50%;
		margin-right: 60px;
	}
}



.home .area03{
	padding:150px 0;
}

.home .area03 .box{
	width:100%;
	margin:0 auto;
	position:relative;
}

.home .area03 .box .bg{
	position:absolute;
	bottom: 234px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    z-index: -100;
    width: 830px;
}

.home .area03 .box .bg img{
	width: 100%;
}

.home .area03 .titbox{
	position:relative;
}

.home .area03 .titbox:before{
	content:"";
	position:absolute;
	height:120px;
	width:80%;
	top:-15px;
	left:0;
	background-color: #eeeeee;
}

.home .area03 .titbox .box_in{
	display:flex;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	align-items:center;
	position:relative;
}

.home .area03 .titbox h2{
	font-size:75px;
	color:#00AEC2;
}

.home .area03 .titbox .subtit{
	font-size:21px;
	font-weight:700;
	padding:0 0 0 20px;
}

.home .area03 .txtbox ul{
	padding:380px 0 0 0;
	display:flex;
	justify-content:space-between;
	width:825px;
	margin:0 auto;
}

.home .area03 .txtbox ul li{
	width: 240px;
}

.home .area03 .txtbox ul li dl dt{
	font-size:14px;
	color:#df9b39;
	font-weight:700;
}

.home .area03 .txtbox ul li:nth-child(2) dl dt{
	color:#00AEC2;
}

.home .area03 .txtbox ul li:nth-child(3) dl dt{
	color:#1f2048;
}

.home .area03 .txtbox ul li dl dd{
	font-size:30px;
	line-height:1.6em;
	font-weight:700;
}

.home .area03 .txtbox ul li .txt{
	font-size:14px;
	line-height:1.8em;
	text-align:justify;
	padding:5px 0 30px 0;
}

.home .area03 .txtbox ul li .btn a{
	font-size:18px;
	line-height:60px;
	height:60px;
	display:block;
	text-align:center;
	color:#fff;
	background:#df9b39;
	font-weight:500;
	position:relative;
}

.home .area03 .txtbox ul li:nth-child(2) .btn a{
	background:#00AEC2;
}

.home .area03 .txtbox ul li:nth-child(3) .btn a{
	background:#1f2048;
}

.home .area03 .txtbox ul li .btn a:after{
	content:"";
	position:absolute;
	background:url(../img/common/btn_arrow.png) no-repeat center center #df9b39;
	background-size: 15px;
	width:60px;
	height:60px;
	right:0;
	top:0;	
}

.home .area03 .txtbox ul li:nth-child(2) .btn a:after{
	background:url(../img/common/btn_arrow.png) no-repeat center center #00AEC2;
	background-size: 15px;
}

.home .area03 .txtbox ul li:nth-child(3) .btn a:after{
	background:url(../img/common/btn_arrow.png) no-repeat center center #1f2048;
	background-size: 15px;
}

.home .area03 .txtbox ul li .btn a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

.home .link_area{
	display:flex;
	padding:0 0 170px 0;
}

.home .link_area li{
	height:667px;
	width:50%;
	background:url(../img/top/link_bg01.jpg) no-repeat center center;
	background-size:cover;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	text-align:center;
}

.home .link_area li:nth-child(2){
	background:url(../img/top/link_bg02.jpg) no-repeat center center;
	background-size:cover;
}

.home .link_area li dl dt{
	font-size:75px;
	line-height:1.4em;
}

.home .link_area li dl dd.txt{
	font-size:30px;
	padding:10px 0 40px 0;
	font-weight:700;
}

.home .link_area li dd.btn a{
	display:block;
	width:320px;
	margin:0 auto;
	background:url(../img/common/btn_arrow02.png) no-repeat 90% center #fff;
	background-size: 15px;
	height:80px;
	line-height:80px;
	border-radius:80px;
	font-size:20px;
	color:#333333;
	font-weight:700;
}

.home .link_area li dd.btn a:hover{
	background:url(../img/common/btn_arrow.png) no-repeat 90% center #333333;
	background-size: 15px;
	color:#fff;
}
@media screen and (max-width: 800px) {
.home .mv{
	background:url(../img/top/sp/mv.jpg) no-repeat center center;
	background-size: cover;
}

.home .mv h1{
	width: 80%;
}

.home .area01{
	padding:60px 20px 0 20px;
}

.home .area01 .box{
	width:100%;
	display: block;
}

.home .area01 .txtbox{
	width: 100%;
}

.home .area01 .box .txt,
.home .area02 .box .txt{
	font-size:16px;
	line-height:2em;
	text-align:justify;
}

.home .area01 .box .img{
	position:static;
	text-align:center;
	width:80%;
	margin:0 auto 30px;
}

.home .area01 .box .img img{
	max-width:100%;
}

.home h2.tit{
	font-size:18px;
	padding:0 0 30px 0;
	line-height:1.6em;
}

.home h2.tit span{
	font-size:55px;
	line-height:1em;
}

.home .area01 .box .btn{
	padding:40px 0 0 0;
}

.home .area01 .box .btn a{
	width:280px;
	line-height:60px;
	height:60px;
	font-size:16px;
	margin:0 auto;
	padding:0 30px 0 0;
}

.home .area02{
	padding:60px 20px 0 20px;
}

.home .area02 .box{
	max-width:inherit;
	display: block;
}

.home .area02 .box .img{
	position:static;
	width:80%;
	margin:0 auto 30px;
}

.home .area02 .box .txtbox{
	width: 100%;
}


.home .area03{
	padding:60px 20px;
}

.home .area03 .box{
	max-width:inherit;
}

.home .area03 .box .bg{
	position:absolute;
	right:-20px;
	top:-25px;
}

.home .area03 .box .bg img{
	width:100%;
}

.home .area03 .titbox{
	position:relative;
	background:#fbfbfb;
}

.home .area03 .titbox:before{
	height:160px;
	width:100%;
	top:-15px;
	left:-20px;
}

.home .area03 .titbox .box_in{
	display:block;
	max-width:inherit;
}

.home .area03 .titbox h2{
	font-size:55px;
}


.home .area03 .titbox .subtit{
	font-size:16px;
	padding:0;
}

.home .area03 .txtbox ul{
	padding:160px 20px 0 20px;
	display:block;
	width:100%;
	box-sizing:border-box;
}

.home .area03 .txtbox ul li{
	width:100%;
	padding:0 0 40px 0;
}

.home .area03 .txtbox ul li h3{
	max-width:200px;
	margin:0 auto;
}

.home .area03 .txtbox ul li dl dt{
}

.home .area03 .txtbox ul li dl dd{
	font-size:30px;
	padding:0 0 0 0;
}

.home .area03 .txtbox ul li .txt{
	font-size:14px;
	line-height:1.8em;
	text-align:justify;
	padding:5px 0 30px 0;
}

.home .area03 .txtbox ul li .btn a{
	font-size:16px;
	line-height:50px;
	height:50px;
	padding:0 30px 0 0;
}

.home .area03 .txtbox ul li .btn a:after{
	width:50px;
	height:50px;
}

.home .link_area{
	display:block;
	padding:0 0 80px 0;
}

.home .link_area li{
	height:300px;
	width:100%;
}

.home .link_area li dl dt{
	font-size:45px;
	line-height:1.4em;
}

.home .link_area li dl dd.txt{
	font-size:20px;
	padding:10px 0 30px 0;
}

.home .link_area li dd.btn a{
	width:280px;
	height:60px;
	line-height:60px;
	font-size:18px;
}
}


/* product
-------------------------------------------------------------------*/
.kaso .mv{
	height:600px;
	color:#fff;
	position:relative;
}

.product .mv{
	background:url(../img/product/mv.jpg) no-repeat center center;
	background-size:cover;
}
.product .pmv1 {
    background: url(../img/product1/mv.jpg) no-repeat center center!important;
	background-size:cover!important;
}

.product .pmv2 {
    background: url(../img/product2/mv.jpg) no-repeat center center!important;
	background-size:cover!important;
}
.product .pmv3 {
    background: url(../img/product3/mv.jpg) no-repeat center center!important;
	background-size:cover!important;
}

.kaso .mv h1{
	width:1000px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top: 55%;
    -webkit-transform: translateY(-55%);
	font-size:30px;
	font-weight: 800;
}

.kaso .mv h1 span{
	font-size:140px;
	line-height:1em;
	padding:0 0 10px 0;
	display:block;
	font-weight: 400;
}

.product .mv h1{
	bottom:60px;
}

.kaso h2.tit{
	font-size:36px;
	font-weight:800;
	text-align:center;
	line-height:1.4em;
	color:#1f2048;
}

.kaso h2.tit span{
	display:block;
	color:#00AEC2;
	font-size:20px;
	font-weight: 400;
}

.kaso .box.wd{
	width:1000px;
	margin:0 auto;
	position:relative;
}

.product .area01{
	padding:135px 20px 265px 20px;
}

.product .area01 .box.wd,
.product .area02 .box.wd,
.product .area03 .box.wd{
	padding:90px 0 0 0;
}

.product .area01 .box.wd .img{
	width: 530px;
	position: absolute;
    left: 650px;
	top: 90px;
}
.product .area03 .box.wd .img{
    position: absolute;
    left: 650px;
	top: 90px;
}

.product .area01 .box.wd .img img{
	width:100%;
}
.product .area02 .box.wd .img img{
	width: 530px;
}
.product .area03 .box.wd .img img{
	width: 344px;
}

.product .area01 .box.wd .txt,
.product .area02 .box.wd .txt,
.product .area03 .box.wd .txt{
    font-size: 20px;
    line-height: 2em;
	width:580px;
	text-align:justify;
	color: #222222;
}

.product .area01 .box.wd .img02{
    width: 760px;
    padding-top: 100px;
    position: absolute;
    left: -150px;
}

.product .area02{
	position:relative;
	padding:260px 0 0 0;
}

.product .area02 .box.wd .txt{
	float:right;
}

.product .area02 .box .img {
    position: absolute;
    left: -200px;
    top: 90px;
}

.product .area02 .img02{
	text-align:right;
	padding:30px 0 0 0;
}

.product .area02 .img02 img{
	width: 700px;
	margin-right: 5%;
}

.product .area03{
	padding:135px 20px 80px 20px;
}

.product .area03 .img02{
	padding:40px 0 0 50px;
	width: 290px
}



@media screen and (max-width: 800px) {
.kaso .mv{
	height:500px;
}
	
		.home .area02 .box .btn a {
    width: 280px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 30px 0 0;
		margin-top:20px
}
	

.product .mv{
	background:url(../img/product/mv.jpg) no-repeat right center;
}

.kaso .mv h1{
	font-size:18px;
	padding:0 20px;
	width:100%;
	box-sizing:border-box;
}

.kaso .mv h1 span{
	font-size:60px;
	line-height:1em;
	padding:0 0 10px 0;
	display:block;
}

.kaso .mv h1{
	bottom:50px;
}

.kaso h2.tit{
	font-size:22px;
}

.kaso h2.tit span{
	font-size:16px;
}

.kaso .box.wd{
	width:100%;
}

.product .area01{
	padding:60px 20px 0 20px;
}

.product .area01 .box.wd,
.product .area02 .box.wd,
.product .area03 .box.wd{
	padding:40px 0 0 0;
}

.product .area01 .box.wd .img,
.product .area03 .box.wd .img{
    position:static;
	width:80%;
	margin:0 auto 30px;
	text-align:center;
}

.product .area01 .box.wd .img img,
.product .area02 .box.wd .img img,
.product .area03 .box.wd .img img{
	max-width:100%;
}

.product .area01 .box.wd .txt,
.product .area02 .box.wd .txt,
.product .area03 .box.wd .txt{
    font-size: 16px;
	width:100%;
}

.product .area01 .box.wd .img02{
    position:static;
	padding:20px 0 0 0;
}


.product .area02{
	padding:60px 20px 0 20px;
}

.product .area02 .box.wd .txt{
	float:none;
}

.product .area02 .box .img {
    position:static;
	width:80%;
	margin:0 auto 30px;
	text-align:center;
}

.product .area02 .img02{
	text-align:right;
	padding:30px 0 0 0;
	margin:0 -20px 0 0;
}

.product .area03{
	padding:60px 20px;
}

.product .area03 .img02{
	padding:20px 0 0 0;
	text-align:center;
	width:150px;
	margin:0 auto;
}
}
/* contact*/
.contact .mv h1{
	bottom:120px;
	color:#fff;
}

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

/* company
-------------------------------------------------------------------*/
.company .mv h1{
	bottom:120px;
	color:#fff;
}

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

.company .area01{
	padding:90px 20px 220px 20px;
	/*background:url(../img/company/area01_img.jpg) no-repeat right 200px;
	background-size: 780px;*/
}
.company .area01 .area01_bg{
	margin: 20px auto 0;
	width: 1000px;
	display: block;
}

.company .area01 .box{
	padding:120px 0 0 0;
}

.company .area01 .box h3{
	font-size:38px;
	color:#000;
	line-height:1.5em;
	font-weight:normal;
	padding:0 0 30px 0;
}

.company .area01 .box .txt{
	font-size: 20px;
    line-height: 2em;
    width: 580px;
    text-align: justify;
}

.company .area02{
	padding:0 20px;
}

.company .area02 .box{
	width:715px;
	margin:90px auto 0;
}

.company .area02 .box dl{
	display:flex;
	background:#f7fbfb;
	font-size:24px;
}

.company .area02 .box dl:nth-child(even){
	background:#eef7f6;
}

.company .area02 .box dl dt{
	padding:20px 20px 20px 40px;
	min-width:260px;
	box-sizing:border-box;
	border-right:3px solid #fff;
}

.company .area02 .box dl dd{
	padding:20px 20px 20px 40px;
}

.company .area02 .btn a {
    width: 400px;
    background: url(../img/common/btn_arrow.png) no-repeat 90% center #00AEC2;
	background-size: 15px;
    box-sizing: border-box;
    border-radius: 80px;
    line-height: 80px;
    height: 80px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
	margin:180px auto;
}

.company .area02 .btn a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

.company .area03 .map{
	padding:100px 0 160px 0;
}

.company .area03 iframe{
	border:none;
	width:100%;
	height:490px;
}

@media screen and (max-width: 800px) {
.company .mv h1{
	bottom:80px;
}

.company .area01{
	padding:60px 20px;
	/*background-image:url(../img/company/area01_img.jpg);
	background-color:rgba(255,255,255,0.8);*/
	background-position:center top;
	background-blend-mode:lighten;
}

.company .area01 .box{
	padding:60px 0 0 0;
}

.company .area01 .box h3{
	font-size:22px;
	padding:0 0 20px 0;
}

.company .area01 .box .txt{
	font-size: 16px;
    width:100%;
}

.company .area02{
	padding:60px 20px 0 20px;
}

.company .area02 .box{
	width:100%;
	margin:30px auto 0;
}

.company .area02 .box dl{
	display:flex;
	font-size:15px;
}


.company .area02 .box dl dt{
	padding:14px;
	min-width:150px;
	border-right:2px solid #fff;
}

.company .area02 .box dl dd{
	padding:15px;
}

.company .area02 .btn a {
    width: 280px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
	margin:60px auto;
}

.company .area03 .map{
	padding:60px 0 80px 0;
}

.company .area03 iframe{
	height:300px;
}
}

/* contact
-------------------------------------------------------------------*/
.contact,.thanks{
	position:relative;
}

.contact:after,
.thanks:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:600px;
	background: url(../img/contact/bg.png) repeat-x top center;
	background-size:cover;
	z-index:-1;
}

.contact .contents{
	padding:0 0 180px 0;
}

.contact h1.tit{
	font-size:36px;
	font-weight:800;
	padding:250px 0 0 0;
	text-align:center;
	line-height:1.4em;
	color: #1f2048;
}

.contact h1.tit span{
	display:block;
	color: #00AEC2;
	font-size:20px;
	font-weight: 400;
}

.contact_box{
	width:680px;
	margin:0 auto;
}

.contact_box .txtbox{
	padding:100px 0 0 0;
}

.contact_box .txtbox dl{
	padding:0 0 30px 0;
}

.contact_box .txtbox dl dt{
	color:#777777;
	font-size:18px;
	width:220px;
	display:table-cell;
	vertical-align:top;
	padding:12px 0 0 0;
}

.contact_box .txtbox dl dt.hissu:after{
	content:"*";
}

.contact_box .txtbox dl dd{
	width:460px;
	display:table-cell;
}

.contact input, .contact textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px;
    border:1px solid #bbbbbb;
    box-sizing: border-box;
    font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.contact input[type="submit"],
.contact input[type="button"]{
font-size:18px;
display:block;
color:#fff;
width:500px;
margin:30px auto 30px;
border:2px solid #bbbbbb;
background:#777777;
transition: all 0.3s;
padding: 15px;
-webkit-appearance: none;
font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
cursor: pointer;
box-sizing:border-box;
letter-spacing:0.2em;
outline:none;
}

.contact input[type="submit"]:hover,
.contact input[type="button"]:hover{
background:#fff;
color: #777777;
}

@media screen and (max-width: 800px) {
.contact:after,
.thanks:after{
	height:300px;
}

.contact .contents{
	padding:0 20px 80px 20px;
	background-color: #FFF;
}

.contact h1.tit{
	font-size:22px;
	padding:150px 0 0 0;
}

.contact h1.tit span{
	font-size:16px;
}

.contact_box{
	width:100%;
}

.contact_box .txtbox{
	padding:60px 0 0 0;
}

.contact_box .txtbox dl{
	padding:0 0 30px 0;
}

.contact_box .txtbox dl dt{
	font-size:16px;
	width:100%;
	display:block;
	padding:0 0 5px 0;
}

.contact_box .txtbox dl dd{
	width:100%;
	display:block;
}

.contact input, .contact textarea {
    width: 100%;
    padding: 10px;
}
	
.contact textarea {
	height:250px;
}

.contact input[type="submit"],
.contact input[type="button"]{
font-size:16px;
width:280px;
margin:30px auto 30px;
padding: 15px;
}
}

/* thanks
-------------------------------------------------------------------*/
.thanks{
	text-align:center;
}

.thanks h1{
	padding:200px 0 0 0;
	text-align:center;
}

.thanks .txt{
	font-size:18px;
	line-height:1.8em;
	padding:60px 0 80px 0;
}

.thanks .btn a{
	width:390px;
	font-size:18px;
	display:block;
	margin:0 auto 160px;
	height:70px;
	line-height:70px;
	border:2px solid #929292;
	background:url(../img/contact/arrow.png) no-repeat 25px center #fff;
	font-weight:500;
}

.thanks .btn a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

@media screen and (max-width: 800px) {
.thanks h1{
	padding:100px 20px 0 20px;
	max-width:300px;
	margin:0 auto;
}
	
.thanks_area{
	padding:0 20px;
}

.thanks .txt{
	font-size:16px;
	line-height:1.8em;
	padding:40px 0 60px 0;
}

.thanks .btn a{
	width:280px;
	font-size:16px;
	margin:0 auto 80px;
	height:50px;
	line-height:50px;
	background:url(../img/contact/arrow.png) no-repeat 15px center #fff;
}
}

/* news
-------------------------------------------------------------------*/
.news .mv h1{
	bottom:120px;
	color:#fff;
	font-weight: 800;
}

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

.news_list{
	padding:130px 20px 260px 20px;
}

.news_list ul{
	padding:120px 0 0 0;
	width:980px;
	margin:0 auto;
}

.news_list ul li{
	padding:0 0 70px 0;
}

.news_list ul li a{
	display:flex;
	justify-content:space-between;
}

.news_list ul li .img{
	width:220px;
	height:220px;
}

.news_list ul li dl{
	width:720px;
}

.news_list ul li dl dt{
	font-size:18px;
	font-weight:700;
}

.news_list ul li dl dd.tit{
	font-size:26px;
	font-weight:700;
	line-height:1.6em;
}

.news_list ul li dl dd.txt{
	font-size:14px;
	padding:10px 0 0 0;
	line-height:2em;
}

.news_list .more{
	text-align:center;
	padding:100px 0 0 0;
}

.news_list .morelink{
	cursor:pointer;
}

.news_list .btn a{
	width:390px;
	font-size:24px;
	text-align:center;
	display:block;
	margin:160px auto 0;
	height:80px;
	line-height:80px;
	color:#fff;
	border-radius:80px;
	background:url(../img/news/arrow.png) no-repeat 30px center #00AEC2;
	background-size: 15px;
	font-weight:500;
}

.news_list .btn a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

@media screen and (max-width: 800px) {
.news .mv h1{
	bottom:80px;
}

.news_list{
	padding:60px 20px 80px 20px;
}

.news_list ul{
	padding:60px 0 0 0;
	width:100%;
}

.news_list ul li{
	padding:0 0 50px 0;
}

.news_list ul li a{
	display:block;
}

.news_list ul li .img{
	width:200px;
	height:200px;
	margin:0 auto 20px;
}

.news_list ul li dl{
	width:100%;
}

.news_list ul li dl dt{
	font-size:16px;
}

.news_list ul li dl dd.tit{
	font-size:20px;
}

.news_list ul li dl dd.txt{
	font-size:13px;
	padding:10px 0 0 0;
	line-height:2em;
}

.news_list .more{
	text-align:center;
	padding:50px 0 0 0;
	width:100px;
	margin:0 auto;
}

.news_list .btn a{
	width:280px;
	font-size:18px;
	margin:80px auto 0;
	height:60px;
	line-height:60px;
	background:url(../img/news/arrow.png) no-repeat 15px center #00AEC2;
}
}

/* news_detail
-------------------------------------------------------------------*/
.news_detail{
	background:#f8f7f7:
}

.news_detail .detail_area{
	padding:240px 20px 160px 20px;
	width:740px;
	margin:0 auto;
}

.news_detail .detail_area .img{
	text-align:center;
	padding:0 0 60px 0;
}

.news_detail .detail_area .day{
	font-size:21px;
	line-height:1.6em;
	padding:0 0 20px 0;
}

.news_detail .detail_area h1{
	font-size:24px;
	font-weight:700;
	line-height:1.6em;
	padding:0 0 30px 0;
}

.news_detail .detail_area .box_in p{
	font-size:18px;
	line-height:2em;
}

.news_detail .detail_area .box_in .wp-block-image{
	padding:70px 0 40px 0;
}

.single .f_link{
	width:520px;
	margin:auto;
	position:relative;
	font-size:18px;
	padding:0 0 160px 0;
	text-align:center;
}

.single .f_link li:nth-child(1){
	position:absolute;
	left:0;
	top:0;
}

.single .f_link li:nth-child(3){
	position:absolute;
	right:0;
	top:0;
}

.single .f_link li a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	transition: all 0.3s;
}

@media screen and (max-width: 800px) {
.news_detail .detail_area{
	padding:80px 20px 80px 20px;
	width:100%;
	box-sizing:border-box;
}

.news_detail .detail_area .img{
	padding:0 0 40px 0;
}

.news_detail .detail_area .day{
	font-size:16px;
	padding:0 0 20px 0;
}

.news_detail .detail_area h1{
	font-size:18px;
	padding:0 0 20px 0;
}

.news_detail .detail_area .box_in p{
	font-size:16px;
	line-height:2em;
}

.news_detail .detail_area .box_in .wp-block-image{
	padding:50px 0 30px 0;
}
	
.single .f_link{
	font-size:14px;
	padding:0 20px 80px 20px;
	width:100%;
	box-sizing:border-box;
}
	
.single .f_link li{
	padding:10px 0;
}
	
.single .f_link li:nth-child(1){
	left:20px;
}

.single .f_link li:nth-child(3){
	right:20px;;
}

}