@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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;
	font-weight: 500;
	box-sizing: border-box;
}
img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
        image-rendering: -webkit-optimize-contrast;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix {
	display: inline-table;
	min-height: 1%;
}
 
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}

button{
	display: block;
	appearance: none;
	border: none;
	background-color: rgba(255,255,255,0);
	background-color: transparent;
	padding: 0;
}

button:focus:not(:focus-visible){
	outline: none;
}
@charset "utf-8";
/* CSS Document */



html,body{
  font-size:62.5%;/*16px × 62.5% = 10px*/
	font-weight: 500;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #333;
}

h1,h2{
	font-weight: 700;
}

a{
	color: #333;
}
	
#wrapper{
	/*overflow: hidden;*/
	width: 100%;
	position: relative;
}

.over_hide{
	overflow: hidden;
}

.mincho{
	font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", 'Noto Serif JP', sans-serif;
}

.en{
	font-family: 'Raleway', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.upper{
	text-transform: uppercase;
}
	
	.btn{
		width: 188px;
		height: 45px;
	}
	
	.btn a{
		display: block;
		background-color: #004EA2;
		font-size: 1.4rem;
		color: #fff;
		border: 1px solid #004EA2;
		border-radius: 23px;
		line-height: 45px;
		text-align: center;
		transition: all 0.3s ease 0s;
    letter-spacing: 0.1em;
	}
	
	.btn a:hover{
		background-color: #fff;
		color: #004EA2;
	}





/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/



@media screen and (min-width:768px){
	
	
	body{
		min-width: 1140px;
		letter-spacing: 0.035em;
	}
	
	.inner{
		width: 1340px;
		margin: 0 auto;
	}
	
	.inner2{
		width: 1240px;
		margin: 0 auto;
	}
	
	.inner3{
		width: 1140px;
		margin: 0 auto;
	}
	
	.pc_none{
		display: none;
	}
	
	.title{
		display: inline-block;
		border-top: 1px solid #707070;
		padding-top: 30px;
	}
	
	.title h2{
		font-size: 3.4rem;
		font-weight: 700;
	}
	
	.title h2,
	.title span{
		display: inline-block;
    letter-spacing: 0.1em;
    font-weight: bold;
	}
	
	.title span{
		font-size: 1.4rem;
		font-weight: 700;
    letter-spacing: 0.1em;
	}
	
	
	
	
	
	
/*--------------------------------------
	背景縦ライン
--------------------------------------*/
	.bg_line{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -3;
	}
	
	.bg_line *{
		width: 1px;
		height: 100%;
		background-color: #cecece;
		opacity: 0.35;
		position: absolute;
		top: 0;
	}
	
	.bg_line .line_1{
		left: 3.4%;
	}
	
	.bg_line .line_2{
		left: 26.8%;
	}
	
	.bg_line .line_3{
		left: 50%;
	}
	
	.bg_line .line_4{
		right: 26.8%;
	}
	
	.bg_line .line_5{
		right: 3.4%;
	}
	
	
	
/*--------------------------------------
	ローディング
--------------------------------------*/	
	.loading{
		background-color: #fff;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	
	.loading>div{
		width: 180px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.loading img{
		width: 180px;
		height: auto;
	}
	
	.loading .progress{
		background-color: rgba(112,112,112,0.4); /* #707070 */
		width: 100%;
		height: 1px;
		position: relative;
		margin-top: 35px;
	}
	
	.loading .progress div{
		content: "";
		display: block;
		background-color: #707070;
		width: 0%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 1.5s ease 0s;
	}
	
	.loading .progress div.start{
		width: 100%;
	}
	
	
	
	
	
/*--------------------------------------
	header
--------------------------------------*/
	header{
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		background-color: rgba(255,255,255,1);
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 990;
		transition: all 0.3s ease 0s;
	}
	
	body.scroll header.menu_show,
	header.menu_show{
		background-color: #004498;
	}
	
	header .inner{
		display: flex;
		align-items: center;
		height: 100px;
	}
	
	header h1.logo{
		display: none;
	}
	
	header .logo,
	header .logo img{
		width: 180px;
		height: auto;
	}
	
	header a{
		transition: opacity 0.3s ease 0s;		
	}
	
	header a:hover{
		opacity: 0.5;
	}
	
	/* js */
	header.menu_show nav{
		visibility: hidden;
	}
	
	header nav{
		visibility: visible;
		margin-left: auto;
		margin-right: 60px;
	}
	
	header nav ul{
		display: flex;
	}
	
	header nav ul li a{
		display: block;
		text-align: center;
		padding: 0 25px;
	}
	
	header nav ul li a span{
		display: block;
		font-size: 1.2rem;
	}
	
	header nav ul li a span.en,
	#menu .right nav ul li a span.en{
		text-transform: uppercase;
	}
	
	
	header button.menu_btn{
		background-color: #004498;
		border: 1px solid #fff;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		position: relative;
	}
	
	header button.menu_btn div{
		width: 20px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	header button.menu_btn div::before,
	header button.menu_btn div::after{
		content: "";
		display: block;
		background-color: #fff;
		width: 20px;
		height: 1px;
		position: absolute;
		transition: all 0.3s ease 0s;
	}
	
	header button.menu_btn div::before{
		top: 0;
		left: 0;
	}
	
	header button.menu_btn div::after{
		bottom: 0;
		left: 0;
	}
	
	header button.menu_btn.click{
		background-color: #004498;
		border: 1px solid #fff;
	}
	
	header button.menu_btn.click div::before,
	header button.menu_btn.click div::after{
		background-color: #fff;
		top: 50%;
		left: 50%;
		bottom: auto;
	}
	
	header button.menu_btn.click div::before{
		transform: translate(-50%,-50%) rotate(45deg);
	}
	
	header button.menu_btn.click div::after{
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	
	
	
	
/*--------------------------------------
	menu
--------------------------------------*/
	#menu{
		display: none;
		width: 100%;
		height: 100vh;
		background-color: #004498;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 980;
		padding-top: 20%;
	}
	
	#menu *{
		color: #fff;
	}
	
	#menu a{
		transition: opacity 0.3s ease 0s;
	}
	
	#menu a:hover{
		opacity: 0.5;
	}
	
	#menu .m_container{
		display: flex;
		justify-content: space-between;
		width: 1100px;
		margin: auto;;
	}
	
	#menu .left p.c_name{
		font-size: 2.3rem;
		font-weight: 700;
		margin-bottom: 20px;
    letter-spacing: 0.1em;
	}
	
	#menu .left p{
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	
	#menu .left .sns{
		display: flex;
	}
	
	#menu .left .sns .img_wrap,
	#menu .left .sns .img_wrap img{
		width: 20px;
		height: auto;
	}
	
	#menu .left .sns .img_wrap{
		margin: 20px 10px 40px 0;
	}
	
	#menu .left a.privacy{
		font-size: 0.9rem;
	}
	
	#menu .right nav ul{
		display: flex;
		flex-wrap: wrap;
		width: 620px;
    letter-spacing: 0.1em;
	}
	
	#menu .right nav ul li{
		width: 135px;
		margin: 0 0 50px 70px;
	}
	
	#menu .right nav ul li a{
		display: block;
	}
	
	#menu .right nav ul li a span{
		display: block;
	}
	
	#menu .right nav ul li a span.en{
		font-size: 2.3rem;
		font-weight: 700;
    letter-spacing: 0.1em;
	}
	
	#menu .right nav ul li a span.ja{
		font-size: 2rem;
	}
	
	#menu small{
		display: block;
		font-size: 0.9rem;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	
	
	
	
	
