@charset "utf-8";
/* CSS Document */
html {
    min-width: 1200px;
    font-feature-settings: "palt" 1;
    font-size: 24px;
}
body,
body * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
    font-family:-apple-system,BlinkMacSystemFont,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Segoe UI,メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
body,
header,
nav,
footer {
	width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/*ヘッダー*/
header {
    position: sticky;
    top: 0;
    left: 0;
    background: #015324;
    z-index: 5000;
    transition: all 0.6s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
header img {
    max-width: 585px;
}
header.UpMove {
    top: -100%;
}
header h1 {
    text-align: center;
    padding: 11px 12px 0px 10px;
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 9px;
}
h2,
h3 {
    color: #FFFFFF;
    background: #007C29;
    text-align: center;
    border-radius: 50px;
    max-width: 1000px;
    margin: 0 auto 10px;
    line-height: 1.2;
    padding: 11px 10px 9px;
    font-size: 25px;
    letter-spacing: 2.5px;
    text-indent: -16px;
}
.txt_center {
    text-align: center;
}
#main_visual {
    background: #FFEA00 url('../images/oem2/main_bg.webp') center calc(100% - 80px) no-repeat;
    height: calc(100vh - 91px);
    min-height: 890px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
#main_visual .main_txt {
    margin: auto;
    width: 1200px;
    padding: 0 134px;
    text-align: center;
}
#main_visual .main_img {
    margin: 0 auto;
    width: 1200px;
    padding: 0 70px 0 167px;
    line-height: 0;
    text-align: center;
}
#main_visual .bottom_txt {
    background-color: #015324;
    text-align: center;
    padding: 24px 10px 13px;
}
#main_visual .bottom_txt img {
    max-width: 645px;
}
#cnt01 {
    padding: 0 0 135px;
}
#cnt01 h2 {
    font-size: 39px;
    letter-spacing: 8px;
    padding: 19px 10px 14px;
    text-indent: 0;
    margin: 199px auto 79px;
}
#cnt01 h2.letter {
    letter-spacing: 20px;
    margin: 168px auto 64px;
    padding-left: 29px;
}
#cnt01 p {
    color: #007C29;
    font-size: 30px;
    letter-spacing: 4.25px;
}
#cnt01 .color {
    margin: 0 0 44px;
}
#cnt02 {
    background-color: #E2EC90;
    padding: 118px 0 53px;
    border-bottom: 40px solid #015324;
}
#cnt02 h2 {
    text-indent: 2px;
    margin-bottom: 3px;
    background: none;
    padding: 0;
    line-height: 0;
}
#cnt02 h2 img {
    max-width: 614px;
}
#cnt02 .box_cnt {
    display: flex;
    gap: 116px;
    justify-content: center;
    padding: 0 0 78px;
}
#cnt02 .box_cnt .item_img {
    line-height: 0;
}
#cnt02 .box_cnt .item_color {
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-indent: 3px;
    line-height: 1.55;
    margin: 3px auto 29px;
    max-width: 108px;
}
#cnt02 .box_cnt .item_color {
    margin: 13px auto 17px;
}
#cnt02 .box_cnt .color1 {
    background-color: #A4CB25;
    max-width: 160px;
}
#cnt02 .box_cnt .color2 {
    background-color: #E74473;
}


