/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {

	/* --------------- common --------------- */

	.sp_none {
		display: none;
	}

	.pagetop {
		width: 60px;
		height: 60px;
	}


	/* --------------- header -------------- */

	.col_header {
		padding-left: 3%;
	}

	.logo_header {
		width: 220px;
	}

	.spbtn_contact {
		width: 48px;
	}

	.nav_header > ul > li.btm .btn_nav_contact {
		width: 260px;
	}

	.submenu_header ul li a {
		min-height: 44px;
	}


	/* --------------- footer -------------- */




	/* --------------- top -------------- */


	.col_topmainimg {
		height: 125vw;
		background-image: url(../img/top/sp/bg_mainimg.jpg);
		background-size: 100% auto;
		background-position: center center;
	}

	.lead_mainimg h1 {
		margin-bottom: 5vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
		-webkit-box-align: center;
		   -ms-flex-align: center;
		      align-items: center;
	}

	.lead_mainimg h1 .team {
		width: 50%;
		max-width: 100%;
		margin: 0 auto 3vw;
	}

	.lead_mainimg h1 .fukumoto {
		width: 92.66%;
		max-width: 100%;
		margin: 0 auto;
	}

	.txt_mainimg1 {
		width: 92%;
		max-width: 100%;
		margin-bottom: 10vw;
	}

	.txt_mainimg1 img {
		width: 82vw;
	}

	.txt_mainimg2 {
		width: 76%;
		max-width: 100%;
	}

	.btn_topscroll {
		bottom: 8vw;
	}

	.btn_topscroll:before {
		height: 8vw;
		bottom: -8vw;
	}
	.btn_topscroll:after {
		height: 8vw;
		bottom: -16vw;
	}

	.btn_topscroll a {
		font-size: 4vw;
	}

	.btn_topscroll span {
		top: -8vw;
	}

	.col_toptrust {
		padding-top: calc(8vw + 25px);
		background-size: 100% 110vw;
	}

	.mds_top1 .ja,
	.link_toptrust h3 .ja {
		font-size: 20px;
	}

	.mds_top1 .en,
	.link_toptrust h3 .en {
		margin-top: 6px;
		font-size: 15px;
	}

	.col_toptrust {
		background-position: center bottom 1.5vw;
	}

	.txt_toptrust {
		margin-bottom: 30px;
		padding: 0 5%;
		font-size: 15px;
	}

	.link_toptrust {
		padding: 4vw 4vw 6vw 4vw;
	}

	.link_toptrust:before {
		border-width: 0 0 20px 20px;
		bottom: 2.5vw;
		right: 2.5vw;
	}

	.link_toptrust h3 .ja {
		margin-bottom: 9px;
		padding-bottom: 13px;
	}

	.link_toptrust h3 .ja:before {
		height: 3px;
	}

	.link_toptrust.facility .right {
		height: 35.573vw;
	}

	.col_topstance {
		height: auto;
		background-image: url(../img/top/sp/bg_stance.jpg);
		background-size: cover;
		background-position: center center;
	}

	.inner_topstance {
		padding: 50px 0;
	}

	.col_topstance .mds_top1 {
		margin-bottom: 22px;
	}

	dl.lead_topstance dt {
		margin-bottom: 15px;
	}

	dl.lead_topstance dd {
		font-size: 15px;
		line-height: 1.74;
	}

	.deco_topstance {
		display: none;
	}

	.col_topvalues {
		border-bottom: none;
	}

	.inner_topvalues {
		padding: 50px 0;
	}

	.txt_topvalues {
		margin-bottom: 25px;
		font-size: 15px;
	}

	dl.left_topvalues {
		margin-bottom: 30px;
		padding-bottom: 25px;
	}

	dl.left_topvalues dt {
		max-width: 116px;
	}

	.box_topvalues > div,
	.box_topvalues > div:nth-child(3) {
		width: 100%;
		margin: 0 0 15px;
		padding: 75px 4% 45px;
		background-position: center top;
	}

	.box_topvalues > div.box1 {
		background-image: url(../img/top/sp/bg_values1.jpg);
	}
	.box_topvalues > div.box2 {
		background-image: url(../img/top/sp/bg_values2.jpg);
	}
	.box_topvalues > div.box3 {
		background-image: url(../img/top/sp/bg_values3.jpg);
	}
	.box_topvalues > div.box4 {
		background-image: url(../img/top/sp/bg_values4.jpg);
	}

	dl.left_topvalues dt {
		max-width: 116px;
	}

	.box4 dl.left_topvalues dt {
		max-width: 132px;
	}

	.right_topvalues {
		text-align: center;
	}

	.right_topvalues .iblock {
		display: inline-block;
	}

	.inner_topinfo {
		padding: 0 0 50px;
	}

	.col_topnews {
		margin-bottom: 55px;
	}

	.link_topinfo a {
		display: none;
	}

	dl.list_topnews {
		padding: 12px 14px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}

	dl.list_topnews dt {
		width: auto;
		margin-bottom: 4px;
		padding: 0;
	}

	dl.list_topnews dd {
		width: auto;
	}

	.spbtn_topnews {
		width: 250px;
		height: auto;
		margin: 30px auto 0;
		padding: 17px 10px 18px;
		color: #001041;
		text-align: center;
		text-decoration: none;
		line-height: 1;
		border: solid 1px #001041;
		display: block;
		transition: all .2s;
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
	}

	.spbtn_topnews span {
		display: inline-block;
		position: relative;
		z-index: 0;
	}

	.spbtn_topnews span:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #001041;
		position: absolute;
		top: calc(50% - 6px);
		left: -13px;
		transition: all .2s;
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
	}

	.col_toprecruit {
		padding-bottom: 35px;
		background-image: url(../img/top/sp/bg_recruit.jpg);
		background-size: cover;
	}

	.inner_toprecruit {
		display: block;
	}

	.inner_toprecruit .mds_top1 {
		width: auto;
		min-height: auto;
		margin-bottom: 30px;
		color: #001041;
		background-color: transparent;
	}

	.box_toprecruit {
		width: auto;
		padding: 25px 30px;
		border-radius: 3px;
	}

	.box_toprecruit dl dt {
		margin-bottom: 5px;
	}



