@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px) {
main{
	/*background: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;*/
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "Cloth Make";
	color: rgba(0, 108, 185, 0.1);
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0,-50%);
	z-index: -1;
}
.main .maintitle{
	width: 50%;
}
.contents_wrap h2{
	position: relative;
}
.contents_wrap h2:before{
	content: "";
    border-radius: 300px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -30px;
    left: -10px;
}
.contents_wrap h2:before{
	background:url(../images/icon01-sub.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.clothmake_inner .top{
	margin: 0 auto 30px;
	padding: 0;
	max-width:1200px;
	width: 100%;
	position: relative;
}
.clothmake_inner .top figure{
	width: 100%;
}
.clothmake_inner .top h2{
	font-size: 36px;
    font-weight: bold;
	text-align: center;
	min-width:620px;
	width: fit-content;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.clothmake_inner .top h2 span{
	display: block;
	font-size:16px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	padding:10px 0 0;
}
.clothbox{
	display: flex;
	flex-wrap: wrap;
	gap:2%;
	margin: 0 auto 30px;
	padding: 0;
	max-width:1200px;
	width: 95%;
}
.clothbox .caption{
	font-size:16px;
	line-height: 1.4em;
	margin: 0 0 40px;
}
.clothbox h3{
	color: #006cb9;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0 40px;
    position: relative;
    width: fit-content;
}
.clothbox_main h3:before{
	content:"";
	background:url(../images/icon_l.png);
	background-size:100%;
	background-repeat: no-repeat;
	width:40px;
	height:30px;
	position: absolute;
	top:10px;
	left:0;
}
.clothbox_main h3:after{
	content:"";
	background:url(../images/icon_r.png);
	background-size:100%;
	background-repeat: no-repeat;
	width:18px;
	height:24px;
	position: absolute;
	top:0;
	right:0;
}
.clothbox_inner02 h3:before{
	content:"";
	background:url(../images/icon_top.png);
	background-size:100%;
	background-repeat: no-repeat;
	width: 25px;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 10px;
}
.clothbox_main {
	margin: 0 auto 30px;
	padding: 0;
	max-width:1060px;
	width: 95%;
}
.clothbox_main ul{
	display: flex;
	flex-wrap: wrap;
}
.clothbox_main ul li{
	border-radius:10px;
	margin: 0 1%;
	padding: 25px;
	width: 18%;
}
.clothbox_main ul li:nth-child(1){
	background: #dcefdd;
}
.clothbox_main ul li:nth-child(2){
	background: #fcf0ca;
}
.clothbox_main ul li:nth-child(3){
	background: #f9e4d7;
}
.clothbox_main ul li:nth-child(4){
	background: #d6f1f2;
}
.clothbox_main ul li:nth-child(5){
	background: #f9edf3;
}
.clothbox_inner_f{
	box-shadow: 5px 5px 10px 0 #ccc;
    margin: 0 auto 30px;
    padding: 30px 60px;
    width: 100%;
}
.clothbox_inner_h{
	box-shadow: 5px 5px 10px 0 #ccc;
	margin: 0 auto 30px;
	padding: 20px 30px;
	width: 48%;	
}
.clothbox_inner02 ul{
	display: flex;
	flex-wrap: wrap;
	gap:2%;
}
.clothbox_inner02 ul li{
	width: 48%;
}
.clothbox .bfbox{
	display: flex;
	flex-wrap: wrap;
	gap:1%;
}
.clothbox .bfbox li{
	width: 48%;
}
.clothbox .bfbox.triple{
	margin: 0 0 30px;
}
.clothbox .bfbox.triple li{
	width: 31%;
}
.clothbox .bfbox li span{
	display: block;
	color:#898989;
	padding: 0 0 10px;
}
.clothbox .bfbox li{
	position: relative;
}
.clothbox_inner03 .bfbox{
	gap:2%;
}
.clothbox_inner03 .bfbox li:after{
	content: "";
    background: url(../images/arrow04.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 76px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    right: -66px;
    z-index: 1;
}
.clothbox_inner03 .bfbox li:last-child:after,
.arrow_none li:after{
	display: none;
}
.clothbox_inner06 figure{
	margin: 0 auto;
	width: 240px;
}
.clothbox_inner07 figure{
	margin: 0 auto;
	width: 50%;
}
}

@media screen and (max-width: 768px) {
main{
	/*background: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;*/
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "Cloth Make";
    color: rgba(0, 108, 185, 0.1);
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: -8px;
    z-index: -1;
}
.contents_wrap h2{
	position: relative;
}
.contents_wrap h2:before{
	content: "";
    border-radius: 300px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -30px;
    left: -10px;
}
.contents_wrap h2:before{
	background:url(../images/icon01-sub.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.clothmake_inner .top{
	margin: 0 auto 30px;
	padding: 0;
	max-width:1200px;
	width: 100%;
	position: relative;
}
.clothmake_inner .top figure{
	width: 100%;
}
.clothmake_inner .top h2{
	font-size: 36px;
    font-weight: bold;
	text-align: center;
	width: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.5);
    padding: 10% 3%;
}
.clothmake_inner .top h2 span{
	display: block;
	font-size:16px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	padding:10px 0 0;
}
.clothmake_inner .top h2 span br{
	display: none;
}
.clothbox{
	display: flex;
	flex-wrap: wrap;
	gap:2%;
	margin: 0 auto 30px;
	padding: 0;
	max-width:1200px;
	width: 95%;
}
.clothbox .caption{
	font-size:16px;
	line-height: 1.4em;
	margin: 0 0 40px;
}
.clothbox h3{
	color: #006cb9;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0 40px;
    position: relative;
    width: fit-content;
}
.clothbox_main h3:before{
	content:"";
	background:url(../images/icon_l.png);
	background-size:100%;
	background-repeat: no-repeat;
	width:40px;
	height:30px;
	position: absolute;
	top:10px;
	left:0;
}
.clothbox_main h3:after{
	content:"";
	background:url(../images/icon_r.png);
	background-size:100%;
	background-repeat: no-repeat;
	width:18px;
	height:24px;
	position: absolute;
	top:0;
	right:0;
}
.clothbox_inner02 h3:before{
	content:"";
	background:url(../images/icon_top.png);
	background-size:100%;
	background-repeat: no-repeat;
	width: 25px;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 10px;
}
.clothbox_main {
	margin: 0 auto 30px;
	padding: 0;
	width: 95%;
}
.clothbox_main ul{
	display: flex;
	flex-wrap: wrap;
}
.clothbox_main ul li{
	border-radius:10px;
	margin: 0 1% 3%;
	padding: 25px;
	width: 48%;
}
.clothbox_main ul li:nth-child(1){
	background: #dcefdd;
}
.clothbox_main ul li:nth-child(2){
	background: #fcf0ca;
}
.clothbox_main ul li:nth-child(3){
	background: #f9e4d7;
}
.clothbox_main ul li:nth-child(4){
	background: #d6f1f2;
}
.clothbox_main ul li:nth-child(5){
	background: #f9edf3;
}
.clothbox_inner_f{
	box-shadow: 5px 5px 10px 0 #ccc;
    margin: 0 auto 30px;
    padding: 3% 3%;
    width: 100%;
}
.clothbox_inner_h{
	box-shadow: 5px 5px 10px 0 #ccc;
    margin: 0 auto 4%;
    padding: 3% 3%;
    width: 100%;
}
.clothbox_inner02 ul{
	display: flex;
	flex-wrap: wrap;
	gap:2%;
}
.clothbox_inner02 ul li{
	width: 48%;
}
.clothbox .bfbox{
	display: flex;
	flex-wrap: wrap;
	gap:1%;
}
.clothbox .bfbox li{
	margin: 0 auto 2%;
	width: 80%;
}
.clothbox .bfbox.triple{
	margin: 0 0 30px;
}
.clothbox .bfbox.triple li{
	width: 48%;
}
.clothbox .bfbox li span{
	display: block;
	color:#898989;
	padding: 0 0 10px;
}
.clothbox .bfbox li{
	position: relative;
}
.clothbox_inner03 .bfbox{
	gap:2%;
}
.clothbox_inner03 .bfbox li:nth-child(1):after{
	content: "";
    background: url(../images/arrow04.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 46px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    right: -32px;
    z-index: 1;
}
.clothbox_inner03 .bfbox li:nth-child(3):after{
	content: "";
    background: url(../images/arrow04.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 46px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    left:0;
    z-index: 1;
}
.arrow_none li:after{
	display: none;
}
.clothbox_inner06 figure{
	margin: 0 auto;
	width: 50px;
}
.clothbox_inner07 figure{
	margin: 0 auto;
	width: 70%;
}
}
