@charset "UTF-8";
/* CSS Document */
html.noscroll,
body.noscroll{
	height: 100%;
	overflow:hidden;
	width: 100%;
	position:fixed;
}
.sec-wrap{padding:60px 0;}
.sec-txt{text-align: center;margin-top:40px;}

@media screen and (max-width: 768px){
    .sec-wrap{padding:5vw 0 7vw;}
    .sec-txt{text-align: center;margin-top:5vw;}
}

/* MV
---------------------------------------------------------------------------- */

.mv-wrap{
    background: url("../img/top/mv-img-01.jpg") no-repeat center;
    background-size: cover;
    margin-top:60px;
    padding:100px 0;
    position: relative;
}
.mv-box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.mv-box .mv-category {
	width: 100%;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
}
.mv-box .mv-category li {
	width: 100px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	background: #FE9E01;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.mv-box .mv-category li:last-child {margin-right: 0;}
.mv-copy {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 0 0;
}
.mv-ttl {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px -3%;
}

.mv-omakase-box {
	width: 90%;
	max-width: 460px;
	margin: 0 auto 0 0;
    padding: 15px 220px 15px 30px;
    background: rgba(255,255,255,0.75);
    border-radius: 10px;  
    position: relative; 
}
.mv-omakase-box::before {
	content: '';            	
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 2px solid rgba(255,255,255,0.75);
	position: absolute; 	
	top: -6px;            	
	left: -6px; 
    border-radius: 15px;   
}
.mv-omakase-txt {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	color: #237BD0;
}
.mv-omakase-txt span {
	font-size: 22px;
}
.mv-omakase-img {
	width: 190px;
	position: absolute;
	bottom: -2px;
	right: 20px;
}

/*
.mv-box{
    position: relative;
    background: rgba(255,255,255,0.75);
    max-width:1100px;
    margin:0 auto;
    border-radius: 10px;   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:50px;
}
.mv-box::before {
	content: '';            	
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 2px solid rgba(255,255,255,0.75);
	position: absolute; 	
	top: -6px;            	
	left: -6px; 
    border-radius: 10px;   
}
.mv-box .mv-copy{
    width:70%;
    margin:0 auto;
}
.mv-box .mv-image{
    width:30%;
    margin:0 auto;
}
*/
@media screen and (max-width: 768px){
   .mv-wrap{
		background: url("../img/top/mv-img-01_sp.jpg") no-repeat center;
		background-size: cover;
        padding: 8vw 0;
        margin-bottom: 2vw;
    }
	
	.mv-box {
	}
	.mv-box .mv-category {
		width: 100%;
		margin: 0 auto 5vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mv-box .mv-category li {
		width: 22%;
		margin-right: 0;
		padding: 1.5vw 0;
		border-radius: 8vw;
		font-size: 3.4vw;
		line-height: 1;
	}
	.mv-box .mv-category li:last-child {margin-right: 0;}
	.mv-copy {
		width: 70%;
		max-width: 600px;
		margin: 0 auto 0 0;
	}
	.mv-ttl {
		width: 110%;
		max-width: 800px;
		margin: 0 -5% 2vw;
	}

	.mv-omakase-box {
		width: 90%;
		max-width: 460px;
		margin: 0 auto;
		padding: 2vw 30vw 2vw 5vw;
		background: rgba(255,255,255,0.9);
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
		border-radius: 10px;
		position: relative;
	}
	.mv-omakase-box::before {
		content: '';            	
		width: calc(100% + 8px);
		height: calc(100% + 8px);
        border: 2px solid rgba(255,255,255,0.9);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
		position: absolute; 	
		top: -6px;            	
		left: -6px; 
		border-radius: 15px;   
	}
	.mv-omakase-txt {
		font-weight: 700;
		font-size: 3.4vw;
		line-height: 1.4;
		color: #237BD0;
	}
	.mv-omakase-txt span {
		font-size: 4.4vw;
	}
	.mv-omakase-img {
		width: 30vw;
		position: absolute;
		bottom: -2px;
		right: 2vw;
	}
}

/* works
---------------------------------------------------------------------------- */
#works{}
.works-list{
    margin-top:30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.works-list li{
    width:calc((100% - 20px*2)/3);
    margin-top:20px;
    display: flex;
    align-items: stretch;
    background: #237BD0;
    border-radius: 14px;
}
.works-list li a{
    display: block;
    position: relative;
    border:4px solid #237BD0;
    border-radius: 14px;
}
.works-txt{
    color:#fff;
    font-weight: 500;
    text-align: center;
    font-size:1.4rem;
    margin-bottom:5px;
}
.works-ttl{
    font-size:2.2rem;
    border-bottom:1px solid #fff;
    width:90%;
    margin:0 auto 5px; 
}

/*.works-ttl{
    font-size:2.4rem;
    background: rgba(34,116,182,.85);
    color:#fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    width:100%;
}*/

@media screen and (max-width: 768px){
    .works-list{
        margin-top:3vw;
    }
    .works-list li{
        /*width:calc((100% - 3vw)/2);*/
        width:100%;
        margin-top:3vw;
        border-radius: 2.667vw;
    }
    .works-list li a{
        border-radius: 2.667vw;
    }
    .works-txt{
        font-size:3.2vw;
        margin-bottom:2vw;
    }
    .works-ttl{
        font-size:4.5vw;
        width:95%;
        margin:0 auto 2vw; 
    }
}

/* item
---------------------------------------------------------------------------- */
#item{}
#item .con-inner{max-width: 1000px}
.item-list{
    margin-top:30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-list li{
    width:calc((100% - 20px)/2);
    margin-top:20px;
}
.item-list li a{
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: relative;
}
.item-image{
    background: #fff;
    margin:0 auto;
}
.item-ttl{
    display: flex;
    align-items: center;
    background: #237BD0;
    color:#fff;
    padding:8px 20px;
    font-weight: 500;
    font-size:1.8rem;
    position: relative;
}
.item-ttl span{
    background: #fff;
    color: #237BD0;
    width:28px;
    height:28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:10px;
    font-weight: 700;
}
.item-ttl span:not(:first-of-type){
    margin-left:40px;
}
.item-ttl::after{
    content:'';
    position: absolute;
    background: url("../img/common/arrow-w.svg") no-repeat center;
    background-size: contain;
    width:10px;
    height:20px;
    right:15px;
}
.item-btn{
    display: block;
    width:420px;
    background: #fff;
    border:2px solid #237BD0;
    height:60px;
    line-height: 60px;
    border-radius: 50px;
    color:#237BD0;
    font-weight: 500;
    font-size:1.8rem;
    position: relative;
    text-align: center;
    margin:40px auto 0;
}
.item-btn::after{
    content:'';
    position: absolute;
    background: url("../img/common/arrow-en-b.svg") no-repeat center;
    background-size: contain;
    width:28px;
    height:28px;
    right:20px;
    top:0;
    bottom:0;
    margin:auto; 
}

@media screen and (max-width: 768px){
    .item-list{
        margin-top:3vw;
    }
    .item-list li{
        /*width:calc((100% - 3vw)/2);*/
        width:100%;
        margin-top:3vw;
    }
    .item-image{
    }
    .item-ttl{
        font-size:4vw;
        padding:2vw 2vw;
        line-height: 1.4;
    }
    .item-ttl span{
        width:5vw;
        height:5vw;
        margin-right:2vw;
    }
    .item-ttl span:not(:first-of-type){
        margin-left:5vw;
    }
    .item-ttl::after{
        width:2vw;
        height:3.5vw;
        right:2vw;
    }
    
    .item-btn{
        width:90%;
        height:12vw;
        line-height: 12vw;
        font-size:4vw;
        margin:5vw auto 0;
    }
   .item-btn::after{
        width:6.667vw;
        height:6.667vw;
        right:2.667vw;
    }
}

/* flow
---------------------------------------------------------------------------- */
#flow{}
.flow-list{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flow-item{
    width:calc((100% - 50px*3)/4);
    background: #fff;
    border-radius: 10px;
    padding:20px;
    position: relative;
}
.flow-item::after{
    content:'';
    display: block;
    position: absolute;
    background: url("../img/common/arrow-b.svg") no-repeat center;
    background-size: contain;
    width:28px;
    height:50px;
    right:-40px;
    top:0;
    bottom:0;
    margin:auto;
}
.flow-item:last-of-type::after{content: none;}
.flow-icon{
    width:125px;
    margin:0 auto 10px;
}
.flow-ttl{
    text-align: center;
    font-weight: 500;
    border-top:1px solid #237BD0;
    padding:5px 0 0;
}
.flow-item ul li{
    padding-left:1em;
	text-indent:-1em;
    font-size:1.4rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px){
    .flow-list{
        margin-top:7vw;
    }
    .flow-item{
        width:100%;
        padding:4vw;
    }
    .flow-item+.flow-item{margin-top:9vw;}
    .flow-item::after{
        width:5vw;
        height:11vw;
        right:0;
        left:0;
        top:auto;
        bottom:-10vw;
        margin:auto;
        transform: rotate(90deg);
    }
    .flow-icon{
        width:26vw;
        margin:0 auto 2vw;
    }
    .flow-ttl{
        padding:2vw 0 1vw;
        font-size:4vw;
    }
    .flow-item ul li{
        font-size:3.4vw;
    }
}

/* company
---------------------------------------------------------------------------- */
#company{text-align: center;}
#company .con-inner{max-width: 650px;}
.company-map{
    border: 10px solid #fff;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65%; 
    margin:50px auto 30px;
}
.company-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-number{
    margin:30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.company-number a{
    width:calc((100% - 50px)/2);
    background: #fff;
    border:2px solid #FE9E01;
    border-radius: 10px;
    height:60px;
    line-height: 60px;
    color:#FE9E01;
    font-weight: 700;
    font-size:2.8rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-number a.tel::before{
    content:'';
    position: relative;
    display: inline-block;
    background: url("../img/common/icon-tel.svg") no-repeat center;
    background-size: contain;
    width:21px;
    height:26px;
    margin-right:10px;
}
.company-number a.fax::before{
    content:'';
    position: relative;
    display: inline-block;
    background: url("../img/common/icon-fax.svg") no-repeat center;
    background-size: contain;
    width:32px;
    height:26px;
    margin-right:10px;
}

@media screen and (max-width: 768px){
    #company .con-inner{max-width: 100%;}
    .company-map{
        border: 5px solid #fff;
        margin:7vw auto 3vw;
    }
    .company-number{
        margin:3vw auto 0;
    }
    .company-number a{
        width:100%;
        height:12vw;
        line-height: 12vw;
        font-size:5vw;
    }
    .company-number a+a{margin-top:3vw;}
    .company-number a.tel::before{
        background-size: cover;
        width:3.733vw;
        height:5.067vw;
        margin-right:2vw;
    }
    .company-number a.fax::before{
        background-size: cover;
        width: 5.867vw;
        height:5.067vw;
        margin-right:2vw;
    }
}

/* form
---------------------------------------------------------------------------- */
#contact.sec-wrap{padding:0 0 60px;}
#contact .con-inner{max-width: 1000px}
.contact-in{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    padding:60px 0;
}
form {
		margin: 0 auto;
		padding: 50px 0 0;
		width:850px;
		text-align: left;
}
form dl{margin-bottom: 10px}
form .req{font-size: 10px;vertical-align: super;color:#FF0000;}
form dt,form dd{display: inline-block;vertical-align: top;margin-bottom: 15px}
form dt {width:240px;padding-top:2px; }
form textarea{
    width: 600px;
    height: 10em;
    line-height: 1.5em;
    background:#F2F2F2;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0;
    display:block;
    box-sizing: border-box;
    }

form input[type="text"] {
    width: 600px;
    line-height: 1.5em;
    background:#F2F2F2;
    border-radius: 3px;
    padding: 10px 10px;
    margin: 0;
    display:block;
    box-sizing: border-box
}

form .submit-btn{
    display: block;
    width:420px;
    background: #FE9E01;
    height:60px;
    line-height: 60px;
    border-radius: 50px;
    color:#fff;
    font-weight: 500;
    font-size:1.8rem;
    position: relative;
    margin-top:40px;
}
form .submit-btn::after{
    content:'';
    position: absolute;
    background: url("../img/common/arrow-en-w.svg") no-repeat center;
    background-size: contain;
    width:28px;
    height:28px;
    right:20px;
    top:0;
    bottom:0;
    margin:auto; 
}

form .back-btn{
    display: block;
    width:420px;
    background: #a8a8a8;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    color:#fff;
    font-weight: 500;
    font-size:1.8rem;
    position: relative;
}
form .back-btn::after{
    content:'';
    position: absolute;
    background: url("../img/common/arrow-en-w.svg") no-repeat center;
    background-size: contain;
    width:28px;
    height:28px;
    right:20px;
    top:0;
    bottom:0;
    margin:auto; 
}


.end_txt {
	width: 90%;
	margin: 50px auto 0;
}
/* SP */
@media screen and (max-width:768px) {
    #contact.sec-wrap{padding:0 0 12vw;}
    .contact-in{
        padding:5vw 0;
    }
	form {margin: 0 auto;
		width:100%;
		text-align: left;
		font-size: 3.4vw;
		padding: 5vw 0;
	}
	form dl{width:90%;margin:0 auto;}
	form .req{font-size: 0.8em;vertical-align: super;}
	form dl{padding-bottom: 5%;}
	form dt,form dd{vertical-align: top;margin-bottom: 0}
	form dt, form dd{width:100%;}
	form textarea{
        width: 100%;
		height: 5em;
		border-radius: 3px;
		padding: 2vw;
		margin: 0 ;
		font-size: 1em;
		display:block;
		}

	form input[type="text"] {width: 100%;
		border-radius: 3px;
		padding:2vw;
		margin: 0;
		font-size: 1em;
		display:block;
    }
	form .submit-btn{
        width:90%;
        height:12vw;
        line-height: 12vw;
        font-size:4vw;
        margin-top:3vw;
    }
    form .submit-btn::after{
        width:6.667vw;
        height:6.667vw;
        right:2.667vw;
    }
	form .back-btn{
        width:90%;
        height:12vw;
        line-height: 12vw;
        font-size:4vw;
    }
    form .back-btn::after{
        width:6.667vw;
        height:6.667vw;
        right:2.667vw;
    }
	
	.end_txt {
		width: 90%;
		margin: 10vw auto 0;
	}
}

/* OPERATING COMPANY
---------------------------------------------------------------------------- */
#oparating_company{}
.oparatingcompany-info{
    margin-top:50px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
.oparatingcompany-info dl{
	width: 100%;
	padding: 5px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #B9C9D6;
}
.oparatingcompany-info dl:last-child {
	border-bottom: none;
}
.oparatingcompany-info dl dt {
	width: 150px;
    font-size:1.4rem;
	font-weight: 600;
    line-height: 1.6;
}
.oparatingcompany-info dl dd {
	width: calc(100% - 150px);
    font-size:1.4rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px){
	.oparatingcompany-info{
        margin-top:7vw;
		padding: 4vw;
		border-radius: 2vw;
	}
	.oparatingcompany-info dl{
		width: 100%;
		padding: 1vw 0;
		display: block;
		border-bottom: 1px solid #B9C9D6;
	}
	.oparatingcompany-info dl dt {
		width: 100%;
		margin-bottom: 1vw;
		font-size:3.4vw;
	}
	.oparatingcompany-info dl dd {
		width: 100%;
		font-size:3.2vw;
	}
}

