@charset "utf-8";

/************* 共通 *************/

@media screen and (max-width: 750px){

	.no_sp{
		display: none;
	}
	.nk{
		display: inline-block;/* 改行位置の調整 */
	}

	.pcOnly{
		display: none;
	}

	.spOnly{
		display: block;
	}

	a:hover{
		opacity: 1!important;
	}

	a img:hover, a img:hover, input[type="image"]:hover {
	    text-decoration: none;
	    filter: alpha(opacity=100);
	    -moz-opacity: 1;
	    opacity: 1;
	}

	header {
		border-top: 6px solid #003c64;
		padding: 0;
		min-width: 100%;
		box-sizing: border-box;
		height: 74px;
		display: table;
		position: fixed;
		top: 0;
		background-color: #fff;
		z-index: 900;
		box-shadow: 0 1px 3px rgba(204,204,204,0.4);
	}

	header .title {
		float: none;
		width: 60%;
		height: 100%;
		min-width: 210px;
		display: table-cell;
		vertical-align: middle;
		padding: 10px 6px 5px 8px;
		margin: 0;
	}

	header .title h2 {
		font-size: 10px;
		margin: 0 0 4px;
		line-height: 1.2;
	}

	header .title h1 a img{
		width: 100%;
	}

	header .hn {
		display: none;
	}

/*	header .hn ul li {
		width: 50%;
		padding: 0 8px;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		max-width: 220px;
	}

	header .hn ul li img{
		width: 100%;
		max-width: 220px;
	}*/




	/************* グロナビ *************/

	#menu-open {
		height: auto;
		top: 8px;
		right: 8px;
		z-index: 999;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		padding-right: 12px;
	}
	#menu-open .menu-inner {
		display: inline-block;
		width: 50px;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
	}

	#menu-open .menu-inner .menuName{
		line-height: 1;
		font-size: 11px;
		font-weight: bold;
		display: block;
		margin-top: 8px;
		color: #003c64;
	}

	#menu-open span {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	#menu-open span:not(.menuName) {
		display: block;
		background: #003c64;
		margin: auto;
		height: 3px;
		width: 34px;
		border-radius: 3px;
	}
	#menu-open span:nth-of-type(2),
	#menu-open span:nth-of-type(3){
		margin-top: 6px;
	}

	.sb-slidebar {
		width: 80%;
	    height: 100vh;
	    overflow-y: auto;
	    position: fixed;
	    top: 74px;
	    z-index: 800!important;
	    display: none;
	    background-color: #e3f6fc;
	}

	.sb-slidebar > ul{
	padding: 20px;
	}

	.sb-slidebar > ul li{
		text-align: left;
		padding: 8px 0;
		border-bottom: 1px solid #b8cfd8;
		width: 100%;
		margin: 0 auto;
		letter-spacing: 1px;
	}

	.sb-slidebar > ul li:last-child{
		border-bottom: none;
	}

	.sb-slidebar > ul li a{
		font-size: 15px;
		font-weight: bold;
		color: #003c64;
		text-decoration: none;
		line-height: 1.4;
	}

	.sb-slidebar > ul li p.menu_sub{
		font-size: 10px;
		color: #78c8b4;
		font-family: 'Rozha One', serif;
	}

	.sb-slidebar .link-btn{
		display: block;
		width: 80%;
		padding: 10px 6px 10px 0;
		text-align: center;
		margin: 0 auto 20px auto;
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		cursor: pointer;
		background: #003c64;
		background-image: url(../images/common/btn_light.png);
		background-size: cover;
		border: 2px solid #003c64;
		position: relative;
	}

	.sb-slidebar .link-btn::after{
		content: "";
		display: block;
		width: 10px;
		height: 17px;
		background-image: url(../images/common/link_arrow.svg);
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5%;
		margin: auto 0;
	}

	.sb-slidebar .link-tel{
		display: block;
		width: 80%;
		padding: 12px 0 12px 8px;
		text-align: center;
		margin: 0 auto 20px auto;
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		cursor: pointer;
		background: #62baa4;
		background-image: url(../images/common/btn_light.png);
		background-size: cover;
		border: 2px solid #62baa4;
	}

	.sb-slidebar .link-tel p{
		position: relative;
		display: inline-block;
	}

	.sb-slidebar .link-tel p::before{
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		background-image: url(../images/common/link_tel.svg);
		background-size: contain;
		position: absolute;
		left: -32%;
		top: -3px;
		margin: auto 0;
	}

	.gn {
		display: none;
	}

    .sb-slidebar a.link-btn.nop.tw img {
        width: 20px;
        padding: 5px 10px 0 0;
    }
    
    .sb-slidebar a.link-btn.nop.tw {
        background: #1da1f2;
        border: 2px solid #1da1f2;
        background-image: url(../images/common/btn_light.png);
		background-size: cover;
    }


	/************* page common *************/

	article{
		min-width: 100%;
	}

	body:not(.index) article{
		margin-top: 74px;
	}

	section{
		width: 100%;
		min-width: 100%!important;
		box-sizing: border-box;
		padding-left: 3%!important;
		padding-right: 3%!important;
	}

	/************* フッター *************/



	.top_info {
		padding: 30px 0;
	}

	.top_info .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 3%;
	}

	.top_info .wrap .box1 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.top_info .wrap .box1 .img1 {
		margin: 0 0 30px;
	}

	.top_info .wrap .box2 {
		width: 100%;
		float: none;
		height: auto;
	}

	.top_info .wrap .box2 .map {
		margin: 0 0 15px;
	}

	.top_info .wrap .box2 .map iframe {
		width: 100%;
		height: 300px;
	}

	.top_info .wrap .box3 {
		overflow:hidden;
		color: white;
	}

	.top_info .wrap .box3 .txt1 {
		float: none;
		text-align: left;
		font-size: 14px;
		margin: 0 0 10px 0;
	}

	.top_info .wrap .box3 .txt2 {
		float: none;
		font-size: 14px;
	}


	footer {
		padding: 20px 0;
		border-bottom: 6px solid #003c64;
		min-width: 100%;
	}

	footer .wrap {
		max-width: 1000px;
		margin: 0 auto;
		overflow:hidden;
		box-sizing: border-box;
		padding: 0 10px;
	}

	footer .wrap nav {
		display: none;
	}

	footer .wrap #page-top {
		position: fixed;
		z-index: 100;
		right: 3%;
		bottom: 3%;
		float: none;
	}

	footer .wrap #page-top a{
		display: block;
		width: 100%;
		height: 100%;
	}

	footer .wrap #page-top a:hover img{
		opacity: 1;
	}



	/************* index *************/

	.index_mv_sp{
		margin-top: 74px;
	}


	.index_mv_sp .mv_text_sp{
		background: #57c8f2;
		border-top: solid 14px #c3e3ed;
		padding: 18px 2%;
	}

	.index_mv_sp .img img{
		width: 100%;
		height: auto;
	}

	.index_mv_sp .img img{
		width: 100%;
		height: auto;
	}

	.index_mv_sp .mv_text_sp01{
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}

	.index_mv_sp .mv_text_sp02{
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.index_mv_sp .img_certification{
		height: 18vw;
		max-height: 56px;
		text-align: center;
	}

	.index_mv_sp .img_certification img{
		height: 100%;
		margin: 0 8px;
	}

	.top_strength {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.top_strength h2 {
		margin: 0 0 20px;
		height: 60px;
	}

	.top_strength h2 img{
		height: 100%;
	}

	.top .txt1 {
		font-size: 14px;
		margin: 0 0 30px;
		line-height: 1.6;
	}

	.top_strength .wrap {
		margin: 0 auto 56px;
		width: 100%;
	}

	.top_strength .wrap .img1 {
		width: 84%;
		margin: 0 auto;
		float: none;
	}

	.top_strength .wrap .img1 img{
		width: 100%;
	}

	.top_strength .wrap .img2 {
		width: 64%;
		float: none;
		margin: 40px auto 0 auto;
	}

	.top .btn {
		margin: 30px auto 20px auto;
		max-width: 280px;
	}

	.top_service {
		padding-top: 30px;
		padding-bottom: 50px;
		background-size: auto 100%;
	}

	.top_service h2 {
		margin: 0 0 20px;
		height: 60px;
	}

	.top_service h2 img{
		height: 100%;
	}

	.top_service ul {
		width: 100%;
	}

	.top_service ul li {
		width: 100%;
		float: none;
		display: table;
		margin: 0 0 30px;
	}

	.top_service ul li .img {
		width: 38%;
		display: table-cell;
		vertical-align: middle;
		margin: 0;
	}

	.top_service ul li h3 {
		margin: 0 0 0 14px;
		text-align: left;
		color: #003c64;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.3;
	}

	.top_service ul li h3::after{
		content: "";
		display: block;
		height: 3px;
		width: 31px;
		background-color: #78c8b4;
		margin: 7px 0;
	}

	.top_service ul li .txt {
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
		letter-spacing: 0.05em;
		margin-left: 14px;
	}

	.top_service ul li .textGl{
		display: table-cell;
		vertical-align: middle;
	}

	.top_service div.link-banner01{
		padding: 40px 0 20px 0;
	}

	.footnav {
		min-width: 100%;
		border-top: 6px solid #003c64;
		position: relative;
		box-sizing: border-box;
		padding: 30px 3% 56px 3%;
	}

	.footnav h2 {
		margin: 0 0 20px;
	}

	.footnav ul {
		overflow:hidden;
		width:100%;
	}

	.footnav ul li {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		background: white;
		border-top: 4px solid #78c8b4;
		position: relative;
	}

	.footnav ul li:last-child {
		margin: 0;
	}

	.footnav ul li h3 {
		padding: 0;
		float: right;
		max-height:30px;
		width: 40%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 55%;
		margin: auto 0;
		line-height: 1;
	}

	.footnav ul li h3 a{
		text-decoration: none;
		color: #003c64;
	}

	.footnav ul li h3 span.sub{
		font-size: 12px;
		color: #78c8b4;
		font-family: 'Rozha One', serif;
		font-weight: normal;
	}

	.footnav ul li .img {
		float: left;
		width: 50%;
	}


	/************* strength *************/


	.strength {
		border-top: none;
	}

	.strength:before {
		display: none;
	}

	.strength .submv {
		height: 140px;
		width: 100%;
		display: table;
	}

	.strength .submv h2 {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}

	.strength .submv h2 img{
		height: 60px;
		width: auto;
	}

	.pagenav {
		padding: 30px 0 40px;
	}

	.pagenav ul li {
		width: 30%;
		margin: 0 2px 20px 2px;
		vertical-align: top;
	}

	.pagenav ul li .num {
		margin: 0 0 10px;
		height: 20px;
	}

	.pagenav ul li .num img{
		height: 100%;
		width: auto;
	}

	.pagenav ul li .box {
		border-top: 4px solid #78c8b4;
	}

	.pagenav ul li:nth-child(1) .box {
		background-position: center 15%;

	}
	.pagenav ul li:nth-child(2) .box {
		background-position: center 12%;
	}
	.pagenav ul li:nth-child(3) .box {
		background-position: center 18%;
	}
	.pagenav ul li:nth-child(4) .box {
		background-position: center 18%;
	}
	.pagenav ul li:nth-child(5) .box {
		background-position: center 12%;
	}

	.pagenav ul li .box a {
		font-size: 13px;
		line-height: 1.3;
		padding: 72px 0 50px;
	}

	.stbox {
		padding: 30px 0 20px;
	}

	.stbox .wrap {
		width: 100%;
	}

	.stbox h3 {
		margin: 0 0 10px;
		font-size: 20px;
		padding: 12px 0 12px 36px;
	}

	.stbox:nth-of-type(1) h3,
	.stbox:nth-of-type(2) h3,
	.stbox:nth-of-type(3) h3,
	.stbox:nth-of-type(4) h3,
	.stbox:nth-of-type(5) h3{
		background-size: auto 30px;
		background-position: left center;
	}

	.stbox h4 {
		font-size: 18px;
		line-height: 1.4;
		margin: 0 0 10px;
		color: #78c8b4;
		text-align: center;
	}

	.stbox .txt {
		font-size: 14px;
		margin: 0 0 30px;
		line-height: 1.6;
	}

	.stbox:nth-of-type(odd) {
		background: #f5f5f5;
	}

	.stbox:nth-of-type(odd) .img {
		width: 50%;
		float: none;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.stbox:nth-of-type(odd) .box {
		width: 100%;
		float: none;
	}

	.stbox:nth-of-type(even) .img {
		width: 50%;
		float: none;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.stbox .img.mg img{
		margin-top: 0!important;
	}

	.stbox:nth-of-type(even) .box {
		width: 100%;
		float: none;
	}

	.stbox .btn {
		text-align: center;
		margin-bottom: 40px;
	}

	.stbox .btnbox {
		text-align: center;
	}

	.stbox .btnbox li {
		display: inline-block;
		margin: 0 0 16px 0;
	}

	.lbtn {
		padding: 30px 0;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}

	.sec4list{
		margin:0 0 40px 0;
		font-size:14px;
		text-indent: -14px;
		padding-left: 14px;
	}


	/************* service *************/

	.serviceindex {
		border-top: none;
	}

	.serviceindex:before {
		display: none;
	}

	.serviceindex .submv {
		height: 140px;
		width: 100%;
		display: table;
	}

	.serviceindex .submv h2 {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}

	.serviceindex .submv h2 img{
		height: 60px;
		width: auto;
	}

	.top_service {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.serviceindex .top_service h2 {
		margin: 0 0 10px;
		font-size: 18px;
		line-height: 1.4;
		height: auto;
	}

	.top_service .txt1 {
	    margin: 0 auto 30px;
	    width: 100%;
	    font-size: 14px;
	}

	.service_flow {
		padding-top: 30px;
	}

	.service_flow h2 {
		font-size: 20px;
		margin: 0 0 40px;
	}

	.service_flow ul {
		width: 100%;
	}

	.service_flow ul li {
		margin: 0 0 20px;
		padding: 20px;
		position: relative;
	}

	.service_flow ul li h3 {
		font-size: 18px;
		margin: 0 0 10px;
		padding-left: 32px;
	}

	.service_flow ul li .txt {
		font-size: 14px;
		line-height: 1.6;
	}

	.service_flow ul li .img {
		position: static;
		width: auto;
		margin: 20px 0;
	}

	.service_flow ul li:nth-child(1),
	.service_flow ul li:nth-child(2),
	.service_flow ul li:nth-child(3),
	.service_flow ul li:nth-child(4) {
		background-position: left 20px top 16px;
		background-size: auto 30px;
	}


	/************* service detail*************/

	.servicedetail {
		border-top: none;
	}

	.servicedetail:before {
		display: none;
	}

	.servicedetail .submv {
		height: 140px;
		width: 100%;
		display: table;
	}

	.servicedetail .submv h2 {
		padding: 0 2%;
		display: table-cell;
		vertical-align: middle;
	}

	.servicedetail .submv h2 img{
		max-height: 60px;
		width: auto;
	}

	.sn {
		margin: 4px 0 20px;
	}

	.sn ul li a {
		font-size: 11px;
	}

	.sd_first {
		margin: 0 0 30px;
	}

	.sd_first .icon {
		margin: 0 auto 20px;
	}

	.sd_first h3 {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 1.4;
		letter-spacing: 0.1em;}

	.sd_first .desc1 {
		width: 100%;
		padding: 0!important;
	}

	.sd_first .desc1 h4 {
		padding: 0 0 10px;
		font-size: 18px;
		margin: 0 0 10px;
	}

	.sd_first .desc1 h4:after {
		width: 100%;
	}

	.sd_first .desc1 .recommend{
		margin-bottom:30px;
	}

	.sd_first .desc1 .recommend h4{
		font-size:18px;
		margin-bottom: 0;
	}

	.sd_first .desc1 .recommend li{
		font-size:14px;
		margin:10px auto 10px 6%;
	}

	.sd_first .desc1 .txt {
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 1px;
		padding: 0;
		margin: 0 0 20px 0;
	}

	.sd_first .desc1 .recommend_list {
		margin-left: 0!important;
		font-size: 14px;
	}

	.sd_first .desc1 .cloud_logo{
		width: 100%;
		margin: 0;
		height: 100px;
		text-align: center;
		font-size: 0;
	}

	.sd_first .desc1 .cloud_logo li{
		height:100px;
		float: none;
		display: inline-block;
		margin: 30px 2%;
	}

	.sd_first .desc1 .cloud_logo li img{
		width: 100%;
	}

	.sd_first .desc1 .cloud_logo li:nth-child(1){
		width:46%;
	}
	.sd_first .desc1 .cloud_logo li:nth-child(2){
		width:46%;
	}


	.sd_merit {
		padding: 30px 0 30px;
	}

	.sd_merit h3 {
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 1.4;
	}

	.sd_merit ul {
		width: 100%;
	}

	.sd_merit ul li {
		padding: 14px;
		margin: 0 0 20px;
	}

	.sd_merit ul li h4 {
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 1.4;
	}

	.sd_merit ul li h4 span:not(.nk) {
		font-size: 16px;
		margin: 0 6px 0 0;
	}

	.sd_merit ul li .txt {
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}

	.sd_flow {
		padding: 30px 0 20px;
	}

	.sd_flow h3 {
		margin: 0 0 16px;
		font-size: 20px;
		line-height: 1.4;
	}

	.sd_flow ul {
		width: 100%;
	}

	.sd_flow ul li {
		margin: 0 0 20px;
	}

	.sd_flow ul li h4 {
		font-size: 16px;
		margin: 0 0 10px 0;
		letter-spacing: 0.1em;
		line-height: 1.4;
	}

	.sd_flow ul li .txt2 {
		font-size: 14px;
	}

	section.bottom_sn{
		padding: 0!important;
	}

	.bottom_sn h4{
		padding: 30px 0 0;
		font-size: 20px;
		margin: 0 0 20px;
		margin:30px auto;
		width: 100%;
	}

	.bottom_sn h4:after {
	    width: 50%;
	}

	.bottom_sn .sn{
		margin-bottom:4px;
	}


	/*-----------
	service3
	-----------*/
	.service3 .sd_merit ul li ul{
		margin:18px 0;
		padding: 0;
		width: 100%;
	}
	.service3 .sd_merit ul li ul li{
		padding:0;
		width:100%;
		margin-bottom:10px;
		list-style-position: inside;
		font-size: 14px;
		text-indent: -14px;
		padding-left: 14px;
		box-sizing: border-box;
		line-height: 1.6;
	}
	.service3 .sd_flow ul{
		width: 100%;
		text-indent: -14px;
		padding-left: 14px;
	}

	.service3 .sd_flow ul li{
		font-size: 14px;
	}

	.sd_flow .txt {
		font-size: 14px;
		line-height: 1.6;
		margin: 0 auto 30px;
		width: 100%;
	}

	/*-----------
	service4
	-----------*/

	.service4 .sd_merit ul li ul{
		padding:0;
		margin: 20px 0;
		text-indent: -14px;
		padding-left: 14px;
	}
	.service4 .sd_merit ul li ul li{
		padding:0;
		width:100%;
		margin-bottom:14px;
		font-size: 14px;
	}

	.service4 .sd_flow ul li .txt2 {
		text-align: center;
		line-height: 1.6;
	}



	/*-----------
	Contact Button
	-----------*/
	.contact_btn {
		width: 100%;
		height: 70px;
		padding: 24px 10px 0 84px;
		line-height: 70px;
			-webkit-transition: none;
		font-size:16px;
		line-height: 1.2;
		margin:30px auto 20px;
		box-sizing: border-box;
		background: url("../images/servicedetail/mail_icon.png") center left -6px no-repeat #f9ad26;
		background-size: 84px auto;
	}


	/************* staff *************/

	.staff {
		border-top: none;
	}

	.staff:before {
		display: none;
	}

	.staff .submv {
		height: 140px;
		width: 100%;
		display: table;
	}

	.staff .submv h2 {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}

	.staff .submv h2 img{
		height: 60px;
		width: auto;
	}

	.staff .pagenav {
		padding: 30px 0 40px;
		font-size: 0;
	}

	.staff .pagenav ul li {
		display: inline-block;
		width: 29%;
		margin: 0 5px 24px 5px;
		position: relative;
	}

	.staff .pagenav ul li .img {
		margin: 0 0 10px;
	}

	.staff .pagenav ul li .txt {
		font-size: 12px;
		line-height: 1.2;
	}

	section.staffbox {
		padding: 0 0 30px!important;
	}

	.staffbox .imgbox {
		margin: 0 0 20px;
		width: 100%;
		height: auto;
		padding-top: 220px;
	}

	.staffbox:nth-of-type(1) .imgbox,
	.staffbox:nth-of-type(2) .imgbox,
	.staffbox:nth-of-type(3) .imgbox,
	.staffbox:nth-of-type(4) .imgbox,
	.staffbox:nth-of-type(5) .imgbox,
	.staffbox:nth-of-type(6) .imgbox,
	.staffbox:nth-of-type(7) .imgbox,
	.staffbox:nth-of-type(8) .imgbox,
	.staffbox:nth-of-type(9) .imgbox,
	.staffbox:nth-of-type(10) .imgbox {
		background-size: auto 220px;
		background-position: center top;
	}

	.staffbox .imgbox .wrap {
		width: 100%;
		padding: 0 0;
	}

	.staffbox .imgbox .wrap .namebox {
		padding: 20px 0 30px;
		width: 100%;
		background: rgba(250,250,250,1);
		float: none;
	}

	.staffbox:nth-of-type(even) .imgbox .wrap .namebox {
		float: none;
	}

	.staffbox .imgbox .wrap .namebox .pos {
		font-size: 13px;
		margin: 0px;
		line-height: 1;
	}

.staffbox .imgbox .wrap .namebox .name {
	font-size: 20px;
	margin: 0 0;
	padding: 13px;
	position: relative;
	line-height: 1.2;
}

	.staffbox .imgbox .wrap .namebox .name:after {
		display: block;
		content: "";
		width: 42px;
		height: 4px;
		background: #78c8b4;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 2px;
		margin: 0 auto;
	}

	.staffbox .imgbox .wrap .namebox .en {
		padding-top: 13px;
	}

	.staffbox .imgbox .wrap .namebox .en img{
		max-width: 70px;
	}

	.staffbox h3 {
		margin: 0 0 20px;
		line-height: 1.3;
		padding: 0 3%;
	}

	.staffbox > h3 {
		text-align: left;
		font-size: 18px;
	}

	.staffbox dl {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}

	.staffbox dl dt {
		width: 100%;
		font-size: 14px;
		float: none;
		text-align: left;
		margin: 0 0 6px;
	}

	.staffbox dl dd {
		font-size: 14px;
		width: 100%;
		padding: 0 0 0;
		margin: 0 0 20px;
	}


	/************* office *************/

	.office {
		border-top: none;
		padding: 0!important;
	}

	.office:before {
		display: none;
	}

	.office .submv {
		height: 140px;
		width: 100%;
		display: table;
	}

	.office .submv h2 {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}

	.office .submv h2 img{
		height: 60px;
		width: auto;
	}

	.office_message {
		width: 100%;
		margin: 30px auto 30px;
	}

	.office_message h3 {
		margin: 0 0 20px;
		font-size: 20px;
	}

	.office_message .wrap .img {
		width: 80%;
		max-width: 268px;
		float: none;
		height: 80vw;
		max-height: 385px;
		overflow: hidden;
		margin: 0 auto 10px auto;
	}

	.office_message .wrap .img img{
		width: 100%;
	}

	.office_message .wrap .txtbox {
		width: 100%;
		float: none;
	}

	.office_message .wrap .txtbox h4 {
		font-size: 18px;
		line-height: 1.4;
		margin: 0 0 10px;
	}

	.office_message .wrap .txtbox .txt {
		font-size: 14px;
		line-height: 2;
	}

	.office_message .wrap .txtbox .name {
		font-size: 14px;
		line-height: 1.7;
	}

	section.office_outline {
		padding: 0!important;
	}

	.office_outline .img img {
		margin: 0 0 30px;
	}

	.office_outline h3 {
		padding: 0 3%;
		margin: 0 0 30px;
		font-size: 20px;
	}

	.office_outline table {
		width: 94%;
		margin-bottom: 40px;
	}

	.office_outline table th {
		border: 1px solid #c8c8c8;
		width: 36%;
		text-align: right;
		padding: 4%;
		font-size: 14px;
		line-height: 1.4;
	}

	.office_outline table td {
		padding: 4%;
		font-size: 14px;
		line-height: 1.4;
	}

	.office_intro{
		width:96%;
		margin:30px auto;
	}

	.office_intro h3{
		width:96%;
		font-size: 20px;
	}

	.office_intro iframe{
		width:100%;
		height: 100vw;
	}

	.office_contact {
		padding: 30px 0 30px;
		border-top: 6px solid #003c64;
	}

	.office_contact h3 {
		margin: 0 0 20px;
		font-size: 20px;
	}

	.office_contact .txt1 {
		text-align: center;
		margin: 0 0 30px;
		font-size: 15px;
	}

	.office_contact .wrap {
		width: 100%;
		padding:20px 3%;
		box-sizing: border-box;
	}

	.office_contact .wrap .txt2 {
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 1.6;
	}

	.office_contact .wrap .tel {
		margin: 0 0 30px;
		font-size: 14px;
	}

	.office_contact .wrap .tel .telnum {
		margin: 0;
	}

	.office_contact .contact_flow {
		margin: 0 0 10px;
		font-size: 0;
		display: table;
		width: 100%;
	}

	.office_contact .contact_flow li {
		width: 33%;
		float: none;
		font-weight: normal;
		font-size: 12px;
		padding: 4px 3% 4px 4px;
		background: url(../images/office/office_arrow2.png) no-repeat;
		background-size: 100% 100%;
		display: table-cell;
		vertical-align:top;
		line-height: 1.4;
		height: 40px;
		vertical-align: middle;
	}

	.office_contact .contact_flow li.current {
		background: url(../images/office/office_arrow1.png) no-repeat;
		background-size: 100% 100%;
	}

	.office_contact table {
		table-layout: fixed;
	}

	.office_contact table th {
		font-size: 14px;
		width: 35%;
		padding: 16px 10px 16px 0;
	}

	.office_contact table th .req {
		font-weight: normal;
		font-size: 10px;
	}

	.office_contact table th .op {
		font-weight: normal;
		font-size: 12px;
	}

	.office_contact table td {
		font-size: 14px;
		padding: 16px 0 16px 10px;
	}

/*	.office_contact table td select {
		width: 100%;
		padding: 7px 0;
		display: block;
		font-size: 120%;
	}*/

	.office_contact table td input[type="text"] {
		box-sizing: border-box;
	}

	.office_contact table td input[type="text"].text1 {
		width: 100%;
		padding: 7px;
		font-size: 14px;
	}

	.office_contact table td input[type="text"].text2 {
		width: 100%;
		padding: 7px;
		font-size: 14px;
	}

	.office_contact table td input[type="text"].text3 {
		width: 23%;
		padding: 7px;
		font-size: 14px;
	}

	.office_contact table td textarea {
	    box-sizing: border-box;
	    font-size: 14px;
	}

	.office_contact .btn {
		width: 100%;
		margin: 20px auto 30px;
	}

	.office_contact button {
		width: 86%;
		display: block;
		margin: 0 auto;
	}

	.office_contact button img{
		width: 100%;
		max-width: 400px;
	}

	.office_contact .errorMessage {
	    font-size: 14px;
	    line-height: 1.4;
	    display: inline-block;
	}

	.office_contact .errorMessageTitle{
		display:block;
		width:100%;
		color:red;
		text-align: center;
		font-size:20px;
		font-weight:bold;
		margin-bottom: 20px;
	}

	.office_contact .send_btn{
		margin-top:30px;
	}

	.completeText{
		text-align: center;
		font-size:24px;
		font-weight:bold;
	}


	/************* voice *************/

	.voice {
		border-top: none;
		padding: 0!important;
	}

	.voice:before {
		display: none;
	}

	.voice section {
	    width: 100%;
	    min-width: 100%!important;
	    box-sizing: border-box;
	    padding-left: 0!important;
	    padding-right: 0!important;
	}

	.voice .submv {
		background: url(../images/voice003/voice03_mv_sp.jpg) no-repeat center top;
		background-size: cover;
		width: 100%;
		height: 80vw;
		max-height: 600px;
		box-sizing: border-box;
		padding: 5%;
	}

	.voice .submv::after{
		display: none;
	}

	.voice .submv .voice-ttl{
		padding-right: 0;
	}

	.voice .submv h2 {
		font-size: 7.2vw;
		line-height: 1.4;
		text-align: left;
		margin-bottom: 10px;
	}

	.voice .submv p {
		text-align: left;
		font-size: 3.8vw;
	}

	.voice section.sec01 .wrap{
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 30px 3%;
	}

	.voice section.sec01 .voice-top{
		width: 52%;
		max-width: 230px;
		margin: 0 auto 30px;
	}

	.voice section.sec01 .voice-top img{
		width: 100%;
	}

	.voice section.sec01 .voice-top::before{
		content: "";
		width: 99px;
		height: 61px;
		background: url(../images/voice002/voice01_img01_text.svg);
		position: absolute;
		left: -49px;
		top: 11px;
		z-index: 10;
	}

	.voice section.sec01 .text01{
		font-size: 14px;
		line-height: 2;
	}

	.voice section.sec01 .photoBg{
		width: 100%;
		height: 200px;
		/*background: url(../images/voice002/voice01_photo_bg01.jpg);*/
		background-size: cover;
		background-attachment: scroll;
	}

	.voice section.sec02 .wrap{
		width: 100%;
		box-sizing: border-box;
		padding: 30px 3%;
	}

	.voice section.sec02 .ques{
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 14px;
	}

	.voice section.sec02 .ans{
		font-size: 14px;
		line-height: 2;
		margin-bottom: 36px;
	}

	.voice section.sec02 .voice-img01{
		margin: 0 0 40px 0;
		display: block;
	}

	.voice section.sec02 .voice-img01 li{
		margin: 0;
	}

	.voice section.sec02 .voice-img01 li + li{
		margin-top: 20px;
	}

	.voice section.sec02 .voice-img01 li img{
		width: 100%;
	}

	.voice section.sec02 .voice-img02{
		display: block;
	}

	.voice section.sec02 .voice-img02 li{
		width: 94%;
		margin: 0 auto;
	}

	.voice section.sec02 .voice-img02 li + li{
		margin-top: 20px;
	}

	.voice section.sec02 .voice-img02 li img{
		width: 100%;
	}

	.voice section.sec02 .voice-img03{
		margin: 0 0 40px 0;
		display: block;
	}

	.voice section.sec02 .voice-img03 li{
		margin: 0;
	}

	.voice section.sec02 .voice-img03 li + li{
		margin-top: 20px;
	}

	.voice section.sec02 .voice-img03 li img{
		width: 100%;
	}
	.voice-img01-long {
		margin: 0 0 30px 0;
	}
	.voice section.sec02 .staff-image{
		float:none;
		margin:auto;
	}

	.voice section.sec02 .staff-comment{
		display:block;
		margin:auto;
		margin-top: 25px;
	}

	.voice section.sec02 .staff-comment:before{
		  content: "";
		  position: absolute;
		  top: -12px;
		  left: 50%;
		  margin-left: -15px;
		  border: 12px solid transparent;
		  border-bottom: 15px solid #f0f5f5;
		  z-index: 2;
	}

	.voice section.sec02 .link-banner02{
		padding:0px 0 76px 0;
	}
	