@charset "utf-8";

@import url("common.css");


@media screen and (max-width: 979px) {/*SP*/
div.main_visual {
width: 100%;
margin: 0 auto 25px auto;
border-bottom: var(--base-color) 10px solid;
}
@scope (div.main_visual){
section {
max-width: 100%;
margin: 0 auto;
}
section div.main_image {
position: relative;
padding-top: 36.45%;
}
section div.main_image img {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
section div.bg_catch {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
}
section div.catch {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
section div.catch p {
font-family: "Noto Sans JP";
position: relative;
text-align: center;
color: #fff;
font-size: 1.2rem;
line-height: 1.5;
}
}

div.contents {
width: 96%;
margin: 30px auto 50px auto;
}
@scope (div.contents){
h2 {
font-family: "Noto Sans JP";
font-size: 1.4rem;
font-weight: 100;
border-left: var(--sub-color) 4px solid;
padding: 2px 0 2px 8px;
margin: 0 0 15px 0;
}
section {
margin: 0 0 20px 0;
}
section p {
font-size: 1.0rem;
}
section.banner {
margin: 0 0 35px 5px;
}
section.banner img {
margin: 0 0 8px 0;
}
p.link_button {
text-align: right;
margin: 10px 0;
}
p.link_button a {
display: block;
width: 200px;
background: linear-gradient(0deg, #000096 0%, #000096 50%, #1e1ea8 50%, #3333dc 100%);
color: #fff;
text-decoration: none;
text-align: center;
padding: 5px 0;
margin-left: auto;
font-size: 1.0rem;
}
p.link_button a:hover {
background: linear-gradient(180deg, #000096 0%, #000096 50%, #1e1ea8 50%, #3333dc 100%);
color: #fff100;
}

section.trucks {
margin: 0 0 35px 5px;
}
div.pic-slide {
margin: 10px 0 0 0;
}
div.pic-slide img {
width: calc(100% - 10px);
margin: 0 auto;
}
ul.slick-dots {
bottom: -25px;
padding: 0;
}
.slick-dots li {
margin: 0 3px;
}
.slick-prev, .slick-next {
display: none !important;
}
.slick-prev:before, .slick-next:before {
color: var(--sub-color);
}

section.contents-banner {
width: 100%;
margin: 0 auto 35px auto;
flex-wrap: wrap;
}
section.contents-banner div.banner {
width: 80%;
margin: 5px auto;
}
}

}

@media screen and (min-width: 980px) {/*PC*/
div.main_visual {
width: 100%;
margin: 0 auto 25px auto;
border-bottom: var(--base-color) 20px solid;
}
@scope (div.main_visual){
section {
max-width: 100%;
min-width: 980px;
margin: 0 auto;
}
section div.main_image {
position: relative;
padding-top: 36.45%;
}
section div.main_image img {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
section div.bg_catch {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
}
section div.catch {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
section div.catch p {
font-family: "Noto Sans JP";
position: relative;
text-align: center;
color: #fff;
font-size: 2.3rem;
line-height: 1.5;
}
}

div.contents {
width: 980px;
margin: 30px auto 50px auto;
}
@scope (div.contents){
h2 {
font-family: "Noto Sans JP";
font-size: 1.5rem;
font-weight: 100;
border-left: var(--sub-color) 4px solid;
padding: 2px 0 2px 8px;
margin: 0 0 15px 0;
}
section {
margin: 0 0 20px 0;
}
section p {
font-size: 1.0rem;
}
section.banner {
margin: 0 0 65px 15px;
}
section.banner img {
margin: 0 0 8px 0;
}
p.link_button {
text-align: right;
margin: 10px 0;
}
p.link_button a {
display: block;
width: 230px;
background: linear-gradient(0deg, #000096 0%, #000096 50%, #1e1ea8 50%, #3333dc 100%);
color: #fff;
text-decoration: none;
text-align: center;
padding: 8px 0;
margin-left: auto;
font-size: 1.0rem;
}
p.link_button a:hover {
background: linear-gradient(180deg, #000096 0%, #000096 50%, #1e1ea8 50%, #3333dc 100%);
color: #fff100;
}

section.trucks {
margin: 0 0 95px 15px;
}
div.pic-slide {
margin: 10px 0 0 0;
}
div.pic-slide img {
width: calc(100% - 16px);
margin: 0 auto;
}
ul.slick-dots {
bottom: -40px;
padding: 0;
}
.slick-dots li {
margin: 0 3px;
}
.slick-prev, .slick-next {
color: inherit;
}
.slick-prev:before, .slick-next:before {
color: var(--sub-color);
}

section.contents-banner {
width: 950px;
margin: 0 auto 65px auto;
}
section.contents-banner div.banner {
width: 460px;
margin: 0 30px 0 0;
}
section.contents-banner div.banner:nth-child(2) {
margin: 0;
}
}

}
