@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: #E8374A;
    z-index: 5000;
    transition: all 0.6s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
header img {
    max-width: 395px;
}
header.UpMove {
    top: -100%;
}
header h1 {
    text-align: center;
    padding: 12px 10px 1px 15px;
}
h2,
h3 {
    color: #FFFFFF;
    background: #E8374A;
    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: url("../images/oem1/main_bg.webp") center top repeat-y,url("../images/oem1/main_bg_repeat.webp") calc(50% + 14px) top repeat;
    padding: 82px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100vh - 90px);
    min-height: 890px;
}
#main_visual .sub_txt {
    text-align: center;
    padding-right: 7px;
    margin: auto;
}
#main_visual .sub_txt img {
    width: 780px;
}
#main_visual .main_txt {
    margin: auto;
    width: 1200px;
    padding: 36px 118px 0 133px;
    text-align: center;
}
#main_visual .main_txt img {
    max-width: 677px;
}
#main_visual .main_img {
    margin: 0 auto;
    width: 1200px;
    padding: 0 70px 0 168px;
    line-height: 0;
    text-align: center;
}
#main_visual .bottom_txt {
    background-color: #E8374A;
    text-align: center;
    padding: 24px 10px 13px;
}
#main_visual .bottom_txt img {
    max-width: 645px;
}
#cnt01 {
    padding: 28px 0 55px;
}
#cnt01 h2 {
    font-size: 40px;
    margin: 170px auto 79px;
    padding: 18px 10px 15px;
    letter-spacing: 11.5px;
    text-indent: 2px;
}
#cnt01 .box01,
#cnt01 .box02 {
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 0 510px 0 96px;
    text-align: left;
    min-height: 358px;
}
#cnt01 .box01 {
    background: url("../images/oem1/step_bg1.webp") 548px top no-repeat;
}
#cnt01 .box02 {
    background: url("../images/oem1/step_bg2.webp") 548px top no-repeat;
    margin-bottom: 91px;
}
#cnt01 .box01 h3,
#cnt01 .box02 h3 {
    max-width: 180px;
    margin: 0 0 22px;
    padding: 6px 10px 9px 28px;
    line-height: 0;
}
#cnt01 .box01 h3 img,
#cnt01 .box02 h3 img {
    max-width: 100px;
}
#cnt01 .box01 p,
#cnt01 .box02 p {
    font-size: 26px;
    letter-spacing: 1.9px;
    line-height: 1.55;
    margin: 0 0 12px;
}
#cnt02 {
    background-color: #FAD5CE;
    padding: 140px 0 65px;
    border-bottom: 40px solid #E8374A;
}
#cnt02 h2 {
    text-indent: 0;
    margin-bottom: 45px;
    background: none;
    max-width: 570px;
}
#cnt02 .box_cnt {
    display: flex;
    gap: 114px;
    justify-content: center;
    padding: 0 0 66px;
}
#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;
    max-width: 108px;
    margin: 13px auto 17px;
}
#cnt02 .box_cnt .color1 {
    background-color: #E73562;
}
#cnt02 .box_cnt .color2 {
    background-color: #4F64AE;
}


