@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
    box-sizing: border-box;
}
body {
	line-height: 1;
    font-family: 'Noto Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    display: block;
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
}
img{
    width: 100%;
}

.main_img{
margin-top: 20px;
text-align:center;
}
.main_img img{
    width: 70%;
    margin: auto;
}

html{
    font-size: 62.5%;
}

@media (min-width: 1000px) {
#lp_production {
    background-color: #FFF3DA;
    height: 31rem;
}
}
.lp_production__wrapper{
    max-width: 100rem;
    margin: auto;
}
.text_lead {
    font-size: 2.4rem;
    font-weight: bold;
    color: #006EB4;
    margin: 0 5rem;
    letter-spacing: -0.08rem;
    margin-top: 4.5rem;
    line-height: 1.4;
}

.text_lead2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 5rem;
    letter-spacing: -0.08rem;
    margin-top: 2rem;
    line-height: 1.4;
    text-indent: -1.4em;
    padding-left: 1.4em;
}/*230823追加*/

.text_lead3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 5rem;
    letter-spacing: -0.08rem;
    margin-top: 1.4rem;
    line-height: 1.4;
    text-indent: -1.4em;
    padding-left: 1.4em;
}/*230823追加*/

.btn_01 {
    width: 45rem;
    margin: auto;
    margin-top: 5.5rem;
}
.wrapper_narrow{
    margin: 0 1rem;
}
.title_02 {
    background-image: url(./img/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 4rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    padding: 0.8rem 4rem;
}

.emphasis{
    font-size: 5rem;
    font-weight: bold;
    color: #00A5D0;
}



.news_list {
    margin: 0 2rem 0 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 4rem;

}
.news_list_item{
    display: flex;
    align-items: start;
}
.news_label{
    width: 10rem;
    color: #006EB4;
    text-align: center;
    border: 1px solid #006EB4;
    border-radius: 5px;
    padding: 0.5rem 0;
    margin-right: 2rem;
}
.news_details{
    width: 80rem;
    line-height: 1.5;
}



.news_list_item:not(:first-child){
    margin-top: 2rem;
}
.mt_02{
    margin-top: 0.2rem;
}
.mt_1-5{
    margin-top: 1.5rem !important;
}
.mt_4-6{
    margin-top: 4.6rem !important;
}
.mt_5-5{
    margin-top: 5.5rem !important;
}
.mt_6-1{
    margin-top: 6.1rem !important;
}
.news_list_item.mt_03{
    margin-top: 3rem;
}
.line_h1-2{
    line-height: 1.2;
}
.text_small{
    font-size: 1.4rem;
}
.content{
    margin: 0 4rem;
    margin-top: 2.5rem;
}
.title_03 {
    font-size: 2.4rem;
    font-weight: bold;
    background-image: url(./img/bg_ttl.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 1.2;
    padding-left: 1.5rem;
    padding-bottom: 0.2rem;
}
.c_text {
    font-size: 14px;
    margin: 0 2rem;
    line-height: 1.7;
}
.c_text.bold{
    font-weight: bold;
}
.content_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    gap: 2%;
}
.btn_item{
    width: 48%;
    margin-bottom: 2rem;
}
.footer_info{
    margin: 0 4rem;
    margin-top: 4rem;
}
.c_link_footer{
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    color: #000000;
    margin-top: 2.5rem;
}
.footer_bot{
    font-size: 1.4rem;
    color: #00A5D0;
    text-align: center;
    margin-top: 7.5rem;
    padding: 3rem 0;
    background-color: #FFF3DA;
}
.highlights{
    position: relative;
}
.highlights::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    bottom: 0;
    background-color: #FFFF00;
    left: 0;
    z-index: -1;
}
.sp{
    display: none;
}

.d_text {
    font-size: 18px;
    margin: 0 2rem;
    line-height: 1.7;
}

.textbold{
    font-weight: bold;
}

/* @media (max-width: 1000px) {
    html{
        font-size: 1vw;
    }
} */
@media (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .text_lead {
        font-size: 5.52vw;
        margin: 0 4.1vw;
        letter-spacing: 0;
        margin-top: 8.2vw;
        line-height: 1.5;
    }
    
    .text_lead2 {
        font-size: 3.9vw;
        margin: 0 4.1vw;
        letter-spacing: 0;
        margin-top: 8.2vw;
        line-height: 1.5;
    }/*230823追加*/
    
    .text_lead3 {
        font-size: 3.9vw;
        margin: 0 4.1vw;
        letter-spacing: 0;
        margin-top: 2rem;
        line-height: 1.5;
    }/*230823追加*/
    
    .btn_01 {
        width: 87vw;
        margin: auto;
        margin-top: 8vw;
    }
    .wrapper_narrow {
        margin: 0 4vw;
    }
    .title_02 {
        background-image: url(./img/bg_sp.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-top: 8vw;
        font-size: 5.4vw;
        color: #fff;
        font-weight: bold;
        padding: 1.8vw 5vw;
    }
    .news_list_item {
        flex-direction: column;
        gap: 2vw;
    }
    .news_list {
        margin: 0 2vw 0 2.5vw;
        font-size: 3.9vw;
        margin-top: 5.5vw;
    }
    .news_label {
        width: 20vw;
        padding: 1.2vw 0;
        margin-right: 0;
    }
    .news_details {
        width: 100%;
        line-height: 1.5;
    }
    .news_details2{
    width: 100%;
    line-height: 1.1;
}
.main_img img{
    width: 94%;

}
.emphasis{
    font-size: 3rem;
    font-weight: bold;
    color: #00A5D0;
    line-height: 1.5;
}
    .news_list_item:not(:first-child) {
        margin-top: 4.3vw;
    }
    .text_small {
        font-size: 3.48vw;
    }
    .content {
        margin: 0 2.6vw;
        margin-top: 9vw;
    }
    .title_03 {
        font-size: 5.04vw;
        background-image: url(./img/bg_ttl_sp.png);
        padding-left: 3vw;
        padding-bottom: 0.8vw;
    }
    .c_text {
        font-size: 3.9vw;
        margin: 0 2.35vw;
        line-height: 1.55;
    }
    .c_text.bold {
        font-weight: bold;
        letter-spacing: -0.12vw;
    }
    .mt_1-7_sp {
        margin-top: 1.7vw !important;
    }
    .mt_6-3_sp {
        margin-top: 6.3vw !important;
    }
    .mt_7_sp{
        margin-top: 7vw !important;
    }
    .mt_4-4_sp{
        margin-top: 4.4vw !important;
    }
    .mt_8-5_sp {
        margin-top: 8.5vw !important;
    }
    .mt_9_sp {
        margin-top: 9vw !important;
    }
    .mt_9-5_sp {
        margin-top: 9.5vw !important;
    }
    .btn_item {
        width: 100%;
        margin-bottom: 0;
    }
    .content_btn {
        margin: 2.5vw;
        margin-top: 3vw;
        gap: 2.5vw;
    }
    .footer_info {
        margin: 0 2.85vw;
        margin-top: 5.3vw;
    }
    .c_link_footer {
        font-size: 5.1vw;
        margin-top: 5.1vw;
    }
    .footer_bot {
        font-size: 2.95vw;
        margin-top: 10vw;
        padding: 5vw 0;
    }
    .d_text {
        font-size: 4.3vw;
        margin: 0 2.35vw;
        line-height: 1.55;
    }
    .textbold{
    font-weight: bold;
    line-height: 1.5;
    }
}