/* --------------- subpage --------------- */

	.col_ttl {
		height: 134px;
		background-image: url(../img/sp/bg_ttl.jpg);
	}

	.ttl .ja {
		font-size: 24px;
	}

	.ttl .en {
		margin-top: 6px;
		font-size: 15px;
	}

	ul.col_pankuzu {
		display: none;
	}








/* --------------- news --------------- */



	.col_news {
		width: 90%;
		padding: 35px 0 70px;
	}

	.list_news {
		margin-bottom: 30px;
		padding-bottom: 60px;
		padding-left: 0;
		padding-right: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}

	.info_news {
		width: 100%;
		margin: 0;
		padding: 0 0 15px;
	}

	.date_news,
	.mds_news,
	.cont_news {
		padding-left: 8px;
		padding-right: 8px;
	}

	.mds_news {
		font-size: 17px;
	}

	.thumb_news {
		width: 300px;
		margin: 0 auto;
	}

	.img_news {
		height: 198px;
	}



/* --------------- business --------------- */

	.col_business {
		width: 90%;
		padding-bottom: 20px;
	}

	.cont_business1 {
		padding: 0;
		margin-bottom: 14vw;
	}

	.txt_business h2 {
		width: 94px;
	}

	.txt_business dl dt {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.img_business,
	.cont_business1:nth-child(even) .img_business {
		width: 95%;
		max-width: 100%;
		margin: 0 5px 0;
	}

	.cont_business1:nth-child(even) .img_business {
		margin-left: auto;
	}

	.img_business img,
	.img_business.small img {
		box-shadow: 12px 12px 0px 0px #001041;
	}

	.cont_business1:nth-child(even) .img_business img {
		box-shadow: -12px 12px 0px 0px #001041;
	}

	.box_business {
		margin: 15px 5px 0;
		padding: 18px 22px;
	}

	.box_business h3:before {
		width: 15px;
		height: 6px;
		top: calc(50% - 3px);
		left: -22px;
	}




/* --------------- works --------------- */


	.col_works {
		padding: 45px 0 40px 0;
	}

	.cont_works {
		margin-bottom: 50px;
		padding-bottom: 40px;
	}

	.inner_works {
		width: 90%;
	}

	.img_works {
		width: 86%;
		height: auto;
	}

	.img2.img_works {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.img2.img_works .trim {
		width: 100%;
		margin-bottom: 12px;
		margin-right: 0;
	}
	.img2.img_works .trim:last-child {
		margin-bottom: 0;
	}

	.img3.img_works {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.img3.img_works:after {
		content: none;
	}
	.img3.img_works .trim:first-child {
		width: 100%;
		margin: 0 0 12px;
		float: none;
	}
	.img3.img_works .trim:nth-child(2) {
		width: calc( (100% / 2) - 6px);
		height: 28vw;
		margin-right: 12px;
		margin-bottom: 0;
		float: none;
	}
	.img3.img_works .trim:nth-child(3) {
		width: calc( (100% / 2) - 6px);
		height: 28vw;
		float: none;
	}

	.img_works .trim {
		height: 48vw;
	}

	.tbl_works {
		margin-top: 25px;
	}

	.tbl_works th {
		width: 100px;
		padding: 12px 6px;
	}

	.tbl_works td {
		padding: 12px 20px;
	}



/* --------------- design --------------- */


	#Design .img_works {
		height: auto;
	}

	.img_works .trim {
		height: 83vw;
	}




/* --------------- flow --------------- */

	.col_flow {
		width: 90%;
		margin: 35px auto 40px;
	}

	.col_flow:before {
		width: 2px;
		border-width: 2px;
		left: 32px;
	}

	.cont_flow1 {
		padding-bottom: 55px;
	}

	.mds_flow {
		width: 64px;
	}

	.right_flow {
		width: calc(100% - 64px);
		padding-left: 15px;
	}

	.right_flow dl {
		margin-bottom: 20px;
	}

	.right_flow dl dt {
		font-size: 20px;
	}

	.contact_flow .num.tel a {
		pointer-events: auto;
	}

	.btn_contact_flow {
		width: 220px;
		margin-bottom: 10px;
	}

	.contact_flow .uketuke.fax {
		margin-left: 0;
	}

	.contact_flow .uketuke .small {
		font-size: 14px;
		line-height: 1.6;
	}

	.img_flow img {
		box-shadow: 10px 10px 0px 0px #e5e7ec;
	}

	.single .right_flow dl,
	.cont_flow1:last-of-type dl {
		margin-bottom: 5px;
	}

	.cont_flow1:last-of-type dl dt {
		margin-bottom: 5px;
	}





/* --------------- facility --------------- */

	.cont_facility {
		padding: 45px 0 50px;
	}

	.mds_facility {
		width: 90%;
		padding: 0;
		font-size: 20px;
	}

	.col_scroll {
		padding-left: 5%;
	}

	.img_facility {
		width: 90%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.img_facility dl {
		width: 47%;
		margin-right: 6%;
	}

	.img_facility dl:nth-child(2n) {
		margin-right: 0;
	}

	.img_facility dl dt {
		margin-bottom: 8px;
	}


/* --------------- contact --------------- */


	.col_contact {
		width: 90%;
		padding: 30px 0;
	}

	.inner_contact {
		margin-bottom: 30px;
	}

	.mds_contact {
		padding: 13px 20px;
		font-size: 17px;
	}

	.cont_contact {
		padding: 25px 5% 40px;
	}

	.txt_contact1 {
		margin-bottom: 20px;
	}

	.txt_contact_time {
		margin-bottom: 25px;
	}

	.txt_contact2 {
		margin-bottom: 30px;
	}

	.flow_contact {
		margin-bottom: 20px;
	}

	.form_contact {
		padding-bottom: 20px;
	}

	.form_contact .require {
		margin: 0 0 10px;
	}

	.form_contact dl {
		margin: 0 0 20px;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}

	.form_contact dl dt,
	.form_contact dl.radio dt,
	.form_contact dl.naiyo dt,
	#Conf.form_contact dl dt {
		width: auto;
		margin: 0 5px 2px;
		padding: 0;
	}

	.form_contact dl dd {
		width: auto;
		padding: 0;
	}

	.form_contact dl dd input[type="tel"],
	.form_contact dl dd input[type="text"],
	.form_contact dl dd textarea {
		max-width: 100%;
	}

	.form_contact dl dd .short input[type="text"] {
		max-width: 120px;
	}

	.bordedr_contact1 {
		margin: 30px 0 20px;
	}

	.form_contact dl.radio {
		margin-bottom: 0;
	}

	.form_contact dl.radio dt {
		margin-bottom: 15px;
	}

	#Conf.form_contact dl dt {
		font-weight: 500;
	}

	#Conf.form_contact dl dd,
	#Conf.form_contact dl.radio dd {
		padding: 0 5px;
	}