/*--------------------------------------
	ページトップ
--------------------------------------*/	
	.page_top{
		opacity: 0;
		visibility: hidden;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		overflow: hidden;
		position: fixed;
		right: 5px;
		bottom: 5px;
		transition: all 0.3s ease 0s;
	}
	
	.page_top.show{
		opacity: 1;
		visibility: visible;
	}
	
	.page_top:hover{
		opacity: 0.5;
	}
	
	.page_top a{
		display: block;
		background-color: rgba(205,205,205,0.80);
		width: 100%;
		height: 100%;
	}
	
	.page_top a::after{
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		border-left: 5px solid #fff;
		border-top: 5px solid #fff;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
	}
	
	
	
/*--------------------------------------
	footer
--------------------------------------*/
	footer{
		position: relative;
		padding-top: 160px;
	}
	
	footer::before{
		content: "";
		display: block;
		background-color: #004EA2;
		min-width: 1290px;
		width: 89vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	footer *{
		color: #fff;
	}
	
	footer a{
		transition: opacity 0.3s ease 0s;
	}
	
	footer a:hover{
		opacity: 0.5;
	}
	
	footer .inner3{
		padding-left: 60px;
	}
	
	footer .flex{
		display: flex;
		margin-bottom: 70px;
	}
	
	footer .left,
	footer .right{
		width: 50%;
	}
	
	footer .left{
		display: flex;
	}
	
	footer .left .img{
		margin-right: 50px;
	}
	
	footer .left .img .img_wrap,
	footer .left .img .img_wrap img{
		width: 180px;
		height: auto;
	}
	
	footer .left .text p{
		margin-bottom: 10px;
	}
	
	footer .left .text p.c_name{
		font-weight: 700;
	}
	
	footer .left .ad{
		margin-bottom: 20px;
	}
	
	footer .left .text .ad p{
		font-size: 0.9rem;
	}
	
	footer .left .sns{
		display: flex;
	}
	
	footer .left .sns .img_wrap,
	footer .left .sns .img_wrap img{
		width: 22px;
		height: auto;
	}
	
	footer .left .sns .img_wrap:nth-of-type(1),
	footer .left .sns .img_wrap:nth-of-type(2){
		margin-right: 10px;
	}
	
	footer .right nav ul{
		display: flex;
	}
	
	footer .right nav ul li:not(:last-of-type){
		margin-right: 60px;
	}
	
	footer .right nav ul li a{
		display: block;
		font-size: 1.2rem;
		text-align: center;
	}
	
	footer .right nav ul li a span{
		display: block;
		padding: 5px 0;
	}
	
	footer .right nav ul li a span.en{
		text-transform: uppercase;
	}
	
	footer .f_bottom{
		display: flex;
		border-top: 1px solid #fff;
		width: 786px;
		padding: 20px 0;
		margin-left: 20px;
	}
	
	footer .f_bottom small,
	footer .f_bottom a{
		display: inline-block;
		font-size: 0.9rem;
	}
	
	footer .f_bottom small{
		margin-right: 70px;
	}
	
	
	
}











/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/



@media screen and (max-width:767px){
	
	
	
	.inner,
	.inner2,
	.inner3{
		width: 90%;
		padding: 0 5px;
		margin: 0 auto;
	}
	
	.sp_none{
		display: none;
	}
	
	.title::before{
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		background-color: #707070;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.title{
		position: relative;
		padding-top: 30px;
	}
	
	.title h2{
		font-size: 2.4rem;
		font-weight: 700;
	}
	
	.title span{
		font-size: 1.4rem;
		font-weight: 700;
	}
	
	.btn{
		width: 188px;
		height: 45px;
	}
	
	.btn a{
		display: block;
		background-color: #004EA2;
		font-size: 1.4rem;
		color: #fff;
		border: 1px solid #004EA2;
		border-radius: 23px;
		line-height: 45px;
		text-align: center;
		transition: all 0.3s ease 0s;
	}
	
	.btn a:hover{
		background-color: #fff;
		color: #004EA2;
	}
	
	
/*--------------------------------------
	背景縦ライン(SP)
--------------------------------------*/
	.bg_line{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -3;
	}
	
	.bg_line *{
		width: 1px;
		height: 100%;
		background-color: #cecece;
		opacity: 0.35;
		position: absolute;
		top: 0;
	}
	
	.bg_line .line_1{
		left: 5%;
	}
	
	.bg_line .line_3{
		left: 50%;
	}
	
	.bg_line .line_5{
		right: 5%;
	}
	
	
	
/*--------------------------------------
	ローディング(SP)
--------------------------------------*/	
	.loading{
		background-color: #fff;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	
	.loading>div{
		width: 180px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.loading img{
		width: 180px;
		height: auto;
	}
	
	.loading .progress{
		background-color: rgba(112,112,112,0.4); /* #707070 */
		width: 100%;
		height: 1px;
		position: relative;
		margin-top: 35px;
	}
	
	.loading .progress div{
		content: "";
		display: block;
		background-color: #707070;
		width: 0%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 1.5s ease 0s;
	}
	
	.loading .progress div.start{
		width: 100%;
	}	
	
	
	
	
/*--------------------------------------
	header(SP)
--------------------------------------*/
	header{
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		background-color: rgba(255,255,255,1);
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 990;
		transition: all 0.3s ease 0s;
	}
	
	/* js */
	body.scroll header.menu_show,
	header.menu_show{
		background-color: #004498;
	}
	
	header .inner{
		display: flex;
		align-items: center;
		height: 60px;
	}
	
	header h1.logo{
		display: none;
	}
	
	header .logo,
	header .logo img{
		width: 180px;
		height: auto;
	}
	
	header a{
		transition: opacity 0.3s ease 0s;
	}
	
	header a:hover{
		opacity: 0.5;
	}
	
	header nav{
		display: none;
	}
	
	#menu .right nav ul li a span.en{
		text-transform: uppercase;
	}
	
	
	header button.menu_btn{
		background-color: #004498;
		border: 1px solid #fff;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		position: relative;
		margin-left: auto;
	}
	
	header button.menu_btn div{
		width: 20px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	header button.menu_btn div::before,
	header button.menu_btn div::after{
		content: "";
		display: block;
		background-color: #fff;
		width: 20px;
		height: 1px;
		position: absolute;
		transition: all 0.3s ease 0s;
	}
	
	header button.menu_btn div::before{
		top: 0;
		left: 0;
	}
	
	header button.menu_btn div::after{
		bottom: 0;
		left: 0;
	}
	
	header button.menu_btn.click{
		background-color: #004498;
		border: 1px solid #fff;
	}
	
	header button.menu_btn.click div::before,
	header button.menu_btn.click div::after{
		background-color: #fff;
		top: 50%;
		left: 50%;
		bottom: auto;
	}
	
	header button.menu_btn.click div::before{
		transform: translate(-50%,-50%) rotate(45deg);
	}
	
	header button.menu_btn.click div::after{
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	
	
	
	
/*--------------------------------------
	menu(SP)
--------------------------------------*/
	#menu{
		overflow-y: scroll;
		display: none;
		width: 100%;
		height: 100vh;
		background-color: #004498;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 980;
		padding: 80px 40px;
	}
	
	#menu *{
		color: #fff;
	}
	
	#menu a{
		transition: opacity 0.3s ease 0s;
	}
	
	#menu a:hover{
		opacity: 0.5;
	}
	
	#menu .m_container{
		display: flex;
		flex-direction: column-reverse;
		margin: auto;;
	}
	
	#menu .left p.c_name{
		font-size: 2.3rem;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	#menu .left p{
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	
	#menu .left .sns{
		display: flex;
	}
	
	#menu .left .sns .img_wrap,
	#menu .left .sns .img_wrap img{
		width: 45px;
		height: auto;
	}
	
	#menu .left .sns .img_wrap{
		margin: 20px 20px 40px 0;
	}
	
	#menu .left a.privacy{
		font-size: 0.9rem;
	}
	
	#menu .right nav{
		margin-bottom: 50px;
	}
	
	#menu .right nav ul li{
		margin-bottom: 20px;
	}
	
	#menu .right nav ul li a{
		display: block;
		border-bottom: 1px solid #fff;
	}
	
	#menu .right nav ul li a span{
		display: block;
	}
	
	#menu .right nav ul li a span.en{
		display: none;
	}
	
	#menu .right nav ul li a span.ja{
		font-size: 2rem;
	}
	
	#menu small{
		display: block;
		font-size: 0.9rem;
	}
	
	
	
	
	
	
