@charset "UTF-8";
/* CSS Document */

.top_image{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.page_title{
    max-width: 1400px;
    margin: 0 auto;
}

.title_section {
    margin: 200px auto 100px;
    width: 200px;
}

.wrap_content{
	margin: 50px auto;
	width: 90%;
	max-width: 1200px;
}


/*****NEWS一覧*****/
.wrap_news{
    min-height: 650px;
}

.news_list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;    
}

.news_symbol{
    margin: 0 10px 200px 0;
    width: 15px;
    padding: 5px 0;
    display: block;
    text-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s;
}

.news_symbol:hover{
    opacity: 0.5;
}

.news_symbol.arrow.no-select {
    margin: 0px 20px 20px 0px;
    width: 15px;
    background-color: #779B89;
    height: 21px;
    padding: 13px 16px;
}

.news_symbol.select{
	background-color: #CC9419;
}

.news_symbol.arrow.no-select:hover{
    opacity: 1;
    cursor: default;
}

.news_symbol.after{
    margin: 0 0 0 10px;
    width: 40px;
    display: block;
    text-align: center;
    align-items: center;
    font-size: 18px;
    background-color: #05BDCD;
    border-radius: 5px;
    transition: all 0.3s;
}

.news_symbol.after:hover{
    opacity: 0.5;
}

.news_symbol img{
    width: 12px;
    margin: 12px 0 0 0px;
    padding: 0;
    line-height: 70%;
}

a　.news_symbol{
    transition: all 0.3s;
}

a　.news_symbol:hover{
    opacity: 0.3;
}

.news_button_list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: center;
    margin: 100px auto 40px;
    height: 180px;
}

.news_button_list a{
    margin: 0px 10px 0 15px;
    width: 8px;
    height: 20px;
    color: #fff;
    padding: 7px 22px 19px 17px;
    font-size: 120%;
    background-color: #007753;
}

.page-numbers.current{
    margin: 0px 9px 0;
    padding: 6px 10px 0px 16px;
    width: 20px;
    height: 40px;
    font-size: 130%;
    background-color: #d6ad00;
    color: #fff;
}

/*****NEWS詳細*****/

.news_c{
    margin: 0 auto 150px;
    width: 90%;
}

.news_date{
    font-size: 110%;
    color: #007753;
}

.news_title_c{
    padding: 0 0 5px 0;
    font-size: 140%;
    border-bottom: 1px solid;
}

.news_caption{
    margin: 40px auto 50px;
    width: 95%;
}

.more_about.news.about{
    margin: 0 auto 250px;
}


/*****企業情報*****/
.greeting{
    margin: 40px 0 0 auto;
    display: flex;
    width: 90%;
    justify-content: flex-end;
    align-items: center;
}

.greeting img{
    margin: 0 50px 0 0;
    width: 35%;
    border-radius: 5px;
}

.greeting_name{
    font-size: 120%;
}

.greeting_name span{
    font-size: 80%;
}

.overview{
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px;
}

.overview b{
    width: 20%;
}

.overview_about{
    width: 75%;
    font-weight: 400;
}

.company_adress{
    margin: 0 0 120px;
}

.overview_about.link a{
    color: #000;
    text-decoration: underline;
}


/*****事業内容*****/
.business_about{
    margin: 10px auto;
    width: 60%;
    display: block;
    border-radius: 5px;
    
}

.business_caption{
    margin: 50px auto;
    width: 95%;
    max-width: 1100px;
    line-height: 250%;
}

.business_caption span{
    font-size: 150%;
    font-weight: 700;
    
}

.business_photo{
    margin: 50px 0 150px;
    display: flex;
    justify-content: space-between;
}

.photo_about{
    width: 45%;
    text-align: center;
}

.photo_about img{
    border-radius: 5px;
}

.photo_text {
    display: inline-block;
    border-bottom: dashed 3px #D6AD01;
}

.more_about.company{
    margin: 0 auto;
}


/*****お問い合わせ*****/
.red_point{
    color: #FF4848;
}

.contact_info{
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_info .contact_title{
    width: 30%;
    color: #007753;
}

.contact_info .input-right {
    width: 68%;
}

.contact_info input[type=text],
.contact_info input[type=email]{
    width: 95%;
    max-width: 600px;
    display: block;
    margin: 0;
    padding: 20px 2%;
    border: solid 1px #D1D1D1;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-size: 100%;
}

.contact_info textarea {
    width: 95%;
    max-width: 600px;
    min-height: 300px;
    display: block;
    margin: 0;
    padding: 20px 2%;
    border: solid 1px #D1D1D1;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-size: 100%;
}

.contact_about{
    margin: 10px 0;
    padding: 10px 0 10px 20px;
    color: #000;
    background-color: #F0F0F0;
    border-radius: 5px;
}

.contact_about.box{
    height: 150px;
}

.about_privacy{
    margin: 100px auto 50px;
    text-align: center;
    font-size: 140%;
    color: #007753;
}

.privacy_list{
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    padding: 50px;
    border: 1px solid;
}

.privacy_list li{
    margin: 0 0 0 30px;
}

.contact_right{
    text-align: right;
}

.privacy-ok {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.checkbox input {
    display: none;
}


.check{
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 300px;
    padding: 20px 10px;
    background-color: #007753;
    font-size: 140%;
    border: none;
    display: block;
}

a .check {
    transition: all 0.3s;
}

a .check:hover{
    opacity: 0.5;
}

.return_button {
    margin: 150px auto 200px;
    width: 250px;
}

.submit_text {
    font-size: 110%;
    margin: 0 auto;
    width: 50%;
    min-width: 500px;
}