/* --------------- about --------------- */

	.col_about1 {
		margin: 25px 0 35px;
	}

	.inner_about1 {
		width: 100%;
		height: auto;
		padding-top: 42vw;
		display: block;
	}

	.inner_about1:before {
		width: 100%;
		height: 47vw;
		right: 0;
	}
	
	
	.box_about1 {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 5px;
	}

	.box_about1 dl {
		padding: 10px 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}

	.box_about1 dl dt {
		width: auto;
		text-align: left;
	}

	.box_about1 dl dd {
		width: auto;
	}

	.inner_about2 {
		width: 90%;
		padding: 45px 0 45px;
	}
	
	.inner_about2.message{
		padding: 45px 0 45px;
	}
	
	.inner_about2.about1{
		padding: 20px 0 20px;
	}
	
	.flow_about_history {
		padding: 30px 0;
	}

	.flow_about_history:before {
		left: 28px;
	}

	.year_about,
	.long.list_history1.left .year_about {
		width: 85px;
	}

	.list_history1 .year_about.big img,
	.list_history1.left .year_about.big img {
		margin-right: 0;
		margin-left: 9px;
	}

	.right .year_about img,
	.list_history1.left .year_about img {
		margin-left: 14px;
	}

	.info_about {
		width: calc(100% - 85px);
	}

	.img_about_history span,
	.info_about dl dd .img_about_pc_none {
		width: 140px;
	}

	.inner_about3 {
		padding: 45px 0;
	}

	.col_about3 .mds_top1 {
		margin-bottom: 20px;
	}

	.gmap_about {
		height: 300px;
	}

	.address_about {
		text-align: center;
		display: block;
	}

	.flex_message{
		display: block;
	}

	.column_message{
		width: 100%;
	}
	
	.inner_cont_message{padding: 0 2vw;}
	
	.img_message1{
		margin: 0 0 4.8vw;
		display: flex; 
		gap: 6vw;
	}
	
	.img_message1 img.pc_none{
		display: block;
		width: 52%;
		max-width: 327px;
		margin: 0;
	}

	.img_message1 img.name{
		width: 27%;
		max-width: 176px;
	}
	
	.img_message1 img.name2{
		width: 33%;
		max-width: 174px;
	}
	
	.ttl_message{
		font-size: 18px;
		padding: 0 2vw 2.2vw;
        margin: 0 0 1.5vw;
	}















}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */
