@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/business/mv_img.jpg") no-repeat center;
}
/* business
---------------------------------------------*/
#business {
position: relative;
margin: 0 auto 180px;
overflow: hidden;
}
#business .section_wrap {
width: 100%;
margin: 0 auto;
}
#business .tit {
width: 90%;
margin: 0 auto 100px;
}
#business .tit h2 {
font-size: 4.4rem;
margin-bottom: 50px;
}
#business .tit p {
font-size: 1.8rem;
line-height: 2;
font-weight: 600;
}
#business .slider {
position: relative;
margin: auto;
margin-bottom: 100px;
}
#business .slider .slick-slide {
margin: 0px 3px;
}
#business p.txt {
font-size: 1.8rem;
line-height: 2.2;
font-weight: 600;
text-align: center;
}
#business p.txt span {
font-size: 2.8rem;
color: #f4901b;
font-weight: 800;
}
#business .mokuji {
width: 90%;
margin: 60px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#business .mokuji li {
width: 48%;
}
#business .mokuji li a {
position: relative;
display: block;
color: #fff;
background-color: #f4901b;
border: 1px solid #f4901b;
font-size: 2rem;
font-weight: 800;
text-align: center;
padding: 5px 30px;
box-sizing: border-box;
border-radius: 6px;
transition: 0.3s;
}
#business .mokuji li a:hover {
color: #f4901b;
background-color: #fff;
border: 1px solid #f4901b;
}
#business .mokuji li a::after {
content: "〉";
position: absolute;
font-size: 2.6rem;
top: 50%;
left: 95%;
transform: translate(-50%, -50%);
transition: 0.3s;
}
#business .mokuji li a span {
display: block;
font-size: 1.4rem;
}
#business .box {
margin-top: 50px;
padding-top: 100px;
}
#business .box h2 {
width: 90%;
font-size: 5.4rem;
margin: 0 auto 60px;
text-align: center;
}
#business .box h2 span {
display: block;
font-size: 2.8rem;
line-height: 1;
color: #f4901b;
}
#business .box .flex_wrap {
width: 95%;
margin: 0 auto 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#business .box:nth-of-type(2n) .flex_wrap {
margin: 0 0 0 auto;
flex-direction: row-reverse;
}
#business .box .flex_wrap .imgbox {
width: 45%;
}
#business .box .flex_wrap .txtbox {
width: 50%;
margin-top: 50px;
}
#business .box .flex_wrap .txtbox h3 {
font-size: 4rem;
margin-bottom: 30px;
}
#business .box .flex_wrap .txtbox p {
font-size: 1.6rem;
line-height: 2.2;
font-weight: 600;
}
#business .box .flex_wrap .txtbox h4 {
font-size: 2rem;
font-weight: 800;
margin: 50px 0 15px;
color: #f4901b;
}
#business .box .flex_wrap .txtbox .bg {
margin: 50px auto 0;
padding: 20px 30px;
box-sizing: border-box;
background: #f1f1f1;
}
#business .box .flex_wrap .txtbox .bg h5 {
font-size: 2rem;
font-weight: 800;
margin: 0 0 20px;
}
#business .box .flex_wrap .txtbox .bg ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#business .box .flex_wrap .txtbox .bg ul li {
width: 48%;
margin-bottom: 10px;
color: #fff;
background: #f4901b;
border-radius: 5px;
padding: 5px 15px;
box-sizing: border-box;
font-size: 1.4rem;
font-weight: 600;
}
#business .box .facility {
margin: 100px auto 0;
padding: 80px 10%;
box-sizing: border-box;
background: #2c2c2c;
}
#business .box .facility h5 {
font-size: 3rem;
margin-bottom: 30px;
color: #fff;
}
#business .box .facility p.facility_txt {
font-size: 1.8rem;
color: #fff;
margin-bottom: 60px;
padding-bottom: 30px;
border-bottom: 1px dashed #fff;
}
#business .box .facility table {
width: 100%;
background: #fff;
}
#business .box .facility table tr.bg1 {
background: #f4f4f4;
}
#business .box .facility table tr th, #business .box .facility table tr td {
font-size: 1.4rem;
padding: 10px 20px;
vertical-align: middle;
}
#business .box .facility table tr th {
border: 1px solid #fff;
background: #f4901b;
color: #fff;
}
#business .box .facility table tr td {
border: 1px solid #e0e0e0;
}
#business .box .facility p.caption {
font-size: 1.4rem;
color: #fff;
margin-top: 10px;
text-align: right;
}
}
/*sp*/
@media only screen and (max-width: 767px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/business/mv_img.jpg") no-repeat center;
}
/* business
---------------------------------------------*/
#business {
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}
#business .section_wrap {
width: 100%;
margin: 0 auto;
}
#business .tit {
width: 90%;
margin: 0 auto 40px;
}
#business .tit h2 {
font-size: 2.2rem;
margin-bottom: 30px;
}
#business .tit p {
font-size: 1.2rem;
line-height: 2;
font-weight: 600;
}
#business .slider {
position: relative;
margin: auto;
margin-bottom: 60px;
}
#business .slider .slick-slide {
margin: 0px 3px;
}
#business p.txt {
padding:0 5%;
box-sizing: border-box;
font-size: 1.2rem;
line-height: 2.2;
font-weight: 600;
text-align: center;
}
#business p.txt span {
font-size:1.8rem;
color: #f4901b;
font-weight: 800;
}
#business .mokuji {
width:90%;
margin:40px auto 0;
}
#business .mokuji li {
width:100%;
margin-bottom: 20px;
}
#business .mokuji li:last-child {
margin-bottom: 0;
}
#business .mokuji li a {
position: relative;
display: block;
color: #fff;
background-color: #f4901b;
border: 1px solid #f4901b;
font-size: 1.6rem;
font-weight: 800;
text-align: center;
padding: 5px 30px;
box-sizing: border-box;
border-radius: 6px;
transition: 0.3s;
}
#business .mokuji li a:hover {
color: #f4901b;
background-color: #fff;
border: 1px solid #f4901b;
}
#business .mokuji li a::after {
content: "〉";
position: absolute;
font-size: 2.6rem;
top: 50%;
left: 95%;
transform: translate(-50%, -50%);
transition: 0.3s;
}
#business .mokuji li a span {
display: block;
font-size: 1.2rem;
}
#business .box {
padding-top:60px;
}
#business .box h2 {
width: 90%;
font-size: 3rem;
margin: 0 auto 30px;
text-align: center;
}
#business .box h2 span {
display: block;
font-size: 1.8rem;
line-height: 1;
color: #f4901b;
}
#business .box .flex_wrap {
width: 90%;
margin: 0 auto;
}
#business .box:nth-of-type(2n) .flex_wrap {

}
#business .box .flex_wrap .imgbox {
width: 45%;
margin: auto;
}
#business .box .flex_wrap .txtbox {
width: 90%;
margin:50px auto 0;
}
#business .box .flex_wrap .txtbox h3 {
font-size: 1.8rem;
margin-bottom: 10px;
}
#business .box .flex_wrap .txtbox p {
font-size: 1.2rem;
line-height: 2.2;
font-weight: 600;
}
#business .box .flex_wrap .txtbox h4 {
font-size: 2rem;
font-weight: 800;
margin: 50px 0 15px;
color: #f4901b;
}
#business .box .flex_wrap .txtbox .bg {
margin: 50px auto 0;
padding: 20px;
box-sizing: border-box;
background: #f1f1f1;
}
#business .box .flex_wrap .txtbox .bg h5 {
font-size: 1.6rem;
font-weight: 800;
margin: 0 0 20px;
text-align: center;
}
#business .box .flex_wrap .txtbox .bg ul {
}
#business .box .flex_wrap .txtbox .bg ul li {
width:100%;
margin-bottom: 10px;
color: #fff;
background: #f4901b;
border-radius: 5px;
padding: 5px 15px;
box-sizing: border-box;
font-size: 1.2rem;
font-weight: 600;
}
#business .box .flex_wrap .txtbox .bg ul li:last-child{
margin-bottom: 0;
}
#business .box .facility {
margin: 60px auto 0;
padding:10% 5%;
box-sizing: border-box;
background: #2c2c2c;
}
#business .box .facility h5 {
font-size: 1.8rem;
margin-bottom: 30px;
color: #fff;
}
#business .box .facility p.facility_txt {
font-size: 1.8rem;
color: #fff;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px dashed #fff;
}
#business .box .facility table {
width:1000px;
background: #fff;
}
#business .box .facility table tr.bg1 {
background: #f4f4f4;
}
#business .box .facility table tr th, #business .box .facility table tr td {
font-size: 1.2rem;
padding: 10px;
vertical-align: middle;
}
#business .box .facility table tr th {
border: 1px solid #fff;
background: #f4901b;
color: #fff;
}
#business .box .facility table tr td {
border: 1px solid #e0e0e0;
}
#business .box .facility p.caption {
font-size: 1.4rem;
color: #fff;
margin-top: 10px;
text-align: right;
}
}