@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.machine_wrap p{
    font-weight: 500;
    margin: 0 0 0.4rem;
}
.wrap_m img{
    width: 100%;
}
p{
    margin-bottom: 0.6em;
}
h1{
    font-size: 2.67em;
    font-weight: 600;
}
h2 {
    font-size: 2.12em;
    font-weight: 500;
}
section.wrap_m.titleiner {
    margin-top: 3.75em;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 28px;
    }
    .mv {
        width: 87%;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ページ全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.wrap_m.catch h3 {
    margin-top: 120px;
    font-size: 26px;
}
.fullwidth{
    margin-bottom: 40px;
}
.machine1.grid-1-1 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}
.grid-1-1 > * {
  flex: 1;
}
.item-stack {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.two-colom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}
.colom {
    width: 50%;
}
.machine2.grid-1-1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
    margin-bottom: 40px;
}
.item-stack2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 21px;
}
.item p{
    margin: 0;
    font-weight: 500;
}
p span.icon-on{
    font-weight: bold;
}
p span.icon-on::before{
    content:"■";
    color: #e30113;
    margin-right: 5px;
}
.image-area {
	display: flex;
	gap: 20px;
}
/* 横幅比率 */
.image-area .wide {
	flex: 2;
}
.image-area .narrow {
	flex: 1;
}
/* 高さを揃えるための箱 */
.image-area figure {
	margin: 0;
	height: 330px;
	overflow: hidden;
}
/* 画像を枠にフィットさせる */
.image-area img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 全面表示。切りたくないなら contain */
	display: block;
}
.three-clom{
    display: flex;
    gap: 20px;
    margin: 40px 0 100px;
}
.three-clom figure{
    margin: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .machine_wrap p{
        line-height: 1.4;
        font-size: 15px;
        margin-bottom: 0.4em;
    }
    p span.icon-on {
        font-size: 17px;
    }
    .wrap_m.catch {
        padding-top: 40px;
        padding-right: 40px; 
        padding-bottom: 60px;
    }
    .wrap_m.catch::after {
        width: 40vw; 
        height: 40vw;
        right: -10%;
        top: 20%;
        opacity: 0.8; 
    }
    .wrap_m.catch h3 {
        margin-top: 60px;
    }
    .machine1.grid-1-1 {
        flex-direction: column;
    }
    .item-stack {
        gap: 15px;
    }
    .two-colom {
        flex-direction: column;
    }
    .colom {
        width: 100%;
    }
    .machine2.grid-1-1 {
        flex-direction: column;
    }
    .image-area {
        flex-direction: column;
    }
    .three-clom {
        margin: 40px 0 20px;
        flex-direction: column;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッターデザイン 調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.only_what {
	padding-top: 0;
}