/*--------------------------------------
	ページトップ(SP)
--------------------------------------*/	
	.page_top{
		opacity: 0;
		visibility: hidden;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
		position: fixed;
		right: 0px;
		bottom: 0px;
		transition: all 0.3s ease 0s;
	}
	
	.page_top.show{
		opacity: 1;
		visibility: visible;
	}
	
	.page_top:hover{
		opacity: 0.5;
	}
	
	.page_top a{
		display: block;
		background-color: rgba(205,205,205,0.80);
		width: 100%;
		height: 100%;
	}
	
	.page_top a::after{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-left: 3px solid #fff;
		border-top: 3px solid #fff;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
	}
	
	
	
/*--------------------------------------
	footer(SP)
--------------------------------------*/
	footer{
		position: relative;
		padding-top: 50px;
	}
	
	footer::before{
		content: "";
		display: block;
		background-color: #004EA2;
		width: 95%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	footer *{
		color: #fff;
	}
	
	footer a{
		transition: opacity 0.3s ease 0s;
	}
	
	footer a:hover{
		opacity: 0.5;
	}
	
	footer .inner3{
		padding-left: 30px;
	}
	
	footer .flex{
		margin-bottom: 40px;
	}
	
	footer .left,
	footer .right{
		/*width: 50%;*/
	}
	
	footer .left{
		display: flex;
		flex-wrap: wrap;
	}
	
	footer .left .img{
		margin: 0 50px 40px 0;
	}
	
	footer .left .img .img_wrap,
	footer .left .img .img_wrap img{
		width: 180px;
		height: auto;
	}
	
	footer .left .text p{
		margin-bottom: 10px;
	}
	
	footer .left .text p.c_name{
		font-weight: 700;
	}
	
	footer .left .ad{
		margin-bottom: 20px;
	}
	
	footer .left .text .ad p{
		font-size: 0.9rem;
	}
	
	footer .left .sns{
		display: flex;
		margin-bottom: 40px;
	}
	
	footer .left .sns .img_wrap,
	footer .left .sns .img_wrap img{
		width: 30px;
		height: auto;
	}
	
	footer .left .sns .img_wrap:nth-of-type(1),
	footer .left .sns .img_wrap:nth-of-type(2){
		margin-right: 15px;
	}
	
	footer .right nav ul{
		display: flex;
		flex-wrap: wrap;
	}
	
	footer .right nav ul li{
		margin-bottom: 10px;
	}
	
	footer .right nav ul li:not(:last-of-type){
		margin-right: 20px;
	}
	
	footer .right nav ul li a{
		display: block;
		font-size: 1.2rem;
		text-align: center;
	}
	
	footer .right nav ul li a span{
		display: block;
		padding: 5px 0;
	}
	
	footer .right nav ul li a span.en{
		display: none;
		text-transform: uppercase;
	}
	
	footer .f_bottom{
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #fff;
		padding: 10px 0;
	}
	
	footer .f_bottom small,
	footer .f_bottom a{
		display: inline-block;
		font-size: 0.9rem;
		margin-bottom: 10px;
	}
	
	footer .f_bottom small{
		margin-right: 20px;
	}
		
	
	
}

.sanwaPlas_banner{
	max-width:500px;
	width:100%;
	margin:30px auto;
}

.sanwaPlas_banner.sp{
	display:none;
}

.sanwaPlas_banner__link{
	display:block;
	width:100%;
	height:100%;
	padding:0 20px;
	transition:0.3s;
	box-sizing:border-box;
}
.sanwaPlas_banner__img{
	display: block;
    width: 100%;
    height: auto;
}

.sanwaPlas_banner__link:hover{
	opacity:0.8;
	transition:0.3s;
}

.sanwaPlas_banner__contactPosition{
	margin: 50px 0 0 0;
    width: 300px;
}

.sanwaPlas_banner__link__contactPosition{
	padding:0;
}

#menu .right nav ul li.banner_wrap{
	width:300px;
}

#menu .right nav ul li a.sanwaPlas_banner__link {
	padding:0;
}

@media screen and (max-width:767px){
	.banner_wrap.pc{
		display:none;
	}
	.sanwaPlas_banner.sp{
	  display:block;
		margin-top:0;
  }
	.sanwaPlas_banner.sp .sanwaPlas_banner__link{
		padding:0;
	}
	
	.sanwaPlas_banner__contactPosition{
		margin: 50px auto 0;
		width:280px;
	}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
	float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-rtl .sp-buttons {
	direction: rtl;
}

.sp-full-screen .sp-buttons {
	display: none;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
	right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	left: 20px;
	right: auto;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}
@charset "utf-8";
/* CSS Document */



section .mission,
section .about,
section .service,
section .recruit,
section .message,
section .contact_link,
section .sponsored{
	overflow: hidden;
}


/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/



@media screen and (min-width:768px){
	
	
	p{
		font-size: 1.4rem;
    letter-spacing: 0.1em;
	}
	
	
/*--------------------------------------
	header
--------------------------------------*/
	header{
		background-color: rgba(255,255,255,0);
		box-shadow: none;
	}
	
	/* js */
	body.scroll header{
		background-color: rgba(255,255,255,1);
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
	
	
	header h1.logo{
		display: block;
	}
	
	header div.logo{
		display: none;
	}
	
	header button.menu_btn{
		background-color: #fff;
	}
	
	header button.menu_btn div::before,
	header button.menu_btn div::after{
		background-color: #333;
	}
	
	body.scroll header button.menu_btn{
		background-color: #004498;
	}
	
	body.scroll header button.menu_btn div::before,
	body.scroll header button.menu_btn div::after{
		background-color: #fff;
	}
	
	/*------------------------------------------------
	*
	*　hero
	--------------------------------------------------*/
	.hero{
		position: relative;
		width: 100%;
	}

	.hero video {
		width:100%;
		height:100vh;
		object-fit:cover;
	}
	
	
	.hero .left{
		position: absolute;
		left: 15px;
		bottom: 0;
	}
	
	.hero .left .img_wrap{
		margin-bottom: 15px;
	}
	
	.hero .left .img_wrap,
	.hero .left .img_wrap img{
		width: 22px;
		height: auto;
	}
	
	.hero .left .scroll_anime p{
		font-size: 0.9rem;
		color: #fff;
		writing-mode: vertical-rl;
		margin: 0 auto 15px;
	}
	
	.hero .left .scroll_anime .bar{
		background-color: #707070;
		width: 1px;
		height: 100px;
		position: relative;
		margin: 0 auto 10px;
	}
	
	.hero .left .scroll_anime .bar span{
		display: inline-block;
		background-color: #fff;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		animation: down 1.8s linear 0s infinite both; /*name duration timing-function delay iteration-count direction animation-fill-mode*/
	}
/*------------------------------------------------
*　ビデオボタン
--------------------------------------------------*/

	.play_bt {
		position: absolute;
		left: 50%;
		bottom: 60px;
		transform: translateX(-50%);
		color: #FFF;
		border: 1px solid #FFF;
	}

	.play_bt a {
		display: block;
		color: #FFF;
		padding: 10px 15px;
	}


/*--------------------------------------
	メイン画像
--------------------------------------*/	
	.main_img{
		position: relative;
	}
	
	.main_img li{
		height: 100vh;
		overflow: hidden;
	}
	
	.main_img  img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 10s ease 0s;
	}
	
	.main_img .slick-current img.zoom{
		transform: scale(1.1);
	}
	
	.main_img .left{
		position: absolute;
		left: 15px;
		bottom: 0;
	}
	
	.main_img .left .img_wrap{
		margin-bottom: 15px;
	}
	
	.main_img .left .img_wrap,
	.main_img .left .img_wrap img{
		width: 22px;
		height: auto;
	}
	
	.main_img .left .scroll_anime p{
		font-size: 0.9rem;
		color: #fff;
		writing-mode: vertical-rl;
		margin: 0 auto 15px;
	}
	
	.main_img .left .scroll_anime .bar{
		background-color: #707070;
		width: 1px;
		height: 100px;
		position: relative;
		margin: 0 auto 10px;
	}
	
	.main_img .left .scroll_anime .bar span{
		display: inline-block;
		background-color: #fff;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		animation: down 1.8s linear 0s infinite both; /*name duration timing-function delay iteration-count direction animation-fill-mode*/
	}
	
	.main_img .text{
		position: absolute;
		top: 58%;
		left: 7%;
	}
	
	.main_img .text p{
		font-size: 4rem;
		font-weight: 700;
		color: #fff;
	}
	
	.main_img .text p.en{
		font-size: 1.4rem;
	}

	
	
	
/*--------------------------------------
	NEWS
--------------------------------------*/	
	.top_news{
		display: flex;
		background-color: #F2F5F9;
		width: 530px;
		height: 140px;
		position: relative;
		padding: 20px 0 20px 40px;
		margin: -50px 0 120px auto;
	}
	
	.top_news h2{
		font-size: 1.2rem;
		margin-right: 40px;
	}
	
	.top_news ul{
		overflow-y: scroll;
		padding-right: 40px;
	}
	
	.top_news ul li{
		margin-bottom: 10px;
	}
	
	.top_news ul li *{
		font-size: 1.4rem;
	}
	
	.top_news ul li a{
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 300px;
		position: relative;
		padding-right: 20px;
	}
	
	.top_news ul li a::after{
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 10px;
	}
	
	.top_news ul li span::before{
		content: "|";
		display: inline-block;
		padding-right: 0.5em;
		margin-left: 0.5em;
	}
	
	
	
	
	
/*--------------------------------------
	Mission
--------------------------------------*/
	section.mission{
		margin-bottom: 100px;
	}
	
	section.mission .inner3{
		position: relative;
	}
	
	section.mission .img_wrap .title_wrap{
		font-size: 2rem;
		width: 100px;
		position: absolute;
		top: 60px;
		left: 70px;
		overflow: hidden;
    letter-spacing: 0.1em;
	}
	
	section.mission .img_wrap .title_wrap h2{
		transform: translateX(-100%);
		transition: transform 0.5s ease 0s;
	}
	
	/* js */
	section.mission.show .img_wrap .title_wrap h2{
		transform: translateX(0);
	}
	
	section.mission .img_wrap{
		position: relative;
		margin: 0 auto 20px;
	}
	
	section.mission .img_wrap,
	section.mission .img_wrap img{
		width: 866px;
		height: auto;
	}
	
	section.mission svg{
		width: 773px;
		height: 466px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	section.mission svg rect{
		fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke-dashoffset: 2480px;
    stroke-dasharray: 2480px;
	}
	
	/* js */
	section.mission.show svg rect{
		animation: rect_move 1.5s ease-in-out 0s 1 both; /*name duration timing-function delay iteration-count direction animation-fill-mode*/		
	}
	
	section.mission .inner3 p{
		font-size: 3.4rem;
		writing-mode: vertical-rl;
	}
	
	section.mission .inner3 p.right.l_slide{
		position: absolute;
		top: 0;
		right: 0;
	}
	
	section.mission .inner3 p.left.l_slide{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section.mission .inner3 p.l_slide{
		overflow: hidden;
	}
	
	section.mission .inner3 p.l_slide span{
		position: relative;
		left: -3em;
		transition: left 1s ease 0.3s;
	}
	
	section.mission .inner3 p.left.l_slide span{
		transition: left 1s ease 0.7s;
	}
	
	/* js */
	section.mission.show .inner3 p.l_slide span{
		left: 0;
		font-family: serif;
	}
	
	section.mission .inner>p{
		font-size: 1.2rem;
		text-align: right;
    letter-spacing: 0.1em;
	}
	
	/* 縦書き揃え */
	section.mission .inner3 p{
		font-size: 3.4rem;
		writing-mode: vertical-rl;
	}
	
	section.mission .inner3 p.right.l_slide{
		position: absolute;
		top: 0;
		right: 0;
		letter-spacing: 0.3em;
	}

	section.mission .inner3 p.right.l_slide span{
		display: block;
	}

	section.mission .inner3 p.right.l_slide span:last-of-type{
		margin-top: 47px;
	}

	section.mission .inner3 p.left.l_slide{
		position: absolute;
		bottom: 0;
		left: 0;
		letter-spacing: 0.3em;
		overflow: inherit;
	}

	section.mission .inner3 p.left.l_slide span{
		display: block;
	}

	section.mission .inner3 p.left.l_slide span:last-of-type{
		text-align: end;
		bottom: -46px;
	}
	
	section.mission .inner3 p.l_slide{
		overflow: hidden;
	}
	
	section.mission .inner3 p.l_slide span{
		position: relative;
		left: -3em;
		transition: left 1s ease 0.3s;
	}
	
	section.mission .inner3 p.left.l_slide span{
		transition: left 1s ease 0.7s;
	}
	
	
	
/*--------------------------------------
	私たちについて
--------------------------------------*/
	section.about{
		position: relative;
	}
	
	section.about::before{
		content: "";
		display: block;
		background-color: #F2F5F9;
		min-width: 1340px;
		width: 93vw;
		height: 310px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	
	section.about .flex{
		display: flex;
		justify-content: space-around;
	}
	
	section.about .text{
		padding-top: 55px;
		margin-bottom: 100px;
	}
	
	section.about .text p{
		width: 484px;
		margin-bottom: 60px;
    letter-spacing: 0.1em;
	}
	
	section.about .text .btn{
		margin-left: auto;
		margin-right: -94px;
	}
	
	section.about .img_wrap,
	section.about .img_wrap img{
		width: 802px;
		height: auto;
	}
	
	
	
/*--------------------------------------
	業務内容
--------------------------------------*/
	section.service{
		position: relative;
		padding: 55px 0;
	}
	
	section.service::before{
		content: "";
		display: block;
		background-color: #F2F5F9;
		min-width: 1340px;
		width: 93vw;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	
	.s_title{
		width: 868px;
		margin: auto;
	}
	
	.s_title .en{
		font-size: 1.4rem;
		font-weight: 700;
		padding-bottom: 10px;
    letter-spacing: 0.1em;
	}
	
	.s_title h2{
		font-size: 3.4rem;
		font-weight: 700;
		position: relative;
		padding-top: 5px;
    letter-spacing: 0.05em;
	}
	
	.s_title h2::before{
		content: "";
		display: block;
		background-color: #707070;
		width: 106%;
		height: 1px;
		opacity: 0.4;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.s_title h2::after{
		content: "";
		display: block;
		background-color: #707070;
		width: 704px;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.s_title+p{
		width: 705px;
		transform: translate(65%,-30px);
		margin-bottom: 40px;
    letter-spacing: 0.1em;
	}
	
	/* slider pro */
	section.service #service_slide{
		margin-bottom: 70px;
	}
	
	section.service #service_slide ul{
		margin-left: -16%;
	}
	
	section.service #service_slide ul li::before{
		content: "";
		display: block;
		background-color: rgba(0,0,0,0.4);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	
	section.service #service_slide .img_wrap{
		position: relative;
	}
	
	section.service #service_slide img{
		width: 100%;
	}
	
	section.service #service_slide p{
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
		position: absolute;
		left: 20px;
		bottom: 20px;
		z-index: 1;
    letter-spacing: 0.1em;
	}
	
	section.service .sp-horizontal .sp-arrows{
		width: 100vw;
	}
	
	section.service .sp-horizontal .sp-next-arrow{
		right: 5%;
	}
	
	section.service .sp-horizontal .sp-previous-arrow{
		left: 5%;
	}
	
	section.service .btn{
		position: relative;
		left: 57%;
	}
	
	
	
	
/*--------------------------------------
	採用情報
--------------------------------------*/	
	section.recruit{
		position: relative;
		padding: 190px 0 0;
		margin-bottom: 150px;
	}
	
	section.recruit::before{
		content: "";
		display: block;
		background-color: #F2F5F9;
		min-width: 1340px;
		width: 93vw;
		height: 170px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;		
	}
	
	section.recruit::after{
		content: "";
		display: block;
		background-color: #004498;
		min-width: 1340px;
		width: 93vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;		
	}
	
	section.recruit .inner{
		position: relative;
	}
	
	span.bg_text{
		font-size: 8rem;
		font-weight: 700;
		font-family: 'Raleway', sans-serif;
		color: #fff;
		opacity: 0.4;
		position: absolute;
		top: -130px;
		right: 20px;
		transition: transform 1.3s ease-out 0s;
	}
	
	section.recruit .s_title{
		margin: 0;
	}
	
	section.recruit .s_title h2::before{
		background-color: #fff;
	}
	
	section.recruit .s_title h2::after{
		background-color: #fff;
	}
	
	section.recruit .s_title,
	section.recruit .s_title+p{
		position: relative;
		left: 27%;
	}
	
	section.recruit .s_title *,
	section.recruit .s_title+p{
		color: #fff;
	}
	
	section.recruit #recruit_slide{
		position: relative;
		bottom: -70px;
	}
	
	section.recruit #recruit_slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	
	
	
	
/*--------------------------------------
	Sanwa宣言
--------------------------------------*/
	section.message{
		padding-bottom: 20px;
	}
	
	section.message .inner{
		position: relative;
	}
	
	section.message span.bg_text{
		color: #F2F5F9;
		top: -75px;
		left: 26%;
		right: auto;
    letter-spacing: 0.1em;
	}
	
	section.message .title{
		margin-bottom: 40px;
	}
	
	section.message .title,
	section.message .title+p{
		position: relative;
		left: 27%;
    letter-spacing: 0.1em;
		line-height: 32px;
	}
	
	#message_slide_container{
		margin: 110px 0;
	}
	
	section.message li.slide_item img{
		width: 100%;
	}
	
	section.message .btn{
		margin: auto;
	}
	
	
	
	
	
/*--------------------------------------
	お知らせ
--------------------------------------*/	
	section.news_list{
		position: relative;
		padding: 80px 0 180px;
	}
	
	section.news_list::before{
		content: "";
		display: block;
		background-color: #fff;
		min-width: 1340px;
		width: 93vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}
	
	section.news_list::after{
		content: "";
		display: block;
		background-color: #004EA2;
		width: 50%;
		height: 100px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	
	section.news_list .inner{
		display: flex;
		justify-content: center;
	}
	
	section.news_list .left,
	section.news_list .right{
		width: 50%;
	}
	
	section.news_list .left .left_content{
		width: 240px;
		height: 100%;
		position: relative;
		left: 54%;
	}
	
	section.news_list .left .bg_text{
		color: #F2F5F9;
    opacity: 0.6;
    top: -80px;
    right: auto;
    left: -6px;
    z-index: -1;
	}
	
	section.news_list .left .title{
		margin-bottom: 30px;
	}
	
	section.news_list .left .news_btn,
	section.news_list .left .news_btn a{
		display: block;
		width: 180px;
	}
	
	section.news_list .left .news_btn{
		position: sticky;
    -webkit-position: sticky;
		top: 110px;
		margin-top: 40px;
	}
	
	section.news_list .left .news_btn a{
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
	}
	
	section.news_list .left .news_btn a::before{
		content: "";
		display: block;
		background-color: #333;
		width: 120px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .left .news_btn a::after{
		content: "";
		display: inline-block;
		background: url("../image/common/icon_arrow.png") no-repeat bottom/contain;
		width: 32px;
		height: 32px;
		transform: translateY(10px);
		margin-left: 1em;
		transition: margin-left 0.4s ease 0s;
	}
	
	section.news_list .left .news_btn a:hover::after{
		margin-left: 1.2em;
	}
	
	section.news_list .right ul.cate{
		display: flex;
		margin-bottom: 40px;
	}
	
	section.news_list .right ul.cate li{
		margin: 0 15px;
	}
	
	section.news_list .right ul.cate li.current::before{
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		border: 1px solid #333;
		border-radius: 50%;
		margin-right: 5px;
	}
	
	section.news_list .right ul.cate li a{
		font-size: 1.4rem;
		font-weight: 700;
		transition: opacity 0.3s ease 0s;
	}
	
	section.news_list .right ul.cate li a:hover{
		opacity: 0.6;
	}
	
	section.news_list .right ul.n_list li{
		position: relative;
		padding: 40px 0 50px;
	}
	
	section.news_list .right ul.n_list li::before{
		content: "";
		display: block;
		background-color: #707070;
		width: 232px;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li:last-of-type::after{
		content: "";
		display: block;
		background-color: #707070;
		width: 232px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li a{
		display: flex;
	}
	
	section.news_list .right ul.n_list li a:hover img{
		transform: scale(1.2);
	}
	
	section.news_list .right ul.n_list li .img_wrap{
		width: 128px;
		height: 128px;
		overflow: hidden;
		margin-right: 20px;
	}
	
	section.news_list .right ul.n_list li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease 0s;
	}
	
	section.news_list .right ul.n_list li .cate_item{
		font-size: 1.2rem;
		font-weight: 700;
		color: #004EA2;
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #004EA2;
		border-radius: 23px;
		margin-bottom: 20px;
	}
	
	section.news_list .right ul.n_list li .cate_item.nwe_info{
		color: #fff;
		background-color: #CB3434;
		border: 1px solid #CB3434;
	}
	
	section.news_list .right ul.n_list li h3{
		font-size: 2rem;
		font-weight: 700;
		overflow: hidden;
		white-space: nowrap;
		width: 232px;
		text-overflow: ellipsis;
		border-bottom: 1px solid #707070;
		padding-right: 20px;
		margin-bottom: 10px;
	}
	
	section.news_list .right ul.n_list li time{
		font-size: 1.4rem;
		font-weight: 700;
		color: #707070;
	}
	
	
	
	
/*--------------------------------------
	お問い合わせ
--------------------------------------*/		
	section.contact_link{
		display: flex;
		margin-bottom:140px;
	}
	
	section.contact_link *{
		color: #fff;
	}
	
	section.contact_link h2{
		font-size: 3.4rem;
		font-weight: 700;
		margin-bottom: 30px;
	}
	
	section.contact_link p{
		margin-bottom: 20px;
	}
	
	section.contact_link .tel_container,
	section.contact_link .mail_container{
		width: 50%;
		height: 642px;
	}
	
	section.contact_link .tel_container{
		background-color: #004EA2;
		padding-top: 60px;
	}
	
	section.contact_link .tel_content{
		width: 400px;
		margin-left: auto;
	}
	
	section.contact_link .tel_content h2,
	section.contact_link .tel_content h2+p{
		width: 210px;
	}
	
	section.contact_link .tel_box{
		background: url("../image/common/icon_tel.png") no-repeat left center/53px 53px;
		padding-left: 70px;
	}
	
	section.contact_link .tel_box p{
		margin-bottom: 0;
	}
	
	section.contact_link .tel_num a{
		font-size: 3rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.1em;
		pointer-events: none;
	}
	
	section.contact_link .mail_container{
		background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(../image/top/mail_photo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
	
	section.contact_link .mail_content{
		padding-top: 140px;
		margin-left: 90px;
	}
	
	section.contact_link .mail_content h2{
		margin-bottom: 15px;
	}
	
	section.contact_link .mail_content p{
		margin-bottom: 10px;
	}
	
	section.contact_link .mail_content .m_link a{
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 700;
		position: relative;
	}
	
	section.contact_link .mail_content .m_link a::before{
		content: "";
		display: block;
		background-color: #fff;
		width: 180px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.contact_link .mail_content .m_link a::after{
		content: "";
		display: inline-block;
		background: url("../image/common/icon_arrow_w.png") no-repeat center/contain;
		width: 30px;
		height: 30px;
		transform: translateY(0.5em);
    margin-left: 1.5em;
		transition:transform 0.4s ease 0s;
	}
	
	section.contact_link .mail_content .m_link a:hover::after{
		transform: translate(5px,0.5em);
	}
	
	
	
	
	
/*--------------------------------------
	スポンサード
--------------------------------------*/
	section.sponsored{
		position: relative;
		padding: 155px 0 40px;
	}
	
	section.sponsored::before{
		content: "";
		display: block;
		background-color: #fff;
		min-width: 1340px;
		width: 93vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}
	
	section.sponsored::after{
		content: "";
		display: block;
		background: url("../image/top/sponsored.jpg") no-repeat center/cover;
		min-width: 1340px;
		width: 93vw;
		height: 387px;
		position: absolute;
		top: 280px;
		left: 0;
		z-index: -1;
	}
	
	section.sponsored .title{
		position: relative;
		left: 27%;
		margin-bottom: 80px;
	}
	
	section.sponsored .spon_container{
		background-color: #F2F5F9;
		width: 495px;
		padding: 100px 95px;
	}
	
	section.sponsored .spon_container .img_wrap,
	section.sponsored .spon_container .img_wrap img{
		width: 200px;
		height: auto;
	}
	
	section.sponsored .spon_container .img_wrap{
		margin: 0 auto 30px;
	}
	
	section.sponsored .spon_container p span{
		font-size: 2.6rem;
		font-weight: 700;
		background-color: #fff;
	}
	
	section.sponsored ul{
		display: flex;
		position: relative;
		top: -40px;
		left: 40%;
	}
	
	section.sponsored ul li:nth-of-type(1){
		margin-right: 25px;
	}
	
	section.sponsored ul li .img_wrap{
		width: 264px;
		height: 100px;
		border: 1px solid #707070;
	}
	
	section.sponsored ul li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	
	
	
	
	
	
	
	
	
	
}










/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/



@media screen and (max-width:767px){
	
	
	p{
		font-size: 1.4rem;
	}
	
	
/*--------------------------------------
	header(SP)
--------------------------------------*/
	header{
		background-color: rgba(255,255,255,0);
		box-shadow: none;
	}
	
	/* js */
	body.scroll header{
		background-color: rgba(255,255,255,1);
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
	
	
	header h1.logo{
		display: block;
	}
	
	header div.logo{
		display: none;
	}
	
	header button.menu_btn{
		background-color: #fff;
	}
	
	header button.menu_btn div::before,
	header button.menu_btn div::after{
		background-color: #333;
	}
	
	body.scroll header button.menu_btn{
		background-color: #004498;
	}
	
	body.scroll header button.menu_btn div::before,
	body.scroll header button.menu_btn div::after{
		background-color: #fff;
	}
	
	
	
/*--------------------------------------
	hero
--------------------------------------*/
	.hero{
		position: relative;
		width: 100%;
	}

	.hero video {
		width:100%;
		height:100vh;
		object-fit:cover;
	}
	
	.hero .left .scroll_anime{
		position: absolute;
		bottom: 50px;
		right: 5%;
	}
	
	.hero .left .scroll_anime p{
		font-size: 0.9rem;
		color: #fff;
		writing-mode: vertical-rl;
		line-height: 1;
		transform: translateX(0.5em);
		margin: 0 auto 15px;
	}
	
	.hero .left .scroll_anime .bar{
		background-color: #cecece;
		width: 1px;
		height: 50px;
		position: absolute;
		bottom: -50px;
		right: 0.5px;
	}
	
	.hero .left .scroll_anime .bar span{
		display: inline-block;
		background-color: #fff;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		animation: down 1.8s linear 0s infinite both; /*name duration timing-function delay iteration-count direction animation-fill-mode*/
	}
/*------------------------------------------------
*　ビデオボタン
--------------------------------------------------*/

	.play_bt {
		position: absolute;
		left: 50%;
		bottom: 60px;
		transform: translateX(-50%);
		color: #FFF;
		border: 1px solid #FFF;
	}

	.play_bt a {
		display: block;
		color: #FFF;
		padding: 10px 15px;
	}

	
	
/*--------------------------------------
	メイン画像(SP)
--------------------------------------*/	
	.main_img{
		width: 95%;
		position: relative;
		margin-left: auto;
		margin-bottom: 40px;
	}
	
	.main_img li{
		height: 85vh;
		overflow: hidden;
	}
	
	.main_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 10s ease 0s;
	}
	
	.main_img .slick-current img.zoom{
		transform: scale(1.1);
	}
	
	.main_img .left .scroll_anime{
		position: absolute;
		bottom: 50px;
		right: 5%;
	}
	
	.main_img .left .scroll_anime p{
		font-size: 0.9rem;
		color: #fff;
		writing-mode: vertical-rl;
		line-height: 1;
		transform: translateX(0.5em);
		margin: 0 auto 15px;
	}
	
	.main_img .left .scroll_anime .bar{
		background-color: #cecece;
		width: 1px;
		height: 50px;
		position: absolute;
		bottom: -50px;
		right: 0.5px;
	}
	
	.main_img .left .scroll_anime .bar span{
		display: inline-block;
		background-color: #fff;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		animation: down 1.8s linear 0s infinite both; /*name duration timing-function delay iteration-count direction animation-fill-mode*/
	}
	
	.main_img .text{
		position: absolute;
		top: 40%;
		left: 7%;
	}
	
	.main_img .text p{
		font-size: 3.5rem;
		font-weight: 700;
		color: #fff;
	}
	
	.main_img .text p.en{
		font-size: 1.3rem;
	}
	
	
	
	
/*--------------------------------------
	NEWS(SP)
--------------------------------------*/	
	.top_news{
		display: flex;
		background-color: #F2F5F9;
		width: 95%;
		height: 140px;
		position: relative;
		padding: 20px 0 20px 20px;
		margin-bottom: 60px;
	}
	
	.top_news h2{
		font-size: 1.2rem;
		margin-right: 20px;
	}
	
	.top_news ul{
		overflow-y: scroll;
		padding-right: 10px;
	}
	
	.top_news ul li{
		margin-bottom: 10px;
	}
	
	.top_news ul li *{
		font-size: 1.4rem;
	}
	
	.top_news ul li a{
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		padding-right: 25px;
	}
	
	.top_news ul li a::after{
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 15px;
	}
	
	.top_news ul li span::before{
		content: "|";
		display: inline-block;
		padding-right: 0.5em;
		margin-left: 0.5em;
	}
	
	
	
	
	
/*--------------------------------------
	Mission(SP)
--------------------------------------*/
	section.mission{
		margin-bottom: 60px;
	}
	
	section.mission .inner3{
		width: 100%;
		position: relative;
	}
	
	section.mission .img_wrap .title_wrap{
		font-size: 2rem;
		width: 100px;
		position: absolute;
		top: 13%;
		left: 13%;
		overflow: hidden;
	}
	
	section.mission .img_wrap .title_wrap h2{
		transform: translateX(-100%);
		transition: transform 0.5s ease 0.1s;
	}
	
	/* js */
	section.mission.show .img_wrap h2{
		transform: translateX(0);
	}
	
	section.mission .img_wrap{
		position: relative;
		margin: 0 auto 20px;
	}
	
	section.mission .img_wrap,
	section.mission .img_wrap img{
		width: 100%;
		height: auto;
	}
	
	section.mission svg{
		width: 85%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	section.mission svg rect{
		fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke-dashoffset: 2480px;
    stroke-dasharray: 2480px;
	}
	
	/* js */
	section.mission.show svg rect{
		animation: rect_move 1.5s ease-in-out 0s 1 both; /*name duration timing-function delay iteration-count direction animation-fill-mode*/		
	}
	
	section.mission .inner3 .text{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-around;
		margin-bottom: 40px;
	}
	
	section.mission .inner3 p{
		font-size: 2.8rem;
		writing-mode: vertical-rl;
	}
	
	section.mission .inner3 p.l_slide{
		overflow: hidden;
		font-family: serif;
	}
	
	section.mission .inner3 p.l_slide span{
		position: relative;
		left: -3em;
		transition: left 1.2s ease 0.3s;
	}
	
	section.mission .inner3 p.left.l_slide span{
		transition: left 1.2s ease 0.7s;
	}
	
	/* js */
	section.mission.show .inner3 p.l_slide span{
		left: 0;
	}
	
	section.mission .inner>p{
		font-size: 1.1rem;
		text-align: right;
	}
	
	
	/* 縦書き揃え */
	
	section.mission .inner3 .text{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		margin-bottom: 100px;
		letter-spacing: 1.2em;
		line-height: 2;
	}
	
	section.mission .inner3 p{
		font-size: 2.8rem;
		writing-mode: vertical-rl;
	}
	
	section.mission .inner3 p.l_slide{
		overflow: hidden;
	}
	
	section.mission .inner3 p.l_slide span{
		position: relative;
		left: -3em;
		transition: left 1.2s ease 0.3s;
		display: block;
	}
	
	section.mission .inner3 p.left.l_slide span{
		transition: left 1.2s ease 0.7s;
	}

	section.mission .inner3 p.l_slide.right span:last-of-type{
		margin-top: 40px;
	}

	section.mission .inner3 p.l_slide.left span{
		margin-top: 80px;
		text-align: end;
	}
	
	
/*--------------------------------------
	私たちについて(SP)
--------------------------------------*/
	section.about{
		position: relative;
		padding-bottom: 30px;
	}
	
	section.about::before{
		content: "";
		display: block;
		background-color: #F2F5F9;
		width: 95%;
		height: 25vw;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	
	section.about .text{
		padding-top: 30px;
		margin-bottom: 50px;
	}
	
	section.about .text p{
		margin-bottom: 30px;
	}
	
	section.about .text .btn{
		margin: auto;
	}
	
	section.about .img_wrap{
		width: 85%;
		height: auto;
	}
	section.about .img_wrap img{
		width: 100%;
		height: auto;
	}
	
	
	
/*--------------------------------------
	業務内容(SP)
--------------------------------------*/
	section.service{
		position: relative;
		padding: 55px 0;
	}
	
	section.service::before{
		content: "";
		display: block;
		background-color: #F2F5F9;
		width: 95%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	
	.s_title{
		margin: 0 auto 30px;
	}
	
	.s_title .en{
		font-size: 1.4rem;
		font-weight: 700;
		padding-bottom: 10px;
	}
	
	.s_title h2{
		font-size: 2.4rem;
		font-weight: 700;
		position: relative;
		padding-top: 5px;
	}
	
	.s_title h2::before{
		content: "";
		display: block;
		background-color: #707070;
		width: 100%;
		height: 1px;
		opacity: 0.4;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.s_title h2::after{
		content: "";
		display: block;
		background-color: #707070;
		width: 80%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.s_title+p{
		margin-bottom: 40px;
	}
	
	/* slider pro */
	section.service #service_slide{
		margin-bottom: 70px;
	}
	
	section.service #service_slide ul{
		margin-left: -18%;
	}
	
	section.service #service_slide ul li::before{
		content: "";
		display: block;
		background-color: rgba(0,0,0,0.4);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	
	section.service #service_slide .img_wrap{
		position: relative;
	}
	
	section.service #service_slide img{
		width: 100%;
	}
	
	section.service #service_slide p{
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
		position: absolute;
		left: 20px;
		bottom: 20px;
		z-index: 1;
	}
	
	section.service .sp-horizontal .sp-arrows{
		width: 100vw;
	}
	
	section.service .sp-horizontal .sp-next-arrow{
		right: 4%;
	}
	
	section.service .sp-horizontal .sp-previous-arrow{
		left: 4%;
	}
	
	section.service .btn{
		margin: auto;
	}
	
	
	
	
/*--------------------------------------
	採用情報(SP)
--------------------------------------*/	
	section.recruit{
		position: relative;
		padding: 100px 0 0;
		margin-bottom: 80px;
	}
	
	section.recruit::before{
		content: "";
		display: block;
		background-color: #F2F5F9;
		width: 95%;
		height: 170px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;		
	}
	
	section.recruit::after{
		content: "";
		display: block;
		background-color: #004498;
		width: 95%;
		height: 90%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;		
	}
	
	section.recruit .inner{
		position: relative;
	}
	
	span.bg_text{
		font-size: 6rem;
		font-weight: 700;
		font-family: 'Raleway', sans-serif;
		color: #fff;
		opacity: 0.4;
		position: absolute;
		top: -100px;
		right: 20px;
		transition: transform 1.3s ease-out 0s;
	}
	
	section.recruit .s_title{
		margin: 0 0 30px 0;
	}
	
	section.recruit .s_title h2::before{
		background-color: #fff;
	}
	
	section.recruit .s_title h2::after{
		background-color: #fff;
	}
	
	section.recruit .s_title,
	section.recruit .s_title+p{
		position: relative;
		left: 30px;
	}
	
	section.recruit .s_title *,
	section.recruit .s_title+p{
		color: #fff;
	}
	
	section.recruit #recruit_slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	
	
	
	
/*--------------------------------------
	Sanwa宣言(SP)
--------------------------------------*/
	section.message{
		padding-bottom: 20px;
	}
	
	section.message .inner{
		position: relative;
	}
	
	section.message span.bg_text{
		color: #F2F5F9;
		top: -75px;
		left: 26%;
		right: auto;
	}
	
	section.message .title{
		margin-bottom: 40px;
	}
	
	#message_slide_container{
		margin: 50px 0;
	}
	
	section.message li.slide_item img{
		width: 100%;
	}
	
	section.message .btn{
		margin: auto;
	}
	
	
	
	
	
/*--------------------------------------
	お知らせ(SP)
--------------------------------------*/	
	section.news_list{
		position: relative;
		padding: 80px 0;
	}
	
	section.news_list::before{
		content: "";
		display: block;
		background-color: #fff;
		width: 95%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}
	
	section.news_list .left .bg_text{
		color: #F2F5F9;
    opacity: 0.6;
    top: 0;
    right: auto;
    left: 0;
    z-index: -1;
	}
	
	section.news_list .left .title{
		margin-bottom: 30px;
	}
	
	section.news_list .left .title+p{
		margin-bottom: 30px;
	}
	
	section.news_list .left .news_btn,
	section.news_list .left .news_btn a{
		display: block;
		width: 150px;
	}
	
	section.news_list .left .news_btn{
		margin: 0 0 20px 0;
	}
	
	section.news_list .left .news_btn a{
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
	}
	
	section.news_list .left .news_btn a::before{
		content: "";
		display: block;
		background-color: #333;
		width: 100px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .left .news_btn a::after{
		content: "";
		display: inline-block;
		background: url("../image/common/icon_arrow.png") no-repeat bottom/contain;
		width: 25px;
		height: 25px;
		transform: translateY(5px);
		margin-left: 0.5em;
		transition: margin-left 0.4s ease 0s;
	}
	
	section.news_list .left .news_btn a:hover::after{
		margin-left: 0.8em;
	}
	
	section.news_list .right ul.cate{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	section.news_list .right ul.cate li{
		margin: 0 20px 10px 0;
	}
	
	section.news_list .right ul.cate li.current::before{
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		border: 1px solid #333;
		border-radius: 50%;
		margin-right: 2px;
	}
	
	section.news_list .right ul.cate li a{
		font-size: 1.4rem;
		font-weight: 700;
		transition: opacity 0.3s ease 0s;
	}
	
	section.news_list .right ul.cate li a:hover{
		opacity: 0.6;
	}
	
	section.news_list .right ul.n_list li{
		position: relative;
		padding: 20px 0 25px;

	}
	
	section.news_list .right ul.n_list li::before{
		content: "";
		display: block;
		background-color: #707070;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li:last-of-type::after{
		content: "";
		display: block;
		background-color: #707070;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.news_list .right ul.n_list li a{
		display: flex;
	}
	
	section.news_list .right ul.n_list li a:hover img{
		transform: scale(1.2);
	}
	
	section.news_list .right ul.n_list li .img_wrap{
		width: 128px;
		height: 128px;
		overflow: hidden;
		margin-right: 20px;
	}
	
	section.news_list .right ul.n_list li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease 0s;
	}
	
	section.news_list .right ul.n_list li .text{
		width: calc(100% - 150px);
	}
	
	section.news_list .right ul.n_list li .cate_item{
		font-size: 1.2rem;
		font-weight: 700;
		color: #004EA2;
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #004EA2;
		border-radius: 23px;
		margin-bottom: 20px;
	}
	
	section.news_list .right ul.n_list li .cate_item.nwe_info{
		color: #fff;
		background-color: #CB3434;
		border: 1px solid #CB3434;
	}
	
	section.news_list .right ul.n_list li h3{
		font-size: 1.6rem;
		font-weight: 700;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		text-overflow: ellipsis;
		border-bottom: 1px solid #707070;
		padding-right: 20px;
		margin-bottom: 10px;
	}
	
	section.news_list .right ul.n_list li time{
		font-size: 1.4rem;
		font-weight: 700;
		color: #707070;
	}
	
	
	
	
/*--------------------------------------
	お問い合わせ(SP)
--------------------------------------*/
	section.contact_link *{
		color: #fff;
	}
	
	section.contact_link h2,
	section.contact_link p{
		text-align: center;
	}
	
	section.contact_link h2{
		font-size: 2.5rem;
		font-weight: 700;
		margin-bottom: 30px;
	}
	
	section.contact_link p{
		margin-bottom: 20px;
	}
	
	section.contact_link .tel_container,
	section.contact_link .mail_container{
		padding: 80px 0;
	}
	
	section.contact_link .tel_container{
		background-color: #004EA2;
	}
	
	section.contact_link .tel_content,
	section.contact_link .mail_content{
		width: 90%;
		margin: auto;
	}
	
	section.contact_link .tel_box{
		background: url("../image/common/icon_tel.png") no-repeat left center/40px 40px;
		text-align: left;
		width: 260px;
		padding-left: 50px;
		margin: auto;
	}
	
	section.contact_link .tel_box p{
		text-align: left;
		margin-bottom: 0;
	}
	
	section.contact_link .tel_num a{
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	
	section.contact_link .mail_container{
		background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(../image/top/mail_photo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
	
	section.contact_link .mail_content .m_link{
		width: 260px;
		margin: auto;
	}
	
	section.contact_link .mail_content .m_link a{
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 700;
		position: relative;
	}
	
	section.contact_link .mail_content .m_link a::before{
		content: "";
		display: block;
		background-color: #fff;
		width: 180px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section.contact_link .mail_content .m_link a::after{
		content: "";
		display: inline-block;
		background: url("../image/common/icon_arrow_w.png") no-repeat center/contain;
		width: 30px;
		height: 30px;
		transform: translate(0,0.5em);
    margin-left: 1.5em;
		transition: transform 0.4s ease 0s;
	}
	
	section.contact_link .mail_content .m_link a:hover::after{
		transform: translate(3px,0.5em);
	}
	
	
	
	
	
/*--------------------------------------
	スポンサード(SP)
--------------------------------------*/
	section.sponsored{
		position: relative;
		padding: 60px 0 40px;
	}
	
	section.sponsored::before{
		content: "";
		display: block;
		background-color: #fff;
		width: 95%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}
	
	section.sponsored::after{
		content: "";
		display: block;
		background: url("../image/top/sponsored.jpg") no-repeat center/cover;
		width: 95%;
		height: 200px;
		position: absolute;
		top: 200px;
		left: 0;
		z-index: -1;
	}
	
	section.sponsored .title{
		margin-bottom: 200px;
	}
	
	section.sponsored .spon_container{
		background-color: #F2F5F9;
		max-width: 300px;
		width: 100%;
		padding: 50px 20px;
		margin: 0 auto 40px;
	}
	
	section.sponsored .spon_container .img_wrap,
	section.sponsored .spon_container .img_wrap img{
		width: 200px;
		height: auto;
	}
	
	section.sponsored .spon_container .img_wrap{
		margin: 0 auto 30px;
	}
	
	section.sponsored .spon_container p{
		width: 240px;
		margin: auto;
	}
	
	section.sponsored .spon_container p span{
		background-color: #fff;
		font-size: 2.1rem;
		font-weight: 700;
	}
	
	section.sponsored ul{
	}
	
	section.sponsored ul li{
		width: 264px;
		margin: 0 auto 20px;
	}
	
	section.sponsored ul li .img_wrap{
		width: 264px;
		height: 100px;
		border: 1px solid #707070;
	}
	
	section.sponsored ul li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}	
	
	
}













@charset "utf-8";
/* CSS Document */



/* scroll down */
 @keyframes down{
	0%{
		opacity: 1;
		top: 0;
	 }
	90%{
		opacity: 1;
	 }
	100%{
		opacity: 0;
		top: 100%;
	 }
}


/* mission rect */
@keyframes rect_move{
	0%{stroke-dashoffset: 2480px;}
	100%{stroke-dashoffset: 0;}
}


















