﻿
@import url('css2-Robotowght400500_swap.css');
@import url('css2-BarlowCondenseditalwght0300050006001500_swap.css');
@import url("style.css");

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}

a,.linearAnime {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}
@media screen and (min-width:901px) {
	a[href^="tel"] {
		pointer-events: none;
	}
}

img,svg {
	vertical-align: bottom;
}

/*色*/
.color_main {
	color: #;
}
.color_red {
	color: #bf0000;
}
.color_white {
	color: #fff;
}


/*背景*/
.bg_main {
	background-color: #;
}
.bg_white {
	background-color: #fff;
}



/* position */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}

/* sp/pcの切替 */
.sp,.sp_inline {
	display: none;
}

/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}

/*文字種類*/
.ff_english {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

/*文字太さ*/
.fontThin {
	font-weight: 100;
}
.fontExLight {
	font-weight: 200;
}
.fontLight {
	font-weight: 300;
}
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontExBold {
	font-weight: 800;
}
.fontBlack {
	font-weight: 900;
}

/*文字スタイル*/
.fs_italic {
	font-style: italic;
}

/*Text Crop*/
.textcrop {
	display: block;
}
.textcrop::before,
.textcrop::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
.textcrop::before {
	margin-bottom: -0.133em;
}
.textcrop::after {
	margin-top: -0.133em;
}

/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}
.wrap_wide { /*使わない場合は隠す*/
	
}


/*Animate.css用*/
.animated {
	opacity: 0;
}
.animated.move {
	opacity: 1;
}
.animation {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.lazyload {
	opacity: 0;
}

/*object-fit*/
.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}


/*******flexbox*******/
[class*="flex_start"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_end"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_between"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_center"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_inline"] {
	display: -webkit-inline-box;
	display: inline-flex;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.align_items_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align_items_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.direction_column {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.row_reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*================================================
 *  ヘッダー
 ================================================*/




/*******ナビゲーション*******/



/*******ハンバーガー*******/
#sp_menu_btn {
	display: none;
}

/*******ドロワー*******/
#drawer {
	display: none;
}


/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	/*font-size: 12px;
	padding: 30px 0 0;
	max-width: 1400px;*/
	width: 100%;
	margin: 0 auto;
}
ol.breadcrumb li {
	position: relative;
}
ol.breadcrumb li + li {
	padding-left: 1.1em;
	margin-left: 0.5em;
}
ol.breadcrumb li + li:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
ol.breadcrumb li a {
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}



/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
}

/*================================================
 *  コンテンツ
 ================================================*/
main {
	overflow: hidden;
}
.contents {
	padding: 0 0 50px;
}

/*******見出し*******/


/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.circle_list li,
.square_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list > li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list > li:before{
	display: inline;
	content: "\30fb";
}
/*●箇条書き*/
.circle_list > li:before{
	display: inline;
	content: "\25CF";
}
/*■箇条書き*/
.square_list > li:before{
	display: inline;
	content: "\25A0";
}
/*()数字*/
.number_list {
	counter-reset: cnt 0;
}
.number_list > li{
	padding-left: 2.16em;
	text-indent: -2.66em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.number_list > li:before{
	display: inline;
	content: "（" counter(cnt) "）";
}
/*数字.*/
.decimal_list {
	counter-reset: dcnt 0;
}
.decimal_list > li{
	padding-left: 1em;
	text-indent: -1em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: dcnt;
}
.decimal_list > li:before{
	display: inline;
	content: counter(dcnt) ".";
}


/*******お問い合わせ系ボタン*******/    /*↓同じclassのため、使わないほうを削除してください ※参照データ：セブン工業*/
.button {
	text-align:center;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
}
#contact .button {
	width: 380px;
}
#contact.confirm .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.button input[type=submit] ,
.button a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	border-radius: 0;
	font-size: 22px;
	width: 380px;
	height: 80px;
	cursor: pointer;
	padding: 0;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.button input[type=submit] {
	background-color: #009c74;
	border: none;
	color: #fff;
}
.button a {
	border: 1px solid;
}
.button a:hover,
.button input[type=submit]:hover {
	opacity: 0.7;
}
.button input[type=submit]:disabled {
	opacity: 0.7;
	pointer-events: none;
}
.button input.gray {
	border: none;
	border-bottom: 1px solid;
	background-color: transparent;
	cursor: pointer;
	color: #999;
	display: inline-block;
	font-size: 18px;
	padding: 0 0 0.5em;
	margin-top: 60px;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.button input.gray:hover {
	color: #009c74;
}




/*******お問い合わせ系ボタン（矢印付）*******/    /*↑同じclassのため、使わないほうを削除してください ※参照データ：南進機工*/
.button {
	text-align:center;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	width: 300px;
}
.confirm .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.button::after {
	position: absolute;
	content: '';
	top: 30px;
	right: 1em;
	width: 0.6em;
	height: 0.6em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 1;
}
.complete .button::after {
	content: none;
}
.button input[type=submit] ,
.button a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	border-radius: 0;
	border: none;
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	height: 60px;
	cursor: pointer;
	padding: 0;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
	background-color: #e14a15;
	color: #fff;
}
.button a:hover,
.button input[type=submit]:hover {
	opacity: 0.7;
}
.button input.gray {
	border: none;
	border-bottom: 1px solid;
	background-color: transparent;
	cursor: pointer;
	color: #999;
	display: inline-block;
	font-size: 18px;
	padding: 0 0 0.5em;
	margin-top: 60px;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.button input.gray:hover {
	color: #e14a15;
}





/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

/*================================================
 *  フッター
 ================================================*/
footer {
}













/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:900px) {

body {
	font-size: 4vw;
}	

img {
	max-width: 100%;
}



/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}

/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
.pc,.sp_none {
	display: none;
}

/*幅*/
.wrap {
	max-width: inherit;
	width: 90vw;
}
.wrap_sp_small {
	width: 80vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.wrap_sp_medium { /*使わない場合は隠す*/
	width: 85vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.sp_wid100 {
	width: 100%!important;
}

/*******flexbox*******/
.flex_start_spblock,
.flex_end_spblock,
.flex_between_spblock,
.flex_center_spblock,
.flex_inline_spblock {
	display: block;
}


/*================================================
 *  ヘッダー
 ================================================*/





/*================================================
 *  ナビゲーション
 ================================================*/

/*******ハンバーガー*******/
#sp_menu_btn {
	width: 15vw;
	height: 15vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}
#sp_menu_btn .hamburger-icon {
	position: relative;
	display: block;
}
#sp_menu_btn .hamburger-icon,
#sp_menu_btn .hamburger-icon::before,
#sp_menu_btn .hamburger-icon::after {
	width: 8vw;
	height: 2px;
	-webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #fff;
}
#sp_menu_btn .hamburger-icon::before,
#sp_menu_btn .hamburger-icon::after {
	position: absolute;
	top: 2.5vw;
	left: 0;
	content: '';
}
#sp_menu_btn .hamburger-icon:after {
	top: -2.5vw;
}
#sp_menu_btn.active .hamburger-icon {
	background-color: transparent;
}
#sp_menu_btn.active .hamburger-icon::before,
#sp_menu_btn.active .hamburger-icon::after {
	top: 0;
}
#sp_menu_btn.active .hamburger-icon::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sp_menu_btn.active .hamburger-icon::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*******ドロワー*******/
#drawer {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 999;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	padding: 15vw 15vw;
}
#drawer.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}





/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
}




/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	display: none;
}



/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	
}

/*******見出し*******/



/*******お問い合わせ系ボタン*******/    /*↓同じclassのため、使わないほうを削除してください ※参照データ：セブン工業*/
.button {
	width: 70vw!important;
	font-size: 5vw;
}
.button input[type=submit] ,
.button a {
	font-size: 5vw;
	width: 100%;
	height: 16vw;
}
.button input.gray {
	font-size: 4.2vw;
	margin-top: 8vw;
}




/*******お問い合わせ系ボタン（矢印付）*******/    /*↑同じclassのため、使わないほうを削除してください ※参照データ：南進機工*/
.button {
	width: 70vw!important;
	font-size: 5vw;
}
.button::after {
	top: 8vw;
	right: 5vw;
	width: 0.5em;
	height: 0.5em;
	border-width: 2px;
}
.button input[type=submit] ,
.button a {
	font-size: 5vw;
	width: 100%;
	height: 16vw;
}
.button input.gray {
	font-size: 4.2vw;
	margin-top: 8vw;
}




/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	bottom: 18vw;
	right: 2vw;
}
.sp_fixed_none .pagetop {
	bottom: 2vw;
}

/*================================================
 *  フッター
 ================================================*/
body:not(.sp_fixed_none) footer {
	padding-bottom: 16vw;
}


/*================================================
 *  SP下タブ
 ================================================*/
.sp_fixed_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
.sp_fixed_none .sp_fixed_bottom {
	display: none;
}






}