@charset "UTF-8";
html{font-size:62.5%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
h1,h1 a {font-size:26px;font-size:2.6rem;}
h2,h2 a {font-size:22px;font-size:2.2rem;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;}
p,dl,a,ul,li,table,dt,dt a,figcaption {font-size:15px;font-size:1.5rem;font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;}
a {text-decoration: none;color: inherit;line-height:inherit;font-size:inherit;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(150,150,150,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #222;}
p{line-height: 1.8;color: #222;text-align: justify;text-justify: inter-ideograph;-moz-font-feature-settings: "palt";-webkit-font-feature-settings: "palt";font-feature-settings: "palt";}
li,dd{list-style:none;margin: 0;padding: 0;color: #222;}
.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
span.ib{display: inline-block;}
.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.fbox{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;}
.fbox-column{-webkit-flex-direction: column;flex-direction:column;}
.fbox-start{-webkit-justify-content: flex-start;justify-content:flex-start;}
.fbox-end{-webkit-justify-content: flex-end;justify-content:flex-end;}
.fbox-center{-webkit-justify-content: center;justify-content:center;}
.fali-center{-webkit-align-items: center;align-items:center;}
.fali-end{-webkit-align-items: flex-end;align-items:flex-end;}
.fali-start{-webkit-align-items: flex-start;align-items:flex-start;}
.fali-base{-webkit-align-items: baseline;align-items:baseline;}
:root {
	--main-color: rgba(37,52,67,1);
	--sub-color: rgba(164,139,120,1);
	--gray-color:rgba(100,100,100,1);
	--ssrf-font: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.red{color: red;}
.navy{color:var(--main-color);}
.brown{color:var(--sub-color);}
.gray{color: var(--gray-color);}
.mi{width: 100%;height: auto;}
.st{font-size:75%;}
.didot{font-family: 'GFS Didot', serif;}
.lato{font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;}
.allura{font-family: 'Allura', cursive;}
.sticky{position: sticky;top: 0;z-index: 50;}
.multi-column-box{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 50px;-webkit-column-gap: 50px;column-gap: 50px;}
.ssrf{font-family:var(--ssrf-font)}
.pt0{padding-top: 0!important;}
.mt0{margin-top: 0!important;}
.mt15{margin-top: 15px!important;}
body{font-size:10px;font-size:1.0rem;width:100%;line-height:1.8;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;background-color: #fff;}
/*---------------------------------------------------------common-----------------------------------------------*/
section.common-section{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 40px 15px 100px;
}
section.max-section{
	width: 100%;
}
section.common-section:last-child{
	padding-bottom: 250px;
}
h2.common-title-text{
	text-align: center;
	font-size: 50px;
	font-size: 5.0rem;
}
/*---------------------------------------------------------child-common-----------------------------------------*/
aside.child-aside p{
	font-weight: bold;
}
h2.child-title{
	text-align: center;
	font-size: 50px;
	font-size: 5.0rem;
}
/*---------------------------------------------------------header-----------------------------------------------*/
header nav.header-nav{
	padding: 5px 25px;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	min-height: 38px;
}
header nav.header-nav h2{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	display: none;
}
header nav.header-nav ul{
	gap: 15px;
}
header nav.header-nav ul li{
	color: #fff;
	position: relative;
	width: calc(20% - 25px);
}

aside.pagetop-aside{
	padding: 50px 40px 0;
	margin-bottom: 10px;
}
aside.pagetop-aside a figure{
	width: 24px;
	margin-right: 10px;
}
div.humberger-wrapper{
	position: absolute;
	top: 5px;
	right: 15px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	display: none;
}
div.humberger-wrapper:before{
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	letter-spacing: 0;
	content: "";
	transition-duration: .4s;
}
div.humberger-wrapper:after{
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 5px;
	letter-spacing: 0;
	content: "";
	transition-duration: .4s;
}
div.humberger-wrapper div:before{
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	letter-spacing: 0;
	content: "";
}
div.humberger-wrapper:hover:before{
	transform: rotate(-45deg);
	width: 50%;
	top: 8px;
	left: -1px;
}
div.humberger-wrapper:hover:after{
	transform: rotate(45deg);
	width: 50%;
	bottom: 8px;
	left: -1px;
}
/*---------------------------------------------------------footer-----------------------------------------------*/
footer{
	padding: 40px;
	position: absolute;
	background-color: rgba(255, 255, 255, .9);
	z-index: 49;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
section.to-the-top{
	position: fixed;
	z-index: 53;
	right: 15px;
	bottom: 15px;
	background-color: var(--main-color);
	opacity: 0;
	transition-duration: .4s;
	padding: 0 15px;
}
section.to-the-top p a{
	color: #fff;
}
footer div.footer-contents div.footer-left figure{
	margin: 0 25px 5px 0;
	width: 80px;
}
footer div.footer-contents div.footer-left h5{
	line-height: 1.5;
	font-size: 18px;
	font-size: 1.8rem;
}
footer div.footer-contents div.footer-left p{
	line-height: 1.5;
}
section.sp-menu{
	min-height: 100vh;
	width: 100%;
	background-color: rgba(255, 255, 255, .95);
	z-index: 55;
	position: fixed;
	top: 0;
	left: 104vw;
	right: 0;
	transition-duration: .4s;
	opacity: 0;
	padding: 40px 15px;
}
section.sp-menu h2{
	text-align: center;
}
section.sp-menu ul{
	margin-top: 30px;
}
section.sp-menu ul li{
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: .1em;
	margin-bottom: 30px;
}
section.sp-menu ul li:before{
	content: "";
	background-color: var(--sub-color);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 1px;
}
div.close-btn{
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: 56;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
div.close-btn:before{
	width: 100%;
	height: 1px;
	background-color: #222;
	transform: rotate(45deg);
	content: "";
	position: absolute;
	top: 10px;
}
div.close-btn:after{
	width: 100%;
	height: 1px;
	background-color: #222;
	transform: rotate(-45deg);
	content: "";
	position: absolute;
	top: 10px;
}
/*---------------------------------------------------------top--------------------------------------------------*/
h2.top-lead-title{
	text-align: center;
	font-size: 40px;
	font-size: 4.0rem;
	padding: 0 40px;
	font-weight: 300;
}
h2.top-lead-title2{
	font-weight: bold;
	letter-spacing: .15em;
}
div.top-figures{
	margin-top: 15px;
}
div.top-figures figure{
	width: 50%;
}
div.top-figures2 figure{
	width: 100%;
}
h1.title-text{
	text-align: center;
	font-size: 50px;
	font-size: 5.0rem;
}
h1.title-text2{
	font-weight: bold;
	letter-spacing: .3em;
	opacity: .6;
	font-size: 90px;
	font-size: 9.0rem;
	line-height: 1.0;
}
p.title-bottom-text{
	margin-bottom: 50px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 15px;
}
div.lead-texts p{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 auto;
	width: 20em;
	letter-spacing: .1em;
	width: 100%;
}
div.link-wrapper p{
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
}
div.link-wrapper a{
	display: inline-block;
}
div.link-wrapper a:before{
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--sub-color);
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 1px;
}
div.top-contact-wrapper a{
	width: 160px;
	margin: 0 auto;
}
div.top-contact-wrapper p{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
	display: inline-block;
}
div.top-contact-wrapper p:last-child{
	font-size: 14px;
	font-size: 1.4rem;
}
div.top-contact-wrapper h3{
	text-align: center;
	font-size: 64px;
	font-size: 6.4rem;
	line-height: 1.0;
	display: inline-block;
}

/*---------------------------------------------------------works------------------------------------------------*/
article.work-article:not(:last-child){
	margin-bottom: 100px;
}
div.work-figures figure.main-work{
	width: calc(42.7% - 5px);
}
div.work-figures div.sub-works{
	width:calc(57.3% - 5px);
	gap: 10px;
}
div.work-figures div.sub-works figure{
	width: calc(25% - 7.5px);
}
div.work-figures div.sub-works h4{
	width: 100%;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.0;
	margin-top: 9px;
}
div.work-texts-wrapper{
	margin-top: 15px;
}
div.work-texts-wrapper h3{
	width: calc(42.7% - 5px);
	text-align: center;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
}
div.work-texts-wrapper div.work-texts{
	width:calc(57.3% - 15px);
}
div.work-texts-wrapper div.work-texts h2{
	letter-spacing: .1em;
	line-height: 2.0;
}
div.work-texts-wrapper div.work-texts p{
	letter-spacing: .1em;
}
div.works-left-title{
	width: calc(42.7% - 5px);
}
div.works-left-title h3{
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
	padding-left: 35px;
}
div.works-left-texts-sp h3{
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
}
div.sub-works2{
	width: 49%;
	gap: 10px;
}
div.works-left-texts{
	width: 49%;
	padding-top: 52px;
}
div.works-left-texts-sp{
	display: none;
}
div.sub-works2 h4{
	width: 100%;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.0;
	margin-top: 9px;
}
div.sub-works2 figure:first-of-type{
	width: calc(60% - 5px);
}
div.sub-works2 figure:last-child{
	width: calc(40% - 5px);
}
div.works-left-texts h2,div.works-left-texts-sp h2{
	letter-spacing: .1em;
	line-height: 2.0;
}
div.work-figures div.sub-works2{
	width:calc(42.975% - 5px);
	gap: 10px;
}
div.works-left-title2{
	width: calc(57.025% - 5px);
}
div.work-figures div.sub-works2 figure{
	width: calc(33.33333% - 6.66666px);
}
div.work-figures div.sub-works3 figure{
	width: calc(33.333333% - (20px / 3));
}
/*--------------------------------------------------------concept-----------------------------------------------*/
div.concept-lead{
	margin-top: 15px;
}
div.concept-lead figure{
	max-width: 400px;
	width: 40%;
}
div.concept-lead div.concept-texts{
	max-width: 500px;
	width: 60%;
	padding-left: 15px;
}
div.concept-lead div.concept-texts p{
	letter-spacing: .1em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.9;
}
div.concept-lead div.new-concept-texts{
	margin-left: auto;
	margin-right: auto;
}
div.concept-lead div.new-concept-texts p{
	text-align: center;
}
div.concept-photos{
	margin-top: 15px;
}
div.concept-photos figure{
	width: 25%;
	max-width: calc(900px / 4 + 5px);
	padding: 10px;
}
/*---------------------------------------------------------creation---------------------------------------------*/
div.advice-box{
	margin-top: 55px;
	width: 100%;
}
div.advice-box h3{
	text-align: center;
}
div.advice-box ul{
	gap: 10px 35px;
	margin: 15px auto 0;
	word-break: 100%;
	max-width: 900px;

}
div.advice-box ul li{
	font-size: 16px;
	font-size: 1.6rem;
}
div.advice-box ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #222;
	display: inline-block;
}
div.flow-box{
	margin-top: 55px;
}
div.flow-box h3{
	text-align: center;
}
div.flow-box div.flow-texts{
	margin-top: 10px;
}
div.flow-box div.flow-texts p{
	text-align: center;
}
div.flow-list-wrapper{
	margin-top: 25px;
}
div.flow-list-wrapper div.flow-images{
	width: 33.333333%;
	max-width: 300px;
}
div.flow-list-wrapper ul.flow-list{
	width: 33.33333%;
	max-width: 300px;
	padding: 0 25px;
}
div.flow-list-wrapper ul.flow-list li{
	width: 100%;
	text-align: center;
	border: 1px solid #222;
	margin-bottom: 35px;
	padding: 5px 10px;
	line-height: 1.4;
	background-color: #fff;
	position: relative;
}
div.flow-list-wrapper ul.flow-list li:not(:last-child):before{
	width: 5px;
	background-color: var(--gray-color);
	content: "";
	height: calc(100% + 35px);
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	margin: 0 auto;
	z-index: -1;
}
/*------------------------------------------------------------about---------------------------------------------*/
div.about-wrapper2{
	margin-top: 80px;
}
div.about-wrapper figure.fig-logo{
	width: 30%;
	max-width: 300px;
}
div.about-wrapper div.about-texts-wrapper{
	width: 70%;
	max-width: 600px;
	padding-left: 50px;
}
div.about-wrapper div.about-texts-wrapper h2{
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 300;
}
div.about-wrapper div.about-texts-wrapper2 h2{
	font-weight: bold;
	letter-spacing: .05em;
	padding-top: 25px;
}
div.about-texts div{
	width: 100%;
}
div.about-texts figure{
	width: 150px;
}
div.about-texts div p{
	font-size: 18px;
	font-size: 1.8rem;
}
div.company-wrapper{
	margin-top: 40px;
}
div.company-wrapper2{
	margin-top: 0px;
}
div.company-wrapper2 h5{
	line-height: 1.0;
}
div.company-wrapper ul{
	margin-top: 10px;
}
div.company-wrapper ul li{
	margin-bottom: 2px;
}
div.company-wrapper ul li p:first-child{
	width: 5em;
}
div.company-wrapper ul li p:last-child{
	width: calc(100% - 6em);
}
div.company-wrapper ul li p.title-ja{
	letter-spacing: 1em;
}
/*---------------------------------------------------------contact----------------------------------------------*/
h3.contact-title{
	text-align: center;
}
div.form-wrapper > p{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}
div.form-wrapper form{
	max-width: 900px;
	width: 100%;
	margin: 5px auto 0;
}
div.form-wrapper form dl dt{
	width: 40%;
	padding: 15px 10px 5px;
	background-color: #e6e6e6;
	line-height: 1.0;
	margin-bottom: 10px;
}
div.form-wrapper form dl dd{
	width: calc(60% - 15px);
	margin-bottom: 10px;
}
form.mail-form input[type="text"],form.mail-form input[type="tel"],form.mail-form input[type="email"],form.mail-form input[type="number"],form.mail-form textarea,form.mail-form select{
	border:0;
	padding:10px;
	font-size: 15px;
	font-size:1.5rem;
	color:#555;
	border:solid 1px #ccc;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 2px 7px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 2px 7px -4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 2px 7px -4px rgba(0,0,0,0.3);
}
form.mail-form select{
	width: auto;
}
div.button-wrapper{
	margin-top: 30px;
}
div.button-wrapper input{
	font-weight: bold;
	padding: 10px 34px;
	background-color: var(--main-color);
	color: #fff;
	border-style: none;
	margin: 10px;
	min-width: 150px;
	cursor: pointer;
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	border-radius: 2px;
}
div.button-wrapper input.cancel-btn{
	background-color: rgba(0,0,0,.5);
}
span.error_blank,span.error_match{
	display: block;
	color: red;
}
div.privacy-box{
	margin: 50px auto 0;
	max-width: 900px;
	width: 100%;
}
div.privacy-box ul{
	margin-top: 20px;
}
div.privacy-box ul li:not(:last-child){
	margin-bottom: 10px;
}
div.privacy-box ul li h5{
	font-size: 17px;
	font-size: 1.7rem;
}
/*---------------------------------------------------------table------------------------------------------------*/
table{

	margin:20px auto 2px;
	width: 100%;
	border-spacing: 8px;
}
td,th{
	padding: 15px 25px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}
th{
	background-color: rgba(172,50,50,1);
	color: #fff;
	width: 25%;
	vertical-align: top;
}
td{
	background-color: #f6f6f6;
	width: 75%;
}
table tr:nth-child(even) td{
	background-color: #fbfbfb;
}
/*---------------------------------------------------------slides-----------------------------------------------*/
section.swiper-container-main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
section.swiper-container-main .swiper-pagination-bullet{
	background-color: #c1c1c1;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0;
}
.swiper-button-next,.swiper-button-prev {
	top: 50%;
	width: 15px;
	height: 27px;
	margin-top: -13.5px;
}
.swiper-button-prev {
	background: url(https://www.sckc.jp/images/fig-slide-arrow-left.png) no-repeat center center / contain;
}
.swiper-button-next {
	background: url(https://www.sckc.jp/images/fig-slide-arrow-right.png) no-repeat center center / contain;
}
section.swiper-container .swiper-pagination-bullet-active{
	background-color: rgba(168,0,0,1);
}
section.swiper-container > .swiper-pagination-bullets{
	width: 18px;
	left: 45px;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: center;justify-content:center;-webkit-flex-direction: column;flex-direction:column;
	height: 100vh;
}
section.swiper-container li.slide1{
	background: rgba(0, 0, 0, 0) url('https://www.sckc.jp/images/top/slide/slide1.jpg') no-repeat center center / cover;
}
/*---------------------------------------------------------1370px以下--------------------------------------------*/
@media screen and (max-width: 1370px) {

}
/*---------------------------------------------------------1320px以下--------------------------------------------*/
@media screen and (max-width: 1320px) {

}
/*---------------------------------------------------------1225px以下--------------------------------------------*/
@media screen and (max-width: 1225px) {

}
/*---------------------------------------------------------1100px以下--------------------------------------------*/
@media screen and (max-width: 1100px) {

}
/*---------------------------------------------------------1024px以下--------------------------------------------*/
@media screen and (max-width: 1024px) {
	h1.title-text2{
		font-size: 34px;
		font-size: 3.4rem;
	}
}
/*---------------------------------------------------------920px以下--------------------------------------------*/
@media screen and (max-width: 920px) {

}
/*---------------------------------------------------------880px以下---------------------------------------------*/
@media screen and (max-width: 880px) {

}
/*---------------------------------------------------------767px以下---------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
}
/*---------------------------------------------------------650px以下---------------------------------------------*/
@media screen and (max-width: 650px) {
	nav.header-nav ul{
		display: none;
	}
	aside.pagetop-aside{
		padding-right: 15px;
		padding-left: 15px;
	}
	div.humberger-wrapper{
		display: block;
	}
	article.work-article{
		display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;-webkit-flex-direction: column-reverse;flex-direction:column-reverse;
	}
	article.work-article2{
		display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;-webkit-flex-direction: column;flex-direction:column;
	}
	div.works-left-title{
		display: none;
	}
	div.works-left-texts{
		display: none;
	}
	div.works-left-texts-sp{
		display: block;
	}
	div.work-texts-wrapper h3{
		width: 100%;
		text-align: left;
	}
	div.work-texts-wrapper div.work-texts{
		width: 100%;
		margin-bottom: 10px;
	}
	div.work-figures figure.main-work{
		width: 100%;
		margin-bottom: 10px;
	}
	div.work-figures div.sub-works{
		width: 100%;
	}
	h2.top-lead-title{
		font-size: 30px;
		font-size: 3.0rem;
	}
	h1.title-text{
		font-size: 34px;
		font-size: 3.4rem;
	}
	div.lead-texts p{
		font-size: 17px;
		font-size: 1.7rem;
	}
	div.concept-lead figure{
		width: 100%;
	}
	div.concept-lead div.concept-texts{
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
	}
	div.concept-lead div.concept-texts p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	div.concept-photos figure{
		width: 50%;
	}
	div.flow-list-wrapper div.flow-images{
		width: 100%;
		max-width: 100%;
	}
	div.flow-list-wrapper ul.flow-list{
		width: 100%;
		max-width: 100%;
	}
	div.about-wrapper div.about-texts-wrapper{
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
	}
	div.about-texts div p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	div.form-wrapper form dl dt{
		width: 100%;
	}
	div.form-wrapper form dl dd{
		width: 100%;
	}
	section.common-section:last-child{
		padding-bottom: 350px;
	}
	footer{
		padding: 10px 10px 5px;
	}
	footer div.footer-contents div.footer-left figure{
		width: 40px;
		margin-right: 10px;
	}
	div.footer-texts{
		width: calc(100% - 50px);
	}
	div.footer-texts p{
		text-align: left;
	}
	footer div.footer-contents div.footer-left p{
		font-size: 11px;
		font-size: 1.1rem;
	}
	p.copyrights{
		font-size: 10px;
		font-size: 1.0rem;
	}
	footer div.footer-contents div.footer-left h5{
		display: none;
	}
	header nav.header-nav h2{
		display: block;
	}
	section.to-the-top{
		right: 10px;
		bottom: 10px;
		padding: 0 10px;
	}
	section.to-the-top p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	h1.title-text2{
		font-size: 28px;
		font-size: 2.8rem;
		letter-spacing: 0;
	}div.about-wrapper figure.fig-logo2{
		width: 100%;
		max-width: 500px;
	}
}
/*---------------------------------------------------------550px以下---------------------------------------------*/
@media screen and (max-width: 550px) {

}
/*---------------------------------------------------------480px以下---------------------------------------------*/
@media screen and (max-width: 480px) {
	div.sub-works2{
		width: 75%;
	}
}